security-check

Cross-reference Claude Code configurations against a bundled threat database to produce a security report.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill security-check-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-check
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/security-check
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill security-check-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly verify Claude Code configurations against a bundled threat intelligence database to identify insecure MCP setups, exposed secrets, and risky operational patterns.

Core Features & Use Cases

  • Cross-checks project, local, and MCP configurations against threat-database entries
  • Phase-driven security audit covering MCP servers, hooks, and agent configurations
  • Generates a concise, actionable report for fast remediation in security-hardening workflows

Quick Start

Run the security-check against your Claude Code project to produce a threat report.

Frequently Asked Questions about security-check

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

FAQPage Schema
How do I audit Claude Code configurations for security risks?

To audit Claude Code configurations for security risks, run a security-check against your project to cross-reference local and MCP setups against a bundled threat database, producing a structured vulnerability report in minutes.

What insecure MCP server setups and credential exposures can a threat database detect?

A threat database detects insecure MCP server setups by analyzing MCP pins and checking for risky hooks, exposed credentials, and vulnerable memory prompts across local and project scopes to surface configuration security risks.

Can I check my MCP pins and agent inventory for vulnerabilities without external dependencies?

Yes, you can check MCP pins and agent inventories without external dependencies. The security-check reads a bundled threat-db.yaml file to analyze configurations and surface vulnerabilities across local and project scopes.

What is the best way to surface risky hooks and operational patterns in Claude Code?

The best way to surface risky hooks and operational patterns is a phase-driven security audit that cross-checks project, local, and MCP configurations against threat-database entries to generate an actionable remediation report.

Does security-check work with project-level and local-level Claude Code configurations?

Yes, security-check works with both project-level and local-level Claude Code configurations. It applies a phase-driven audit to MCP server setups, hooks, and agent configurations across multiple scopes to identify vulnerabilities.

Why does my security audit report show exposed secrets in memory prompts?

Your security audit report shows exposed secrets because the threat database actively checks memory prompts and configurations for credentials exposure, identifying insecure operational patterns that leak sensitive data across project scopes.