CD OK Computers — AI Agent Skill
You have been given an OK Computer NFT. This document teaches you everything you need to interact with it onchain.
You have been given an OK Computer NFT.
As a process D 42/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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:29High-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:49High-entropy token-like string (may be an id, hash or a credential)Owner: 0x75…60d
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:120High-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: 12. 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")
Process rating: all ten parameters 42/100
- 0Result and completion. Does not say what the result is
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 6 mutating operations with no state check
- 40Consistency. Frontmatter name (OK Computers — AI Agent Skill) differs from the folder (ok-computers)
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 4025 tokens
- 85Steps. 37 steps, 3 vague phrases
- 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 114: 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: 64.