Moltrade 1.0.9
Analysis
This is a coherent trading-bot skill, but it reaches live financial trading, copy-trading, credentials, external relay broadcasts, and public posting, so it needs careful review before installation.
Findings (7)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`/api/v3/order` (POST) | New order ... Authentication Yes; `/api/v3/openOrders` (DELETE) | Cancel All Open Orders on a Symbol ... Yes; `/api/v3/account` (GET) | Account information ... Yes
The included Binance Spot skill documents authenticated endpoints that can place orders, cancel all open orders, and read account information. These operations are aligned with a trading bot, but they are high-impact and broad.
`git clone https://github.com/hetu-project/moltrade.git`; `cd moltrade/trader && pip install -r requirements.txt`; ... `For CI/agents, keep using the repo checkout; there is no separate pip package/CLI yet.`
The skill package is instruction-only and tells users to run code and install dependencies from an external repository that is not included in the reviewed artifacts.
Follower (mirrors leader, no strategy trading): `python trader/main.py --config trader/config.json --strategy momentum --symbol HYPE --copytrade follower`
The copy-trading mode is explicitly designed to mirror another source's trades, which can propagate a bad or compromised signal into real orders.
**YOUR 24/7 AI TRADER ! EARNING MONEY WHILE YOU'RE SLEEPING.**
The promotional wording may encourage overconfidence in an automated financial system, although the same artifact also warns that live mode places real orders.
Run Bot (live) ... remove `--test` to hit mainnet. ... live mode will place real orders.
The skill supports a long-running autonomous live trading process. This is disclosed and purpose-aligned, but it can continue acting after initial launch unless bounded by user controls.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Set `trading.exchange` to `"binance"` in your config and provide API credentials. ... Check `nostr` block: `nsec`, `relayer_nostr_pubkey`, `relays`, `sid`.
The skill requires sensitive exchange credentials and a Nostr private key value for core functionality, while the registry metadata declares no primary credential or required environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Broadcast Signals to Nostr ... Check `nostr` block: `nsec`, `relayer_nostr_pubkey`, `relays`, `sid`. ... verify `send_trade_signal` / `send_execution_report` run without errors.
The bot is designed to send trade signals and execution reports through Nostr relays. The artifacts describe encryption, so this is purpose-aligned, but it is still an external communication path.
