Stats
Actions
Tags
From security-compliance
Find missing, expiring, or stale evidence documents in Vanta across one or more frameworks. Use when user asks "what evidence is missing", "what policies are expiring", "evidence gaps before audit", or for monthly evidence health checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-compliance:evidence-gap-hunterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `vanta_frameworks_list` -- pick scope (user-named framework or "all active").
vanta_frameworks_list -- pick scope (user-named framework or "all active").vanta_documents_list with frameworkMatchesAny=[<framework_id>] (paginated).vanta_documents_list again with statusMatchesAny=["MISSING","EXPIRING","NEEDS_REVIEW"] for the same scope (fall back to client-side filtering if the API filter doesn't match).ctx_execute:
statusMatchesAny returns 0 results, double-check with a fresh list (might be a filter-name mismatch in this workspace).Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub w159/tech-tools --plugin security-compliance