ai-daily-brief
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bashandcurlto fetch JSON data from a remote API.\n - Evidence:
curl -sS -H "User-Agent: ai-daily-brief/1.0.0 (+https://aihot.virxact.com/aihot-skill/)" "https://aihot.virxact.com/api/v1/items?mode=selected&window=24h&limit=15"inSKILL.md.\n- [EXTERNAL_DOWNLOADS]: The skill makes network requests toaihot.virxact.com, a domain not present on the standard whitelist.\n - Evidence: The execution steps define a
curlrequest tohttps://aihot.virxact.com/api/v1/items.\n- [PROMPT_INJECTION]: The skill processes untrusted external data from two sources, creating an indirect prompt injection surface.\n - Ingestion points: Data is ingested from
aihot.virxact.com/api/v1/*(JSON) andgithub.com/trending(HTML).\n - Boundary markers: The instructions explicitly tell the agent to treat the returned content as "untrusted evidence" and to remind users to check the original links.\n
- Capability inventory: The skill uses
bash + curlfor API calls andWebFetchfor web scraping.\n - Sanitization: The agent is instructed to only use the returned content for summarization and is explicitly forbidden from using its training memory to substitute for real-time data.
Audit Metadata