szz-bug-introducing-commit-identifier
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements the SZZ (Śliwerski-Zimmermann-Zeller) algorithm for software repository mining. No obfuscation, data exfiltration, or malicious instructions were found.
- [COMMAND_EXECUTION]: The
scripts/szz_analyzer.pyscript executesgitcommands viasubprocess.runusing argument lists. This method avoids the use ofshell=True, preventing shell injection vulnerabilities from malicious repository paths or commit hashes. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data such as commit messages and code diffs. While this is an ingestion surface for untrusted data, the script uses standard library parsing and provides structured output, minimizing the risk of the agent misinterpreting data as instructions.
Audit Metadata