secure-prompts-mcp
Verified Safeby jphyqr
Overview
An MCP server to register, verify, and audit AI prompts for security with HashBuilds, providing embeddable badges for websites.
Installation
node dist/index.jsEnvironment Variables
- HASHBUILDS_API_URL
Security Notes
The server acts as a thin client/proxy to the external HashBuilds API. It does not perform local code execution (e.g., no 'eval' or direct 'child_process' calls beyond `fetch`). The security of the prompts themselves, and the prompt scanning, relies entirely on the external HashBuilds API. No hardcoded secrets are evident, and the API base URL is configurable via an environment variable.
Similar Servers
hyper-mcp
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI agents to access tools, resources, and prompts.
copilot-security-instructions
This MCP server provides a toolkit to guide GitHub Copilot toward secure coding practices by offering customizable security-focused prompts and agents for integration into development workflows.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.