backlinks-domain-intersection
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to interact with a legitimate external API provided by the vendor (Frevana).
- [EXTERNAL_DOWNLOADS]: The script communicates with
ai-factory.frevana.com. This is the vendor's own infrastructure and is used as intended to fetch backlink data. - [COMMAND_EXECUTION]: The skill uses
curlfor network requests andpython3for JSON payload construction and response validation. These are standard operations for a command-line utility and do not involve executing untrusted code. - [CREDENTIALS_UNSAFE]: The skill requires a
FREVANA_TOKEN. It correctly instructs users to provide this via environment variables or a specific CLI flag and includes logic to prevent accidental echoing of the token.
Audit Metadata