sdd-slim-submit
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a git workflow for creating branches and making local commits. It does not perform network operations, download external code, or request elevated privileges.
- [DATA_EXPOSURE]: The skill includes a proactive security measure in
submit.mdthat explicitly instructs the agent not to commit sensitive files such as.env, credentials, or private keys. This follows security best practices for automated commit tools. - [COMMAND_EXECUTION]: While the skill involves executing git commands, these are restricted to local repository management (branching, staging, and committing). There are no instructions to execute arbitrary shell commands or external scripts.
- [PROMPT_INJECTION]: The skill includes logic to sanitize user-provided task names to ensure they comply with git reference rules, which helps prevent accidental command malformation, though the context is limited to branch naming.
Audit Metadata