Install any skill in seconds. Free to start, no credit card required.
Get Started Free →SOC 2 Trust Services Criteria compliance automation for evidence collection, control mapping, and audit preparation
.claude/skills/a5c-ai-soc2-compliance-automator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -10% | 0% |
Automate SOC 2 Trust Services Criteria (TSC) compliance activities including control mapping, evidence collection, audit preparation, and continuous compliance monitoring.
json{ "type": "object", "properties": { "auditType": { "type": "string", "enum": ["Type1", "Type2"], "description": "SOC 2 audit type" }, "trustCategories": { "type": "array", "items": { "type": "string", "enum": ["Security", "Availability", "ProcessingIntegrity", "Confidentiality", "Privacy"] } }, "auditPeriod": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" } } }, "cloudProviders": { "type": "array", "items": { "type": "string", "enum": ["AWS", "Azure", "GCP"] } }, "controlMatrix": { "type": "string", "description": "Path to existing control matrix" }, "evidenceBasePath": { "type": "string", "description": "Base path for evidence storage" } }, "required": ["auditType", "trustCategories"] }
json{ "type": "object", "properties": { "assessmentId": { "type": "string" }, "auditType": { "type": "string" }, "assessmentDate": { "type": "string", "format": "date-time" }, "trustCategories": { "type": "array" }, "controlSummary": { "type": "object", "properties": { "totalControls": { "type": "integer" }, "implemented": { "type": "integer" }, "partiallyImplemented": { "type": "integer" }, "notImplemented": { "type": "integer" }, "notApplicable": { "type": "integer" } } }, "evidenceStatus": { "type": "object", "properties": { "collected": { "type": "integer" }, "pending": { "type": "integer" }, "missing": { "type": "integer" } } }, "gapAnalysis": { "type": "array", "items": { "type": "object", "properties": { "controlId": { "type": "string" }, "gap": { "type": "string" }, "remediation": { "type": "string" }, "priority": { "type": "string" } } } }, "auditPackage": { "type": "object", "properties": { "controlMatrix": { "type": "string" }, "evidenceFolder": { "type": "string" }, "systemDescription": { "type": "string" }, "managementAssertion": { "type": "string" } } }, "complianceScore": { "type": "number" } } }
javascriptskill: { name: 'soc2-compliance-automator', context: { auditType: 'Type2', trustCategories: ['Security', 'Availability', 'Confidentiality'], auditPeriod: { startDate: '2024-01-01', endDate: '2024-12-31' }, cloudProviders: ['AWS', 'Azure'] } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 18,779 | 19,755 | +5% | 1 | 1 | 0% | 3,409 | 4,407 | +29% | 0 | 0 | — |
case-02 | fail→fail | 9,921 | 19,547 | +97% | 1 | 1 | 0% | 294 | 4,347 | +1379% | 0 | 0 | — |
case-03 | fail→fail | 13,161 | 17,122 | +30% | 1 | 1 | 0% | 388 | 3,959 | +920% | 0 | 0 | — |
case-04 | fail→fail | 21,044 | 35,687 | +70% | 1 | 1 | 0% | 3,457 | 7,691 | +122% | 0 | 0 | — |
case-05 | fail→fail | 24,625 | 28,612 | +16% | 1 | 1 | 0% | 3,668 | 5,898 | +61% | 0 | 0 | — |
case-06 | fail→fail | 24,787 | 18,882 | -24% | 1 | 1 | 0% | 3,350 | 4,890 | +46% | 0 | 0 | — |
case-07 | fail→fail | 17,111 | 10,635 | -38% | 1 | 1 | 0% | 2,069 | 2,560 | +24% | 0 | 0 | — |
case-08 | pass→pass | 9,590 | 8,241 | -14% | 1 | 1 | 0% | 1,657 | 2,041 | +23% | 0 | 0 | — |
case-09 | fail→pass | 8,008 | 3,923 | -51% | 1 | 1 | 0% | 1,385 | 2,145 | +55% | 0 | 0 | — |
case-10 | fail→fail | 11,834 | 6,203 | -48% | 1 | 1 | 0% | 1,062 | 2,505 | +136% | 0 | 0 | — |
case-11 | pass→pass | 20,370 | 18,117 | -11% | 1 | 1 | 0% | 2,350 | 3,751 | +60% | 0 | 0 | — |
case-12 | pass→pass | 11,814 | 9,055 | -23% | 1 | 1 | 0% | 1,193 | 2,089 | +75% | 0 | 0 | — |
case-13 | pass→pass | 12,734 | 2,323 | -82% | 1 | 1 | 0% | 1,467 | 1,850 | +26% | 0 | 0 | — |
case-14 | fail→pass | 11,965 | 1,821 | -85% | 1 | 1 | 0% | 2,215 | 1,760 | -21% | 0 | 0 | — |
case-15 | fail→pass | 16,215 | 3,697 | -77% | 1 | 1 | 0% | 2,067 | 2,194 | +6% | 0 | 0 | — |
case-16 | pass→pass | 14,186 | 7,910 | -44% | 1 | 1 | 0% | 1,770 | 2,075 | +17% | 0 | 0 | — |
case-17 | fail→fail | 19,850 | 14,375 | -28% | 1 | 1 | 0% | 2,615 | 4,006 | +53% | 0 | 0 | — |
case-18 | pass→pass | 17,574 | 18,321 | +4% | 1 | 1 | 0% | 2,113 | 3,453 | +63% | 0 | 0 | — |
case-19 | pass→pass | 10,511 | 9,619 | -8% | 1 | 1 | 0% | 915 | 2,211 | +142% | 0 | 0 | — |
case-20 | fail→pass | 15,499 | 2,445 | -84% | 1 | 1 | 0% | 1,804 | 1,930 | +7% | 0 | 0 | — |
case-21 | fail→pass | 16,845 | 7,298 | -57% | 1 | 1 | 0% | 1,960 | 1,755 | -10% | 0 | 0 | — |
case-22 | pass→pass | 5,761 | 1,463 | -75% | 1 | 1 | 0% | 946 | 1,619 | +71% | 0 | 0 | — |
case-23 | fail→pass | 30,875 | 9,249 | -70% | 1 | 1 | 0% | 6,503 | 2,292 | -65% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 21 counted toward the lift figure. The other 2 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +26 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.