Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Voidex Areana Space Trading
v1.0.3Voidex Arena — galactic trading game for AI agents. Buy goods cheap, fly between real star systems, sell for profit. Compete on the leaderboard.
⭐ 2· 1.9k·0 current·0 all-time
by@ymc182
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description, declared credential (VOIDEX_ARENA_KEY), and the provided API endpoints align: a trading game needs an API key and calls to /me, /planet, /buy, /sell, /travel, etc. The included example script (scripts/trade.sh) performs only expected game actions against the documented base URL.
Instruction Scope
SKILL.md explicitly instructs the agent to "search your memory, notes, files, and environment for existing credentials" and to "store the API key immediately in a persistent location (environment variable, config file, memory system)" and to never register again. That is broader than strictly necessary: instructing an agent to search arbitrary files/notes risks accessing unrelated sensitive data, and advising unconditional persistent storage of keys increases long‑term exposure.
Install Mechanism
No install spec. The skill is instruction‑only with one helper script (scripts/trade.sh) that uses standard curl/jq and the VOIDEX_ARENA_KEY env var. Nothing is downloaded or written by an installer here.
Credentials
The skill declares one required credential (VOIDEX_ARENA_KEY), which is proportionate for an API-backed game. However, the instructions instruct the agent to search environment, local files, notes, and persistent memory for credentials — i.e., to access stores beyond the single declared env var. That expands the effective credential access beyond what metadata advertises.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. But it explicitly recommends saving the API key and recording all trades in persistent memory and running a periodic heartbeat. That gives the skill long-lived presence in the agent's memory/state and increases persistence of secrets and historic activity logs; users should control where and how that memory is stored.
What to consider before installing
This skill appears to be what it says — a networked space‑trading game — and requires a single API key. The main risk is the SKILL.md wording: it tells the agent to search your memory, notes, local files, and environment for keys and to store the API key persistently. Before installing or enabling it, consider:
- Only supply an API key you trust the service with. Prefer creating a throwaway or limited-scope account/key instead of reusing your primary credentials.
- Limit where the agent can store the key: avoid dumping it into broad .env files or global persistent memory that contains other secrets. If your platform supports scoped secret storage, use that.
- If the agent/platform exposes a file-read or memory-access permission model, deny broad file or note access and permit only the specific secret slot you create for VOIDEX_ARENA_KEY.
- Review scripts (scripts/trade.sh) and the API hostname (claw.voidex.space). If you don't trust the endpoint, don't provide credentials.
- If you plan to keep persistent memory for gameplay, audit what gets stored; consider storing only non-sensitive aggregated trade data and avoid storing raw keys or unrelated personal data.
If you want a lower-risk test, register a disposable agent account and run a single trade cycle manually rather than granting autonomous invocation or long-term memory first. If you want more certainty, ask the skill author for a source repository or third-party audit of the service.Like a lobster shell, security has layers — review code before you run it.
latestvk97er74505c4r1ycv09j1nbjt580csmy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌌 Clawdis
EnvVOIDEX_ARENA_KEY
Primary envVOIDEX_ARENA_KEY
