ev-certificate-validator

Solid

Validate EV code signing certificate chain and timestamp for Windows SmartScreen

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
45
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ev-certificate-validator Validate EV (Extended Validation) code signing certificate chain and timestamp to ensure Windows SmartScreen compatibility. ## Capabilities - Verify certificate chain validity - Check timestamp presence and validity - Validate EV certificate attributes - Check certificate expiration - Verify signature algorithm strength - Validate publisher information ## Input Schema ```json { "type": "object", "properties": { "signedFile": { "type": "string" }, "checkSmartScreen": { "type": "boolean", "default": true } }, "required": ["signedFile"] } ``` ## Validation Commands ```powershell # Verify signature with chain signtool verify /pa /all /v signed.exe # Check certificate details certutil -dump signed.exe # Verify timestamp signtool verify /pa /tw signed.exe ``` ## Related Skills - `windows-authenticode-signer` - `code-signing-setup` process

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills