flowguard
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local utility script,
scripts/workflow_state_snapshot.sh, to gather environment metadata such as current directory, git branch, and changed files. This script performs read-only operations and is part of the skill's own package, presenting no privilege escalation or remote code execution risks.- [PROMPT_INJECTION]: The skill is designed to ingest and follow instructions found withinAGENTS.mdfiles in the target codebase. This is a functional requirement for its task-coordination purpose but establishes an indirect prompt injection surface. - Ingestion points: The agent is instructed in
SKILL.mdto loadAGENTS.mdfiles during startup, and theworkflow_state_snapshot.shscript actively scans the directory hierarchy for these files. - Boundary markers: The skill does not define specific delimiters or instructions to treat repository-provided context as untrusted, instead treating it as authoritative project configuration.
- Capability inventory: The skill possesses the capability to modify files, execute git commands, and run standard build/test tools such as
cargo,npx, andpytest. - Sanitization: No sanitization or validation is applied to the content of
AGENTS.mdfiles before they are loaded into the agent's context.
Audit Metadata