Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automated vendor security assessment through questionnaire generation, response parsing, and risk scoring
.claude/skills/a5c-ai-vendor-security-questionnaire/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 541% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 102% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 167% | 0% |
Automate vendor security assessment through standardized questionnaire generation, response parsing, security posture scoring, and risk report generation for third-party risk management programs.
| Standard | Use Case | Questions | |----------|----------|-----------| | SIG Lite | Low-risk vendors | ~100 | | SIG Core | Medium-risk vendors | ~300 | | SIG Full | High-risk vendors | ~800+ | | CAIQ | Cloud providers | ~300 | | VSAQ | General vendors | Variable | | Custom | Specific needs | Variable |
json{ "type": "object", "properties": { "operation": { "type": "string", "enum": ["generate", "parse", "score", "report", "track"], "description": "Questionnaire operation type" }, "vendorInfo": { "type": "object", "properties": { "vendorName": { "type": "string" }, "vendorId": { "type": "string" }, "vendorType": { "type": "string" }, "riskTier": { "type": "string", "enum": ["critical", "high", "medium", "low"] }, "dataAccess": { "type": "array", "items": { "type": "string" } } } }, "questionnaireType": { "type": "string", "enum": ["SIG-Lite", "SIG-Core", "SIG-Full", "CAIQ", "VSAQ", "custom"], "description": "Questionnaire standard to use" }, "customDomains": { "type": "array", "items": { "type": "string" }, "description": "Specific domains to assess" }, "responseFile": { "type": "string", "description": "Path to questionnaire response file" }, "scoringCriteria": { "type": "object", "properties": { "minimumScore": { "type": "number" }, "criticalControls": { "type": "array" }, "weightings": { "type": "object" } } }, "deadline": { "type": "string", "format": "date", "description": "Assessment completion deadline" } }, "required": ["operation"] }
json{ "type": "object", "properties": { "assessmentId": { "type": "string" }, "operation": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" }, "vendorInfo": { "type": "object" }, "questionnaire": { "type": "object", "properties": { "type": { "type": "string" }, "totalQuestions": { "type": "integer" }, "domains": { "type": "array" }, "filePath": { "type": "string" } } }, "responseAnalysis": { "type": "object", "properties": { "questionsAnswered": { "type": "integer" }, "questionsSkipped": { "type": "integer" }, "evidenceProvided": { "type": "integer" }, "concerningResponses": { "type": "array" }, "missingInformation": { "type": "array" } } }, "securityScore": { "type": "object", "properties": { "overallScore": { "type": "number" }, "riskRating": { "type": "string", "enum": ["low", "medium", "high", "critical"] }, "domainScores": { "type": "array", "items": { "type": "object", "properties": { "domain": { "type": "string" }, "score": { "type": "number" }, "findings": { "type": "array" } } } }, "benchmarkComparison": { "type": "object" }, "scoreHistory": { "type": "array" } } }, "riskFindings": { "type": "array", "items": { "type": "object", "properties": { "findingId": { "type": "string" }, "domain": { "type": "string" }, "severity": { "type": "string" }, "description": { "type": "string" }, "recommendation": { "type": "string" } } } }, "assessmentStatus": { "type": "object", "properties": { "status": { "type": "string" }, "deadline": { "type": "string" }, "daysRemaining": { "type": "integer" }, "remindersent": { "type": "boolean" } } }, "recommendations": { "type": "array", "items": { "type": "string" } }, "reportPath": { "type": "string" } } }
javascriptskill: { name: 'vendor-security-questionnaire', context: { operation: 'generate', vendorInfo: { vendorName: 'Cloud SaaS Provider', riskTier: 'high', dataAccess: ['PII', 'financial'] }, questionnaireType: 'SIG-Core', deadline: '2024-03-15' } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 18,878 | 13,377 | -29% | 1 | 1 | 0% | 3,643 | 3,479 | -5% | 0 | 0 | — |
case-02 | fail→pass | 13,727 | 24,677 | +80% | 1 | 1 | 0% | 893 | 5,723 | +541% | 0 | 0 | — |
case-03 | fail→pass | 21,656 | 19,171 | -11% | 1 | 1 | 0% | 2,410 | 4,867 | +102% | 0 | 0 | — |
case-04 | fail→fail | 19,381 | 15,087 | -22% | 1 | 1 | 0% | 3,399 | 4,479 | +32% | 0 | 0 | — |
case-05 | fail→fail | 6,797 | 12,661 | +86% | 1 | 1 | 0% | 1,325 | 3,208 | +142% | 0 | 0 | — |
case-06 | fail→fail | 10,984 | 13,717 | +25% | 1 | 1 | 0% | 429 | 2,597 | +505% | 0 | 0 | — |
case-07 | fail→pass | 15,186 | 5,476 | -64% | 1 | 1 | 0% | 1,744 | 2,820 | +62% | 0 | 0 | — |
case-08 | fail→pass | 22,753 | 6,535 | -71% | 1 | 1 | 0% | 1,050 | 2,800 | +167% | 0 | 0 | — |
case-09 | pass→pass | 5,988 | 9,932 | +66% | 1 | 1 | 0% | 984 | 2,713 | +176% | 0 | 0 | — |
case-10 | fail→pass | 4,065 | 3,749 | -8% | 1 | 1 | 0% | 824 | 2,581 | +213% | 0 | 0 | — |
case-11 | fail→pass | 15,324 | 5,306 | -65% | 1 | 1 | 0% | 2,116 | 2,766 | +31% | 0 | 0 | — |
case-12 | pass→pass | 10,795 | 9,907 | -8% | 1 | 1 | 0% | 1,562 | 2,768 | +77% | 0 | 0 | — |
case-13 | fail→pass | 12,605 | 3,371 | -73% | 1 | 1 | 0% | 2,146 | 2,428 | +13% | 0 | 0 | — |
case-14 | pass→pass | 8,669 | 8,637 | -0% | 1 | 1 | 0% | 641 | 2,569 | +301% | 0 | 0 | — |
case-15 | fail→pass | 11,881 | 11,005 | -7% | 1 | 1 | 0% | 1,411 | 2,961 | +110% | 0 | 0 | — |
case-16 | pass→pass | 10,297 | 8,806 | -14% | 1 | 1 | 0% | 986 | 2,472 | +151% | 0 | 0 | — |
case-17 | fail→pass | 13,105 | 1,856 | -86% | 1 | 1 | 0% | 1,428 | 2,100 | +47% | 0 | 0 | — |
case-18 | fail→pass | 7,748 | 9,832 | +27% | 1 | 1 | 0% | 1,452 | 2,743 | +89% | 0 | 0 | — |
case-19 | pass→pass | 8,800 | 7,973 | -9% | 1 | 1 | 0% | 635 | 2,075 | +227% | 0 | 0 | — |
case-20 | pass→pass | 14,117 | 7,248 | -49% | 1 | 1 | 0% | 1,527 | 2,153 | +41% | 0 | 0 | — |
case-21 | fail→pass | 14,658 | 7,152 | -51% | 1 | 1 | 0% | 1,691 | 2,242 | +33% | 0 | 0 | — |
case-22 | pass→pass | 16,866 | 7,441 | -56% | 1 | 1 | 0% | 1,938 | 2,201 | +14% | 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, and 20 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 +55 percentage points is the difference between those two pass rates over the 20 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.