endor-scan
Installation
SKILL.md
Endor Labs Quick Scan
Fast security scan of the current repository.
Workflow
Step 1: Run Scan via CLI
- Determine absolute path to cwd (scan tool requires fully qualified paths)
- Detect languages via manifest files:
package.json/yarn.lock(JS/TS),go.mod/go.sum(Go),requirements.txt/pyproject.toml/setup.py(Python),pom.xml/build.gradle(Java),Cargo.toml(Rust)
Step 2: Run Scan
Full repository scan (default) - use scan MCP tool:
path: absolute path to repository rootscan_types:["vulnerabilities", "dependencies", "sast", "secrets"]scan_options:{ "quick_scan": true }
Incremental PR scan (user mentions "PR", "pull request", "just my changes", "incremental", or is on feature branch):
Related skills