agentcore
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx chrome-useto run its core automation functions, which results in the dynamic download and execution of thechrome-usepackage from the npm registry. While npm is a standard service, fetching unversioned packages at runtime introduces a dependency on external code. - [PROMPT_INJECTION]: The skill's primary function is browser automation, creating an attack surface for indirect prompt injection where malicious instructions embedded in web pages could influence the agent's behavior.
- Ingestion points: Untrusted data enters the agent context through the
chrome-use openandchrome-use snapshotcommands as described inSKILL.md. - Boundary markers: The instructions do not define delimiters or provide warnings to the agent to disregard instructions found within the processed web content.
- Capability inventory: The skill grants the agent the ability to interact with web pages via
click,fill, and other browser commands using thechrome-useCLI. - Sanitization: There is no evidence of content sanitization or validation for the data retrieved from external URLs before it is interpreted by the agent.
Audit Metadata