Back to list
TriNgo0108

security-review

by TriNgo0108

0🍴 0📅 Jan 25, 2026

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

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