fetch
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Mentions installation of the official vendor SDKs
@browserbasehq/sdk(NPM) andbrowserbase(PyPI). - [DATA_EXFILTRATION]: Performs network requests to
api.browserbase.com, which is the official API endpoint for the Browserbase service. - [PROMPT_INJECTION]: Proactively mitigates indirect prompt injection by including safety notes in
SKILL.mdandEXAMPLES.mdthat instruct the agent to treat fetched content as untrusted and to ignore any instructions found within the data. - [CREDENTIALS_UNSAFE]: Uses the environment variable
BROWSERBASE_API_KEYfor authentication, following standard security practices for secret management.
Audit Metadata