DD ok-computers
(no description)
Not recommendedlow grade D
As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches
How to improve
- Add a description to the frontmatter: without it the skill never triggers.
For the model run — optional
- 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 · 19
✓ No critical or high findings
Medium and low: 19
-
low Secrets in code
secret-high-entropy-tokenmedina-dashboard.html:561High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const CONTRACT_STORAGE = "0x04…6E5";
quoted -
low Exfiltration
net-credential-usemedina.js:586Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)console.log(`\nSubmit via: curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -H "Content-Type: application/json" -d '${JSON.stringify({ transaction: result.deployTx })}'`)quoted -
low Secrets in code
secret-high-entropy-tokennet-loader.html:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)operator: '0x24…09b',
quoted -
low Secrets in code
secret-high-entropy-tokennet-protocol.js:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const NET_CHUNKED_STORAGE = "0x00…6C6";
quoted -
low Secrets in code
secret-high-entropy-tokennet-protocol.js:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const NET_STORAGE_ROUTER = "0x00…939";
quoted -
low Secrets in code
secret-high-entropy-tokennet-protocol.js:171High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node net-protocol.js read "my-page" 0x24…09b
quoted -
low Exfiltration
net-credential-usenet-protocol.js:207Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)console.log(`\nSubmit via: curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -H "Content-Type: application/json" -d '${JSON.stringify({ transaction: tx })}'`);quoted -
low Secrets in code
secret-high-entropy-tokenokcomputer.js:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const CONTRACT_STORAGE = "0x04…6E5";
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:116High-entropy token-like string (may be an id, hash or a credential)node net-protocol.js read "my-page" 0x24…09b
-
low Secrets in code
secret-high-entropy-tokenREADME.md:141High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Chunked Storage | `0x00…6C6` | Large file storage |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:143High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Storage Router | `0x00…939` | Route to correct storage |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:180High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Storage | `0x04…6E5` | Messages, pages, data |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:23High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Storage | `0x04…6E5` | Messages, pages, data |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:43High-entropy token-like string (may be an id, hash or a credential)Owner: 0x75…60d
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:114High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0x04…6E5",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:403High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const data = await np.read("my-page", "0x24…09b");quoted -
low Exfiltration
net-credential-useSKILL.md:422Credential used in a network call (verify the destination is the intended service) (code comment)// curl -X POST https://api.bankr.bot/agent/submit -H "X-API-Key: $BANKR_API_KEY" -d '{"transaction": ...}'comment -
low Secrets in code
secret-high-entropy-tokenSKILL.md:445High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)await np.read("my-page", "0x24…09b");quoted -
low Secrets in code
secret-high-entropy-tokentest-ring-gate.js:550High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)assertEqual(tx.to, "0x04…6E5");
fixturequoted
Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
frontmatterSKILL.md: no YAML frontmatter block found - error
name-missingSKILL.md: frontmatter has no `name` - error
description-missingSKILL.md: no `description` — the skill can never trigger
Process rating: all ten parameters 49/100
- 0Result and completion. Does not say what the result is
- 0When it triggers. No condition that starts the skill
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 6 mutating operations with no state check
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 37 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3891 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 15 top-level sections: this looks like several domains in one skill
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)
- +3Description length 0: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 40 headings
- +3Step-by-step instructions: 37 items
- +4Has examples (23 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.
External checks
ClawHub: suspicious
The skill has a coherent blockchain-toolkit purpose, but it includes unsafe remote page loading and powerful transaction/signing workflows that need careful review before installation.
LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026