Stats
Actions
Tags
From vanta
Fix a failing Vanta compliance test by generating code changes and opening a pull request
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanta:fix-test test ID or Vanta test URLtest ID or Vanta test URLThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fix the failing Vanta test specified in $ARGUMENTS.
Fix the failing Vanta test specified in $ARGUMENTS.
$ARGUMENTS is a URL (e.g., https://app.vanta.com/c/<slug>/tests/<testId>), extract the test ID from the path. If it's a plain string, use it directly as the test ID.getAgentRemediationPrompt with the test ID and follow instructions.getAgentRemediationPrompt response contains a system prompt and user message with test-specific remediation intelligence. Follow these instructions to scan the local repository and generate the fix.tests to fetch the failing tests list, fuzzy-match against the provided ID, and present the closest matches. "I couldn't find a test called [id]. Did you mean one of these?" Never dead-end.$ARGUMENTS doesn't match a test ID, call tests and filter by keyword. If one match, proceed. If multiple, show candidates with entity counts and ask which one. If none, show the full failing tests list.npx claudepluginhub vantainc/vanta-mcp-plugin --plugin vantaDetects and prevents Keccak-256 vs NIST SHA3 confusion in Ethereum JavaScript/TypeScript code. Flags silent bugs in selectors, signatures, storage slots, and address derivation when Node's crypto.createHash('sha3-256') is used instead of Keccak.