Stats
Actions
Tags
From security-compliance
Assess audit readiness for a specific Vanta framework (SOC 2, ISO 27001, HIPAA, etc.). Surfaces every failing test and the controls they map to. Use when user asks "are we audit ready for SOC 2", "what's failing in ISO 27001", or for pre-audit gap reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-compliance:framework-audit-readinessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `vanta_frameworks_list` -- confirm the framework ID exists in this workspace.
vanta_frameworks_list -- confirm the framework ID exists in this workspace.vanta_frameworks_get for the chosen framework -- capture name + product family.vanta_frameworks_list_controls (paginated) -- every control scoped to the framework.vanta_tests_list with frameworkFilter=<id> and statusFilter=NEEDS_ATTENTION (paginated).ctx_execute:
passing_tests / total_tests per control.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