Install any skill in seconds. Free to start, no credit card required.
Get Started Free →PCI DSS compliance assessment and reporting for cardholder data protection, SAQ automation, and ASV scan orchestration
.claude/skills/a5c-ai-pci-dss-compliance-automator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 69% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 117% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 158% | 0% |
Automate Payment Card Industry Data Security Standard (PCI DSS) compliance activities including cardholder data environment scoping, SAQ questionnaire automation, ASV scan orchestration, control validation, and compliance reporting.
json{ "type": "object", "properties": { "assessmentType": { "type": "string", "enum": ["full", "saq", "asv", "scope", "gap"], "description": "Type of PCI DSS assessment" }, "merchantLevel": { "type": "integer", "enum": [1, 2, 3, 4], "description": "PCI merchant level" }, "saqType": { "type": "string", "enum": ["A", "A-EP", "B", "B-IP", "C", "C-VT", "D-Merchant", "D-ServiceProvider", "P2PE"], "description": "Applicable SAQ type" }, "cdeScope": { "type": "object", "properties": { "systems": { "type": "array", "items": { "type": "string" } }, "networks": { "type": "array", "items": { "type": "string" } }, "applications": { "type": "array", "items": { "type": "string" } } } }, "asvTargets": { "type": "array", "items": { "type": "string" }, "description": "IP addresses/hostnames for ASV scanning" }, "existingDocumentation": { "type": "string", "description": "Path to existing PCI documentation" } }, "required": ["assessmentType"] }
json{ "type": "object", "properties": { "assessmentId": { "type": "string" }, "assessmentType": { "type": "string" }, "assessmentDate": { "type": "string", "format": "date-time" }, "cdeScope": { "type": "object", "properties": { "inScopeSystems": { "type": "array" }, "connectedSystems": { "type": "array" }, "outOfScopeSystems": { "type": "array" }, "segmentationStatus": { "type": "string" } } }, "requirementStatus": { "type": "array", "items": { "type": "object", "properties": { "requirement": { "type": "string" }, "status": { "type": "string", "enum": ["compliant", "non-compliant", "not-applicable", "compensating-control"] }, "findings": { "type": "array" }, "evidence": { "type": "array" } } } }, "asvResults": { "type": "object", "properties": { "scanDate": { "type": "string" }, "passingStatus": { "type": "boolean" }, "vulnerabilities": { "type": "array" }, "disputes": { "type": "array" } } }, "saqResponses": { "type": "object" }, "gapAnalysis": { "type": "array" }, "complianceScore": { "type": "number" }, "recommendations": { "type": "array", "items": { "type": "string" } } } }
javascriptskill: { name: 'pci-dss-compliance-automator', context: { assessmentType: 'full', merchantLevel: 2, saqType: 'D-Merchant', cdeScope: { systems: ['Payment Gateway', 'POS Terminal', 'Web Store'], networks: ['Payment VLAN', 'DMZ'] } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 49,450 | 35,511 | -28% | 1 | 1 | 0% | 7,975 | 7,572 | -5% | 0 | 0 | — |
case-02 | fail→fail | 46,172 | 38,446 | -17% | 1 | 1 | 0% | 6,950 | 8,936 | +29% | 0 | 0 | — |
case-03 | fail→fail | 19,528 | 21,382 | +9% | 1 | 1 | 0% | 3,595 | 4,623 | +29% | 0 | 0 | — |
case-04 | fail→pass | 25,583 | 28,922 | +13% | 1 | 1 | 0% | 3,306 | 6,219 | +88% | 0 | 0 | — |
case-05 | fail→pass | 18,126 | 13,850 | -24% | 1 | 1 | 0% | 2,604 | 4,394 | +69% | 0 | 0 | — |
case-06 | fail→fail | 16,458 | 19,160 | +16% | 1 | 1 | 0% | 2,047 | 4,435 | +117% | 0 | 0 | — |
case-07 | fail→fail | 12,388 | 12,195 | -2% | 1 | 1 | 0% | 2,292 | 3,983 | +74% | 0 | 0 | — |
case-08 | fail→fail | 19,864 | 13,094 | -34% | 1 | 1 | 0% | 2,821 | 3,986 | +41% | 0 | 0 | — |
case-09 | fail→pass | 13,910 | 10,362 | -26% | 1 | 1 | 0% | 1,670 | 3,622 | +117% | 0 | 0 | — |
case-10 | pass→pass | 37,156 | 21,639 | -42% | 1 | 1 | 0% | 2,626 | 4,630 | +76% | 0 | 0 | — |
case-11 | fail→fail | 23,543 | 28,265 | +20% | 1 | 1 | 0% | 3,557 | 5,868 | +65% | 0 | 0 | — |
case-12 | fail→pass | 24,140 | 23,253 | -4% | 1 | 1 | 0% | 3,355 | 5,087 | +52% | 0 | 0 | — |
case-13 | fail→pass | 15,286 | 14,394 | -6% | 1 | 1 | 0% | 1,679 | 4,334 | +158% | 0 | 0 | — |
case-14 | pass→pass | 18,168 | 16,752 | -8% | 1 | 1 | 0% | 2,527 | 4,674 | +85% | 0 | 0 | — |
case-15 | fail→pass | 14,676 | 11,546 | -21% | 1 | 1 | 0% | 3,073 | 3,830 | +25% | 0 | 0 | — |
case-16 | fail→pass | 16,235 | 17,254 | +6% | 1 | 1 | 0% | 1,955 | 4,933 | +152% | 0 | 0 | — |
case-17 | pass→pass | 13,762 | 79,029 | +474% | 1 | 1 | 0% | 1,546 | 3,803 | +146% | 0 | 0 | — |
case-18 | fail→pass | 17,123 | 18,462 | +8% | 1 | 1 | 0% | 2,982 | 4,193 | +41% | 0 | 0 | — |
case-19 | fail→pass | 18,885 | 15,861 | -16% | 1 | 1 | 0% | 3,580 | 4,628 | +29% | 0 | 0 | — |
case-20 | fail→fail | 48,537 | 29,753 | -39% | 1 | 1 | 0% | 7,964 | 6,993 | -12% | 0 | 0 | — |
case-21 | fail→fail | 30,290 | 25,984 | -14% | 1 | 1 | 0% | 4,196 | 6,225 | +48% | 0 | 0 | — |
case-22 | fail→fail | 28,416 | 19,524 | -31% | 1 | 1 | 0% | 3,699 | 4,822 | +30% | 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. 22 cases were attempted. The headline lift of +41 percentage points is the difference between those two pass rates over the 22 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.