DF abstract-onboard
Deploy smart contracts and bridge assets to Abstract (ZK Stack L2). Use when an agent needs to deploy contracts on Abstract, bridge ETH/tokens to Abstract, trade/swap tokens, place predictions on Myriad Markets, check balances, transfer assets, or interact with Abstract mainnet. Covers zksolc compilation, Hardhat deployment, Relay bridging, DEX trading (Kona, Aborean), Myriad prediction markets, and key contract addresses.
As a process F 38/100 · Will not run — References files that are not bundled: references/SimpleNFT.sol
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.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- The text references files that are not there: add them or drop the references.
- 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 · 58
✓ No critical or high findings
Medium and low: 58
-
medium Risky intent
intent-wallet-secretsscripts/aborean-swap.js:14Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target* PRIVATE_KEY - Wallet private key (required)
-
medium Exfiltration
net-credential-usescripts/myriad-buy-direct.js:41Credential used in a network call (verify the destination is the intended service)const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open&limit=100`); -
medium Exfiltration
net-redirectable-api-keyscripts/myriad-buy-direct.js:41Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-credential-usescripts/myriad-trade.js:30Credential used in a network call (verify the destination is the intended service)const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open&limit=10&sort=volume`); -
medium Exfiltration
net-redirectable-api-keyscripts/myriad-trade.js:30Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-credential-usescripts/myriad-trade.js:46Credential used in a network call (verify the destination is the intended service)const res = await fetch(`${MYRIAD_API_URL}/markets?api_key=${MYRIAD_API_KEY}&state=open`); -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:16High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0x84…7e1` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:17High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WETH | `0x34…809` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/dex.md:12High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Router (V2) | `0x44…250` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/dex.md:13High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Factory | `0x7c…860` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/dex.md:37High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Factory | `0x8c…f27` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/dex.md:38High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Voter | `0xC0…9c9` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/dex.md:39High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Factory Registry | `0x59…B49` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/myriad.md:9High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Prediction Market (V3)** | `0x3e…289` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/myriad.md:10High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Querier | `0x71…B18` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/myriad.md:11High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| PTS Token (Season 2) | `0x0b…F23` (18 decimals) |
table -
low Secrets in code
secret-high-entropy-tokenreferences/myriad.md:12High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC.e Token | `0x84…7e1` (6 decimals) |
table -
low Secrets in code
secret-high-entropy-tokenreferences/myriad.md:13High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Fee Treasury | `0xBc…c1f` |
table -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-quote.js:18High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ABOREAN_QUOTER = '0x81…671'; // Common quoter address pattern
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-quote.js:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH: { address: '0x34…809', decimals: 18, symbol: 'WETH' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-quote.js:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: { address: '0x84…7e1', decimals: 6, symbol: 'USDC' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-quote.js:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)ABX: { address: '0x4C…C4D', decimals: 18, symbol: 'ABX' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-quote.js:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PENGU: { address: '0x9e…A62', decimals: 18, symbol: 'PENGU' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-swap.js:23High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)const ABOREAN_ROUTER = '0xb9…f4f';
detector -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-swap.js:28High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH: { address: '0x34…809', decimals: 18, symbol: 'WETH' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-swap.js:29High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: { address: '0x84…7e1', decimals: 6, symbol: 'USDC' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-swap.js:30High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)ABX: { address: '0x4C…C4D', decimals: 18, symbol: 'ABX' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/aborean-swap.js:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PENGU: { address: '0x9e…A62', decimals: 18, symbol: 'PENGU' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/bridge-usdc-relay.js:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'0x83…913',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/bridge-usdc-relay.js:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)originCurrency: '0x83…913',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/bridge-usdc-relay.js:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)destinationCurrency: '0x84…7e1',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balances.js:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0x84…7e1",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balances.js:21High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH: "0x34…809"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/myriad-buy-direct.js:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PM_CONTRACT = '0x3e…289';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/quick-start.js:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_ADDRESS = "0x84…7e1";
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/quick-start.js:160High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)• USDC: 0x84…7e1
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/quick-start.js:161High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)• WETH: 0x34…809
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-aborean.js:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC = '0x84…7e1';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-aborean.js:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const WETH = '0x34…809';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-kona.js:4High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ROUTER = '0x44…250';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-kona.js:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const FACTORY = '0x7c…860';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-kona.js:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC = '0x84…7e1';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-kona.js:7High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const WETH = '0x34…809';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-tokens.js:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH: "0x34…809",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-tokens.js:21High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0x84…7e1"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-uniswap-v2.js:4High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ROUTER = '0xad…F7c';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-uniswap-v2.js:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC = '0x84…7e1';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/swap-uniswap-v2.js:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const WETH = '0x34…809';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/testnet-setup.js:19High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const TESTNET_USDC = "0x03…F7e"; // May vary
fixturequoted -
low Secrets in code
secret-high-entropy-tokenscripts/transfer.js:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "0x84…7e1",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/transfer.js:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH: "0x34…809"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/usdc-ops.js:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_ADDRESS = "0x84…7e1";
quoted -
low Exfiltration
exfil-send-secrets-to-urlscripts/verify-contract.js:43Instruction to send secrets/history to an external endpoint (negated — the text forbids it)console.log("\n⚠️ DO NOT send tokens to this address if expecting a contract!");negated -
low Secrets in code
secret-high-entropy-tokenSKILL.md:203High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0x84…7e1` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:204High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WETH | `0x34…809` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:205High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Kona Router | `0x44…250` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:206High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Uniswap V2 Router | `0xad…F7c` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:207High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Myriad PM Contract | `0x3e…289` |
table
Files scanned: 31. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/SimpleNFT.sol
Process rating: all ten parameters 38/100
- 0Tools and files. 1 referenced file(s) missing: references/SimpleNFT.sol
- 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
- 55Failures and branches. 1 branches
- 100Steps. 9 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2163 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)
- +3Output format is not stated: the model decides each time
- -32 of 22 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 426: enough signal without eating the budget
- +4Structure: 26 headings
- +3Step-by-step instructions: 9 items
- +4Has examples (20 code blocks)
- +4Reference files are cited in the instructions (5 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.