Confirm Cognigate Runtime reachability via health endpoint, returning status, uptime, and dependency states (proof store, audit log, metrics). Pre-flight check before relying on remote governance operations.
Assess dependency architecture with a 0-100 health score, covering coupling, cohesion, circular dependencies, god files, orphan files, and dependency depth, and return actionable recommendations.
Scan Electron source code to detect dangerous patterns: shell.openExternal with user input, disabled webSecurity, missing navigation restrictions, and unrestricted window creation. Fix OWASP-style vulnerabilities before deployment.
Retrieve a tracked dependency by its unique ID to check its current status and details. Use this to quickly access dependency information for monitoring and incident resolution.
Diagnose a browser extension dev session end to end, returning per-check status, detail, and remediation in dependency order. Use when act tools fail, or without a project path to run a pre-flight environment check.
Check the liveness and health of the Run402 service by querying its public /health endpoint, which returns per-dependency status. No authentication required.
Scan MCP servers from registry or repository URL to detect vulnerabilities including tool poisoning, command injection, and data exfiltration. Maps results to OWASP Agentic and MCP Top 10.