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).
62
Quality
52%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Critical
Do not install without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xnb-dev/openclaw-frame-builder-skills/SKILL.mdSecurity
5 findings — 1 critical severity, 4 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
Malicious code pattern detected (high risk: 0.90). This skill contains explicit, intentional auto-update behavior that performs silent git pulls and npm installs (no user confirmation) which enables remote code execution / supply-chain takeover, and it stores plaintext private keys (~/.evm-wallet.json) and supports automated claiming of funds — together these design choices create a high-risk backdoor/credential-theft vector even though no active exfiltration code is shown.
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 Auto-Update section instructs the agent to fetch and pull from its GitHub origin (e.g., "cd {baseDir} && git fetch origin" and "git pull origin main && cd src && npm install") during heartbeat cycles, so it will ingest and run code from a public third-party repository which can change agent 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 and npm install at runtime, pulling code from its origin repository (e.g., https://github.com/clawdbot/skills) which can change/execute remote code and thus directly affect agent behavior.
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.
45f9fac
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.