BC QXMP Oracle
Fetch real-world asset (RWA) data and proof-of-reserve status from the QXMP Oracle — managing $1.17 trillion in certified in-ground mining assets on the QELT blockchain. Use when asked about tokenized assets, reserve proofs, asset valuations, QXMP portfolio stats, or proof freshness. No API key required.
As a process C 62/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency
How to improve
- 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
-
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Three smart contracts work together on QELT Mainnet to provide cryptographic proof-of-reserve for real-world assets. All deployed January 12, 2026 by deployer `0xBd…6E2
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:13High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `QXMPOracleController` | `0xB2…3bA` | Signature verification, signer management |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:14High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| `QXMP…eV3` | `0x61…768` | Proof storage and audit trail |
detectortable -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:15High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `QXMP…yV2` | `0xd0…0fB` | Asset metadata, key-value storage |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:47High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to":"0x61…768",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:138High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| OracleController | `0xB2…3bA` | Signature verification |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:139High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| Proo…eV3 | `0x61…768` | Proof storage + audit trail |
detectortable -
low Secrets in code
secret-high-entropy-tokenSKILL.md:140High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Dyna…yV2 | `0xd0…0fB` | Asset metadata storage |
table
Files scanned: 6. 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) - note
frontmatter-keyunknown frontmatter key "read_when" - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 62/100
- 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
- 40Consistency. Frontmatter name (QXMP Oracle) differs from the folder (qelt-rwa-oracle)
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 14 steps
- 100Execution cost. Instruction body is 1174 tokens
- 100Running it twice. No mutating operations
- 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)
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 305: enough signal without eating the budget
- +4Structure: 16 headings
- +3Step-by-step instructions: 14 items
- +3Output format is stated explicitly
- +4Has examples (6 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.