security

Identify and remediate security vulnerabilities in authentication, authorization, API endpoints, and user input handling.

Updated Jun 23, 2025
One-click install
npx skills add https://github.com/Dayopt/app --skill security-dayopt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/Dayopt/app/tree/main/.claude/skills/security
Command: npx skills add https://github.com/Dayopt/app --skill security-dayopt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

セキュリティ監査スキルは、認証/認可、APIエンドポイント、ユーザー入力処理、外部データ取得の実装時に自動発動。OWASP Top 10観点でのチェックを実施。

Core Features & Use Cases

  • チェックリスト適用: 認証/認可の適切な実装やエンドポイント保護を自動検証。
  • 入力検証強化: ユーザー入力の検証とエラーハンドリングの強化。
  • 外部データ取得のセキュリティ: 外部データ取得時の安全な実装を確認。
  • Use Case example: 認証周りのアップデート時に脆弱性を検出。

Quick Start

認証・認可・APIエンドポイント・ユーザー入力処理の変更時に自動監査を実行して、セキュリティ問題を検出してください。

Frequently Asked Questions about security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate security audits for authentication flows and API endpoints?

Automate security audits by applying checks to authentication flows and API endpoints during implementation, enforcing structured validation, proper access control, and safe data handling.

Can I check my codebase against OWASP Top 10 criteria automatically?

Yes, you can check your codebase against OWASP Top 10 criteria automatically by applying structured validation and verifying safe data handling during external data fetch implementations.

How do I enforce secure-by-default patterns for user input validation?

Enforce secure-by-default patterns for user input validation by applying structured validation checks and strengthening error handling whenever changes occur in external data fetch implementations.

When should I run an API security audit on my codebase?

Run an API security audit whenever you implement changes to API routes, authentication flows, or external data fetches to identify and remediate vulnerabilities across user input handling.

Does applying authentication security checks require external dependencies?

Applying authentication security checks requires no external dependencies, allowing you to directly identify and remediate authorization vulnerabilities within your existing codebase environment.