meta/agents/security-agent/skills/10-self-learning/SKILL.md
After each daily scan, analyze findings, update the baseline, suppress dismissed issues, and improve future heuristics
npx skillsauth add abzhaw/juliaz_agents self-learningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sentinel gets smarter over time. Every report is a learning opportunity. This skill runs last in the daily cycle and updates the agent's memory so tomorrow's report is better than today's.
memory/baseline.jsonmemory/suppressed.json), skip it in future reportsmemory/learnings.md with what changed todaymemory/baseline.json{
"known_safe": [
{"check": "port-scan", "finding": "port 5432 on 127.0.0.1", "added": "2026-02-23"},
{"check": "process-audit", "finding": "node pm2 daemon", "added": "2026-02-23"}
],
"last_updated": "2026-02-23"
}
memory/suppressed.json{
"suppressed": [
{"check": "api-security", "finding": "no rate limiting on bridge", "dismissed_by": "raphael", "date": "2026-02-23", "reason": "internal only"}
]
}
memory/learnings.md## 2026-02-23
- First scan complete. Baseline established.
- 3 findings dismissed by Raphael (bridge rate limiting — internal only)
- New pattern: docker container restarts correlate with bridge error spikes
This skill has no severity output — it is the system's memory, not a scanner.
SELF-LEARNING UPDATE
📚 Baseline: 12 known-safe items
🚫 Suppressed: 3 items (dismissed by Raphael)
📈 Trend: Security posture IMPROVING (6→3 findings week-over-week)
🔍 Focus area this week: credential hygiene (3/10 findings)
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.