test-fuzz — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited test-fuzz (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.
Random input testing.
fuzz('email', () => randomEmail())
fuzz('number', () => randomInt())fuzz('sql', () => "' OR '1'='1")
fuzz('xss', () => "<script>alert(1)</script>")fuzz('mutation', () => mutate(existing))| Tool | Use |
|---|---|
| AFL | Binary fuzzing |
| libFuzzer | LLVM fuzzing |
| Jest QuickCheck | Property-based |
| fast-check | Node fuzzing |
## Fuzz Tests
| Input | Result |
|-------|--------|
| [n] inputs | [n] crashes |
| [n] timeouts | [n] hangs |
### Vulnerabilities
- [list]Role: Fuzz Tester Input: Target Output: Crashes
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.