security-review
✓Performs security analysis on code changes including credential scanning, input validation, authentication checks, and dependency vulnerability assessment. Use when reviewing code for security issues or before completing security-sensitive changes.
Installation
SKILL.md
Placeholder: This skill will be fully developed during the content migration phase.
| Credential scanning | Detect hardcoded secrets | | Input validation | Verify user input is sanitized | | Dependency audit | Check for vulnerable dependencies | | Authentication | Review auth/authz implementations |
| Java | references/java/security-patterns.md | | TypeScript | references/typescript/security-patterns.md | | Python | references/python/security-patterns.md | | Go | references/go/security-patterns.md |
Performs security analysis on code changes including credential scanning, input validation, authentication checks, and dependency vulnerability assessment. Use when reviewing code for security issues or before completing security-sensitive changes. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill security-review- Source
- bitsoex/bitso-java
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is security-review?
Performs security analysis on code changes including credential scanning, input validation, authentication checks, and dependency vulnerability assessment. Use when reviewing code for security issues or before completing security-sensitive changes. Source: bitsoex/bitso-java.
How do I install security-review?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill security-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01