benchmark
Fail
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides a setup command that pipes a remote shell script from
bun.shdirectly tobash. Althoughbun.shis a well-known service, this execution pattern is inherently risky as it executes remote content without prior local verification. - [COMMAND_EXECUTION]: The preamble and setup phases execute multiple local binaries associated with the
gstacktoolset, such asgstack-config,gstack-update-check, andgstack-telemetry-log. These vendor-provided utilities manage the skill's environment and lifecycle. - [COMMAND_EXECUTION]: The skill is susceptible to indirect prompt injection due to its data ingestion pattern.
- Ingestion points: Performance metrics and resource names are extracted directly from the browser context using
$B evaland$B perfinSKILL.md. - Boundary markers: The skill does not employ boundary markers or instructions to the agent to ignore potential malicious content embedded within the browser data.
- Capability inventory: The skill possesses broad capabilities, including shell command execution (
Bash), file system operations (Read,Write), and web browsing. - Sanitization: There is no evidence of sanitization or validation of the strings returned from the browser before they are processed or included in reports.
- [EXTERNAL_DOWNLOADS]: The skill initiates network requests to download the Bun installer from
bun.shand prompts the user to open an external educational resource atgarryslist.org. - [DATA_EXFILTRATION]: The skill incorporates a telemetry framework that collects usage statistics, including skill names, execution duration, and repository names. While the skill transparently asks for user consent and identifies this as 'Community mode', it involves the transmission of local metadata to an external endpoint via the
gstack-telemetry-logutility.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
Audit Metadata