Code Audit
SkillSecurityLets your agent scan a codebase for security, correctness, and quality issues and report them by severity.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Code Audit skill
About this capability
Audit the repository or a broad subsystem for security, correctness, and maintainability risks. Use for audit requests or /audit; use review for a specific change and vuln-check for a security-only assessment.
What this skill tells your AI
The instructions your AI receives, as published by ccch1mneyyy/dsh-tui in .agents/skills/audit/SKILL.md and read by ahel’s review.
Audit the current project for security, correctness, and quality issues. Work through the codebase systematically rather than sampling files.
Procedure
- Identify the project structure, entry points, and external attack surface (network input, file input, shell commands).
- Scan for common issue classes:
- Security: injection (command/shell, path traversal), secrets in code, unsafe deserialization, missing auth/authorization, TLS misuse, dependency vulnerabilities (lockfile advisories).
- Correctness: race conditions, error paths swallowing failures, off-by-one / boundary errors, resource leaks (handles, sockets), unhandled promise rejections.
- Quality: dead code, duplicated logic, missing validation at boundaries, poor error messages, missing tests for critical paths.
- Verify suspicions against the actual code — cite file paths and line-level evidence.
- Report findings organized by severity (critical / high / medium / low), each with: location, what's wrong, why it matters, and a concrete fix suggestion.
- End with a short "healthy areas" note so the audit is balanced.
Constraints
- Do not modify code during the audit — findings only.
- If the project is small or has no security surface, say so explicitly instead of padding the report.
Signals
- GitHub stars
- 3k
- Forks
- 176
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
audit-ccch1mneyyy- Source
- github.com/ccch1mneyyy/dsh-tui