cybersecurity-red-team-master
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill includes several bash scripts (e.g.,
agentic.sh,topic-1.sh,internal-ad-pentest-sop-assume-b.sh) that interactively collect multiline user input for inclusion in reports. This input is interpolated directly into a markdown buffer without sanitization or boundary markers, creating an indirect prompt injection surface. If these reports are subsequently processed by an AI agent, malicious instructions contained within the user-provided findings could potentially override the agent's context or behavior. - Ingestion points: The
ms_read_multilinefunction incli/lib/common.sh, utilized across all CLI workflow and decision scripts to gather user findings. - Boundary markers: None are present in the final output; the user input is appended as raw markdown content.
- Capability inventory: The CLI environment includes file-write capabilities via
ms_emit_md_fileand JSON emission. - Sanitization: No filtering or escaping is applied to the input before it is stored in the report buffer.
- [COMMAND_EXECUTION]: The provided bash scripts perform local file system operations to save generated reports. While functional, this involves direct interaction with the host's file system through script execution.
- Evidence: The
ms_emit_md_filefunction incli/lib/common.shwrites theMS_REPORT_BUFFERto a local file using a redirect operator.
Audit Metadata