Omega Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Omega Mcp Server (Agent Skill) 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.
MCP (Model Context Protocol) server that exposes 108+ omega-cli OSINT tools to AI assistants like GitHub Copilot, Claude, and VS Code extensions.
# Install
pip install omega-mcp-server
# Run (stdio for Copilot CLI)
omega-mcp
# Run (SSE for VS Code)
omega-mcp --transport sse --port 8080Add to ~/.copilot/mcp-config.json:
{
"mcpServers": {
"omega": {
"command": "omega-mcp",
"args": [],
"env": {}
}
}
}Add to .vscode/mcp.json:
{
"servers": {
"omega": {
"command": "omega-mcp",
"args": ["--transport", "sse", "--port", "8080"]
}
}
}omega_whois — WHOIS lookupomega_dns — DNS enumerationomega_subdomains — Subdomain discoveryomega_ipinfo — IP intelligenceomega_headers — Security headersomega_ssl — SSL/TLS analysisomega_ports — Port scanningomega_crtsh — Certificate transparencyomega_tech — Technology fingerprintingomega_dorks — Google dorksomega_wayback — Wayback Machineomega_asn — ASN reconomega_reverseip — Reverse IPomega_cors — CORS checkomega_jscan — JS secret scanomega_crawl — Web crawleromega_spider — Deep spideromega_spoofcheck — Email spoof checkomega_webcrawl — Smart crawleromega_apiosint — API/Swagger discoveryomega_fuzzer — Web fuzzeromega_cloud — Cloud asset discoveryomega_buckets — S3 bucket enumomega_cloud2 — Extended cloud reconomega_cloudrecon — Cloud footprintomega_secrets — Secret scanneromega_cve — CVE lookupomega_vuln — Vuln scanomega_vuln2 — NVD + EPSS + KEVomega_ioc — IOC extractionomega_hunt — Threat huntingomega_malware — Malware analysisomega_threatintel — Threat intelligenceomega_threatfeed — Threat feedsomega_email — Email OSINTomega_username — Username searchomega_social — Social OSINTomega_breach — Breach checkomega_socmint — Social media OSINTomega_identity — Identity correlationomega_harvester — Email harvestingomega_phoneosint — Phone OSINTomega_docosint — Document metadataomega_imgosint — Image forensicsomega_firmware — Firmware analysisomega_exfil — Exfiltration detectionomega_cryptoosint — Blockchain tracingomega_aisummary — AI-powered summaryomega_reportgen — Report generationomega_briefing — Intel briefingomega_executive — Executive summaryomega_riskcore — Risk scoringomega_agent_run — Run specialist agentomega_autopilot — Multi-agent workflowomega_agents_list — List agentsomega_memory_search — Search findings...and 50+ more modules (see `omega --help` for full list)
omega://targets — All scanned targetsomega://findings/{target} — Findings for a targetomega://stats — Memory statisticsrecon_workflow — Full OSINT recon playbookbug_bounty_workflow — Bug bounty methodologyvuln_assessment — Vulnerability assessmentMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.