google-maps-search-api-skill
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
google_maps_search_api.pyperforms network requests toapi.browseract.comfor task initialization, status polling, and data retrieval. This communication is directed to the official API of the skill's vendor and is necessary for the skill's core functionality. - [COMMAND_EXECUTION]: The skill requires the execution of a local Python script (
scripts/google_maps_search_api.py) via the command line. It processes user-provided search parameters (keywords, language, country) and uses an API key provided via environment variables to interact with the backend service. - [SAFE]: No malicious patterns or security risks were identified. The skill follows best practices for API-based automation, using environment variables for secrets and communicating exclusively with the author's known infrastructure.
Audit Metadata