aicoin-market
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFECREDENTIALS_UNSAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
lib/defaults.jsoncontains hardcoded public API credentials (accessKeyId and accessSecret) intended for free-tier access to the AiCoin service. - [PROMPT_INJECTION]: The skill processes untrusted external data, which presents an indirect prompt injection surface. * Ingestion points: Content from crypto news and Twitter feeds is retrieved in
scripts/news.mjs,scripts/newsflash.mjs, andscripts/twitter.mjs. * Boundary markers: There are no specific delimiters used to isolate external content in the script output. * Capability inventory: The skill is restricted to fetching data and managing its own configuration in.envfiles. * Sanitization: No sanitization is performed on the text of news or tweets before it is passed to the agent. - [DATA_EXFILTRATION]: The skill accesses local
.envfiles to read and update API keys inscripts/coin.mjsandlib/aicoin-api.mjs. This is a documented administrative feature for local setup.
Audit Metadata