pipecat-deploy
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on executing various shell commands to manage the deployment lifecycle.
- Evidence: Uses
pipecat,docker, anduvcommands to verify prerequisites, authenticate, manage secrets, and perform builds. - Context: These operations are central to the skill's primary purpose of deploying agents to a cloud environment.
- [CREDENTIALS_UNSAFE]: The skill interacts with sensitive environment files to manage application secrets.
- Evidence: Accesses
.envfiles to pass their content to thepipecat cloud secrets setcommand. - Context: While this involves sensitive file access, it is a documented part of the secret management workflow and requires user-provided paths.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted configuration files from the local workspace, creating a potential injection surface.
- Evidence:
- Ingestion points: Reads and parses
pcc-deploy.toml,Dockerfile, anduv.lockfiles. - Boundary markers: None identified; the skill reads these files and displays their content directly to the user/context.
- Capability inventory: The skill possesses shell execution capabilities and file system access.
- Sanitization: No specific validation or escaping logic for the ingested configuration data is described.
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install external dependencies required for operation.
- Evidence: Recommends installing the
pipecat-ai-clipackage usinguv tool install. - Context:
uvis a well-known development tool, and the CLI package is the official tool for the target platform.
Audit Metadata