Agent Skills: Security Review

>

UncategorizedID: bitsoex/bitso-java/security-review

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bitsoex/bitso-java/tree/HEAD/.claude/skills/security-review

Skill Files

Browse the full folder contents for security-review.

Download Skill

Loading file tree…

.claude/skills/security-review/SKILL.md

Skill Metadata

Name
security-review
Description
>

Security Review

Perform a security review of code changes.

When to use this skill

  • When reviewing code for security vulnerabilities
  • Before completing changes to authentication/authorization code
  • When adding new dependencies
  • During security-focused code reviews
  • When asked to perform a "security review" or "security audit"

Skill Contents

Available Resources

πŸ“š references/ - Detailed documentation


Quick Checklist

  1. Credential Scanning - Search for hardcoded secrets
  2. Input Validation - Check SQL injection, XSS, command injection
  3. Authentication & Authorization - Review auth mechanisms
  4. Data Protection - Check encryption and data handling
  5. Dependency Security - Scan for vulnerable packages

Output Format

For each finding, provide:

  • Finding: Description of the issue
  • Severity: Critical/High/Medium/Low
  • Recommendation: How to fix
  • File/Line: Location

Security Checks

| Check | Description | |-------|-------------| | Credential scanning | Detect hardcoded secrets | | Input validation | Verify user input is sanitized | | Dependency audit | Check for vulnerable dependencies | | Authentication | Review auth/authz implementations |

References

| Technology | Reference | |------------|-----------| | Java | references/java/security-patterns.md | | TypeScript | references/typescript/security-patterns.md | | Python | references/python/security-patterns.md | | Go | references/go/security-patterns.md |

Related Skills

<!-- AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY --> <!-- Source: bitsoex/ai-code-instructions β†’ global/skills/security-review/SKILL.md --> <!-- To modify, edit the source file and run the distribution workflow -->