ghost-validate
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data in the form of security findings that could contain malicious instructions designed to influence the agent's behavior during the validation process.
- Ingestion points: The agent ingests user-provided findings from pasted text or file paths as described in
SKILL.mdunder the 'Input' and 'Step 1' sections. - Boundary markers: The instructions do not specify any delimiters or safety warnings to ensure the agent ignores instructions potentially embedded within the findings.
- Capability inventory: The skill allows the agent to read source files (
SKILL.mdStep 2), perform network requests via theproxyskill andreaperCLI (SKILL.mdStep 3), and append data to files (SKILL.mdStep 6). - Sanitization: There are no documented sanitization or validation steps for the input finding data before it is used to guide the agent's analysis.
- [COMMAND_EXECUTION]: The skill utilizes external command-line tools to perform live vulnerability testing.
- Evidence:
SKILL.mdexplicitly instructs the agent to executereaper proxyto scope target domains andreaper get <id>to capture evidence of exploitability.
Audit Metadata