Hephaestus Docker Power — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hephaestus Docker Power (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Kiro Power for setting up and managing Hephaestus using Docker containers.
This power provides MCP tools and steering guides for:
Add to your .kiro/settings/mcp.json:
{
"mcpServers": {
"hephaestus-setup": {
"command": "python",
"args": ["/path/to/hephaestus-docker-power/src/setup_server.py"],
"env": {
"HEPHAESTUS_ROOT": "/path/to/Hephaestus",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}| Tool | Description |
|---|---|
check_prerequisites | Verify Python, tmux, git, docker, node, npm are installed |
check_services | Check Docker daemon, Qdrant, MCP server status |
start_qdrant | Start Qdrant vector database container |
stop_qdrant | Stop Qdrant container (optionally remove volume) |
init_databases | Initialize SQLite and Qdrant databases |
validate_env | Check .env has required API keys |
configure_project | Update hephaestus_config.yaml with project path |
health_check | Comprehensive health check of all components |
view_logs | View logs from server, monitor, or qdrant |
clean_reset | Full reset (requires confirmation) |
quick_setup | Complete setup in one command |
# Complete setup in one command
quick_setup(project_path="/path/to/your/project")Or step by step:
check_prerequisites()
validate_env()
start_qdrant()
init_databases()
configure_project("/path/to/project")
health_check()steering/getting-started.md - Full setup walkthroughsteering/troubleshooting.md - Common issues and solutionssteering/production.md - Production deployment guidepip install fastmcp)pip install pyyaml)HEPHAESTUS_ROOT - Path to Hephaestus installation (defaults to current directory)FASTMCP_LOG_LEVEL - Log level for MCP server (default: ERROR)MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.