competitor-backlink-gap-extractor
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns were detected. The skill correctly utilizes environment variables for API credentials, which is the recommended practice for secure secret management.
- [EXTERNAL_DOWNLOADS]: The skill communicates with official DataForSEO endpoints (
api.dataforseo.com) to retrieve SEO data. These network requests are transparent, limited to the intended service, and essential for the skill's functionality. - [COMMAND_EXECUTION]: The skill invokes a local Python script (
scripts/extract_backlink_gap.py) to process data and interact with the API. The script uses standard libraries and does not perform any dangerous shell operations or privilege escalation.
Audit Metadata