nutdnuy

Self Driving Verify — Security skill for Claude Code

Security community

Verify a Self-Driving Portfolio run's contracts, hashes, and audit chain.

How to install Self Driving Verify

Installs to ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-verify && curl -fsSL https://raw.githubusercontent.com/nutdnuy/self-driving-portfolio-skill/HEAD/commands/self-driving-verify.md -o ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-verify/SKILL.md

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

What Self Driving Verify does


description: Verify a Self-Driving Portfolio run's contracts, hashes, and audit chain argument-hint: "" allowed-tools: Bash(cd:*), Bash(python:*), Bash(python3:*)

Verify an existing governed run before interpreting it. Resolve the run folder to an absolute path before changing directories.

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 pipeline/verify.py ""

Report `ok`, status, artifact count, event count, and audit head. Treat any failure as

Alternatives in Security

  • Pocketpaw — Your AI agent in 30 seconds 775 ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★

Full documentation available on GitHub

View Source Repository