atheris

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
88%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
atheris/SKILL.mdMEDIUM
87.6%

Malicious tool definition detected

For local setup: ```bash export CFLAGS="-fsanitize=address,fuzzer-no-link" export CXXFLAGS="-fsanitize=address,fuzzer-no-link" ``` Configure ASan behavior: ```bash export ASAN_OPTIONS="allocator_may_return_null=1,detect_leaks=0" ``` ### LD_PRELOAD Configuration For native extension fuzzing: ```bash export LD_PRELOAD="$(python -c 'import atheris; import os; print(os.path.join(os.path.dirname(atheris.__file__), "asan_with_fuzzer.so"))')" ``` > **See Also:** For detailed sanitizer configuration, co

Audit Metadata
Max File Score
88%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 26, 2026, 05:31 PM
Security Audit — runlayer — atheris