glmv-web-replication
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted content from arbitrary external websites.
- Ingestion points: Data enters the agent's context through
agent-browser openandagent-browser snapshotcommands used to crawl user-provided target URLs. - Boundary markers: Absent. No specific delimiters are defined in the instructions to separate untrusted website content from the agent's core logic.
- Capability inventory: The skill uses
Bashfor file operations andcurldownloads, andagent-browserfor navigation and JavaScript evaluation. - Sanitization: Absent. There are no mechanisms for filtering or sanitizing external content before it is used to generate the replication blueprint.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to manage directory structures and download assets viacurl. These operations rely on external URLs which could be manipulated if the agent is compromised by malicious website content. - [EXTERNAL_DOWNLOADS]: The workflow requires downloading media assets and SVG source code from arbitrary remote servers, involving network operations to potentially untrusted domains.
Audit Metadata