linkedin-influencer-discovery
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The script communicates with the official Apify API at api.apify.com to query influencer profiles. This network activity is a documented part of the skill's core functionality and targets a recognized service provider.
- [CREDENTIALS_UNSAFE]: Authentication is handled using an API token retrieved from the APIFY_API_TOKEN environment variable or a command-line argument. This follows standard integration patterns for API-based tools.
- [EXTERNAL_DOWNLOADS]: The skill requires the standard requests Python package for handling network requests.
- [COMMAND_EXECUTION]: The tool includes a Python script that processes user-supplied topics and filters to construct API requests using the argparse module for safe argument handling.
Audit Metadata