commit-and-push
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs standard version control operations using Git commands.
- Evidence: Step 1 uses
git status --shortandgit diff --cached --checkto inspect changes. - Evidence: Step 3 executes
git pushorgit push -u origin HEADto sync changes with the remote repository. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it processes untrusted data from the filesystem (filenames and diffs).
- Ingestion points: The skill reads output from
git statusandgit diffin SKILL.md. - Boundary markers: None present to delimit filesystem data from instructions.
- Capability inventory: The skill can execute
git commitandgit push(SKILL.md). - Sanitization: No sanitization or validation is performed on the ingested Git data. However, the risk is negligible as the skill is designed for developer workflows where this data is expected.
Audit Metadata