MCP HubMCP Hub
スキル一覧に戻る

performing-security-audits

jeremylongshore
更新日 Today
83 閲覧
712
74
712
GitHubで表示
メタai

について

このスキルは、Claudeがコード、インフラストラクチャ、および設定に対する包括的なセキュリティ監査を実施できるようにします。脆弱性スキャン、コンプライアンスチェック、暗号化レビューを実行し、セキュリティリスクを特定して軽減します。プロジェクトのセキュリティ評価、脆弱性分析、またはコンプライアンスレビューが必要な場合にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/performing-security-audits

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Overview

This skill empowers Claude to perform in-depth security audits across various domains, from code vulnerability scanning to compliance verification and infrastructure security assessment. It utilizes the specialized tools within the security-pro-pack to provide a comprehensive security posture analysis.

How It Works

  1. Analysis Selection: Claude determines the appropriate security-pro-pack tool (e.g., Security Auditor Expert, Compliance Checker, Crypto Audit) based on the user's request and the context of the code or system being analyzed.
  2. Execution: Claude executes the selected tool, providing it with the relevant code, configuration files, or API endpoints.
  3. Reporting: Claude aggregates and presents the findings in a clear, actionable report, highlighting vulnerabilities, compliance issues, and potential security risks, along with suggested remediation steps.

When to Use This Skill

This skill activates when you need to:

  • Assess the security of code for vulnerabilities like those in the OWASP Top 10.
  • Evaluate compliance with standards such as HIPAA, PCI DSS, GDPR, or SOC 2.
  • Review cryptographic implementations for weaknesses.
  • Perform container security scans or API security audits.

Examples

Example 1: Vulnerability Assessment

User request: "Please perform a security audit on this authentication code to find any potential vulnerabilities."

The skill will:

  1. Invoke the Security Auditor Expert agent.
  2. Analyze the provided authentication code for common vulnerabilities.
  3. Generate a report detailing any identified vulnerabilities, their severity, and recommended fixes.

Example 2: Compliance Check

User request: "Check this application against GDPR compliance requirements."

The skill will:

  1. Invoke the Compliance Checker agent.
  2. Evaluate the application's architecture and code against GDPR guidelines.
  3. Generate a report highlighting any non-compliant areas and suggesting necessary changes.

Best Practices

  • Specificity: Provide clear and specific instructions about the scope of the audit (e.g., "audit this specific function" instead of "audit the whole codebase").
  • Context: Include relevant context about the application, infrastructure, or data being audited to enable more accurate and relevant results.
  • Iteration: Use the skill iteratively, addressing the most critical findings first and then progressively improving the overall security posture.

Integration

This skill seamlessly integrates with all other components of the security-pro-pack plugin. It also works well with Claude's existing code analysis capabilities, allowing for a holistic and integrated security review process.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/packages/security-pro-pack/skills/security-pro-pack
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る