Skill
Community

qa-security-scan

Install
1
Install the plugin
$
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndf

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Security scanning templates and checklists for OWASP Top 10, authentication, authorization, data protection. Use when conducting security testing or vulnerability assessment. This skill provides comprehensive security testing: - OWASP Top 10 checklist with remediation - Authentication and authorization testing - Data protection verification - Security report generation Triggers: "security scan", "vulnerability check", "OWASP", "security test", "セキュリティスキャン", "脆弱性チェック", "セキュリティテスト"

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
01-owasp-checklist.md
02-auth-checklist.md
03-report-template.md
Skill Content

QA Security Scan Skill

概要

qaエージェントがセキュリティスキャンと脆弱性評価を実施する際に使用します。OWASP Top 10に基づいた包括的なチェックリストと、認証・認可・データ保護の検証手順を提供します。

クイックリファレンス

OWASP Top 10 概要

#脆弱性主な対策
1インジェクションパラメータ化クエリ、ORM使用
2認証の不備bcrypt/Argon2、MFA、レート制限
3機密データ露出HTTPS、暗号化、環境変数管理
4XXEDTD処理無効化、JSON使用
5アクセス制御不備RBAC、所有者チェック
6設定ミスhelmet.js、適切なCORS
7XSSエスケープ、CSP、DOMPurify
8デシリアライゼーション署名検証、信頼できるデータのみ
9既知の脆弱性npm audit、Dependabot
10ログ不足セキュリティイベント記録

基本的な使い方

  1. 対象コードを特定
  2. 該当するチェックリストを適用
  3. 脆弱性を発見したらレポート作成
  4. 修正方法を提案

ベストプラクティス

DODON'T
定期的なスキャン(月1回以上)スキャンのみで満足
CI/CDパイプラインに統合警告を無視
重大度順に対応(高→低)本番環境で初スキャン
修正後に再スキャン自動化ツールに全依存

詳細ガイド

ファイル内容
01-owasp-checklist.mdOWASP Top 10 詳細チェックリストとコード例
02-auth-checklist.md認証・認可テスト手順
03-report-template.mdセキュリティレポートテンプレート

関連Skill

  • corder-code-templates: セキュアなコードテンプレート
Stats
Stars0
Forks0
Last CommitFeb 5, 2026

Similar Skills