Vigil - AI Security Audit and Cryptographic Proof
@vigil-xy
Vigil - AI Security Audit and Cryptographic Proof について
Security scanner for developers and startups.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"vigil-mcp": {
"command": "npx",
"args": [
"vygil",
"scan"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Vigil - AI Security Audit and Cryptographic Proof?
Vigil is a production-ready security scanner that performs deep security audits of systems—covering networks, processes, filesystems, dependencies, configurations, and containers—and generates cryptographically signed, tamper-evident reports using Ed25519 signatures with SHA-256 hashing. It integrates seamlessly with AI assistants like Claude Desktop and Cursor through the Model Context Protocol (MCP), making it ideal for developers and security teams.
How to use Vigil - AI Security Audit and Cryptographic Proof?
Install globally via npm (npm install -g vygil) or run directly with npx (npx vygil scan). Use the CLI: vygil scan (basic scan), vygil scan --json -o report.json (JSON output saved to file), vygil verify report.json (verify cryptographic signature), and vygil keys --generate (generate key pair). To expose scanning tools to AI assistants, start the MCP server with vygil-mcp and configure the assistant’s MCP settings (e.g., add to Claude Desktop’s claude_desktop_config.json).
Key features of Vigil - AI Security Audit and Cryptographic Proof
- Comprehensive security scanning across six domains
- Cryptographically signed reports with Ed25519 and SHA-256
- MCP server integration for AI assistants (Claude, Cursor)
- CLI interface with scan, verify, and key management commands
- Tamper-evident reports for compliance and auditing
- Modular scanner design with parallel execution
Use cases of Vigil - AI Security Audit and Cryptographic Proof
- Identify security vulnerabilities in local development environments
- Detect exposed secrets, weak file permissions, and dangerous configurations
- Audit dependencies for known vulnerabilities using npm audit
- Monitor container and network security for privileged containers and open ports
- Generate tamper-evident security reports for compliance and auditing
FAQ from Vigil - AI Security Audit and Cryptographic Proof
How do I install Vigil?
Install globally via npm: npm install -g vygil, or use directly with npx: npx vygil scan (no installation required). You can also clone the repository and build from source.
How do I run a security scan?
Use the CLI command vygil scan for a basic scan with cryptographic signing. Add --json for JSON output, -o report.json to save to file, or --no-sign to skip signing. Combine options, e.g., vygil scan --json -o report.json.
How do I verify that a report hasn’t been tampered with?
Run vygil verify report.json to verify the cryptographic signature (Ed25519). The verification confirms the report’s authenticity and integrity.
How do I integrate Vigil with Claude Desktop or Cursor?
After starting the MCP server (vygil-mcp), add it to your AI assistant’s MCP configuration file. For Claude Desktop on macOS, add to ~/Library/Application Support/Claude/claude_desktop_config.json. For Cursor, add to .cursor/mcp_config.json in your project.
Where are cryptographic keys stored?
Keys are stored in the ~/.vigil/keys/ directory. Generate a new Ed25519 key pair with vygil keys --generate, and show your public key with vygil keys --show-public.
「開発者ツール」の他のコンテンツ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
コメント