google-maps-api-skill
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard integration with the BrowserAct API for Google Maps data extraction. All network operations are directed to the vendor's official domain (
api.browseract.com). - [SAFE]: Sensitive information is handled securely. The script retrieves the
BROWSERACT_API_KEYfrom environment variables and explicitly instructs the agent not to take other measures if the key is missing, instead prompting the user to provide it. - [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were detected. The Python script uses standard libraries (
requests,os,json) to perform documented API workflows.
Audit Metadata