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>
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"admin/secubox/ai/localrecall": {
|
|
"title": "LocalRecall",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "localrecall/dashboard"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localrecall"],
|
|
"uci": {"localrecall": true}
|
|
}
|
|
}
|
|
}
|