backlinks-history
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
https://ai-factory.frevana.comto retrieve historical backlink data. This is the official API endpoint for the service provided by the skill's author. - [COMMAND_EXECUTION]: The skill executes a bundled shell script (
get_backlinks_history.sh) which usescurlfor network communication andpython3for JSON payload construction and response validation. These operations are transparently defined and scoped to the skill's intended purpose. - [CREDENTIALS_UNSAFE]: The skill utilizes a Bearer token (
FREVANA_TOKEN) for authentication. The implementation follows standard practices by passing the token in theAuthorizationheader and explicitly instructing the agent not to expose the token in its output. - [DATA_EXFILTRATION]: The skill transmits only the user-provided parameters (such as the target domain and date range) to the Frevana API. There is no evidence of the skill accessing or transmitting sensitive local files or environment data.
Audit Metadata