workflow-commit
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data which could potentially influence the agent's behavior.
- Ingestion points: The skill instructions in
SKILL.mddirect the agent to inspectstatus,staged and unstaged diffs,untracked files, andrecent commit stylefrom the local repository. - Boundary markers: There are no explicit delimiters or specific instructions to disregard instructions that might be embedded within the files, diffs, or commit messages being analyzed.
- Capability inventory: The skill authorizes the agent to perform write operations by creating commits (
git commit). - Sanitization: No explicit sanitization, validation, or filtering of the ingested repository data is described before it is used to generate commit messages or execute the commit action.
Audit Metadata