bluesky-research
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a helper script
scripts/crawlora.shto perform API requests viacurl. The script is securely implemented, usingset -euo pipefailfor robust error handling and--data-urlencodefor all query parameters, which prevents command injection from potentially malicious search queries or handles.- [EXTERNAL_DOWNLOADS]: The skill connects toapi.crawlora.netto fetch Bluesky data. This network activity is restricted to the vendor's own infrastructure and is necessary for the skill's primary function of providing external research capabilities.- [CREDENTIALS_UNSAFE]: Authentication is handled correctly by requiring theCRAWLORA_API_KEYto be set as an environment variable. The skill provides clear instructions on this secure practice and avoids hardcoding secrets or exposing them in command-line arguments.- [PROMPT_INJECTION]: The skill retrieves untrusted content from external Bluesky profiles and posts (indirect prompt injection surface). However, it serves as a data aggregator that returns clean JSON to the agent and does not possess high-privilege capabilities (like arbitrary code execution or file system modification) that could be exploited by malicious data embedded in those posts.
Audit Metadata