ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

aegis-security-hackathon

Blockchain security scanner for AI agents (testnet). Pay with Base Sepolia USDC via x402 protocol.

Why use this skill?

Enhance your AI agent's safety with the Aegis security scanner. Perform real-time transaction simulations, honeypot checks, and reputation audits on Base Sepolia.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/swiftadviser/aegis-security-hackathon
Or

What This Skill Does

The aegis-security-hackathon skill provides AI agents with a specialized blockchain security auditing suite. Built to operate on the Base Sepolia testnet, this tool enables agents to perform real-time risk assessment, transaction simulation, and wallet reputation verification. By integrating the x402 protocol for micropayments, it allows for automated, pay-per-request security checks, ensuring that your agent interacts only with verified contracts and safe wallet addresses before executing any financial operations on-chain.

Installation

To install this skill, use the ClawHub CLI command: clawhub install openclaw/skills/skills/swiftadviser/aegis-security-hackathon. After installation, ensure your AI agent environment is configured with a valid Base Sepolia wallet that contains testnet USDC. The underlying SDKs, @x402/fetch and @x402/evm, must be present in your dependencies to handle the automated 402 payment flow required to authorize API access to the security endpoints.

Use Cases

This skill is designed for autonomous agents acting as DeFi portfolio managers, automated trading bots, or security-focused research assistants. It is ideal for:

  • Pre-flight transaction auditing: Simulating complex swaps or smart contract interactions to ensure no funds are drained.
  • Automated token vetting: Checking new liquidity pool tokens against honeypot databases before suggesting them to a user.
  • Risk profiling: Analyzing address interaction history to detect associations with malicious phishing actors or poisoned contracts.

Example Prompts

  1. "Check if the token contract at 0xABC... is a honeypot and report its trust score before I swap my USDC for it."
  2. "Before I send this transaction, please run a simulation on Base Sepolia and let me know if there are any unexpected balance changes or risk warnings."
  3. "Verify the reputation of this address 0x123... and tell me if it has been flagged for phishing or poisoning in the last 30 days."

Tips & Limitations

  • This is a testnet-only tool. Never use it for production mainnet financial decisions; for production, switch to the official aegis-security service.
  • Always maintain a sufficient balance of testnet USDC to avoid payment failures during your agent's operation loops.
  • The security score provided is an automated estimate; treat high-risk flags as a mandatory stop for the agent, but remember that zero-day vulnerabilities may not always be caught by standard simulations.

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-swiftadviser-aegis-security-hackathon": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#security#defi#web3#x402
Safety Score: 4/5

Flags: network-access, external-api