Skip to main content
Glama
Baneado98

solidity-sentinel

by Baneado98

audit_contract

Audit Solidity source or bytecode for vulnerabilities. Get a risk score and detailed findings with optional deep analysis.

Instructions

Static security audit of a Solidity smart contract OR a deployed contract's bytecode. Paste the contract source (or raw 0x… runtime/creation bytecode for an unverified contract) and get a SAFE/REVIEW/HIGH-RISK/CRITICAL verdict with a 0–100 risk score. The FREE tier (no key) runs 4 high-signal detectors (reentrancy, access-control, low-level calls, weak randomness) and returns the verdict + finding counts + top issue titles. Set deep=true for the PREMIUM audit: a real taint/dataflow engine + the full 12-detector suite (incl. flash-loan/oracle manipulation, ERC-4626 inflation, governance/timelock, permit/signature replay) and deployed-bytecode screening — every finding with its exact line, the source→sink flow, code evidence, SWC/CWE ids, confidence and a fix. The part an agent can't reproduce in one shot. Call this BEFORE deploying, approving, or sending funds to a contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesThe full Solidity source code of the contract to audit.
deepNoWhen true, runs the PREMIUM full audit. Requires an API key (set SENTINEL_KEY in your MCP env); without one you get the free verdict plus instructions to unlock the deep report.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and excels. It details the free and premium audit behaviors, the detectors used, output format (verdict, risk score, findings), and the prerequisite for deep audit (API key). It clearly sets expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph but front-loads the core purpose. Every sentence adds value, though it could be more structured (e.g., bullet points) for quicker scanning. Slightly verbose but still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and two parameters, the description is comprehensive. It covers input types, tiers, output expectations, and use cases. No gaps are evident for an AI agent to understand and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the 100% schema coverage. For 'source', it expands to accept bytecode. For 'deep', it explains the premium audit capabilities in detail. This extra context aids correct parameter selection.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a static security audit of Solidity smart contracts or deployed bytecode, specifying the verb 'audit' and the resource. It effectively distinguishes the tool's function even without sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Call this BEFORE deploying, approving, or sending funds to a contract.' It also explains when to use the free vs premium tier, though it does not list alternatives or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Baneado98/solidity-sentinel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server