CtrlK
BlogDocsLog inGet started
Tessl Logo

web3-testing

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

70

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill is explicitly about interacting with blockchain networks and performing on-chain actions: it configures Hardhat/Foundry with mainnet forks and RPC URLs, includes an accounts/private key in the network config (accounts: [process.env.PRIVATE_KEY]), demonstrates token transfers (token.transfer), interacting with Uniswap (IUniswapV2Router / "Should swap on Uniswap"), impersonating accounts and transferring tokens (hardhat_impersonateAccount), and uses Foundry/cheatcodes to fork mainnet and interact with ERC-20 contracts. These are concrete crypto/blockchain capabilities (wallet/private-key usage, swaps, signing transactions, token transfers) that enable direct financial execution.

Report incorrect finding
Repository
wshobson/agents
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.