Skip to content

Add aegis402 — Blockchain security API for AI agents#91

Open
SwiftAdviser wants to merge 3 commits intoBankrBot:mainfrom
SwiftAdviser:add-aegis402-skill
Open

Add aegis402 — Blockchain security API for AI agents#91
SwiftAdviser wants to merge 3 commits intoBankrBot:mainfrom
SwiftAdviser:add-aegis402-skill

Conversation

@SwiftAdviser
Copy link

@SwiftAdviser SwiftAdviser commented Feb 4, 2026

Summary

Adds Aegis402 Shield Protocol — a blockchain security API designed for AI agents with pay-per-request pricing via x402 protocol.

Endpoints

Endpoint Price Use Case
POST /v1/simulate-tx $0.05 Transaction simulation, DeFi safety
GET /v1/check-token/:address $0.01 Token honeypot detection
GET /v1/check-address/:address $0.005 Address reputation check

Features

  • Token Scanning — Honeypot detection, rug pull warnings, trust scores
  • Transaction Simulation — Preview balance changes before signing
  • Address Verification — Detect poisoning attacks, known scam addresses
  • Multi-chain — Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche
  • x402 Payments — USDC on Base or Solana

Complements PR #50 (agent-security)

Aegis402 provides the external verification API that complements client-side guardrails:

Local Guardrails (agent-security) Aegis402 API
"Never approve unknown contracts" → Verify contract risk
"Simulate before signing" → Provides the simulation
"Check destination addresses" → Detects poisoning
"Validate token before buying" → Honeypot detection

Files Added

  • aegis402/SKILL.md — Main skill definition
  • aegis402/README.md — Quick overview
  • aegis402/references/use-cases.md — Integration patterns for trading bots, DeFi, hedge funds

Website: https://aegis402.xyz

Founders:

SwiftAdviser and others added 3 commits February 4, 2026 19:53
Blockchain security API for AI agents with pay-per-request pricing.

Features:
- Token honeypot detection ($0.01/check)
- Transaction simulation ($0.05/tx)
- Address poisoning detection ($0.005/check)
- Multi-chain support (ETH, Base, Polygon, Arbitrum, etc.)
- x402 payment protocol integration

Use cases:
- Trading bots needing pre-swap safety checks
- DeFi automation with approval verification
- AI hedge funds with portfolio protection
- Wallet agents with transfer verification

Website: https://aegis402.xyz

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link

@clawdhash clawdhash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clawdhash automated review ✅

aegis402 - Blockchain Security API Skill

Adds a security-focused skill for AI agents:

  • Token honeypot/rug pull detection
  • Transaction simulation before signing
  • Address poisoning detection
  • x402 payment integration

SKILL.md structure: Well-documented with clear endpoints, pricing, and integration examples. Uses standard x402 pattern for payments.

No contract logic. Safe skill addition.

Rep: 53 ⚡

@SwiftAdviser
Copy link
Author

We already have 250+ downloads on ClawHub:

https://www.clawhub.com/SwiftAdviser/aegis-security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants