Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Validate cryptographic implementations using NIST standards with TLS configuration, cipher suite analysis, and certificate lifecycle checks.
.claude/skills/williamzujkowski-cryptographic-security-validator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 99% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 99% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 479% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 114% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 39% | 0% |
Trigger conditions:
Not for:
Time normalization:
NOW_ET using NIST/time.gov semantics (America/New_York, ISO-8601): 2025-10-26T01:33:55-04:00NOW_ET for all citation access datesInput validation:
target_system must be non-empty stringcrypto_scope must be one of: tls, certificates, key-management, all]compliance_standard must be one of: nist, fips, pci-dss, none]Source freshness:
TLS Configuration:
Certificate Management:
Key Management:
For each finding, provide:
Token budgets:
Ambiguity thresholds:
Abort conditions:
Severity classification:
Required fields:
json{ "target_system": "string", "crypto_scope": "tls|certificates|key-management|all", "compliance_standard": "nist|fips|pci-dss|none", "timestamp": "ISO-8601 with timezone", "findings": [ { "id": "unique identifier", "category": "tls|certificate|key-management", "severity": "critical|high|medium|low", "cvss_score": 0.0, "title": "brief description", "description": "detailed finding", "nist_reference": "SP 800-52 Rev 2 section X.Y", "affected_endpoints": ["URLs or service names"], "remediation": "specific fix steps", "remediation_config": "configuration snippet" } ], "compliance_status": { "standard": "nist|fips|pci-dss", "controls_assessed": ["list"], "controls_passed": ["list"], "controls_failed": ["list"] }, "summary": { "total_findings": 0, "critical_count": 0, "high_count": 0, "overall_risk": "critical|high|medium|low" } }
Example: TLS Configuration Check
yaml# Input target_system: "api.example.com" crypto_scope: "tls" compliance_standard: "nist" # Output (abbreviated) { "target_system": "api.example.com", "findings": [ { "id": "CRYPTO-001", "category": "tls", "severity": "high", "cvss_score": 7.4, "title": "TLS 1.1 enabled (deprecated protocol)", "nist_reference": "SP 800-52 Rev 2 Section 3.1", "remediation_config": "SSLProtocol -all +TLSv1.2 +TLSv1.3" } ], "summary": {"high_count": 1, "overall_risk": "high"} }
Token budgets:
Safety:
Auditability:
Determinism:
NIST Standards:
TLS Configuration Guides:
Certificate Management:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 12,127 | 13,073 | +8% | 1 | 1 | 0% | 2,801 | 5,576 | +99% | 0 | 0 | — |
case-02 | fail→fail | 10,178 | 7,369 | -28% | 1 | 1 | 0% | 1,108 | 2,971 | +168% | 0 | 0 | — |
case-03 | fail→fail | 9,571 | 9,894 | +3% | 1 | 1 | 0% | 1,022 | 3,335 | +226% | 0 | 0 | — |
case-04 | pass→fail | 16,453 | 17,492 | +6% | 1 | 1 | 0% | 3,389 | 5,768 | +70% | 0 | 0 | — |
case-05 | fail→fail | 22,426 | 23,581 | +5% | 1 | 1 | 0% | 4,242 | 6,776 | +60% | 0 | 0 | — |
case-06 | fail→pass | 25,132 | 22,889 | -9% | 1 | 1 | 0% | 1,991 | 3,961 | +99% | 0 | 0 | — |
case-07 | fail→fail | 13,347 | 12,153 | -9% | 1 | 1 | 0% | 2,927 | 4,967 | +70% | 0 | 0 | — |
case-08 | fail→pass | 7,929 | 15,214 | +92% | 1 | 1 | 0% | 775 | 4,490 | +479% | 0 | 0 | — |
case-09 | fail→pass | 8,535 | 10,466 | +23% | 1 | 1 | 0% | 2,117 | 4,521 | +114% | 0 | 0 | — |
case-10 | fail→pass | 11,768 | 7,162 | -39% | 1 | 1 | 0% | 2,760 | 3,827 | +39% | 0 | 0 | — |
case-11 | fail→fail | 6,946 | 11,363 | +64% | 1 | 1 | 0% | 1,544 | 4,690 | +204% | 0 | 0 | — |
case-12 | fail→pass | 12,490 | 10,117 | -19% | 1 | 1 | 0% | 3,079 | 4,446 | +44% | 0 | 0 | — |
case-13 | fail→pass | 11,479 | 12,903 | +12% | 1 | 1 | 0% | 2,425 | 4,960 | +105% | 0 | 0 | — |
case-14 | fail→pass | 19,304 | 16,044 | -17% | 1 | 1 | 0% | 2,322 | 4,287 | +85% | 0 | 0 | — |
case-15 | fail→pass | 15,674 | 11,422 | -27% | 1 | 1 | 0% | 3,718 | 5,160 | +39% | 0 | 0 | — |
case-16 | pass→pass | 9,300 | 11,749 | +26% | 1 | 1 | 0% | 1,886 | 4,658 | +147% | 0 | 0 | — |
case-17 | fail→pass | 12,957 | 12,613 | -3% | 1 | 1 | 0% | 2,652 | 4,837 | +82% | 0 | 0 | — |
case-18 | fail→pass | 17,092 | 10,953 | -36% | 1 | 1 | 0% | 3,677 | 4,255 | +16% | 0 | 0 | — |
case-19 | fail→pass | 16,181 | 11,937 | -26% | 1 | 1 | 0% | 3,182 | 4,952 | +56% | 0 | 0 | — |
case-20 | pass→pass | 12,748 | 9,004 | -29% | 1 | 1 | 0% | 2,836 | 4,108 | +45% | 0 | 0 | — |
case-21 | fail→pass | 7,961 | 8,745 | +10% | 1 | 1 | 0% | 1,641 | 4,255 | +159% | 0 | 0 | — |
case-22 | fail→pass | 10,910 | 8,878 | -19% | 1 | 1 | 0% | 2,010 | 4,078 | +103% | 0 | 0 | — |
case-23 | pass→pass | 11,729 | 9,231 | -21% | 1 | 1 | 0% | 2,589 | 4,601 | +78% | 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. The headline lift of +57 percentage points is the difference between those two pass rates over the 23 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
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.