cargo-cli-orchestration
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
@cargo-ai/clitool (a vendor-provided resource) to interact with the Cargo platform. It executes shell commands for resource discovery, workflow creation, and data management, such ascargo-ai orchestration run createandcargo-ai system-of-record client query. - [REMOTE_CODE_EXECUTION]: The skill defines a framework for creating workflow nodes that execute arbitrary Python and JavaScript code at runtime via
nativenodes withactionSlug: "python"oractionSlug: "script". This feature allows for dynamic data transformation within the platform's execution environment using context passed from previous nodes. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface. It is designed to ingest untrusted data from external sources like data warehouses and segments (via
segment fetchandsor client query) and interpolate this data into AI agent prompts using template expressions (e.g.,{{nodes.start.domain}}). Evidence chain: - Ingestion points: Data enters the context through
cargo-ai segmentation segment fetchandcargo-ai system-of-record client query. - Boundary markers: Explicit delimiters or 'ignore' instructions are absent in the provided prompt examples (e.g.,
"prompt": "Summarize the company {{nodes.start.domain}}"inreferences/nodes.md). - Capability inventory: The skill can execute subprocesses (
python/scriptnodes), perform file downloads, and trigger network operations via third-partyconnectornodes. - Sanitization: There is no mention of sanitizing or escaping ingested data before it is interpolated into prompts.
- [DATA_EXFILTRATION]: The skill provides tools for retrieving and downloading records from a 'System of Record' (data warehouse) and segments. While intended for business orchestration, these commands (
client download,record download,batch download) allow for the bulk extraction of data from connected enterprise systems.
Audit Metadata