fizzy-cli
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of the
fizzy-clibinary to manage kanban boards and cards. - [DATA_EXFILTRATION]: The skill communicates with the external API at
app.fizzy.do, which is the intended functional behavior for the service. - [CREDENTIALS_UNSAFE]: The skill references authentication using the
FIZZY_TOKENenvironment variable and local storage in~/.config/fizzy/config.json, which are standard practices for CLI tools. - [PROMPT_INJECTION]: The skill describes operations that ingest untrusted data from the board, creating an indirect prompt injection surface.
- Ingestion points:
fizzy-cli card listandfizzy-cli comment listcommands inSKILL.md. - Boundary markers: No markers or 'ignore' instructions are present in the command templates.
- Capability inventory: Subprocess execution of
fizzy-clifor all resource operations. - Sanitization: No sanitization of retrieved board content is documented.
Audit Metadata