Outsmart LP Farming
Analysis
This skill is purpose-aligned for Solana LP farming, but it should be reviewed carefully because it uses a wallet private key and an external CLI to perform mainnet DeFi transactions.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
outsmart add-liq ... --sol 0.5 ...; outsmart create-pool ... --max-fee 9900 ...; outsmart remove-liq ... --pct 100
The documented workflow includes state-changing DeFi operations, including adding liquidity, creating a pool with a 99% starting fee, and removing 100% of a position, without explicit approval or simulation requirements.
Source: unknown ... Install specifications: node | package: outsmart | creates binaries: outsmart ... No code files present
The executable behavior comes from an external npm package that is not included in the reviewed artifacts, while the skill also requires a private key.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"requires": { "bins": ["outsmart"], "env": ["PRIVATE_KEY", "MAINNET_ENDPOINT"] }The skill requires a Solana wallet private key and a mainnet endpoint, which is direct authority to sign transactions against real funds.
