tessl install tessl/pypi-atheris@2.3.0A coverage-guided fuzzer for Python and Python extensions based on libFuzzer
Agent Success
Agent success rate when using this tile
91%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.28x
Baseline
Agent success rate without this tile
71%
A fuzzing harness for testing JSON parsing functionality with selective module instrumentation.
json module from instrumentation to avoid affecting the standard library @test@generates
The fuzzer must instrument imported application modules while excluding standard library modules. All imports that need instrumentation must occur after instrumentation is configured.
def TestOneInput(data: bytes) -> None:
"""
Fuzzing entry point that tests JSON parsing.
Args:
data: Raw bytes from the fuzzer to be tested
"""
passProvides Python fuzzing capabilities with import instrumentation support.