paseo-help
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill interpolates user input directly into the prompt via the
$ARGUMENTSvariable without using delimiters or boundary markers. This creates an indirect prompt injection surface. - Ingestion points: The
$ARGUMENTSvariable inSKILL.mdcaptures user questions. - Boundary markers: None are present to delimit the user-supplied arguments from the system instructions.
- Capability inventory: The skill can execute shell commands via the
paseoCLI and perform file system read operations. - Sanitization: The skill relies on instructional guidelines to "redact credentials... before sharing logs" rather than programmatic sanitization or filtering.
- [COMMAND_EXECUTION]: The skill instructs the agent to run several diagnostic shell commands, including
paseo --version,paseo daemon status --json, andpaseo provider diagnostic <provider> --jsonto collect runtime information. - [DATA_EXFILTRATION]: The instructions direct the agent to read local files that may contain sensitive information, such as
~/.paseo/config.jsonanddaemon.log. While intended for troubleshooting, these files often contain configuration details or tokens. - [EXTERNAL_DOWNLOADS]: The skill fetches documentation and indices from the vendor's official site at
https://paseo.sh/llms.txtand associated markdown files to ensure current information is used.
Audit Metadata