ワンクリックで
simplified-python-fuzzer
Run a Python fuzzer script (provided as a string) for a fixed duration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run a Python fuzzer script (provided as a string) for a fixed duration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Technical reference for OpenSage-ADK — a Google ADK-based framework for long-horizon, tool-heavy AI agents. Covers architecture, configuration, customization, extension, and production agent patterns.
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
Code coverage analysis tools. These tools help analyze and visualize code coverage for test execution, upload coverage data to Neo4j, and display coverage statistics. Available tools: run-coverage, show-coverage.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Standalone `mmp` executable for managing multiple MCP servers from a loaded gateway config.
Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query.
| name | simplified-python-fuzzer |
| description | Run a Python fuzzer script (provided as a string) for a fixed duration. |
| should_run_in_sandbox | main |
| returns_json | false |
Execute a Python fuzzer script (provided inline) and collect results.
/bash_tools/fuzz/simplified-python-fuzzer/scripts/simplified_python_fuzzer.sh "$(cat fuzzer_script.py)"
/bash_tools/fuzz/simplified-python-fuzzer/scripts/simplified_python_fuzzer.sh "$(cat fuzzer_script.py)" 300
Type: str
Python code as a string (executed with python3).
Type: int (default: 180)
Duration to run in seconds.
Returns text output with execution status and any detected crash files.
main
250 seconds