Performance regression detection using the browse daemon. (gstack)
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The `/benchmark` skill ingests user-supplied free text via the runtime argument `/benchmark <url>` and then navigates to that page (`$B goto <page-url>`), letting the page’s content/scripts influence what the browser-perf/JS evaluation reads at runtime.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill downloads and executes a remote installer at runtime via curl "https://bun.sh/install" and then runs it with bash, which fetches and executes remote code required for setup (https://bun.sh/install).
d078622
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.