pflow-task-next

Pass

Audited by Gen Agent Trust Hub on Jun 25, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • [PROMPT_INJECTION]: The skill processes untrusted task titles and descriptions, creating a surface for indirect prompt injection where malicious task content could attempt to influence the agent's branch-naming logic or subsequent actions.
  • Ingestion points: Task data is ingested from the local file system via the output of mdtodo within the scripts/task-next-context.sh script.
  • Boundary markers: The script wraps the ingested data in a JSON structure before passing it to the agent, providing a technical delimiter.
  • Capability inventory: The skill possesses the capability to modify the git repository's state by creating and switching to new branches via scripts/task-next-branch.sh.
  • Sanitization: The instructions explicitly constrain the agent to produce a kebab-case slug using a restricted character set (a-z0-9-). Furthermore, the scripts/task-next-branch.sh script performs strict validation of the proposed branch name using git check-ref-format before execution, preventing command injection or the creation of malicious references.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 25, 2026, 07:19 PM
Security Audit — agent-trust-hub — pflow-task-next