hunter-io
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
requestslibrary viapip, which is a standard and well-known Python package for handling HTTP requests. - [COMMAND_EXECUTION]: The skill utilizes Python scripts to perform network requests to the Hunter.io API. This is expected functionality for an email discovery tool.
- [DATA_EXFILTRATION]: The skill communicates only with the official Hunter.io API domain (
api.hunter.io) to retrieve email data. No unauthorized data exfiltration or access to sensitive local files was detected. - [CREDENTIALS_UNSAFE]: The skill uses a placeholder (
YOUR_HUNTER_IO_API_KEY) for the API key, ensuring that no sensitive credentials are hardcoded in the instructions.
Audit Metadata