Sec Review

Security review of this codebase - reasons about the code like a security researcher, tracing untrusted input from entry point to sink rather than pattern-matching. Scans the whole tree at HEAD for hardcoded secrets (anything beyond the empty defaults config.py declares), then checks what the current change introduces against the head of remote main. Uses the OWASP Top Ten as the primary risk source, reports severity plus confidence in a markdown table, and proposes fixes without ever applying them. Use when asked whether the code is secure, to audit for vulnerabilities, to check for injection, auth, secrets, or dependency risk, or to review a change for security regressions.

neptunehub 289aec7 15.5 KB Updated

File contents

neptunehub/audiomuse-ai/tree/main/.github/skills/sec-review commit 289aec7f88

Frequently asked questions

npx skillmds@latest add neptunehub/sec-review