Back to list
kcenon

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

  1. Injection
  2. Broken Authentication
  3. Sensitive Data Exposure
  4. XML External Entities (XXE)
  5. Broken Access Control
  6. Security Misconfiguration
  7. Cross-Site Scripting (XSS)
  8. Insecure Deserialization
  9. Using Components with Known Vulnerabilities
  10. 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