build — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build (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.
Execute all three phases in order.
Analyze whichever config file applies:
Dockerfilewebpack.config.js / vite.config.ts.github/workflows/*.ymlIdentify the single step that consumes the most wall-clock time.
Docker:
alpine).Webpack / Vite:
TerserPlugin with parallel: true.cache: { type: 'filesystem' } for persistent build caching.GitHub Actions:
node_modules using actions/cache keyed on the hash of package-lock.json.pip packages keyed on the hash of requirements.txt.concurrency: groups to cancel in-progress runs on force-push.State: "This change will save approximately X minutes per PR run" with explicit reasoning.
| Step | Before | After | Saved |
|---|---|---|---|
| Dependency install | Xmin | Ymin | Zmin |
| Build / compile | Xmin | Ymin | Zmin |
| Total pipeline | Xmin | Ymin | Zmin |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.