BC warren-nft
Deploy NFT collections permanently on MegaETH mainnet. Images are stored on-chain via SSTORE2, then published through WarrenContainer and WarrenLaunchedNFT.
Deploy NFT collections permanently on MegaETH mainnet.
As a process C 57/100 · Has gaps — weak spots: when it triggers, consistency, running it twice
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 11
✓ No critical or high findings
Medium and low: 11
-
medium Risky intent
intent-wallet-secretsSKILL.md:74Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| `PRIVATE_KEY` | **Yes** | — | Wallet private key for signing transactions |
-
low Secrets in code
secret-high-entropy-tokendeploy-nft.js:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const GENESIS_KEY_ADDRESS = process.env.GENESIS_KEY_ADDRESS || '0x0d…a88';
quoted -
low Secrets in code
secret-high-entropy-tokendeploy-nft.js:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const RABBIT_AGENT_ADDRESS = process.env.RABBIT_AGENT_ADDRESS || '0x3f…1f2';
quoted -
low Secrets in code
secret-high-entropy-tokendeploy-nft.js:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const CONTAINER_ADDRESS = process.env.CONTAINER_ADDRESS || '0x65…964';
quoted -
low Secrets in code
secret-high-entropy-tokendeploy-nft.js:27High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const RENDERER_ADDRESS = process.env.RENDERER_ADDRESS || '0xdC…6BB';
quoted -
low Risky intent
intent-wallet-secretsdeploy-nft.js:509Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)--private-key <key> Wallet private key (or set PRIVATE_KEY env)
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Default `RABBIT_AGENT_ADDRESS`: `0x3f…1f2` (override via env).
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:64High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Genesis Key NFT (0xRabbitNeo) | `0x0d…a88` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:65High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| 0xRa…ent Key NFT | `0x3f…1f2` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:66High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WarrenContainer | `0x65…964` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:67High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WarrenContainerRenderer | `0xdC…6BB` |
table
Files scanned: 6. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 57/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 7 mutating operations with no state check
- 40Consistency. Frontmatter name (warren-nft) differs from the folder (warren-nft-mainnet)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 26 steps, 1 vague phrases
- 100Execution cost. Instruction body is 1783 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 13 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (9 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +3Description length 156: enough signal without eating the budget
- +4Structure: 22 headings
- +3Step-by-step instructions: 26 items
- +3Output format is stated explicitly
- +4Has examples (9 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.