aicoin-trading
Warn
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/exchange.mjsautomatically executesnpm installto download theccxtpackage if it is not found in the local environment, introducing a dependency on an external registry at runtime. - [COMMAND_EXECUTION]: The skill relies on
execSyncandexecFileSyncinscripts/trade.mjsandscripts/auto-trade.mjsto chain script executions and pass parameters, which increases the risk of command injection if parameters are not strictly validated. - [CREDENTIALS_UNSAFE]: A functional API key and secret are hardcoded in
lib/defaults.json. Although described as a public free tier, hardcoding secrets in source files is a security risk and facilitates unauthorized use of the vendor's resources. - [COMMAND_EXECUTION]: The
scripts/auto-trade.mjsscript is designed to execute trades automatically by setting theconfirmedparameter totrue, which directly contradicts the safety 'Iron Rules' defined inSKILL.mdthat require manual user confirmation for all trades.
Audit Metadata