Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cryptographic implementation analysis and validation for encryption algorithms, key sizes, and certificate management
.claude/skills/a5c-ai-crypto-analyzer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 91% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 80% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 43% | 0% |
Analyze and validate cryptographic implementations to ensure proper algorithm usage, key sizes, certificate validity, and compliance with cryptographic best practices and standards.
| Algorithm | Status | Recommendation | |-----------|--------|----------------| | AES-256-GCM | Approved | Preferred | | AES-128-GCM | Approved | Acceptable | | ChaCha20-Poly1305 | Approved | Preferred for mobile | | AES-CBC | Caution | Use with HMAC | | 3DES | Deprecated | Replace immediately | | DES | Prohibited | Critical risk |
| Algorithm | Min Key Size | Recommendation | |-----------|-------------|----------------| | RSA | 2048-bit | 3072+ preferred | | ECDSA | P-256 | P-384 preferred | | Ed25519 | N/A | Recommended |
| Algorithm | Status | Use Case | |-----------|--------|----------| | SHA-256/384/512 | Approved | General use | | SHA-3 | Approved | High security | | BLAKE2 | Approved | Performance | | SHA-1 | Deprecated | Legacy only | | MD5 | Prohibited | Never use |
json{ "type": "object", "properties": { "analysisType": { "type": "string", "enum": ["code-review", "tls-config", "certificate", "implementation", "compliance"], "description": "Type of cryptographic analysis" }, "targetPath": { "type": "string", "description": "Path to code or configuration to analyze" }, "endpoints": { "type": "array", "items": { "type": "string" }, "description": "TLS endpoints to analyze" }, "certificates": { "type": "array", "items": { "type": "string" }, "description": "Certificate files or URLs to analyze" }, "languages": { "type": "array", "items": { "type": "string" }, "description": "Programming languages to analyze" }, "complianceFrameworks": { "type": "array", "items": { "type": "string", "enum": ["NIST", "FIPS-140-3", "PCI-DSS", "HIPAA", "FedRAMP"] } }, "includeQuantumAssessment": { "type": "boolean", "description": "Include post-quantum readiness assessment" } }, "required": ["analysisType"] }
json{ "type": "object", "properties": { "analysisId": { "type": "string" }, "analysisType": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" }, "summary": { "type": "object", "properties": { "totalFindings": { "type": "integer" }, "critical": { "type": "integer" }, "high": { "type": "integer" }, "medium": { "type": "integer" }, "low": { "type": "integer" } } }, "algorithmFindings": { "type": "array", "items": { "type": "object", "properties": { "algorithm": { "type": "string" }, "usage": { "type": "string" }, "status": { "type": "string", "enum": ["approved", "caution", "deprecated", "prohibited"] }, "location": { "type": "string" }, "recommendation": { "type": "string" } } } }, "keySizeFindings": { "type": "array", "items": { "type": "object", "properties": { "algorithm": { "type": "string" }, "currentSize": { "type": "string" }, "minimumRequired": { "type": "string" }, "recommendation": { "type": "string" } } } }, "certificateFindings": { "type": "array", "items": { "type": "object", "properties": { "subject": { "type": "string" }, "issuer": { "type": "string" }, "validFrom": { "type": "string" }, "validTo": { "type": "string" }, "keySize": { "type": "string" }, "issues": { "type": "array" } } } }, "tlsFindings": { "type": "array", "items": { "type": "object", "properties": { "endpoint": { "type": "string" }, "protocols": { "type": "array" }, "cipherSuites": { "type": "array" }, "grade": { "type": "string" }, "issues": { "type": "array" } } } }, "complianceStatus": { "type": "object" }, "quantumReadiness": { "type": "object", "properties": { "atRiskAlgorithms": { "type": "array" }, "migrationPriority": { "type": "string" }, "recommendations": { "type": "array" } } }, "remediationPlan": { "type": "array", "items": { "type": "object", "properties": { "finding": { "type": "string" }, "action": { "type": "string" }, "priority": { "type": "string" }, "effort": { "type": "string" } } } } } }
javascriptskill: { name: 'crypto-analyzer', context: { analysisType: 'code-review', targetPath: './src', languages: ['Java', 'Python'], complianceFrameworks: ['NIST', 'PCI-DSS'], includeQuantumAssessment: true } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 43,751 | 23,367 | -47% | 1 | 1 | 0% | 7,972 | 4,481 | -44% | 0 | 0 | — |
case-02 | fail→pass | 40,414 | 20,459 | -49% | 1 | 1 | 0% | 8,275 | 5,376 | -35% | 0 | 0 | — |
case-03 | fail→pass | 30,964 | 25,131 | -19% | 1 | 1 | 0% | 5,526 | 6,397 | +16% | 0 | 0 | — |
case-04 | fail→fail | 16,253 | 17,520 | +8% | 1 | 1 | 0% | 2,154 | 4,541 | +111% | 0 | 0 | — |
case-05 | fail→fail | 17,629 | 14,970 | -15% | 1 | 1 | 0% | 2,528 | 5,170 | +105% | 0 | 0 | — |
case-06 | fail→fail | 20,708 | 29,480 | +42% | 1 | 1 | 0% | 2,894 | 6,466 | +123% | 0 | 0 | — |
case-07 | pass→pass | 17,540 | 17,443 | -1% | 1 | 1 | 0% | 2,164 | 4,308 | +99% | 0 | 0 | — |
case-08 | pass→pass | 14,172 | 12,294 | -13% | 1 | 1 | 0% | 1,698 | 4,425 | +161% | 0 | 0 | — |
case-09 | pass→pass | 9,861 | 13,170 | +34% | 1 | 1 | 0% | 1,596 | 3,492 | +119% | 0 | 0 | — |
case-10 | fail→pass | 12,600 | 86,558 | +587% | 1 | 1 | 0% | 2,387 | 4,553 | +91% | 0 | 0 | — |
case-11 | fail→pass | 20,369 | 18,211 | -11% | 1 | 1 | 0% | 2,449 | 4,414 | +80% | 0 | 0 | — |
case-12 | pass→pass | 23,036 | 21,773 | -5% | 1 | 1 | 0% | 3,146 | 5,021 | +60% | 0 | 0 | — |
case-13 | pass→pass | 18,112 | 18,420 | +2% | 1 | 1 | 0% | 2,255 | 4,451 | +97% | 0 | 0 | — |
case-14 | pass→pass | 14,150 | 17,202 | +22% | 1 | 1 | 0% | 1,819 | 4,183 | +130% | 0 | 0 | — |
case-15 | pass→pass | 15,630 | 17,847 | +14% | 1 | 1 | 0% | 2,904 | 4,167 | +43% | 0 | 0 | — |
case-16 | fail→pass | 23,424 | 18,891 | -19% | 1 | 1 | 0% | 3,204 | 4,595 | +43% | 0 | 0 | — |
case-17 | fail→pass | 14,713 | 4,257 | -71% | 1 | 1 | 0% | 2,709 | 2,816 | +4% | 0 | 0 | — |
case-18 | fail→pass | 12,697 | 7,349 | -42% | 1 | 1 | 0% | 1,234 | 2,398 | +94% | 0 | 0 | — |
case-19 | fail→pass | 19,675 | 9,664 | -51% | 1 | 1 | 0% | 2,985 | 4,038 | +35% | 0 | 0 | — |
case-20 | fail→pass | 14,956 | 14,440 | -3% | 1 | 1 | 0% | 3,038 | 3,834 | +26% | 0 | 0 | — |
case-21 | pass→pass | 10,689 | 4,619 | -57% | 1 | 1 | 0% | 1,040 | 2,848 | +174% | 0 | 0 | — |
case-22 | fail→pass | 15,699 | 9,743 | -38% | 1 | 1 | 0% | 2,293 | 2,992 | +30% | 0 | 0 | — |
case-23 | fail→pass | 16,884 | 12,184 | -28% | 1 | 1 | 0% | 2,363 | 3,897 | +65% | 0 | 0 | — |
case-24 | fail→pass | 16,126 | 6,733 | -58% | 1 | 1 | 0% | 2,003 | 2,258 | +13% | 0 | 0 | — |
case-25 | pass→pass | 22,494 | 16,551 | -26% | 1 | 1 | 0% | 3,029 | 4,166 | +38% | 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. 25 cases were attempted. The headline lift of +48 percentage points is the difference between those two pass rates over the 25 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.