AgentSkillMesh
Enables OpenAI Codex and ChatGPT Pro agents to use MCP tools for static security scanning, AST symbol search, and safe execution contexts when working with code repositories.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentSkillMeshscan src for dynamic eval, secret leaks, and insecure regexes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
πΈοΈ AgentSkillMesh
High-Performance Model Context Protocol (MCP) Tool Suite & Skill Runtime
Optimized for OpenAI Codex, ChatGPT Pro Workspace Agents, and Autonomous Coding Harnesses
Overview
AgentSkillMesh provides foundational tools for AI coding agents communicating via the Model Context Protocol (MCP). It equips OpenAI Codex, ChatGPT Pro, and coding harnesses with fast security static analysis, AST symbol indexing, and safe execution contexts.
Related MCP server: vibecheck
Key Capabilities
π‘οΈ Static Security Rule Engine: Instant linting for dynamic eval, secret leaks, and insecure regexes.
π AST Symbol Grep: Sub-millisecond symbol search across large repositories without embedding overhead.
β‘ Zero External Bloat: Zero-dependency, pure ESM architecture designed for high-concurrency agent workflows.
Quick Start
# Clone and build
git clone https://github.com/MRLDHANWINN/agent-skill-mesh.git
cd agent-skill-mesh
npm install
npm run build
# Start MCP stdio server
node dist/cli.js serve
# Scan a source file
node dist/cli.js scan ./path/to/file.jsMCP Configuration
{
"mcpServers": {
"agent-mesh": {
"command": "node",
"args": ["/path/to/agent-skill-mesh/dist/cli.js", "serve"]
}
}
}License
Licensed under the Apache License, Version 2.0.
Maintained by @MRLDHANWINN.
This server cannot be deployed
Maintenance
Related MCP Connectors
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
Zero-install security baseline for AI coding agents β OWASP/CWE-cited rules over MCP.
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceFull-stack security for AI agents β static analysis + MCP runtime interception. 31 rules detect prompt injection, data exfiltration, backdoors, tool poisoning, and cross-file attack chains. Includes MCP proxy for real-time blocking, Python AST taint tracking, multi-language injection detection (8 languages), and AI-powered deep analysis. Free, offline, zero-config.421 npm15MIT
- AlicenseAqualityDmaintenanceAgent-native "safe to ship?" security gate for AI-generated code. Uses real parsers and inter-rocedural taint analysis (JS/TS, Python, Go) to flag the classes AI coding agents get wrong β secrets, SQL injection, SS, SSRF, path traversal, command injection, weak JWT/CORS β and ranks findings by confidence. Exposes a scan tool over MCP.16 npm2MIT
- AlicenseBqualityCmaintenanceProvides local, dependency-free security scanning tools for LLM configurations, prompts, RAG sources, and more, enabling AI coding agents to detect prompt injections and other vulnerabilities without external network access.8MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to scan code for security vulnerabilities before execution, supporting Python and JavaScript/TypeScript with deterministic AST-based analysis and optional Solana micropayments.-