Nova-Violet-Role

Goal Audit — Security skill for Claude Code

Security community

Attack the goal's own acceptance criteria — ledger integrity, negative control, and mutation probe (does not consume an iteration).

How to install Goal Audit

Installs to ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-audit && curl -fsSL https://raw.githubusercontent.com/Nova-Violet-Role/RoT-DTD-GOAL/HEAD/commands/goal-audit.md -o ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-audit/SKILL.md

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

What Goal Audit does


description: Attack the goal's own acceptance criteria — ledger integrity, negative control, and mutation probe (does not consume an iteration)

G="${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh"
bash "$G" audit    ; echo "audit exit=$?"
bash "$G" redteam  ; echo "redteam exit=$?"
bash "$G" mutate   ; echo "mutate exit=$?"

Three different questions, in increasing strength:

  1. audit — do the criteria still hash to what was sealed at activation? Drift means someone edited a che

Alternatives in Security

  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Om Vault Audit — Vault Audit 4.6k ★

Full documentation available on GitHub

View Source Repository