chocolatey-package-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chocolatey-package-generator (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.
Generate Chocolatey package for Windows distribution.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>myapp</id>
<version>1.0.0</version>
<title>My App</title>
<authors>My Name</authors>
<projectUrl>https://github.com/myuser/myapp</projectUrl>
<licenseUrl>https://github.com/myuser/myapp/blob/main/LICENSE</licenseUrl>
<description>My CLI application</description>
<tags>cli tools</tags>
</metadata>
</package>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.