google-maps-reviews-api-skill
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a dedicated Python script to interact with the BrowserAct API. It correctly handles the
BROWSERACT_API_KEYby checking the environment and prompting the user if it is missing, which is a standard and safe practice for secret management. - [SAFE]: All network operations are directed to the vendor's official API domain (
api.browseract.com). These operations are used for task initiation, status polling, and result retrieval, which matches the skill's stated purpose of Google Maps review extraction. - [SAFE]: The skill implements basic error handling and retry logic as described in the documentation, ensuring a predictable user experience without introducing security risks.
Audit Metadata