← スキル一覧に戻る

security-review
by TriNgo0108
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: security-review description: Security vulnerability detection based on OWASP Top 10. Use when reviewing code for security issues. license: MIT
Security Review
Proactive security review based on OWASP Top 10 and security best practices.
OWASP Top 10 Checklist
A01: Broken Access Control
- Verify authorization checks on all endpoints
- Check for IDOR vulnerabilities
- Ensure principle of least privilege
A02: Cryptographic Failures
- Sensitive data encrypted in transit (HTTPS)
- Sensitive data encrypted at rest
- Strong encryption algorithms used
A03: Injection
- SQL queries use parameterized statements
- User input is validated and sanitized
- Command injection prevented
A04: Insecure Design
- Security requirements defined
- Threat modeling performed
- Secure design patterns used
A05: Security Misconfiguration
- Default credentials changed
- Unnecessary features disabled
- Error messages don't leak info
A06: Vulnerable Components
- Dependencies are up to date
- Known vulnerabilities addressed
- Components from trusted sources
A07: Authentication Failures
- Strong password policies
- Multi-factor authentication available
- Session management secure
A08: Data Integrity Failures
- Input validation on all data
- Integrity checks on critical data
- Signed updates and migrations
A09: Logging Failures
- Security events logged
- Logs don't contain sensitive data
- Log injection prevented
A10: SSRF
- URL validation on server requests
- Allowlist for external resources
- Network segmentation in place
Severity Levels
- Critical: Immediate exploitation possible
- High: Significant risk, fix soon
- Medium: Should be addressed
- Low: Minor issue, fix when convenient
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です