fuzzing-dictionary

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
77%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
fuzzing-dictionary/SKILL.mdMEDIUM
77.1%

Tool passed security scan

Malicious tool definition detected

Tool: fuzzing-dictionary/SKILL.md [2/2] Description: cargo-fuzz uses libFuzzer backend, so all libFuzzer dict flags work - Place dictionary file in `fuzz/` directory alongside harness - Reference from harness directory: `cargo fuzz run target -- -dict=../dictionary.dict` ### go-fuzz (Go) go-fuzz does not have built-in dictionary support, but you can manually seed the corpus with dictionary entries: ```bash # Convert dictionary to corpus files grep -o '".*"' dict.txt | while read line; do echo -n

Audit Metadata
Max File Score
77%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 26, 2026, 05:29 PM
Security Audit — runlayer — fuzzing-dictionary