bl-submit
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate automation for git workflows and contains no instructions designed to bypass security filters or exfiltrate data.
- [COMMAND_EXECUTION]: The skill executes git commands (e.g.,
git switch,git submit,git branch -D) to manage local and remote repository state. These commands are necessary for the skill's primary function and are limited to the user's local git context. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the repository environment.
- Ingestion points: Branch names and commit messages read during
git slexecution. - Boundary markers: No explicit boundary markers or delimiters are defined in the prompt instructions.
- Capability inventory: Branch management and pushing to remote origins via
git submit. - Sanitization: No specific sanitization of git output is performed.
- Risk Assessment: The risk is negligible as the tool's actions are restricted to standard git operations within a pre-configured developer environment.
Audit Metadata