git-weekly-report-cn
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, such as data exfiltration, credential harvesting, or unauthorized remote access, were detected. The skill's behavior matches its described purpose of Git log summarization.
- [COMMAND_EXECUTION]: The script
scripts/git_weekly_report.pyusessubprocess.runto execute the localgitcommand. This is implemented safely by passing arguments as a list, which prevents shell injection vulnerabilities. - [DATA_EXPOSURE]: The skill processes local Git history to generate summaries. It does not access sensitive configuration files (e.g.,
.ssh/config,.env) and lacks any network capabilities to exfiltrate data.
Audit Metadata