CD alchemy-web3
Interact with Alchemy's Web3 APIs for blockchain data, NFTs, tokens, transfers, and webhooks across 80+ chains.
Interact with Alchemy's Web3 APIs for blockchain data, NFTs, tokens, transfers, and webhooks across 80+ chains.
As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
IntegrationGitHubAI and agentsSoftware developmentData and analyticstype and topics are labelled automatically from the skill text
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 · 29
✓ No critical or high findings
Medium and low: 29
-
low Secrets in code
secret-high-entropy-tokenREADME.md:33High-entropy token-like string (may be an id, hash or a credential)./scripts/alchemy.sh balance 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenREADME.md:36High-entropy token-like string (may be an id, hash or a credential)./scripts/alchemy.sh nfts 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenreferences/agent-workflows.md:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WHALE="0xd8…045"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/agent-workflows.md:40High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WALLET="0x76…10a"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/agent-workflows.md:71High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0xBC…13D" # BAYC
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/agent-workflows.md:72High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0x60…7c6" # MAYC
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/agent-workflows.md:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0xb4…BBB" # CryptoPunks
quoted -
low Exfiltration
net-credential-usereferences/agent-workflows.md:77Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)floor=$(curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getFloorPrice?contractAddress=…" | jq -r '.openSea.floorPrice // "N/A"')
vendor-host -
low Exfiltration
net-credential-usereferences/agent-workflows.md:174Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)latest=$(curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTsForContract?contractAddress=…&limit=1&orderBy=…" | jq -r '.nfts[0].tokenId')
vendor-host -
low Exfiltration
net-credential-usereferences/chains.md:88Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY ...
vendor-host -
low Exfiltration
net-credential-usereferences/chains.md:91Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl https://polygon-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY ...
vendor-host -
low Exfiltration
net-credential-usereferences/chains.md:94Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl https://base-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY ...
vendor-host -
low Exfiltration
net-credential-usereferences/chains.md:97Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl https://arb-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY ...
vendor-host -
low Secrets in code
secret-high-entropy-tokenreferences/token-api.md:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0xd8…045",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/token-api.md:35High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/token-api.md:38High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"contractAddress": "0xA0…B48",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/token-api.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"params": ["0xA0…B48"],
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/token-api.md:81High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"contract": "0xA0…B48",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/alchemy.sh:50High-entropy token-like string (may be an id, hash or a credential)alchemy.sh nfts 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:77High-entropy token-like string (may be an id, hash or a credential)./alchemy.sh balance 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:83High-entropy token-like string (may be an id, hash or a credential)./alchemy.sh tokens 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:89High-entropy token-like string (may be an id, hash or a credential)./alchemy.sh nfts 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:95High-entropy token-like string (may be an id, hash or a credential)./alchemy.sh nft-metadata 0x51…ac8 1590
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:101High-entropy token-like string (may be an id, hash or a credential)./alchemy.sh transfers 0xd8…045
-
low Exfiltration
net-credential-useSKILL.md:134Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY" \
vendor-host -
low Exfiltration
net-credential-useSKILL.md:148Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTsForOwner?owner=…&pageSize=10"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:151Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTMetadata?contractAddress=…&tokenId=1590"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:154Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTsForContract?contractAddress=…&limit=10"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:161Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY" \
vendor-host
Files scanned: 8. 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 "website" - 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
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 6 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web, node) that frontmatter does not declare
- 100Steps. 27 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2784 tokens
- low 13 top-level sections: this looks like several domains in one skill
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 111: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 41 headings
- +3Step-by-step instructions: 27 items
- +4Has examples (26 code blocks)
- +4Reference files are cited in the instructions (5 of 5)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.