pseo-metadata
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION] (HIGH): High risk of Indirect Prompt Injection (Category 8). The skill instructions guide an agent to process external data fields to generate files and metadata.
- Ingestion points: Data enters the agent's context via the
PageDatastructure andgetPageDatafunction, which are sourced from external pSEO content models (referenced aspseo-data). - Boundary markers: There are no instructions defining delimiters or boundary markers to separate untrusted data from the agent's control logic.
- Capability inventory: The skill explicitly allows
Bash,Write, andEdittools, giving the agent the ability to modify the filesystem and execute shell commands. - Sanitization: The skill contains no requirements or logic for sanitizing or validating the input data before it is used in file generation or command execution.
- [COMMAND_EXECUTION] (HIGH): The inclusion of the
Bashtool inallowed-toolsrepresents a significant security risk. If an attacker manages to inject malicious instructions into thePageDatafields, the agent could be manipulated into executing arbitrary shell commands with the privileges of the environment in which it is running.
Recommendations
- AI detected serious security threats
Audit Metadata