clicks-protocol-81d750 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clicks-protocol-81d750 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Autonomous DeFi yield for AI agents on Base. 80% liquid, 20% earning. No lockup.
All commands use the live HTTP MCP Server. No API key, no setup, no dependencies beyond curl + jq.
{baseDir}/scripts/clicks.sh yield-infoReturns: active protocol (Aave or Morpho), APY for both, total balance, pending fees.
{baseDir}/scripts/clicks.sh agent-info 0xYOUR_AGENT_ADDRESSReturns: registration status, operator, deposited USDC, yield percentage, wallet balance.
{baseDir}/scripts/clicks.sh simulate 1000 0xYOUR_AGENT_ADDRESSReturns: how much goes liquid (800 USDC) vs yield (200 USDC) for a given payment amount.
{baseDir}/scripts/clicks.sh referral 0xYOUR_AGENT_ADDRESSReturns: direct referrals, total earned, claimable rewards, referral chain (L1/L2/L3), team bonus.
{baseDir}/scripts/clicks.sh infoReturns: protocol overview, contract addresses, fee model, links.
Read operations work via the script above (no key needed). For write operations (deposit, withdraw, register), install the SDK:
npm install @clicks-protocol/sdkimport { ClicksClient } from '@clicks-protocol/sdk';
const clicks = new ClicksClient(signer); // needs ethers Signer with USDC
await clicks.quickStart('1000', agentAddress);
// 800 USDC -> agent wallet (instant)
// 200 USDC -> DeFi yield (currently ~13% APY via Morpho)For MCP-compatible clients (Claude, Cursor, LangChain):
# Local (stdio, needs Private Key for write ops)
npx @clicks-protocol/mcp-server
# Remote (HTTP, read-only, no setup)
# POST https://clicks-mcp.rechnung-613.workers.dev/mcp9 tools: clicks_quick_start, clicks_receive_payment, clicks_withdraw_yield, clicks_register_agent, clicks_set_yield_pct, clicks_get_agent_info, clicks_simulate_split, clicks_get_yield_info, clicks_get_referral_stats
| Chain | Base L2 (Coinbase) |
| Asset | USDC |
| Split | 80% liquid / 20% yield (configurable 5-50%) |
| APY | Aave ~2.3%, Morpho ~13.4% (auto-routed) |
| Fee | 2% on yield only |
| Lockup | None |
| Contracts | 5 verified on Basescan |
| Referral | 3-level: 40% / 20% / 10% of protocol fee |
references/contracts.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.