Skip to main content
Glama
nohosa001-pixel

security-gate-x402

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
inspect_agent_outputA

Comprehensive security and NLI hallucination inspection for autonomous AI agent outputs against ground truth reference context with cryptographic EIP-191 attestation proof. Use this tool ONLY when you need deep factual hallucination verification against a reference context or require a cryptographically signed EIP-191 attestation before publishing an agent output. Do NOT use this tool for high-throughput, low-latency pre-flight screening where context verification is not required; use verify_agent_output instead. Do NOT use this tool for evaluating Python code AST safety; use inspect_code_ast_safety instead.

verify_agent_outputA

Ultra-fast (<5ms) deterministic prompt injection, jailbreak pattern, and secret leak scanner (OpenAI, Anthropic, private keys, AWS, GitHub tokens) for autonomous agent actions. Use this tool ONLY for ultra-fast (<5ms) pre-flight screening of prompts, user inputs, and intermediate agent responses for prompt injections, jailbreaks, and secret leaks. Do NOT use this tool if you require factual grounding/hallucination checks against a reference source or cryptographic on-chain attestations; use inspect_agent_output instead. Do NOT use this tool for on-chain smart contract guardrails; use get_onchain_security_attestation instead.

inspect_code_ast_safetyA

Deterministic Python Abstract Syntax Tree (AST) parser scanning for hazardous operations (subprocess, os.system, eval, exec, socket, token exfiltration). Use this tool ONLY when validating raw Python source code or shell scripts for dangerous AST operations (e.g., eval, exec, subprocess, socket connections, system manipulation) prior to sandbox execution. Do NOT use this tool for natural language text or generic agent messages; use verify_agent_output or inspect_agent_output instead.

get_onchain_security_attestationA

Generates EIP-712 cryptographic signatures and raw Solidity calldata (v, r, s) for smart contract-level on-chain agent guardrails across Polygon, Base, and Arbitrum networks. Use this tool ONLY when preparing on-chain smart contract transactions that require cryptographic EIP-712 safety proof (v, r, s calldata) for an on-chain Safe or Guard contract. Do NOT use this tool for off-chain safety screening or general text auditing; use inspect_agent_output instead.

get_agent_credit_ratingA

Retrieves dynamic FICO-style credit score (300-850), investment grade (AAA-D), and uncollateralized lending capacity for an autonomous AI agent based on on-chain history and performance. Use this tool ONLY to evaluate the financial creditworthiness, FICO-style credit score (300-850), investment grade (AAA-D), and uncollateralized lending capacity of an autonomous AI agent by its EVM wallet address. Do NOT use this tool for security, injection, or code auditing; use the respective security inspection tools instead.

get_eu_ai_act_compliance_passportA

Retrieves the official EU AI Act (Regulation EU 2024/1689 Articles 50 & 53) Compliance Passport, risk classification, transparency checklist, and regulatory attestation hash for an autonomous AI agent. Use this tool ONLY when assessing regulatory compliance and generating an official EU AI Act Compliance Passport for an autonomous AI agent. Do NOT use this tool for real-time runtime safety screening or credit scoring; use inspect_agent_output or get_agent_credit_rating instead.

quote_agent_insuranceA

Calculates actuarial underwriting premium and issues a cryptographically signed EIP-712 PolicyQuote for autonomous AI agent malpractice, prompt injection, and operational liability insurance. Use this tool ONLY when an AI agent or its operator seeks liability/malpractice coverage against prompt injection losses, hallucination damage, or smart contract execution errors. Do NOT use this tool for evaluating general loan capacity; use get_agent_loan_quote instead. Do NOT use this tool for off-chain text auditing; use inspect_agent_output instead.

get_agent_loan_quoteA

Evaluates uncollateralized credit loan qualification for an autonomous AI agent and returns an EIP-712 CreditCertificate for on-chain submission to AgentLendingPool.sol on Polygon. Use this tool ONLY when an autonomous AI agent needs to borrow USDC capital uncollateralized to fund operational runway, staking deposits, or task execution. Do NOT use this tool for purchasing liability protection; use quote_agent_insurance instead. Do NOT use this tool for raw prompt injection scanning; use verify_agent_output instead.

submit_agent_trade_intentA

Submits an autonomous AI agent trade intent to the Universal Agent-Native Exchange Solver on Polygon. Solves market or limit orders for ETH/USDC, BTC/USDC, and SOL/USDC using sub-second Pyth Hermes oracle prices, executing atomically against the AgentEscrow clearing house and AgentTreasuryVault DMM. Use this tool when an autonomous AI agent wants to execute hedging swaps or trade digital assets programmatically.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 9 tools

Disambiguation4/5

Descriptions go beyond typical clarity by explicitly stating negative boundaries and naming the correct alternative tool (e.g. verify_agent_output vs inspect_agent_output vs inspect_code_ast_safety). The only residual overlap is the family of 'agent output inspection' tools, which share subject matter and are separated mainly by latency/depth rather than clearly distinct purposes.

Naming Consistency4/5

All names use lowercase snake_case with a verb_noun structure, which is consistent and readable. The verb set varies (get, verify, inspect, submit, quote), but this reflects genuinely different actions rather than stylistic inconsistency.

Tool Count5/5

Nine tools is well within the ideal range and each maps to a distinct capability (credit, screening, attestation, lending, trading, compliance, insurance, AST safety). No tool feels redundant or padded.

Completeness4/5

The surface covers the full agent-gate lifecycle: creditworthiness, pre-flight and deep output inspection, code safety, on-chain attestation, lending, trading, insurance, and regulatory compliance. Minor gaps exist (e.g. no status/revocation or policy-lookup tool, no trade cancellation), but core workflows are covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues