endor-findings
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download theendorctlpackage from the npm registry as a fallback mechanism for querying findings. - [REMOTE_CODE_EXECUTION]: Downloads and executes the
endorctlpackage from the npm registry. This is a vendor-provided tool intended for interacting with the Endor Labs platform. - [COMMAND_EXECUTION]: Executes a shell command using
npx -y endorctlto query the Endor Labs API and list findings. - [PROMPT_INJECTION]: The skill processes security findings from external sources, which constitutes an indirect prompt injection surface if findings contain malicious payloads.
- Ingestion points: Data retrieved via
get_resourceornpx endorctlinSKILL.md. - Boundary markers: Absent; no delimiters or explicit instructions to ignore embedded content are provided.
- Capability inventory: The agent can execute CLI commands (
npx) and read local files. - Sanitization: No explicit sanitization or validation of the findings' content is mentioned before it is processed or displayed.
Audit Metadata