BD QELT DEX
Interact with Uniswap v4 pools and liquidity positions on QELT Mainnet. Use when asked about DEX pools, token swaps, liquidity provision, WQELT wrapping/unwrapping, pool state queries, position NFTs, or Uniswap v4 contract addresses. QELT only supports Uniswap V4 — V2/V3 calls revert.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 11
✓ No critical or high findings
Medium and low: 11
-
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:16High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `UniversalRouter` | `0x7d…68A` | ✅ Verified |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:25High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `UnsupportedProtocol` | `0xe4…A6E` | ✅ Verified |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)permit2: '0x40…Ea2',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:32High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)weth9: '0xfE…8A2', // WQELT
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)v2Factory: '0xe4…A6E', // UnsupportedProtocol
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/sdk-examples.md:16High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)universalRouter: '0x7d…68A',
fixturequoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:36High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `UniversalRouter` | `0x7d…68A` | Swap routing + aggregation |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:41High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| `UnsupportedProtocol` | `0xe4…A6E` | V2/V3 stub (reverts) |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)ADDR="USER…FIX"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:133High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)permit2: '0x40…Ea2',
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:134High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)weth9: '0xfE…8A2', // WQELT
quoted
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 46/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 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. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (QELT DEX) differs from the folder (qelt-dex)
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 9 steps
- 100Execution cost. Instruction body is 1333 tokens
- 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
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 285: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 9 items
- +4Has examples (5 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.