DF moralis-data-api
Query Web3 blockchain data from Moralis API. Use when user asks about wallet data (balances, tokens, NFTs, transaction history, profitability, net worth), token data (prices, metadata, DEX pairs, analytics, security scores), NFT data (metadata, transfers, traits, rarity, floor prices), DeFi positions, entity/label data for exchanges and funds, or block and transaction data. Supports EVM chains (Ethereum, Polygon, BSC, Arbitrum, Base, Optimism, Avalanche, etc.) and Solana. NOT for real-time streaming - use moralis-streams-api instead.
As a process F 54/100 · Will not run — References files that are not bundled: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md
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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 64
✓ No critical or high findings
Medium and low: 64
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bashallowed-tools: Bash Read Grep Glob
-
low Secrets in code
secret-high-entropy-tokenreferences/CommonPitfalls.md:261High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const address = '0xd8…045';
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/Pagination.md:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)ADDRESS="0xd8…045"
quoted -
low Exfiltration
net-credential-usereferences/Pagination.md:46Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)response=$(curl -s "$url" -H "X-API-Key: $API_KEY")
security skill -
low Exfiltration
net-credential-usereferences/PerformanceAndLatency.md:43Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl "...?limit=25&cursor=..." -H "X-API-Key: $MORALIS_API_KEY"
security skill -
low Exfiltration
net-credential-usereferences/PerformanceAndLatency.md:46Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl "...?limit=100" -H "X-API-Key: $MORALIS_API_KEY"
security skill -
low Secrets in code
secret-high-entropy-tokenrules/balance__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`kXB7…gVs\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getAggregatedTokenPairStats__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`So11…112\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getBlock.md:99High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"transaction_hash": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getBlock.md:103High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"from": "0xd4…bDf",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getCandleSticks__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`So11…112\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getContractNFTs.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address of the NFT contract | \`0x30…949\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getContractNFTs.md:57High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getHistoricalTokenHolders__solana.md:20High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`6p6x…iPN\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getMultipleNFTs.md:40High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getMultipleNFTs.md:43High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"owner_of": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getMultipleTokenAnalytics.md:105High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"tokenAddress": "EPjF…t1v"
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getMultipleTokenMetadata__solana.md:27High-entropy token-like string (may be an id, hash or a credential)| addresses | array | No | - | \`So11…112\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getMultipleTokenMetadata__solana.md:74High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"So11…112"
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNativeBalance.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address from which the native balance will be checked | \`0x05…88e\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTByContractTraits.md:57High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTCollectionStats.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address of the NFT collection | \`0x30…949\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractSalePrices.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address of the NFT collection | \`0xBC…13D\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractTransfers.md:70High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractTransfers.md:76High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"from_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractTransfers.md:80High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractTransfers.md:88High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"transaction_hash": "0x05…88e",
detector -
low Secrets in code
secret-high-entropy-tokenrules/getNFTContractTransfers.md:92High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"operator": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTMetadata__evm.md:42High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTMetadata__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`So11…112\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTOwners.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTOwners.md:58High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"owner_of": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTs__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`kXB7…gVs\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTSalePrices.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address of the NFT collection | \`0xBC…13D\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTTokenIdOwners.md:56High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0xb4…BBB",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTokenIdOwners.md:59High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"owner_of": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTrades.md:66High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"transaction_hash": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTrades.md:72High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"seller_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTrades.md:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"buyer_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTrades.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"marketplace_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByToken.md:66High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"transaction_hash": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByToken.md:72High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"seller_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByToken.md:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"buyer_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByToken.md:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"marketplace_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByWallet.md:21High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The owner wallet address | \`0xcB…905\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByWallet.md:65High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"transaction_hash": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByWallet.md:71High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"seller_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByWallet.md:72High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"buyer_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTradesByWallet.md:74High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"marketplace_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTransfers.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTransfers.md:61High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"from_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTransfers.md:65High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to_address": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTransfers.md:73High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"transaction_hash": "0x05…88e",
detector -
low Secrets in code
secret-high-entropy-tokenrules/getNFTTransfers.md:77High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"operator": "0x05…88e",
quoted -
low Secrets in code
secret-high-entropy-tokenrules/getPairStats__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| pairAddress | string | Yes | The address of the pair to query | \`Czfq…4zE\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getPortfolio__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`kXB7…gVs\` |
-
low Secrets in code
secret-high-entropy-tokenrules/getSPL__solana.md:22High-entropy token-like string (may be an id, hash or a credential)| address | string | Yes | The address to query | \`kXB7…gVs\` |
-
low Exfiltration
net-credential-useSKILL.md:155Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl "...?limit=100" -H "X-API-Key: $KEY"
security skill -
low Exfiltration
net-credential-useSKILL.md:158Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl "...?limit=100&cursor=<cursor_from_response>" -H "X-API-Key: $KEY"
security skill -
low Secrets in code
secret-high-entropy-tokenSKILL.md:168High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)ADDRESS="0xd8…045"
quoted
…and 2 more
A further 2 matches are quotations in this security skill's documentation and are not counted as findings.
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5612 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: rules/getWalletActiveChains.md - warning
missing-refreference to a missing file: rules/getWalletApprovals.md - warning
missing-refreference to a missing file: rules/getWalletHistory.md - warning
missing-refreference to a missing file: rules/getWalletInsight.md - warning
missing-refreference to a missing file: rules/getWalletNetWorth.md - warning
missing-refreference to a missing file: rules/getWalletNFTCollections.md - warning
missing-refreference to a missing file: rules/getWalletNFTs.md - warning
missing-refreference to a missing file: rules/getWalletNFTTransfers.md - warning
missing-refreference to a missing file: rules/getWalletProfitability.md - warning
missing-refreference to a missing file: rules/getWalletProfitabilitySummary.md - warning
missing-refreference to a missing file: rules/getWalletStats.md - warning
missing-refreference to a missing file: rules/getWalletTokenBalancesPrice.md - warning
missing-refreference to a missing file: rules/getWalletTokenTransfers.md - warning
missing-refreference to a missing file: rules/getWalletTransactions.md - warning
missing-refreference to a missing file: rules/getWalletTransactionsVerbose.md - warning
missing-refreference to a missing file: rules/getSwapsByPairAddress__evm.md - warning
missing-refreference to a missing file: rules/getSwapsByTokenAddress__evm.md - warning
missing-refreference to a missing file: rules/getSwapsByWalletAddress__evm.md - warning
missing-refreference to a missing file: rules/getTimeSeriesTokenAnalytics.md - warning
missing-refreference to a missing file: rules/getTokenAnalytics.md - warning
missing-refreference to a missing file: rules/getTokenBondingStatus__evm.md - warning
missing-refreference to a missing file: rules/getTokenCategories.md - warning
missing-refreference to a missing file: rules/getTokenHolders__evm.md - warning
missing-refreference to a missing file: rules/getTokenMetadata__evm.md - warning
missing-refreference to a missing file: rules/getTokenMetadataBySymbol.md - warning
missing-refreference to a missing file: rules/getTokenOwners.md - warning
missing-refreference to a missing file: rules/getTokenPairs__evm.md - warning
missing-refreference to a missing file: rules/getTokenScore.md - warning
missing-refreference to a missing file: rules/getTokenStats.md - warning
missing-refreference to a missing file: rules/getTokenTransfers.md - warning
missing-refreference to a missing file: rules/getTopNFTCollectionsByMarketCap.md - warning
missing-refreference to a missing file: rules/getTokenPrice__evm.md - warning
missing-refreference to a missing file: rules/getTransaction.md - warning
missing-refreference to a missing file: rules/getTransactionVerbose.md - warning
missing-refreference to a missing file: rules/getTimeSeriesVolume.md - warning
missing-refreference to a missing file: rules/getTimeSeriesVolumeByCategory.md - warning
missing-refreference to a missing file: rules/getTopCryptoCurrenciesByMarketCap.md - warning
missing-refreference to a missing file: rules/getTopCryptoCurrenciesByTradingVolume.md - warning
missing-refreference to a missing file: rules/getTopERC20TokensByMarketCap.md - warning
missing-refreference to a missing file: rules/getTopERC20TokensByPriceMovers.md - warning
missing-refreference to a missing file: rules/getTopGainersTokens.md - warning
missing-refreference to a missing file: rules/getTopLosersTokens.md - warning
missing-refreference to a missing file: rules/getTopProfitableWalletPerToken.md - warning
missing-refreference to a missing file: rules/getTrendingTokens.md - warning
missing-refreference to a missing file: rules/getVolumeStatsByCategory.md - warning
missing-refreference to a missing file: rules/getVolumeStatsByChain.md - warning
missing-refreference to a missing file: rules/getUniqueOwnersByCollection.md - warning
missing-refreference to a missing file: rules/resolveAddress.md - warning
missing-refreference to a missing file: rules/resolveAddressToDomain.md - warning
missing-refreference to a missing file: rules/resolveDomain.md - warning
missing-refreference to a missing file: rules/resolveENSDomain.md - warning
missing-refreference to a missing file: rules/reSyncMetadata.md - warning
missing-refreference to a missing file: rules/searchEntities.md - warning
missing-refreference to a missing file: rules/searchTokens.md - warning
missing-refreference to a missing file: rules/getSnipersByPairAddress__solana.md - warning
missing-refreference to a missing file: rules/getSwapsByPairAddress__solana.md - warning
missing-refreference to a missing file: rules/getSwapsByTokenAddress__solana.md - warning
missing-refreference to a missing file: rules/getSwapsByWalletAddress__solana.md - warning
missing-refreference to a missing file: rules/getTokenBondingStatus__solana.md - warning
missing-refreference to a missing file: rules/getTokenHolders__solana.md - warning
missing-refreference to a missing file: rules/getTokenMetadata__solana.md - warning
missing-refreference to a missing file: rules/getTokenPairs__solana.md - warning
missing-refreference to a missing file: rules/getTokenPrice__solana.md - warning
missing-refreference to a missing file: rules/getTopHolders__solana.md - warning
missing-refreference to a missing file: rules/getTimeSeriesVolume__solana.md - warning
missing-refreference to a missing file: rules/getTimeSeriesVolumeByCategory__solana.md - warning
missing-refreference to a missing file: rules/getTokenAnalytics__solana.md - warning
missing-refreference to a missing file: rules/getTokenScore__solana.md - warning
missing-refreference to a missing file: rules/getTopGainersTokens__solana.md - warning
missing-refreference to a missing file: rules/getTopLosersTokens__solana.md - warning
missing-refreference to a missing file: rules/getTrendingTokens__solana.md - warning
missing-refreference to a missing file: rules/getVolumeStatsByCategory__solana.md
Process rating: all ten parameters 54/100
- 0Tools and files. 72 referenced file(s) missing: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md
- 0Inputs and preconditions. Does not say what the process needs to start
- 50When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 60Failures and branches. 2 branches
- 70Execution cost. Instruction body is 5612 tokens
- 100Steps. 26 steps
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- low 15 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
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 539: enough signal without eating the budget
- +4Structure: 34 headings
- +3Step-by-step instructions: 26 items
- +3Output format is stated explicitly
- +4Has examples (8 code blocks)
- +4Reference files are cited in the instructions (72 of 79)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.