browser-use-2
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/browser-use.shexecutes localcurlcommands to interact with the Browser Use API andpython3for safe JSON serialization of user input and parsing of service responses.- [SAFE]: The skill communicates exclusively with the official API atapi.browser-use.com, which is consistent with the skill's documented purpose.- [SAFE]: Sensitive information is managed securely using theBROWSER_USE_API_KEYenvironment variable, adhering to secret management best practices.- [SAFE]: User-provided task descriptions are sanitized using Python'sjson.dumpsutility before being included in the network request payload, preventing malformed JSON structures.
Audit Metadata