Investigation Report

Execute onchain-security checks on Base tokens via Etherscan API and Base RPC.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill investigation-report-enuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Investigation Report
Source: https://github.com/enuno/noesis-aeon/tree/main/skills/investigation-report
Command: npx skills add https://github.com/enuno/noesis-aeon --skill investigation-report-enuno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ETHERSCAN_API_KEY, BASESCAN_KEY, BASE_RPC_URL, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of running onchain-security checks for a given Base-token by automating the execution of various analyzers in a structured report format.

Core Features & Use Cases

  • Multi-check Execution: Executes up to six different onchain-security checks, such as rug-scan, contract-audit, deployer-trace, holder-concentration, honeypot, and lp-lock.
  • Selective Analysis: Allows users to select specific checks to run and control the depth of analysis.
  • Real-time Notifications: Sends real-time notifications if concerning results are detected.

Quick Start

To initiate an investigation, run the following command: ./investigation-report 0xToken [--checks=rug,contract,deployer,holders,honeypot,lp] [--depth=quick|deep].

Frequently Asked Questions about Investigation Report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run onchain security checks for a Base token?

You can perform onchain security checks by running a command line tool that executes analyzers like rug-scan and honeypot detection, producing a comprehensive report on Base token risks and contract integrity.

What security checks are available for investigating Base token risks?

Available security checks for investigating Base token risks include rug-scan, contract-audit, deployer-trace, holder-concentration, honeypot, and lp-lock, which collectively assess token risk, contract integrity, and liquidity status.

Do I need specific API keys to perform a Base token security check?

Yes, performing a Base token security check requires specific API keys and network configurations, specifically ETHERSCAN_API_KEY, BASESCAN_KEY, and BASE_RPC_URL, to fetch contract data and execute the analyzers.

Can I selectively run specific analyzers during a Base token investigation?

Yes, you can selectively run specific analyzers during a Base token investigation by using command flags to specify desired checks such as rug, contract, or deployer, and controlling the analysis depth to quick or deep.

How are real-time alerts handled when detecting potential Base token honeypot issues?

Real-time alerts for potential Base token honeypot issues are sent automatically during the security check execution if concerning results are detected, providing immediate notification of risks like honeypots or liquidity problems.