endor-retrieve-scan-results

Retrieve Endor Labs scan results and finding records for a project repository.

4|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/endorlabs/endorlabs-sdk --skill endor-retrieve-scan-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endor-retrieve-scan-results
Source: https://github.com/endorlabs/endorlabs-sdk/tree/main/agent-knowledge/skills/endor-retrieve-scan-results
Command: npx skills add https://github.com/endorlabs/endorlabs-sdk --skill endor-retrieve-scan-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly retrieve the right Endor Labs project, scan result, and finding records without manually traversing the API or guessing which namespace to query.

Core Features & Use Cases

  • Project resolution: Locate the correct Project by repository URL or namespace when the user only knows the repo name.
  • Scan and finding retrieval: Pull the latest ScanResult for a project and then list findings for the project or for one specific scan plane.
  • Scoped reporting: Support project-scoped results by default, with tenant-wide traversal only when discovery or explicit estate-wide reporting is requested.
  • Use case: A security engineer asks for the latest findings on a repository, and the Skill resolves the project, fetches the newest scan, and returns the relevant finding rows for review.

Quick Start

Ask for the latest scan results and findings for a specific Endor Labs project repository.

Frequently Asked Questions about endor-retrieve-scan-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Endor Labs scan results and findings for a specific repository?

To retrieve Endor Labs scan results and findings, the Skill resolves the target Project by repository URL, fetches the latest ScanResult, and lists all associated Finding rows for that specific project repository.

Can I find Endor Labs findings if I only know the namespace and not the exact project name?

Yes, Endor Labs findings can be located using namespace-aware project discovery. The Skill resolves the correct project by namespace traversal when the exact project name is unknown.

What is the best way to pull project-scoped finding records from Endor Labs without querying the entire tenant?

To pull project-scoped finding records from Endor Labs, the Skill defaults to project-scoped results and only performs tenant-wide traversal when explicit estate-wide reporting or discovery is requested.

How do I drill down into a specific scan plane for Endor Labs security reporting?

To drill down into a specific scan plane for Endor Labs security reporting, the Skill fetches the newest scan and returns relevant finding rows scoped to that specific scan plane.

Does Endor Labs scan result retrieval support tenant-wide discovery or is it limited to project-scoped lookup?

Endor Labs scan result retrieval supports project-scoped lookup by default, but it also performs tenant-wide namespace traversal when estate-wide reporting or discovery is explicitly requested by the user.