world-generation
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION] (HIGH): The skill is highly vulnerable to Indirect Prompt Injection.
- Ingestion points: User input from "Questions" and "Statements" (e.g.,
seed,hintsparameters) as defined inSKILL.mdandCARD.ymlmethods. - Boundary markers: None identified. User input is used directly to define the properties of generated rooms.
- Capability inventory: Uses
write_fileandread_fileto create and update directory structures andROOM.ymlfiles. - Sanitization: No sanitization or validation logic is present to prevent user input from containing malicious instructions for the agent.
- [COMMAND_EXECUTION] (HIGH): The skill encourages unsafe file system operations. The 'Tower Directory Pattern' in
SKILL.mdexplicitly utilizes directory traversal (e.g.,../../../../../skills/) to link floors to other skill directories. This capability allows the skill to potentially modify or read the configuration of other skills installed in the system, breaking intended isolation. - [DATA_EXFILTRATION] (MEDIUM): The use of
read_filecombined with the demonstrated directory traversal capability allows for the exposure of sensitive configurations from other skills.
Recommendations
- AI detected serious security threats
Audit Metadata