Enforces security best practices
Scanned 2/12/2026
Install to Claude Code
npx -y skills add galando/piv-speckit --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/galando-security)More formats (shields.io, HTML) on the badges page.
---
description: Enforces security best practices
triggers:
- file_pattern: "*Auth*.java;*User*.java;*Security*.java"
---
# Security Skill
**Critical:**
- ✅ Validate ALL input
- ✅ Parameterized queries only
- ✅ bcrypt passwords
- ✅ Env vars for secrets
- ❌ Never trust user input
- ❌ Never commit secrets
**For complete security guidelines:** Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/reference/skills-full/security-full.md`
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!