postiz-cli-agents
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
postizCLI globally using standard package managers (npm, pnpm, or bun). This is a legitimate dependency for the skill's functionality, pulling from the official registry. - [COMMAND_EXECUTION]: The skill uses the
postizcommand-line tool to perform various API operations, such as listing integrations, creating posts, and uploading media. This is the primary intended use of the skill. - [DATA_EXFILTRATION]: The skill handles media uploads to the Postiz API via the
postiz uploadcommand. It demonstrates good security posture by explicitly instructing the user to never commit API keys or paste them into logs or chat outputs. - [PROMPT_INJECTION]: The skill ingests data from the Postiz API (e.g., integration lists and settings schemas). This represents an indirect prompt injection surface typical of API-interfacing skills.
- Ingestion points: CLI output from
postiz integrations:listandpostiz integrations:settings(found in SKILL.md). - Boundary markers: None explicitly defined for CLI output parsing.
- Capability inventory: Subprocess execution of
postizfor creating/deleting posts and uploading files (found in SKILL.md and references/cli-command-reference.md). - Sanitization: Relies on
jqfor structured data selection and CLI-level validation.
Audit Metadata