test-browser
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several local commands including
git(to find changed files),gh(to view PR details), andnpm(to install dependencies). It also executes theagent-browserCLI to perform automation tasks. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
agent-browserpackage globally usingnpm install -g agent-browserif it is not already present on the system. - [DATA_EXPOSURE_&_EXFILTRATION]: The skill accesses local configuration files such as
.env,package.json, andAGENTS.mdto extract the development server's port number. This data is used strictly for local navigation (localhost) and is not transmitted externally. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the repository, including filenames from
git diffand content fromAGENTS.mdorpackage.jsonfor port detection. - Ingestion points: Files like
AGENTS.md,package.json, and.envare read usinggrepandcat. PR file lists are retrieved viagh pr view. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present when processing these files.
- Capability inventory: The skill can execute shell commands via
npm,git,gh, andagent-browser. - Sanitization: Port detection uses regular expressions to extract digits, providing a basic level of sanitization against injection in that specific field.
Audit Metadata