devcheck — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited devcheck (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.
bun run devcheck runs lint and typecheck:
| Check | Tool | Notes |
|---|---|---|
| Biome | biome check | Unified lint + format — read-only by default |
| TypeScript | tsc --noEmit | Full project type check |
To auto-fix lint/format issues, run bun run format (which runs biome check --fix .).
bun run devcheckbun run devcheck until clean| Check | Error Type | Typical Fix |
|---|---|---|
| Biome | Lint/format errors | Run bun run format to auto-fix, or address the flagged rule manually |
| TypeScript | Type errors | Fix type mismatches, missing properties, incorrect generics |
bun run devcheck exits with no errors~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.