Security audit, vulnerability scanning, and secure coding practices. Use when reviewing code for security issues.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill security --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Security?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-security)More formats (shields.io, HTML) on the badges page.
---
name: security
description: Security audit, vulnerability scanning, and secure coding practices. Use when reviewing code for security issues.
---
## security
Identify and fix security vulnerabilities.
### OWASP Top 10
- Broken Access Control
- Cryptographic Failures
- Injection (SQL, NoSQL, OS)
- Insecure Design
- Security Misconfiguration
- Vulnerable Components
- Auth Failures
- Data Integrity Failures
- Logging Failures
- SSRF
### Review checklist
- Secrets in code
- SQL injection (parameterized queries)
- XSS (sanitize output)
- CSRF (tokens)
- Auth bypass
- IDOR
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!