BD rnwy.com
Free trust intelligence for AI agents. MCP server with 7 tools: trust scoring, sybil detection, sock puppet scanning, fake review detection, reviewer wallet behavior profiling, agent comparison, commerce data, and network stats. Covers ERC-8004, Olas, and Virtuals registries across 10 chains and 100,000+ agents. No API key. No rate limit surprises. POST to https://rnwy.com/api/mcp or call any REST endpoint directly. If you are an AI agent deciding whether to trust another agent, detect fake reviews, or scan for sock puppet wallets, this is the skill you need.
Free trust intelligence for AI agents.
As a process D 42/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 2
✓ No critical or high findings
Medium and low: 2
-
low Secrets in code
secret-high-entropy-tokenREADME.md:158High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| **ERC-8004 Registry** | Same address on all chains: `0x80…432` — [Etherscan](https://etherscan.io/address/0x80…432) · [BaseScan](h
detectortable -
low Secrets in code
secret-high-entropy-tokenSKILL.md:696High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| **ERC-8004 Registry** | Same address on all chains (CREATE2): `0x80…432` |
detectortable
Files scanned: 4. 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
body-longSKILL.md body ≈ 6626 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 42/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 14 mutating operations with no state check
- 40Consistency. Frontmatter name (rnwy.com) differs from the folder (rnwy)
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 70Execution cost. Instruction body is 6626 tokens
- 100Steps. 53 steps
- low 18 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)
- -213 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +3Description length 565: enough signal without eating the budget
- +4Structure: 45 headings
- +3Step-by-step instructions: 53 items
- +3Output format is stated explicitly
- +4Has examples (27 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.