web-to-app
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to verify system requirements and install the
pake-clitool globally usingnpmorpnpm. It also constructs and runs thepakebuild command with multiple parameters derived from user input inscripts/build_app.py. - [EXTERNAL_DOWNLOADS]: The skill downloads the
pake-cliutility from the NPM registry during its initialization phase. This results in a global package installation on the host system. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface through its input parameters. Ingestion points: User-provided
url,iconpath, andinjectfile paths processed inscripts/build_app.py. Boundary markers: Absent; user inputs are interpolated directly into command-line arguments without delimiters. Capability inventory: Execution of shell commands viasubprocess.runinscripts/build_app.pyandscripts/install_pake.py. Sanitization: Absent; there is no validation or sanitization of file paths provided for icons or custom script injection, which could be abused to access or bundle sensitive local files into a redistributable application.
Audit Metadata