article-illustrator
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform file system operations, specifically reading from user-provided file paths and writing generated HTML content to a hardcoded local directory path (
/Users/gai/Pictures/). - [DATA_EXFILTRATION]: There is a potential data exposure risk as the skill allows the agent to read content from arbitrary file paths provided by the user. If the agent's environment is not restricted, this could be used to read sensitive local files, although no network transmission (exfiltration) is explicitly defined in the instructions.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. It ingests untrusted data (user-provided articles or file content) and uses it to generate complex HTML output without employing boundary markers or sanitization logic to prevent embedded instructions in the source text from influencing the agent's behavior.
- Ingestion points: User-provided article text or files read from local paths (SKILL.md).
- Boundary markers: None identified; user content is processed directly for identification of core points and illustration generation.
- Capability inventory: The agent has capabilities for reading local files and writing files to the local disk (SKILL.md).
- Sanitization: No explicit validation or sanitization of the input text is mentioned before it is used to drive the generation workflow.
Audit Metadata