create-moviepilot-plugin
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by instructing the agent to ingest external content and perform sensitive actions based on that data.
- Ingestion points: The agent is directed to use
search_webandbrowse_webpageto retrieve external documentation andread_fileto inspect existing plugins and market metadata (referenced inSKILL.md). - Boundary markers: The instructions do not specify the use of delimiters or clear "ignore instructions" directives when the agent is processing data retrieved from the web or project files.
- Capability inventory: The agent has a powerful set of capabilities, including writing and patching files (
write_file,apply_patch), executing system commands (execute_command), and performing system-level updates via themoviepilot_api(such asconfig.system.update). - Sanitization: The skill does not provide instructions for validating or sanitizing the content fetched from the web before it is used to generate plugin code or execute system operations.
Audit Metadata