planify
Fail
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation instructions in
README.mdandCLAUDE.mdrecommend usingbash <(curl ...)andiex(PowerShell) to execute remote scripts directly from a personal GitHub repository (jayli/plan-kit). This pattern allows for arbitrary code execution on the host machine from an untrusted source. - [EXTERNAL_DOWNLOADS]: The
install.shandinstall.ps1scripts download multiple markdown and JSON configuration files from an external repository to the local file system during setup. - [COMMAND_EXECUTION]: The skill instructions direct the agent to perform extensive file system operations, including reading and writing
SKILL.mdfiles, creating directories for task persistence, and modifying the project's.gitignorefile. These actions are performed based on dynamically computed paths fromsettings.jsonand user input. - [PROMPT_INJECTION]: The skill uses specific instructions to manipulate agent state, such as explicitly telling the AI to "forget previous context" and "strictly follow" the file-based workflow, which are markers often used to override default agent behaviors.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by ingesting and transforming external
SKILL.mdfiles and user-provided tasks. - Ingestion points: Target skill
SKILL.mdfiles (Task 2) and user-provided task prompts (Phase B). - Boundary markers: Absent. The skill merges template logic directly with the content of the target files.
- Capability inventory: The skill utilizes
read_file,write_file,edit_file, andlist_dirto modify local project files. - Sanitization: Absent. The skill does not validate or sanitize the content of the target files or user prompts before integrating them into its execution logic.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/jayli/plan-kit/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata