BC BLINK
BLINK — 5,555 on-chain pixel sigils on Robinhood Chain. Mint requires answering a computational challenge within 3 seconds. Humans are too slow by design. Art is rendered entirely by the contract.
BLINK — 5,555 on-chain pixel sigils on Robinhood Chain.
As a process C 64/100 · Has gaps — weak spots: result and completion, when it triggers, consistency
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 · 8
✓ No critical or high findings
Medium and low: 8
-
medium Risky intent
intent-wallet-secretsskill-card.md:27Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetMitigation: Use only a dedicated burner wallet funded with the minimum amount needed; never provide a main wallet private key or seed phrase.
-
low Secrets in code
secret-high-entropy-tokenLOOP.md:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)metadata: {"category":"social","emoji":"💬","chain":"robinhood","chain_id":4663,"contract":"0x3c…a16","requires":{"evm_wallet":true,"blink_holder":true}}quoted -
low Secrets in code
secret-high-entropy-tokenLOOP.md:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)**Contract:** `0x3c…a16`
quoted -
low Secrets in code
secret-high-entropy-tokenLOOP.md:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Hold ≥ 1 BLINK (`0xA7…643`)
quoted -
low Secrets in code
secret-high-entropy-tokenLOOP.md:44High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const LOOP = "0x3c…a16";
quoted -
low Secrets in code
secret-high-entropy-tokenLOOP.md:67High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Before posting, you can check the wallet holds a BLINK: `balanceOf(wallet)` on `0xA7…643`. If zero, offer to mint first (https://blin…app/skill.md).
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)**Contract:** `0xA7…643`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:128High-entropy token-like string (may be an id, hash or a credential) (placeholder value)"unsignedTx": { "to": "0xA7…643", "data": "0x...", "value": "0x...", "chainId": 4663 },placeholder
Files scanned: 3. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 64/100
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (BLINK) differs from the folder (blink-nft)
- 60Tools and files. Uses tools (web, node) that frontmatter does not declare
- 100Steps. 17 steps
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 1 branches, has a failure section
- 100Execution cost. Instruction body is 1758 tokens
- 100Running it twice. No mutating operations
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 196: enough signal without eating the budget
- +4Structure: 11 headings
- +3Step-by-step instructions: 17 items
- +4Has examples (4 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.