بنقرة واحدة
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