← Back to list

security-audit
by kcenon
Claude Configuration Backup & Deployment System - Multi-system CLAUDE.md settings synchronization
⭐ 2🍴 0📅 Jan 22, 2026
SKILL.md
name: security-audit description: Provides security guidelines for input validation, authentication, authorization, and secure coding practices. Use when implementing auth, handling user input, working with credentials, or conducting security reviews. allowed-tools: Read, Grep, Glob
Security Audit Skill
When to Use
- Implementing authentication/authorization
- Handling user input
- Working with sensitive data (passwords, tokens, keys)
- Security review requests
- Designing API endpoints
Security Checklist
Input Validation
- Validate all user input
- Prevent SQL Injection
- Prevent XSS
- Prevent Command Injection
Authentication
- Secure password hashing
- Session management
- JWT security settings
Authorization
- Permission verification
- Resource access control
Reference Documents (Import Syntax)
@./reference/security.md @./reference/error-handling.md @./reference/api-design.md
OWASP Top 10 Reference
- Injection
- Broken Authentication
- Sensitive Data Exposure
- XML External Entities (XXE)
- Broken Access Control
- Security Misconfiguration
- Cross-Site Scripting (XSS)
- Insecure Deserialization
- Using Components with Known Vulnerabilities
- Insufficient Logging & Monitoring
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon