gr-geo-cite
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs network requests to well-known AI service providers (Anthropic, OpenAI, Perplexity, Google, and DeepSeek) and the GitHub API to perform its auditing functions.
- [SAFE]: Secret management is handled correctly using environment variables for API keys (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY), which is the standard practice for secure credential management.
- [SAFE]: The provided Python scripts (citability-scorer.py, llms-txt-gen.py, weekly-cite-check.py) use only the Python standard library and do not involve remote code execution, subprocess spawning with untrusted input, or persistence mechanisms.
- [EXTERNAL_DOWNLOADS]: The citability-scorer.py script fetches HTML content from user-specified URLs for the purpose of analysis, which is consistent with its stated SEO auditing purpose.
Audit Metadata