一键导入
feed
View the last 20 published verdicts from the Sentinel oracle. Color-coded by verdict level.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View the last 20 published verdicts from the Sentinel oracle. Color-coded by verdict level.
用 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 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.
Trigger a deep security scan for a token on X Layer. Returns risk score, verdict, honeypot status, and developer info.
Aggregate Sentinel statistics -- tokens scanned, threats found, LP invested, verdict accuracy.
| name | feed |
| description | View the last 20 published verdicts from the Sentinel oracle. Color-coded by verdict level. |
Shows the most recent 20 verdicts published by the Sentinel oracle. Each verdict includes the token name, risk score, verdict level, and timestamp. Results are color-coded by severity: SAFE (green), CAUTION (yellow), DANGEROUS (red).
/sentinel feed
None. This is a free public endpoint.
onchainos audit-log read --action "verdict" --limit 20
GET /api/verdicts
Response: 200 OK
{
"verdicts": [
{
"token": "0xABC...123",
"name": "ExampleToken",
"symbol": "EXT",
"riskScore": 72,
"verdict": "CAUTION",
"scannedAt": "2026-04-06T10:30:00Z",
"txHash": "0xVERDICT_TX"
},
{
"token": "0xDEF...456",
"name": "SafeToken",
"symbol": "SFT",
"riskScore": 8,
"verdict": "SAFE",
"scannedAt": "2026-04-06T10:15:00Z",
"txHash": "0xVERDICT_TX_2"
}
],
"total": 20
}
/sentinel feed
Output:
Sentinel Verdict Feed (last 20)
# Token Score Verdict Time
1 EXT 72 CAUTION 10 min ago
2 SFT 8 SAFE 25 min ago
3 RUG 95 DANGEROUS 32 min ago
4 OKB 15 SAFE 1 hr ago
5 USDT 12 SAFE 1 hr ago
...
Legend: SAFE | CAUTION | DANGEROUS
Total verdicts published: 847