business-email-extractor
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill communicates with the official gmapsscraper.io API endpoint to initiate data extraction jobs and retrieve results. These operations are consistent with the skill's primary purpose.
- [COMMAND_EXECUTION]: Employs standard
curlcommands to interact with the vendor's REST API. The commands are clearly defined and use appropriate authentication headers. - [CREDENTIALS_UNSAFE]: Authentication is handled via a user-defined environment variable (
GMAPS_SCRAPER_API_KEY). The skill documentation correctly instructs the user on how to set this variable securely without exposing it in the codebase. - [DATA_EXFILTRATION]: Processes business contact information (emails) fetched from the API. The skill logic focuses on quality filtering and summarizing these findings for the user.
Audit Metadata