skill-security-scan CLAUDE.md

skill-security-scan CLAUDE.md is an instructions file for coding agents from huifer/skill-security-scan. It costs 1,490 tokens per session, scanned A, original, MIT.

Project instructions for Claude Code, an AI coding assistant, covering the repository's purpose, setup commands, security scanner usage, and tests.

In plain words
What is it for?
Use them when setting up the project, scanning third-party Claude Skills for risks, customizing scan rules, filtering findings, or running tests.
Why use it?
They give contributors a common reference for installing dependencies, running the scanner, and checking changes.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/huifer/skill-security-scan/claude-md
Clone the repo
git clone --depth 1 https://github.com/huifer/skill-security-scan

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-security-scan CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/huifer/skill-security-scan/claude-md.svg)](https://agentmods.dev/instructions/huifer/skill-security-scan/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/huifer/skill-security-scan/claude-md"><img src="https://agentmods.dev/badge/instructions/huifer/skill-security-scan/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,490 This file is loaded in full into every session.
When invoked 1,490 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01490 $0.01490
Opus 5 $0.00745 $0.00745
Sonnet 5 $0.00298 $0.00298
Haiku 4.5 $0.00149 $0.00149

Measured 4d ago against content hash 594cdb72a225, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-security-scan CLAUDE.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- +0.2 if contains suspicious keywords (password, secret, eval, curl, etc.)
CLAUDE.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

skill-security-scan is a command-line security scanner for Claude Skills. It performs static analysis to detect security risks like data exfiltration, sensitive file access, code injection, and dangerous command execution in third-party Skills before installation.

Development Commands

Installation & Setup

# Install dependencies
pip install -r requirements.txt

# Install in development mode with dev dependencies
pip install -e ".[dev]"

Running the Scanner

# Basic scan
python -m src.cli scan /path/to/skill

# Scan with JSON output
python -m src.cli scan /path/to/skill --format json --output report.json

# Scan with custom rules
python -m src.cli scan /path/to/skill --rules custom-rules.yaml

# Scan with severity filter
python -m src.cli scan /path/to/skill --severity CRITICAL

Testing

# Run all tests
pytest tests/

# Run specific test file
pytest tests/test_skills_scanner.py

# Run with coverage
pytest tests/ --cov=src --cov-report=html

# Run specific test
pytest tests/test_skills_scanner.py::TestSkillsScanner::test_detect_network_exfiltration -v

Code Quality

# Format code with Black
black src/ tests/

# Lint with Ruff
ruff check src/ tests/

# Type check with MyPy
mypy src/

Architecture

Core Components

The scanner follows a layered architecture:

  1. CLI Layer (src/cli.py)

    • Entry point using Click framework
    • Command parsing and user interaction
    • Coordinates config loading, rule creation, scanning, and reporting
  2. Configuration Layer (src/config_loader.py)

    • Loads YAML configs from config/ directory
    • Supports multiple config paths with fallback
    • Loads rules and whitelist
  3. Business Logic Layer

    • RulesFactory (src/rules_factory.py): Instantiates rule objects from config
    • SecurityDetector (src/scanner/detector.py): Main controller coordinating scan workflow

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 184 lines · 1,490 tokens per session scan A 594cdb72a225

Subscribe to this mod's changes

skill-security-scan CLAUDE.md is an instructions file published in the GitHub repository huifer/skill-security-scan (169 stars, last pushed 8mo ago), licensed MIT. It adds 1,490 tokens to every session, about $0.0075 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.