issue-progress-tracking
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill utilizes well-known and trusted tools (git, gh) to perform actions consistent with its stated purpose. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [COMMAND_EXECUTION]: The skill automates workflows by executing shell commands. It interpolates user-provided issue numbers into these commands, which is necessary for its functionality.
- Ingestion points: User input via $ARGUMENTS enters the agent context in SKILL.md.
- Boundary markers: There are no explicit delimiters or 'ignore embedded instructions' warnings for the issue number interpolation.
- Capability inventory: The skill uses the Bash tool to execute git and gh commands.
- Sanitization: No explicit sanitization of the issue number is performed within the skill instructions.
Audit Metadata