Migrate from OpenAI App
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION] (HIGH): The skill instructs the agent to clone a repository from
github.com/modelcontextprotocol/ext-appsand then runnpm installandnpm run startwithin it. Because themodelcontextprotocolorganization is not on the provided Trusted GitHub Organizations list, this is considered execution of unverifiable remote code. - [EXTERNAL_DOWNLOADS] (MEDIUM): The skill dynamically fetches version information via
npm viewto determine a git branch for cloning. This creates a dependency on an external registry that influences the execution environment. - [PROMPT_INJECTION] (LOW): The skill includes instructions to 'Preemptively add a final todo item' with specific mandatory wording. This is an attempt to override the agent's natural response pattern to enforce a specific self-reflection workflow.
- [COMMAND_EXECUTION] (MEDIUM): Multiple shell commands including
git clone,npm install, andnpm runare used to interact with third-party code. While the domaingithub.comis whitelisted, the content being executed is not from a trusted source.
Recommendations
- AI detected serious security threats
Audit Metadata