Skip to main content
ClaudeWave

Autonomous AI Risk & Threat Detection Agent. Official Python SDK & Security Engine.

Awesome ListsOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/27/2026
Use this list
Method: Clone
Terminal
git clone https://github.com/Neurobyteio/agentrisk
1. Browse the curated list on GitHub or clone it locally.
2. Star it to keep new additions on your radar.
Use cases

Awesome Lists overview

# AgentRisk M2M 🛡️

> **Pre-Trade Security Layer for Autonomous DeFi Agents on Base.** *Stop letting your autonomous trading bots get rekt by stealth honeypots, malicious taxes, and rugpulls.*

---

## ⚡ The Problem

Autonomous trading bots are fast, but they are completely blind.
Every minute, new unvetted tokens launch on Base. A significant share are deliberately engineered traps designed to block sells, drain executing wallets, or alter transfer taxes at the worst possible moment.
Static blocklists (like standard free APIs) are useless against freshly deployed, obfuscated contracts. By the time human-curated lists update, your bot's capital is already gone.

## 🎯 The Solution

**AgentRisk** is an isolated, machine-readable security API built specifically for AI agents and automated scripts.
Before your bot executes a `swap()` on Uniswap or Aerodrome, it pings AgentRisk. We run a deep runtime simulation combining direct on-chain checks, GoPlus Security, and DexScreener liquidity data, and return a strict verdict:

```json
{
  "riskScore": 20,
  "riskLevel": "CAUTION",
  "verdict": "PROCEED WITH CAUTION. Top 10 holders control 51.8% of supply.",
  "shouldExecute": true,
  "reasons": [
    "Top 10 holders control 51.8% of supply."
  ]
}
```

## What Makes This Different

- **Deployer wallet freshness** — flags newly-created wallets used for one-off token launches
- **Brand impersonation detection** — flags tokens named after known companies (Apple, Google, Meta, etc.)
- **Data source disagreement** — flags cases where third-party APIs and our own on-chain checks disagree
- **Human-readable verdict** — one plain-English sentence, not just raw scores
- **Sub-millisecond cached responses** — repeat scans within 5 minutes return instantly

## ⚙️ How It Works (M2M Architecture)

1. Agent Discovers Token via mempool or DEX router event.
2. Agent Calls AgentRisk MCP Tool (`check_token_risk`) or the direct `/scan` endpoint.
3. Instant x402 Micropayment ($0.15 USDC instantly settled on Base — no API keys, subscriptions, or credit cards; pure machine-to-machine payment).
4. Binary Decision: The agent receives `shouldExecute: true/false` with a risk score and structured reasons.

## 🚀 Quick Integration

### Option 1: MCP Server (For Claude, Cursor & Custom Agents)

MCP manifest is live at:
https://agentrisk.dev/mcp/manifest

Tool endpoint: `POST https://agentrisk.dev/mcp/tools/check_token_risk` (x402-gated, 0.15 USDC per call). ### Option 2: Direct HTTP Call

GET https://agentrisk.dev/scan?token=<CONTRACT_ADDRESS>

Returns HTTP 402 with payment instructions until a valid x402 payment (0.15 USDC on Base) is attached.

## 💰 Economy

- **Model:** Pay-per-scan via the x402 protocol on Base Mainnet.
- **Cost:** 0.15 USDC per comprehensive scan.
- **Facilitator:** Self-hosted, verifies and settles payments directly on Base — no third-party account required.

## 🔎 Live Status

- Agent manifest: [`/​.well-known/agent.json`](https://agentrisk.dev/.well-known/agent.json)
- MCP manifest: [`/mcp/manifest`](https://agentrisk.dev/mcp/manifest)
- Public track record: [`/v1/track-record`](https://agentrisk.dev/v1/track-record)

Built for autonomous systems that trust math, not hype.
ai-agentscybersecurityhoneypotpythonrisk-detectionthreat-intelligence

What people ask about agentrisk

What is Neurobyteio/agentrisk?

+

Neurobyteio/agentrisk is awesome lists for the Claude AI ecosystem. Autonomous AI Risk & Threat Detection Agent. Official Python SDK & Security Engine. It has 0 GitHub stars and its last recorded update is dated 2026-08-26.

How do I install agentrisk?

+

You can install agentrisk by cloning the repository (https://github.com/Neurobyteio/agentrisk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Neurobyteio/agentrisk safe to use?

+

Our security agent has analyzed Neurobyteio/agentrisk and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Neurobyteio/agentrisk?

+

Neurobyteio/agentrisk is maintained by Neurobyteio. The last recorded GitHub activity is dated 2026-08-26, with 0 open issues.

Are there alternatives to agentrisk?

+

Yes. On ClaudeWave you can browse similar awesome lists at /categories/awesome, sorted by popularity or recent activity.

Deploy agentrisk to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Neurobyteio/agentrisk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/neurobyteio-agentrisk)](https://claudewave.com/repo/neurobyteio-agentrisk)
<a href="https://claudewave.com/repo/neurobyteio-agentrisk"><img src="https://claudewave.com/api/badge/neurobyteio-agentrisk" alt="Featured on ClaudeWave: Neurobyteio/agentrisk" width="320" height="64" /></a>

More Awesome Lists

agentrisk alternatives