agent-reproduce-feature
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The scripts
run_with_mitm.shandrun_tmux_capture.shexecute user-provided commands (using the$@pattern) to exercise and record the behavior of reference agent implementations. - [DATA_EXFILTRATION]: The skill snapshots local agent state from sensitive directories including
~/.codexand~/.claudeusingcapture_state.py. Although the script implements extensive regex-based redaction for tokens, certificates, and API keys (e.g., OpenAI, GitHub, AWS), it captures local file metadata and content for analysis in the.repro-runs/directory. - [EXTERNAL_DOWNLOADS]: The capture workflow documentation recommends installing the third-party utility
mitmproxyvia the standard Python package registry to facilitate HTTP traffic interception. - [REMOTE_CODE_EXECUTION]: The
run_with_mitm.shscript startsmitmdumpwith the--set ssl_insecure=trueflag, which disables TLS verification for intercepted traffic during the capture session to allow for local debugging. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes untrusted data (prompts, tool schemas, and terminal outputs) captured from external agents to guide the reproduction of features.
- Ingestion points: Captured logs in
http.jsonl,tmux-pane.txt, andstate-diff.mddescribed inreferences/capture-workflow.md. - Boundary markers: Not present in the reproduction instructions; the agent is directed to extract behavioral facts directly from the traces.
- Capability inventory: The skill can execute shell commands via capture scripts and perform local filesystem operations.
- Sanitization: Robust regex-based redaction of tokens and keys is implemented in
capture_state.pyandllm_dump.pyto strip sensitive information from captured records.
Audit Metadata