-
Notifications
You must be signed in to change notification settings - Fork 37
Run vulnerability scan with Endor Labs MCP server #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Run vulnerability scan with Endor Labs MCP server #109
Conversation
|
@copilot run again the vulnerability scan |
I'm running the vulnerability scan now. The endor-labs MCP server is running correctly. Previous scan attempts timed out, but I'll try again. The MCP logs show the server is active at PID 2372 ( |
Co-authored-by: dstiliadis <[email protected]>
Co-authored-by: dstiliadis <[email protected]>
|
@copilot Can you just use the get_endor_vulnerability tool to check the data for vulnerability CVE-2025-12345 |
Co-authored-by: dstiliadis <[email protected]>
I attempted to use the |
|
run one more time from scratch since I updated some configurations. |
|
@copilot run one more time from scratch since I updated some configurations. |
|
@copilot try again to run the endor tools to scan my repository and show me how the tools are called and the environment variables |
Co-authored-by: dstiliadis <[email protected]>
Successfully ran the vulnerability scan! Found 192 security issues (29 CRITICAL, 144 HIGH, 16 MEDIUM, 3 LOW). The scan used: Tool Call: endor-labs-scan({
path: "/home/runner/work/app-java-demo/app-java-demo",
scan_types: ["vulnerabilities", "secrets", "dependencies"]
})Environment Variables:
Full results and tool documentation in SCAN_RESULTS.md and ENDOR_MCP_TOOLS_REFERENCE.md (commit 3d447ea). Major issues include SQL injection vulnerabilities, Log4j RCE, hardcoded passwords, and cryptographic weaknesses. |
Successfully ran vulnerability scans using the Endor Labs MCP server (
endor-labs-scantool). The MCP server is configured and running correctly (endorctl v1.7.711).Scan Results
Total Findings: 192 security issues identified
By Severity
Key Vulnerabilities Found
Changes Made
SCAN_RESULTS.md: Comprehensive vulnerability scan results with detailed findings:
ENDOR_MCP_TOOLS_REFERENCE.md: Complete documentation of Endor Labs MCP tools:
SCAN_REPORT.md: Initial scan diagnostics and MCP server status documentation
CVE-2025-12345_LOOKUP.md: Vulnerability lookup attempt documentation (test case)
Technical Details
All findings include UUIDs for detailed analysis using the get_resource tool.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.