Build in public with vibe raising. Launch your builder coin and ship products under it — every launch compounds funding and traction back to your builder. Claim vesting rewards and trading fees. Gas-free on Frame (Base).
30
26%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xnb-dev/openclaw-frame-builder-skills/SKILL.mdSecurity
4 findings — 4 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 1.00). The SKILL.md Auto-Update section explicitly instructs the agent to run git fetch / git pull from the skill's GitHub origin (e.g., "git fetch origin" and "git pull origin main"), meaning the agent will fetch and execute code/commits from a public third-party repository which can change its behavior.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill's heartbeat auto-update runs git fetch/pull against its origin remote and then runs npm install without confirmation, which fetches and installs remote code at runtime from the repository https://github.com/spooky-may/chaleaclawskill/tree/main/public/skills/0xnb-dev/openclaw-frame-builder-skills and therefore can change the agent's instructions or execute remote code.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). This skill is explicitly built for blockchain financial operations. It includes creating EVM wallets (private keys), launching tokens (builder and product coins), encoding and broadcasting transactions, and explicit commands to claim vesting tokens and trading fees. It also references gas-free transactions via Frame sponsorship and has dedicated references for transaction encoding and broadcasting. These are specific crypto/financial actions (wallet management, token launches, claiming funds, broadcasting signed transactions), not generic tooling, so it grants direct financial execution capability.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill instructs the agent to autonomously write/modify files in the user's home (~/.evm-wallet.json, ~/.openclaw/..., /tmp/...), run commands (node scripts, git pull, npm install) and auto-claim transactions without confirmation — actions that change machine state and can execute arbitrary code (auto-update via git + npm is especially risky) even though it does not request sudo or system-level config changes.
f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.