ワンクリックで
scan
Trigger a deep security scan for a token on X Layer. Returns risk score, verdict, honeypot status, and developer info.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Trigger a deep security scan for a token on X Layer. Returns risk score, verdict, honeypot status, and developer info.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Autonomous security oracle on X Layer — monitors tokens, publishes on-chain verdicts, invests in safe tokens via Uniswap LP. Skin in the game.
View the last 20 published verdicts from the Sentinel oracle. Color-coded by verdict level.
View Executor LP positions on Uniswap v3. Shows tokens invested, amounts, and PnL.
Get a detailed security report for a specific token. Includes full security analysis, liquidity data, and holder concentration.
Aggregate Sentinel statistics -- tokens scanned, threats found, LP invested, verdict accuracy.
| name | scan |
| description | Trigger a deep security scan for a token on X Layer. Returns risk score, verdict, honeypot status, and developer info. |
Triggers a deep security scan for a specific token via the Sentinel Analyst agent. The scan checks contract security, honeypot patterns, developer history, liquidity health, and holder concentration. Results are published as an on-chain verdict.
/sentinel scan <token_address>
| Parameter | Type | Required | Description |
|---|---|---|---|
token_address | string | Yes | ERC-20 token contract address on X Layer (0x...) |
This endpoint requires an x402 payment of 0.10 USDT.
onchainos x402 sign --amount 0.10 --token USDT --recipient <escrow>
onchainos security token-scan --address <token_address> --chain xlayer
onchainos dex token-info --address <token_address> --chain xlayer
onchainos onchain read --address <token_address> --function "owner()" --chain xlayer
onchainos audit-log write --action "scan" --target <token_address>
POST /api/scan/:token
Headers:
X-Payment: Base64-encoded x402 payment proof (0.10 USDT)Response: 200 OK
{
"token": "0xABC...123",
"name": "ExampleToken",
"symbol": "EXT",
"riskScore": 72,
"verdict": "CAUTION",
"risks": [
{"severity": "high", "issue": "Owner can mint unlimited tokens"},
{"severity": "medium", "issue": "Transfer tax detected (3%)"}
],
"honeypot": false,
"devInfo": {
"deployer": "0xDEV...456",
"deployedAt": "2026-03-15T08:00:00Z",
"verified": true
},
"txHash": "0xVERDICT_TX_HASH"
}
/sentinel scan 0x1E4a5963aBFD975d8c9021ce480b42188849D41d
Output:
Scanning 0x1E4a...D41d on X Layer...
Token: USDT (Tether USD)
Risk Score: 12/100 (LOW)
Verdict: SAFE
Risks: None detected
Honeypot: No
Developer: Verified, deployed 2025-11-20
On-chain verdict published: 0xabc123...
Cost: 0.10 USDT (x402)