Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Sign Windows executables with Authenticode using signtool, supporting EV and standard certificates
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -36% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 14% | 0% |
Sign Windows executables with Authenticode using signtool. This skill configures code signing for Windows applications with standard and EV certificates, timestamping, and CI/CD integration.
json{ "type": "object", "properties": { "executablePath": { "type": "string" }, "certificateSource": { "enum": ["file", "store", "azure-keyvault", "digicert"] }, "timestampServer": { "type": "string" }, "hashAlgorithm": { "enum": ["SHA256", "SHA1", "dual"] } }, "required": ["executablePath"] }
powershell# Sign with PFX file signtool sign /f certificate.pfx /p password /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 MyApp.exe # Sign with certificate store signtool sign /n "My Company" /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 MyApp.exe # Sign with Azure Key Vault AzureSignTool sign -kvu https://myvault.vault.azure.net -kvi $AZURE_CLIENT_ID -kvt $AZURE_TENANT_ID -kvs $AZURE_CLIENT_SECRET -kvc MyCertificate -tr http://timestamp.digicert.com -td sha256 MyApp.exe
powershellsigntool verify /pa /v MyApp.exe
msix-package-generatorcode-signing-setup processOther measured skills in the registry, with their headline benchmark lift.