aicoin-market
Warn
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
lib/defaults.jsoncontains hardcodedaccessKeyIdandaccessSecretcredentials used for accessing the AiCoin API. Although documented as public free-tier keys, they represent embedded credentials within the skill source. - [CREDENTIALS_UNSAFE]: The script
scripts/coin.mjsimplements anupdate_keyaction that allows the agent to write user-provided API credentials directly into.envfiles. While intended for tool configuration, this provides a mechanism for modifying sensitive environment files on the local system. - [COMMAND_EXECUTION]: The skill relies on executing multiple Node.js scripts (
market.mjs,coin.mjs,news.mjs, etc.) to perform its functions. These scripts are granted access to read and write to the local file system (specifically.envfiles) and perform network requests to the vendor's API. - [DATA_EXFILTRATION]: The
api_key_infoaction inscripts/coin.mjsreads local.envfiles and returns metadata, including partial key previews and the absolute file path, to the agent's context.
Audit Metadata