secubox-openwrt/package/secubox/luci-app-ai-insights/root/usr/share/rpcd/acl.d/luci-app-ai-insights.json
CyberMind-FR 040b69ad1d feat(ai-insights): Add CVE feed panel to dashboard
- Add get_cve_feed RPCD method fetching from NVD API
- Add CVE feed panel showing recent vulnerabilities with CVSS scores
- Cache CVE feed for 30 minutes to reduce API calls
- Link CVE IDs to NVD detail pages
- Color-code severity (critical/high/medium/low)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 09:43:41 +01:00

16 lines
305 B
JSON

{
"luci-app-ai-insights": {
"description": "Grant access to AI Insights Dashboard",
"read": {
"ubus": {
"luci.ai-insights": ["status", "get_alerts", "get_posture", "get_timeline", "get_cve_feed"]
}
},
"write": {
"ubus": {
"luci.ai-insights": ["run_all", "analyze"]
}
}
}
}