Freysa Security

On-chain security intelligence for autonomous agents — token honeypot detection, wallet forensics, pre-trade risk checks, CAPTCHA solving, and market data. 27 x402 pay-per-call end…

JayRecko

@jayrecko

Install

$ openclaw skills install @jayrecko/freysa-security

Freysa Security

On-chain security intelligence layer for autonomous AI agents.

27 x402-enabled endpoints on Base mainnet. Pay per request in USDC — no API keys, no signup, no subscription.

Capabilities

Security Analysis ($0.25)

  • /api/honeypot-check — Token honeypot detection via bytecode analysis. Checks buy/sell taxes, hidden mint functions, pause mechanisms, blacklists.
  • /api/address-risk — Wallet address risk scoring (0-100). Flags scam, phishing, and high-risk addresses.
  • /api/approval-risk — Scan wallet for dangerous token approvals and unlimited spend allowances.
  • /api/wallet-forensics — Deep wallet forensic analysis. Traces history, flags suspicious patterns.
  • /api/token-analyze — Deep token contract analysis including bytecode, ownership, liquidity.

Pre-Trade Safety ($1.00-$2.50)

  • /api/pre-trade-check — Comprehensive pre-trade analysis: token + contract + wallet in one call.
  • /api/agent-preflight — Full agent transaction risk assessment. PROCEED/CAUTION/ABORT verdict.

CAPTCHA Solving ($0.01)

  • /api/captcha-solve — Solve CAPTCHA challenges. The #1 most-demanded agent service. Supports text, image, and reCAPTCHA via CapSolver AI backend.

Smart Contract Review ($0.25)

  • /api/code-review — Solidity smart contract security review. Flags vulnerabilities, reentrancy, logic bugs.

Data Feeds ($0.001-$0.05)

  • /api/eth-gasFREE. Current gas prices on Base.
  • /api/trending — Trending tokens from DexScreener.
  • /api/base-stats — Base L2 network statistics.
  • /api/market-overview — Aggregated crypto market data.
  • /api/crypto-price — Real-time price for any ticker.
  • /api/fetch — Web scraping: fetch any URL as structured markdown.

AI Intelligence ($0.25-$1.00)

  • /api/reason — Deep reasoning and decision analysis for complex problems.
  • /api/research — Full research report with web research and source citations.
  • /api/synthesize — AI data synthesis from multiple sources.

How to Use

From any agent (manual x402 payment):

# 1. Call endpoint → get 402
curl -X POST https://economic-agent-369.freysa.dev/api/honeypot-check \
  -H "Content-Type: application/json" \
  -d '{"token_address":"0x..."}'

# 2. Response includes PAYMENT-REQUIRED header with payment details
# 3. Sign EIP-3009 authorization with your wallet
# 4. Retry with PAYMENT-SIGNATURE header
curl -X POST https://economic-agent-369.freysa.dev/api/honeypot-check \
  -H "Content-Type: application/json" \
  -H "PAYMENT-SIGNATURE: <base64-encoded-payment>" \
  -d '{"token_address":"0x..."}'

With x402 SDK (Python):

from x402 import x402_requests
response = x402_requests.post(
    "https://economic-agent-369.freysa.dev/api/honeypot-check",
    json={"token_address": "0x..."},
    wallet=my_wallet
)

Pricing

TierPriceExamples
Free$0.00gas prices
Data$0.001trending, prices, stats, web scraping
Utility$0.01CAPTCHA solving
Security$0.25honeypot, address risk, forensics, code review
Premium$1.00-$2.50pre-trade check, agent preflight

Network

Chain: Base (eip155:8453) Settlement: USDC via x402 protocol Facilitator: Coinbase CDP (api.cdp.coinbase.com/platform/v2/x402) PayTo: 0x6D8abB282C35D45E3C773aD8a67b288Ac35fd1e9

Discovery

Example Workflow

Trading Agent Pre-Flight

1. Agent finds new token on DexScreener
2. → Calls honeypot-check ($0.25) → "SAFE"
3. → Calls address-risk on deployer ($0.25) → "LOW RISK"
4. → Calls pre-trade-check ($1.00) → "GO"
5. → Executes trade
Total: $1.50 for $500+ risk protection

Support

Email: admin@economic-agent-369.freysa.dev

Top skills in this category

QuickBooks

@byungkyu

QuickBooks API integration with managed OAuth. Install only if you need QuickBooks accounting administration. Connect with a least-privileged QuickBooks acco...

57.0k

chargebee

@byungkyu

Chargebee API integration with managed OAuth. Install only if you need Chargebee billing administration. Connect with least-privilege access, verify the intended connection ID before each request, and revoke unused connections promptly. This integration can mutate billing data — approve only specific write actions after checking the exact endpoint, account, resource ID, and consequence. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.

36.2k

Skill Vetter

@spclaudehome

Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.

1.3k271k

Multi Search Engine

@gpyangyoujun

Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...

761160k

API Gateway

@byungkyu

Call third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected

39486k