linkedin-commenter-extractor
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill performs its stated function of extracting data via a third-party API (Apify) using standard Python requests.
- [CREDENTIALS_UNSAFE]: The script properly handles API authentication by expecting an API token via environment variables or CLI arguments, which is a standard and secure practice for secret management in developer tools.
- [EXTERNAL_DOWNLOADS]: All network operations are directed towards the official Apify API (api.apify.com) to facilitate data extraction as described in the documentation. No suspicious remote code execution or unauthorized downloads were found.
- [COMMAND_EXECUTION]: The code uses standard Python libraries for processing extracted data and does not perform any arbitrary command execution or system-level modifications.
Audit Metadata