fuzzing-dictionary
Warn
Audited by Runlayer on Feb 26, 2026
Risk Level: MEDIUM
Scan Summary
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