MoneySharks
Analysis
MoneySharks is clearly disclosed as an autonomous trading tool, but it can use your Aster API keys to trade real leveraged crypto futures continuously without per-trade approval.
Findings (5)
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.
In `autonomous_live` mode: execute orders immediately — do NOT pause for per-trade human approval.
The skill directs immediate high-impact trading actions without per-trade approval once autonomous mode is enabled.
"expr": "*/2 * * * *" ... "Run: `python3 /ABSOLUTE/PATH/TO/moneysharks/scripts/autonomous_runner.py /ABSOLUTE/PATH/TO/moneysharks/config.json`" ... "delivery": { "mode": "none" }The cron template is disabled by default, but it shows the intended background loop that runs the autonomous trading script every two minutes, often silently.
Source: unknown; Homepage: none
The package provenance is not established in the provided metadata, which matters more for a skill that asks for financial trading credentials.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Once you complete a one-time onboarding — providing your Aster DEX API credentials... the agent trades continuously without requiring per-trade approval from you.
The skill requires delegated account credentials and uses them for continuous live trading, which is high-impact financial authority even though it matches the stated purpose.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`state.json` — live agent state: halt flags, daily loss, metrics, open positions; `trades.json` — complete journal of every decision and outcome
The skill stores persistent financial/account state and trade history that can influence future learning and trading decisions.
