backlinks-timeseries-new-lost-summary
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected. The skill's implementation aligns with its documented purpose.
- [COMMAND_EXECUTION]: The skill uses
curlto make network requests to the Frevana API andpython3for structured JSON payload construction and response validation. These operations are performed safely using temporary files and shell variable exporting to prevent common injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill communicates with the official vendor API at
https://ai-factory.frevana.com. This network activity is a core part of the skill's functionality. - [CREDENTIALS_UNSAFE]: Authentication is handled correctly via the
FREVANA_TOKENenvironment variable or an explicit command-line flag. No secrets are hardcoded in the skill's source code. - [DATA_EXFILTRATION]: No unauthorized data exfiltration was observed. The skill only transmits user-defined search parameters (such as the target domain and date range) to the intended service provider.
Audit Metadata