daily-briefing
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to
https://www.mixdao.world/api/latestto fetch data andhttps://api.minimaxi.com/anthropicto interact with an AI model. These connections are necessary for the skill's documented functionality. - [DATA_EXFILTRATION]: The skill requires the user to provide
MIXDAO_API_KEYandANTHROPIC_API_KEYvia environment variables. It transmits theMIXDAO_API_KEYtowww.mixdao.worldand theANTHROPIC_API_KEYtoapi.minimaxi.com. While this is standard for API-based tools, users should ensure they trust these endpoints before providing credentials. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from an external API.
- Ingestion points: Data is ingested from
https://www.mixdao.world/api/latestinscripts/01-fetch.js. - Boundary markers: The LLM prompts in
scripts/02-briefing.js(lines 197 and 248) do not include explicit delimiters or instructions to ignore potential commands embedded within the retrieved news items. - Capability inventory: The skill possesses write capabilities, using the
patchMixdaofunction inscripts/02-briefing.jsto submit data back to themixdao.worldAPI. - Sanitization: While the code uses
JSON.stringifyto structure data sent to the AI, it lacks semantic sanitization to prevent the LLM from obeying instructions hidden within the fetched content.
Audit Metadata