RECTOR-LABS

Audit Cpi — Security skill for Claude Code

Security community

Checklist-driven CPI safety review — locates CPI sites with grep, walks skills/solana-cpi-safety/cpi-checklist.md for each site, and emits a structured findings report.

How to install Audit Cpi

Installs to ~/.claude/skills/rector-labs-solana-cpi-safety-skill-audit-cpi/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rector-labs-solana-cpi-safety-skill-audit-cpi && curl -fsSL https://raw.githubusercontent.com/RECTOR-LABS/solana-cpi-safety-skill/HEAD/commands/audit-cpi.md -o ~/.claude/skills/rector-labs-solana-cpi-safety-skill-audit-cpi/SKILL.md

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

What Audit Cpi does


description: "Checklist-driven CPI safety review — locates CPI sites with grep, walks skills/solana-cpi-safety/cpi-checklist.md for each site, and emits a structured findings report."

This command performs a guidance-driven CPI safety review of a Rust Solana program. It is not a static scanner and does not guarantee completeness — it walks a human-in-the-loop checklist against grep-identified sites and produces a structured report of what was found.

The checklist content lives exclusiv

Alternatives in Security

  • Security Scan Report — Generated: 2026-04-10 20:48 UTC Skills scanned: 134 Total findings: 836 Critical: 32 High: 50 Safe skills: 100 18.1k ★
  • Audit Live Site — audit-live-site 1k ★
  • MCP Security Checklist (SlowMist) — Comprehensive checklist: input validation, rate limiting, RBAC, credential management, container hardening 819 ★

Full documentation available on GitHub

View Source Repository