forge-brief
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's logic is consistent with its stated purpose of gathering requirements and generating project briefs. No evidence of hardcoded credentials, data exfiltration, or malicious persistence was found.
- [COMMAND_EXECUTION]: The skill requests the
Bashtool in theallowed-toolssection of its configuration. While the current instructions do not specify any dangerous shell commands, the availability of a full shell environment provides a high-privilege capability that could be abused if the agent is compromised. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it utilizes
WebSearchandWebFetchto ingest content from the internet for competitive analysis. This untrusted data could contain hidden instructions designed to manipulate the agent's behavior. - Ingestion points: Web data retrieved via
WebSearchandWebFetchas described in the Research Enhancement section ofSKILL.md. - Boundary markers: Absent. The instructions do not define delimiters or provide specific 'ignore' directives for the data retrieved from external URLs.
- Capability inventory: The skill is configured with powerful tools including
Bash,Write, andEdit, which could be used to perform unauthorized file modifications or system actions if an injection is successful. - Sanitization: Absent. There is no mention of sanitizing, filtering, or validating external content before it is incorporated into the agent's context.
Audit Metadata