Skip to main content
Glama
Baneado98

solidity-sentinel

by Baneado98

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SENTINEL_KEYNoOptional key to unlock deep audit

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_contractA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no risk of confusion. The tool's purpose is clearly distinct from any other potential tool.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (audit_contract), which is consistent and descriptive. No inconsistencies to evaluate.

Tool Count3/5

With only one tool, the server is on the thin side. However, the tool is comprehensive, encapsulating both free and premium audits via parameters, which somewhat justifies the low count.

Completeness4/5

The tool covers a wide range of security detectors and audit modes (source code, bytecode, deep analysis). Minor gaps like gas analysis or integration checks are absent but not critical for the core audit purpose.

Maintenance

ActivityMaintained
ResponsivenessSyncing