write-gameplan
Fail
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs the agent to install the
pantagrueltoolchain from a third-party GitHub repository (subsetpark/pantagruel) and fetch documentation from the same source. This involves downloading code and assets from an unverified external entity.- [REMOTE_CODE_EXECUTION]: The instructions require the agent to extract generated specification strings into temporary files and execute them using thepanttoolchain. Installing and running software from untrusted third-party repositories is a high-risk operation.- [COMMAND_EXECUTION]: The agent is instructed to execute shell commands such asbrew tap,brew install, andpantfor toolchain setup and specification verification. It also mentions running JSON schema validators likeajv.- [PROMPT_INJECTION]: The skill processes user-provided specification files, which presents a surface for indirect prompt injection. - Ingestion points: The agent reads the full contents of files located at user-provided paths (
specFile). - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are provided for the ingested content.
- Capability inventory: The agent has capabilities for filesystem writes and shell command execution (
pant). - Sanitization: There is no evidence of sanitization or validation of the external content before it is parsed and used to influence the agent's output.
Recommendations
- AI detected serious security threats
Audit Metadata