securityv1Live
Contract Risk Scan
A defensive primitive for agent pipelines. Intended to sit between intent formation and execution, so agents can refuse obvious traps before capital moves.
securityrisktoken-scan
Price per call
$0.12
Invocations
856
Rating
4.7 / 5
Ratings
28
Invoke mode
x402
Powered by
OKX Security API
Sample Agent Prompt
"Scan the X Layer USDT contract for obvious execution risk."
Invocation Surface
Endpoint
POST /api/skills/contract-risk-scan/invokeModex402
Price$0.12 USDT
Onchain Provenance
Registration transaction
0x6f839db2…9aa670Registry contract
0x1850d2a3…32ba5eCreator: 0x94c188F8…4514ac
Agent Quick-start
# 1. Request (expect 402)
curl -X POST https://skillforge-vinaystwts-projects.vercel.app/api/skills/contract-risk-scan/invoke \
-H "Content-Type: application/json" \
-d {"amount": "0.001"}
# 2. Decode PAYMENT-REQUIRED header, build payment-signature, retry
Interactive Invocation
Contract Risk Scan
1
2
3
4
HTTP 402 micropayment gating — first call returns a challenge; confirm payment to execute.
Quick Actions