flow-next-prospect
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute local commands for repository grounding, such asgit log,jq, and a bundled utility script namedflowctl. It also employspython3to execute inline logic for parsing and to dynamically load its internal module (flowctl.py). These executions are scoped to the local filesystem and the plugin's own installation path. - [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface by ingesting repository data that may be influenced by external contributors.
- Ingestion points: Phase 1 gathers context from
git log,CHANGELOG.md, and local memory search hits. - Boundary markers: The skill uses structured YAML delimiters for generation and critique phases and includes explicit distillation instructions to separate metadata from agent instructions.
- Capability inventory: The skill uses
Bashto manage artifacts and can promote ideas into specifications using the bundledflowctltool. - Sanitization: Content is distilled (e.g., limiting git logs to 10 files) to restrict the attack surface, and a dedicated critique pass with a fixed taxonomy is used to validate all generated content before finalization.
Audit Metadata