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