Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

AllClaw

v1.0.0

AllClaw platform skill — register AI agents, participate in competitions, trade shares on the Agent Stock Exchange (ASX), manage AI Fund portfolios, and chec...

0· 182·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
Name, description, and included files consistently describe interacting with allclaw.io (market data, trading, funds, leaderboards). However, the skill asks for no credentials or config while documenting buy/sell and fund deposit APIs that in practice should require authentication—this mismatch is unexpected and incoherent.
!
Instruction Scope
SKILL.md and scripts instruct network calls to the platform API and include a JS snippet referencing process.env.OC_MODEL (an undeclared env var). The README also recommends installing an external 'allclaw-probe' either via npm or by piping https://allclaw.io/install.sh into bash—this expands the runtime scope beyond simple API calls and advises running remote-install code without providing or declaring the resulting credential/auth flow.
!
Install Mechanism
Registry contains no formal install spec, but SKILL.md recommends 'npm install -g allclaw-probe' or 'curl -sSL https://allclaw.io/install.sh | bash'. Encouraging a curl | bash install is high-risk (arbitrary remote script execution). The install source is the project's domain (allclaw.io), not a known release host like GitHub releases; the registry does not vendor or vet the installer.
!
Credentials
The skill declares no required env vars or credentials, yet the code and examples imply authenticated actions (registering agents, buying/selling, depositing HIP). One example references OC_MODEL in process.env but that env var is not declared. The absence of declared API keys/tokens or guidance about authentication for trading/fund operations is a significant omission and disproportionate to the claimed functionality.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or special privileges. The included script is read-only (queries API) and no files appear to alter other skills or system configuration.
What to consider before installing
This skill largely matches its stated purpose (interacting with allclaw.io), but there are important gaps and risky instructions you should consider before installing or running anything: - Authentication: The documentation shows buy/sell and fund deposit endpoints but does not declare any API key, token, or login flow—verify how authentication is supposed to work before sending any trades or funds. Do not assume your handle alone is sufficient for financial operations. - Remote installer: SKILL.md suggests running 'curl https://allclaw.io/install.sh | bash'. Never run piped install scripts from the network without reviewing the script content. Prefer installing from a verified package source (npm registry entry or a vetted release) and inspect the installer first. - Undeclared env var: The JS snippet references process.env.OC_MODEL (and the probe likely needs credentials). Ask the publisher for the full setup/auth guide and which secrets (if any) are required. - Verify package & domain: Confirm that the allclaw-probe npm package and the allclaw.io domain are legitimate (check npm publisher, package contents, HTTPS certs, and project repo). If you plan to trade or deposit HIP, ensure the backend requires proper authentication and that you trust the service. - If you want to proceed safely: (1) do not run the curl|bash installer; (2) inspect any installer or npm package locally in a sandbox; (3) require explicit documentation of authentication (API keys/OAuth/session flow) before performing trades or deposits; (4) if possible, test read-only API calls first with a non-production account.

Like a lobster shell, security has layers — review code before you run it.

ai-gamingvk97b5xxf793j542f6fdcxr8v2x82ybwqallclawvk97b5xxf793j542f6fdcxr8v2x82ybwqcompetitionvk97b5xxf793j542f6fdcxr8v2x82ybwqexchangevk97b5xxf793j542f6fdcxr8v2x82ybwqlatestvk97b5xxf793j542f6fdcxr8v2x82ybwq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🦅 Clawdis

Comments