ios-simulator-browser
Fail
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions in
SKILL.mdrequire the user to runnpx --yes serve-sim@latest. This command downloads the latest version of theserve-simpackage from the public NPM registry at runtime without integrity checks or version pinning, which poses a supply chain risk. - [REMOTE_CODE_EXECUTION]: The execution of an unverified remote package via
npxconstitutes remote code execution as it fetches and runs external code from a remote repository immediately upon download. - [COMMAND_EXECUTION]: The script
scripts/swiftui-preview-browser.mjsexecutes numerous system commands includingxcodebuild,xcrun, andswift. These commands are used to build, install, and manage applications on the host machine. Furthermore, the script dynamically generates Xcode project files and Swift source code in temporary directories that are then compiled and executed. - [PROMPT_INJECTION]: The skill processes external data from local
Package.swiftfiles and user-provided target names and regex filters. This ingestion of untrusted local data to generate source code and project manifests represents a surface for indirect prompt injection, where a malicious project file could influence the build process or the agent's downstream behavior.
Recommendations
- AI detected serious security threats
Audit Metadata