google-maps-api-skill
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill performs its stated function using the vendor's API.
- [EXTERNAL_DOWNLOADS]: The skill communicates with
api.browseract.com. This is a well-known service associated with the skill's vendor (BrowserAct) and is used to perform the core functionality of data extraction. - [CREDENTIALS_UNSAFE]: The script requires a
BROWSERACT_API_KEY. It correctly manages this by checking environment variables and instructing the agent to ask the user for the key if it is missing, rather than hardcoding any credentials. - [COMMAND_EXECUTION]: The skill executes a local Python script provided in the package to interact with the API. It does not execute arbitrary shell commands or untrusted code.
Audit Metadata