Back to list
thkt

reviewing-security

by thkt

3🍴 0📅 Jan 24, 2026

SKILL.md


name: reviewing-security description: > OWASP Top 10-based security review and vulnerability detection. Use when reviewing code for security issues, performing vulnerability analysis, or when user mentions security, OWASP, XSS, SQL injection, セキュリティ, 脆弱性. allowed-tools: [Read, Grep, Glob, Task] agent: security-reviewer context: fork user-invocable: false

Security Review

Detection (OWASP Top 10)

IDCategoryPatternFix
A01Broken Access ControlMissing auth, IDOR, path traversalAuth middleware, ownership check
A02Cryptographic Failurespassword: 'plaintext'bcrypt/argon2 hashing
A03Injectiondb.query(\SELECT...${id}`)`Parameterized query, ORM
A03Injectionexec(\ping ${host}`)`Input validation, library instead
A03XSSdangerouslySetInnerHTML={{ __html }}Default escaping, DOMPurify
A05Security Misconfigurationcors({ origin: '*' })Explicit origin allowlist
A05Security Misconfigurationcookie: {} (no options)secure, httpOnly, sameSite: 'strict'
A09Logging Failureslogger.info({ password })Exclude sensitive fields
A10SSRFfetch(userInputUrl)URL validation, allowlist

Confidence Threshold

Report only when confidence >80%. Include: file:line, exploit scenario, fix recommendation.

References

TopicOWASPFile
BasicA01, A02, A07references/owasp-basic.md
InjectionA03references/owasp-injection.md
AdvancedA04-A06, A08-A10references/owasp-advanced.md

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/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