ils15

Pantheon Audit — Security skill for Claude Code

Security community

Audit: heuristic scan (zero LLM) + Themis review.

How to install Pantheon Audit

Installs to ~/.claude/skills/ils15-pantheon-legacy-pantheon-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-pantheon-audit && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/commands/pantheon-audit.md -o ~/.claude/skills/ils15-pantheon-legacy-pantheon-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pantheon Audit does


description: "Audit: heuristic scan (zero LLM) + Themis review. Usage: /pantheon-audit [--light|--full|--plan]" agent: "themis"

/pantheon-audit — Quality & Security Audit

**What:** Layer 1 heuristic scan (zero tokens, <2s). If BLOCKING, returns score. If APPROVED, Themis deep review.

**Usage:**

  • /pantheon-audit — Full audit (Layer 1 → 2 → 3)
  • /pantheon-audit --light — Layer 1 only (quick scan)
  • /pantheon-audit --full — Force full review
  • /pantheon-audit --plan — Verificat

Alternatives in Security

  • Memory Self Review — Mine recent agent history (claude-mem + usage stats) for recurring failures and repeated patterns, audit MEMOR 297 ★
  • Beamer Skill — A Claude Code skill for creating, compiling, reviewing, and polishing academic Beamer LaTeX presentations 163 ★
  • Loongsuite Pilot — Local-first telemetry collector for AI coding agents — unified OpenTelemetry events for Claude Code, Codex, Cu 150 ★

Full documentation available on GitHub

View Source Repository