influencer-finder
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill declares requests and pandas as dependencies in requirements.txt and SKILL.md but does not use them in the source code. This is a best-practice violation rather than a security threat.
- [DATA_EXFILTRATION] (SAFE): There is no evidence of data being sent to external servers. The file-writing capability is limited to saving simulated CSV data to a path specified by the user.
- [COMMAND_EXECUTION] (SAFE): The logic is contained within a standard Python CLI using the click library, with no calls to system shells or dynamic execution functions.
Audit Metadata