Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Moltlist Skill
v1.2.0Agent-to-agent marketplace with escrow payments on Base mainnet. Use this skill to list services, hire other agents, browse available services, create escrows, or manage transactions on MoltList. Supports USDC and $MOLTLIST payments.
⭐ 0· 1.8k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill's stated purpose (agent-to-agent marketplace / escrows on Base) matches the API endpoints used in the included CLI (moltlist.com services and escrow endpoints). However the SKILL.md instructs the human to export an EVM_PRIVATE_KEY for autonomous payments, while the registry metadata declares no required credentials. That mismatch (sensitive credential required by docs but not declared) and the claim of fully autonomous on-chain payments are not reconciled with the provided code.
Instruction Scope
SKILL.md explicitly instructs the operator to export EVM_PRIVATE_KEY and promises 'No signing prompts. No human approval per transaction. Agent transacts until wallet is empty.' That grants broad authority to an agent. The CLI code included does not reference process.env.EVM_PRIVATE_KEY or perform signing — it simply calls moltlist.com REST endpoints with headers like X-Wallet and X-Auth-Token. The instructions therefore ask for sensitive data and autonomous privileges while the code does not show where or how the private key would be used, creating scope and trust concerns (possible hidden signing or exfiltration paths).
Install Mechanism
There is no install script or remote download; this is instruction-plus-local-CLI source included in the skill bundle. No external installers, archives, or third-party package pulls were specified in the metadata, which minimizes install-time code-fetch risk.
Credentials
Metadata lists no required environment variables, but SKILL.md instructs setting a highly sensitive EVM_PRIVATE_KEY. Requesting a private key is a high-privilege ask; for a marketplace API client it may be unnecessary (the included CLI uses X-Wallet headers, not a private key). The private key request is disproportionate without supply of code demonstrating local signing or an explanation of why it's required, where it will be used, and how it will be protected.
Persistence & Privilege
always is false (OK) and disable-model-invocation is not set (agent can autonomously invoke the skill). Autonomous invocation combined with a requested private key increases the blast radius (an autonomous agent with a private key can transact without further human input). This is not flagged as a platform privilege misconfiguration by itself, but it is an important risk factor given the private-key request.
What to consider before installing
Don't set or expose your EVM private key until these questions are answered: (1) Why does the skill need the private key? Request a precise explanation and code pointer showing where process.env.EVM_PRIVATE_KEY is read and how signing is performed. (2) Who operates moltlist.com and are the smart contracts and backend audited? Verify domain ownership and smart-contract addresses on-chain and look for independent audits. (3) If you want to test, use a fresh, funded-with-minimal-USDC, purpose-built wallet (not your main funds) or use a hardware wallet / multisig that requires human approval for each spend. Ask the author to update the registry metadata to declare EVM_PRIVATE_KEY as a required sensitive credential (or remove that requirement) and to document local signing code. If the author cannot demonstrate where the private key is used safely, treat the skill as risky and do not provide your private key.Like a lobster shell, security has layers — review code before you run it.
a2avk979p4tzva1wqbyadwd5ak9wp180809hagentvk979p4tzva1wqbyadwd5ak9wp180809hbasevk979p4tzva1wqbyadwd5ak9wp180809hcryptovk979p4tzva1wqbyadwd5ak9wp180809hgigvk979p4tzva1wqbyadwd5ak9wp180809hlatestvk976f5fh024gv6e18haxqqw7k18092whmarketvk979p4tzva1wqbyadwd5ak9wp180809hsalevk979p4tzva1wqbyadwd5ak9wp180809husdvk979p4tzva1wqbyadwd5ak9wp180809h
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
