Network Anomaly Agent (secubox-network-anomaly): - 5 detection modules: bandwidth, connection flood, port scan, DNS, protocol - EMA-based baseline comparison - LocalAI integration for threat assessment - network-anomalyctl CLI LocalRecall Memory System (secubox-localrecall): - Persistent memory for AI agents - Categories: threats, decisions, patterns, configs, conversations - EMA-based importance scoring - LocalAI integration for summarization - localrecallctl CLI with 13 commands AI Insights Dashboard (luci-app-ai-insights): - Unified view across all AI agents - Security posture scoring (0-100) - Agent status grid with alert counts - Aggregated alerts from all agents - Run All Agents and AI Analysis actions LuCI Dashboards: - luci-app-network-anomaly with real-time stats - luci-app-localrecall with memory management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"luci-app-localrecall": {
|
|
"description": "Grant access to LocalRecall AI Memory",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.localrecall": ["status", "get_memories", "search", "stats"]
|
|
},
|
|
"uci": ["localrecall"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.localrecall": ["add", "delete", "cleanup", "summarize", "export", "import"]
|
|
},
|
|
"uci": ["localrecall"]
|
|
}
|
|
}
|
|
}
|