windows-authenticode-signer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited windows-authenticode-signer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
{
"type": "object",
"properties": {
"executablePath": { "type": "string" },
"certificateSource": { "enum": ["file", "store", "azure-keyvault", "digicert"] },
"timestampServer": { "type": "string" },
"hashAlgorithm": { "enum": ["SHA256", "SHA1", "dual"] }
},
"required": ["executablePath"]
}# 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.exesigntool verify /pa /v MyApp.exemsix-package-generatorcode-signing-setup process~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.