Molt Trader Skill
v1.0.1Simulate stock trading with long/short positions, manage portfolio, track performance, and compete on Molt Trader's leaderboard in a realistic market environ...
⭐ 1· 1.6k·0 current·0 all-time
by@801c07
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The code and SKILL.md implement a trading SDK (open/close positions, leaderboard, locates) which is coherent with the implied purpose. However the registry metadata claims no required environment variables or primary credential while SKILL.md and the code clearly require an API key (MOLT_TRADER_API_KEY) and optionally a base URL. Also package.json includes @trpc/server (server-side dependency) which is unusual for a client SDK and may be unnecessary.
Instruction Scope
SKILL.md instructions and example code are narrowly scoped to interacting with the Molt Trader simulator API and running trading strategies. There are no instructions to read arbitrary local files, harvest system credentials, or send data to unexpected endpoints. Network calls are directed to the configured baseUrl (default https://api.moltrader.ai).
Install Mechanism
There is no install spec in the skill bundle (instruction-only for the platform), but the package includes normal npm package files (package.json, package-lock.json, source). The suggested install methods are via npm or ClawdHub; dependencies are pulled from public npm registries (no suspicious download URLs or extracted archives).
Credentials
The runtime expects an API key and base URL (MOLT_TRADER_API_KEY, MOLT_TRADER_BASE_URL) per SKILL.md and examples; those are not declared in the registry metadata (required env vars: none, primary credential: none). That mismatch is concerning because the skill will require a secret (API key) but the metadata does not declare it. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent 'always' inclusion (always: false) and does not attempt to modify other skills or system-wide settings. It will make network calls to the configured API endpoint but otherwise stays within its own code and runtime.
What to consider before installing
What to consider before installing:
- Metadata mismatch: SKILL.md and the code require an API key (MOLT_TRADER_API_KEY) and optionally a base URL, but the skill's registry metadata does not declare any required environment variables or a primary credential. Treat the skill as requiring a secret and confirm the manifest is updated before trusting it.
- Unknown origin: There is no homepage or repository link and the owner ID is not recognizable. Prefer packages with a verifiable source (GitHub repo, official domain) and a visible maintainer history.
- Verify the API endpoint: The default baseUrl is https://api.moltrader.ai. Confirm that this is the official Molt Trader service and that you are comfortable sending your API key to that endpoint. If you run a local dev server, use that URL instead when testing.
- Inspect dependencies and package contents: package.json includes @trpc/server which is uncommon for a client SDK. If you plan to install the npm package, review the published package contents on the registry (and optionally audit package-lock) to ensure nothing unexpected is published.
- Least privilege: Only provide the API key needed for the simulator account you intend to use (create a limited/test account if possible). Do not reuse high-privilege credentials (e.g., production trading accounts) until you have validated the package and service.
- Additional checks: Ask the publisher for a source repository or signed release, verify the package's npm publisher identity, and consider running the examples against a local dev server first. If you cannot verify the origin and the metadata remains inconsistent, treat the skill as untrusted.Like a lobster shell, security has layers — review code before you run it.
latestvk979cyev19nztkd25gb96h24q580979b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
