Security Review
Helps with security, code review as part of implementing security and authentication workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-security-review npx -- -y @trustedskills/davila7-security-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-security-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-security-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The davila7-security-review skill enables AI agents to perform comprehensive security assessments on codebases, identifying vulnerabilities, misconfigurations, and potential threats. It leverages best practices in secure coding and compliance standards to ensure applications are resilient against common exploits.
When to use it
- Before deploying a new application to production to catch security flaws early.
- During code audits or penetration testing phases to validate the integrity of existing systems.
- When integrating third-party libraries or dependencies that may introduce vulnerabilities.
- As part of a CI/CD pipeline to enforce security checks automatically.
Key capabilities
- Scans for common security issues like SQL injection, XSS, and insecure API calls.
- Analyzes code for adherence to security best practices and compliance standards (e.g., OWASP).
- Identifies misconfigurations in environment variables, access controls, or authentication mechanisms.
- Provides actionable remediation suggestions for detected vulnerabilities.
Example prompts
- "Perform a security review of the
/app/controllersdirectory." - "Check this codebase for potential SQL injection risks."
- "Audit the API endpoints for insecure data handling practices."
Tips & gotchas
- Ensure that the AI agent has access to the full source code and relevant dependencies for accurate analysis.
- While the skill identifies vulnerabilities, it may not detect logic flaws or business-specific security issues that require deeper domain knowledge.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.