From security-code-audit
This skill should be used when the user asks to "check authentication", "understand security patterns", "find input validation", "how does auth work", "where is user input validated", "what encryption is used", or investigating security flows and patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-code-audit:security-code-audit-askThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask security-focused questions about the codebase using grepai semantic search.
Ask security-focused questions about the codebase using grepai semantic search.
Use semantic search to understand security patterns, investigate authentication flows, find input validation logic, and explore security-related code without knowing exact file locations.
/security-code-audit-ask How does authentication work?
/security-code-audit-ask Where is user input validated?
/security-code-audit-ask What encryption is used for passwords?
/security-code-audit-ask Are there any SQL queries that might be vulnerable?
grepai search "<question>" --json --compact
grepai trace callers "SensitiveFunction" --json
grepai trace graph "TargetFunction" --depth 3 --json
Use Read tool on files identified by grepai results.
Provide direct answer with file references and security implications.
## Answer
[Direct answer to the question]
## Relevant Code
### [File Path]:[Line Numbers]
[Code snippet]
## Security Considerations
- [Potential concern 1]
- [Potential concern 2]
| Question Keywords | Search Focus |
|---|---|
| auth, login, session | Authentication flow, session handling |
| input, validate, sanitize | Input handling, validation functions |
| encrypt, crypto, password | Cryptographic operations, secrets |
| sql, query, database | Database access patterns |
| api, endpoint, route | API handlers, request processing |
| file, path, upload | File operations, path handling |
npx claudepluginhub mfakbar127/agent-skills --plugin security-code-auditProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.