gr-backlinks
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns detected across the skill files.
- [EXTERNAL_DOWNLOADS]: The backlinks-audit.py script makes requests to well-known services including Common Crawl and DataForSEO. It also performs HEAD and GET requests on user-provided link URLs to verify their status. These operations are essential for the skill's purpose and are conducted securely using the Python standard library.
- [DATA_EXFILTRATION]: Uses the DATAFORSEO_B64 environment variable to authenticate with the official DataForSEO API. The credentials are sent only to the legitimate API endpoint over HTTPS as intended for the audit functionality.
- [SAFE]: A dynamic import of the standard library datetime module is used in the script for timestamping metadata, which is a benign and common practice.
Audit Metadata