Security Pack
Harden your app: secrets management and input validation skills plus the security-auditor agent.
npx @aiskillet/cli add security-pack --target claude-code
Install once: npm i -g @aiskillet/cli โ then it works in whatever tool you use.
The same skill, compiled to each target's native format.
What's inside 3
One install adds every capability below โ each also available on its own.
Keep credentials out of code and logs โ secret stores, short-lived tokens, least privilege, rotation. Use when handling API keys/tokens or reviewing for leaked secrets.
Validate untrusted input at the boundary โ allowlist, parse-don't-validate, enforce types/limits before it reaches your logic. Use when handling user input or reviewing injection risks.
Audits code for security issues โ injection, auth flaws, secret leaks, unsafe dependencies โ with concrete, prioritized fixes. Use for a security pass on a change or module.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/plugins/security-pack
- Targets
- claude-code
- License
- MIT
- Tags
- security, audit, bundle