code-simplifier — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-simplifier (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.
Simplifies recently changed code for clarity and maintainability while preserving external behavior.
Follow these steps in order:
Array.method() chains over manual for-loops when intent is clearer. (evidence: packages/core/src/scanner/index.ts)if/switch in AST visitors into early-return guard clauses. (evidence: packages/core/src/render/ast.ts)Record<string, unknown> for JSON, never any..js extensions in imports. File I/O through safe.ts only.Apply simplifications directly to the code. After applying, summarize what was changed:
## Code Simplification — [scope summary]
### Changes Applied
- [file:line] — what was simplified and why
### Skipped (uncertain behavior preservation)
- [file:line] — what could be simplified but was skipped and whyIf no simplifications are needed, produce no output.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.