BD powerloom-bds-univ3
Autonomous Uniswap V3 monitoring on consensus-backed data with onchain provenance. Every data point is finalized on-chain by Powerloom's DSV network and independently verifiable. Ships with Whale Radar, Token-Flow, and DeFi Analyst recipes. Free API key at bds-metering.powerloom.io/metering (2 credits, no wallet). Triggers on "whale alert", "track trades", "all trades for", "by token", "Powerloom", "verify on-chain", "verified data".
As a process D 48/100 · Unfinished process — weak spots: result and completion, inputs and preconditions, failures and branches
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 18
✓ No critical or high findings
Medium and low: 18
-
medium Risky intent
intent-wallet-secretsreferences/08-openclaw-one-shot.md:15Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targeta. **Payer wallet private key** — paste your EVM private key for the funded wallet that will pay 50 $POWER for the credit plan. **Use a burner wallet only** — never a wallet holding significant assets
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:39High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…jgR+Mkmf+D189…ihQ==",
detector -
low Secrets in code
secret-high-entropy-tokenrecipes/defi-analyst.yaml:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)volume_token_address: "0xA0…B48"
quoted -
low Secrets in code
secret-high-entropy-tokenrecipes/defi-analyst.yaml:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)pool_address: "0x88…640"
quoted -
low Secrets in code
secret-high-entropy-tokenrecipes/token-flow.yaml:7High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)token_address: "0xA0…B48"
quoted -
low Secrets in code
secret-high-entropy-tokenrecipes/whale-radar.yaml:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- "0x88…640"
quoted -
low Secrets in code
secret-high-entropy-tokenrecipes/whale-radar.yaml:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- "0x8a…6D8"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/05-data-market-scope.md:7High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WETH/USDC | `0x88…640` | 0.05% |
table -
low Secrets in code
secret-high-entropy-tokenscripts/defi-analyst.mjs:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_MAINNET = "0xA0…B48";
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/defi-analyst.mjs:27High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)pool_address: "0x88…640",
quoted -
low Exfiltration
exfil-webhook-urlscripts/lib/dispatch.mjs:22Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)const u = `https://api.telegram.org/bot${token}/sendMessage`;placeholder -
low Secrets in code
secret-high-entropy-tokenscripts/token-flow.mjs:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_MAINNET = "0xA0…B48";
quoted -
low Exfiltration
exfil-webhook-urlscripts/whale-cron.mjs:91Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)const r = await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, {placeholder -
low Exfiltration
net-credential-usescripts/whale-cron.mjs:91Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)const r = await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, {quoted -
low Exfiltration
exfil-webhook-urlscripts/whale-cron.mjs:100Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)const r2 = await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, {placeholder -
low Exfiltration
net-credential-usescripts/whale-cron.mjs:100Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)const r2 = await fetch(`https://api.telegram.org/bot${TG_TOKEN}/sendMessage`, {quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale-radar.mjs:30High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0x88…640",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/whale-radar.mjs:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0x8a…6D8",
quoted
Files scanned: 33. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "repository"
Process rating: all ten parameters 48/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
- 30Running it twice. 6 mutating operations with no state check
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 64Steps. 3 steps, 1 vague phrases
- 100When it triggers. States when to use and when not to
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2677 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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -31 of 9 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 7 example trigger phrases
- +3Description length 437: enough signal without eating the budget
- +4Structure: 12 headings
- +3Step-by-step instructions: 3 items
- +4Reference files are cited in the instructions (2 of 9)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.