skillpack-forge-demo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skillpack-forge-demo (Rules) 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.
This repository is a live fixture for Skillpack Forge.
It shows the full flow:
skillpack.yaml
-> AGENTS.md
-> CLAUDE.md
-> .claude/skills/*/SKILL.md
-> .codex/skills/*/SKILL.md
-> .cursor/rules/*.mdc
-> .github/copilot-instructions.md
-> .mcp/manifest.json
-> .mcp/skillpack-server.mjs
-> bundles/skillpack-forge-demo.mcpbThe app itself is intentionally tiny: a dependency-free Node.js release-note helper. The useful part is the generated agent context around it.
skillpack.yaml is the single source of truth.npm run check verifies the app and confirms the generated fixture exists.npm install
npx skillpack-forge@latest compile .
npx skillpack-forge@latest check . --strict
npx skillpack-forge@latest mcpb . bundles/skillpack-forge-demo.mcpb
npm run checknpm run demoAI coding tools ask for project context in different formats. Skillpack Forge lets maintainers keep one manifest and compile it into the files those tools already read.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.