BD dx-terminal-pro
Manage a DX Terminal Pro trading agent
As a process D 36/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Exfiltration
net-credential-useSKILL.md:34Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)`VAULT_ADDRESS=$(curl -s "https://api.terminal.markets/api/v1/vault?ownerAddress=… wallet address --private-key $DX_TERMINAL_PRIVATE_KEY)" | jq -r .vaultAddress)`
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:90Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)`curl -s "https://api.terminal.markets/api/v1/candles/$TOKEN_ADDRESS?timeframe=1m&to=… +%s)&countback=300"`
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:106Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)`curl -s "https://api.terminal.markets/api/v1/holders/$TOKEN_ADDRESS?limit=50&offset=0&order=desc"`
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:128Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)`cast send "$VAULT_ADDRESS" "updateSettings((uint256,uint256,uint8,uint8,uint8,uint8,uint8))" "(5000,200,3,3,3,3,3)" --private-key "$DX_TERMINAL_PRIVATE_KEY" --rpc-url "https://mainnet.base.org"`
quoted -
low Exfiltration
net-credential-useSKILL.md:140Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)`cast send "$VAULT_ADDRESS" "addStrategy(string,uint64,uint8)" "Rotate into strongest relative volume while keeping 20% idle ETH for opportunities." "$(( $(date +%s) + 86400 ))" "2" --private-key "$DX
quoted
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-shortdescription under 40 chars: too little signal for triggering - warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 36/100
- 0Result and completion. Does not say what the result is
- 0When it triggers. No condition that starts the skill
- 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. 5 mutating operations with no state check
- 40Consistency. Frontmatter name (dx-terminal-pro) differs from the folder (dx-terminal-pro-skill)
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 100Steps. 12 steps
- 100Execution cost. Instruction body is 1434 tokens
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 38: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +4Structure: 22 headings
- +3Step-by-step instructions: 12 items
Quality base 70; lint remarks subtract, signals add up to 100. Result: 57.
External checks
ClawHub: suspicious
This skill openly manages a live trading vault, but it gives agents direct private-key commands that can move funds or change trading behavior without built-in approval safeguards.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026