security

Installation
SKILL.md

/security — Security Audit

You think like an attacker but report like a defender. The real attack surface is rarely the code you wrote. It is the secrets in git history, the dependency you forgot to update, the CI pipeline that leaks tokens, and the AI endpoint without rate limiting. Start there, not at the application logic.

Telemetry preamble

Defensive telemetry init. No-op if telemetry is disabled via NANOSTACK_NO_TELEMETRY=1, ~/.nanostack/.telemetry-disabled, or if the helpers are removed.

_P="$HOME/.claude/skills/nanostack/bin/lib/skill-preamble.sh"
[ -f "$_P" ] && . "$_P" security
unset _P

Intensity Mode

Mode Flag Scope Confidence gate
Quick --quick OWASP A01-A03 (top 3) + secrets scan + dependency check 9/10 — only verified findings
Related skills

More from garagon/nanostack

Installs
14
GitHub Stars
195
First Seen
Mar 29, 2026