superset
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documents an installation command
curl -fsSL https://superset.sh/cli/install.sh | shwhich fetches and executes a shell script directly from the vendor's official domainsuperset.shto install the required CLI tool. - [COMMAND_EXECUTION]: The skill utilizes the
supersetCLI to perform various operations, including the ability to run arbitrary shell commands within workspaces via the--commandflag insuperset workspaces createandsuperset terminals create. - [PROMPT_INJECTION]: The skill features a surface for indirect prompt injection as it ingests untrusted data from external files and command-line arguments to drive agent behavior.
- Ingestion points: Data enters the context via the
--prompt-fileand--promptarguments inSKILL.md(e.g., inautomations createandagents createcommands). - Boundary markers: The instructions do not define specific delimiters or boundary markers to separate system instructions from the embedded prompt content.
- Capability inventory: The CLI is capable of spawning new agents, running terminal commands, and managing remote hosts.
- Sanitization: There is no mention of sanitization or validation performed on the ingested prompt content.
Audit Metadata