retro
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected in the skill instructions or logic. The skill focuses on analyzing repository history and providing data-driven retrospectives.
- [COMMAND_EXECUTION]: The skill employs standard command-line tools like
git,grep,sed, andsortfor data gathering and processing. These operations are limited to the repository scope and intended for analytical purposes. - [EXTERNAL_DOWNLOADS]: The skill uses
git fetch origin mainto synchronize with the project's remote repository. This is a standard development operation and does not involve downloading untrusted scripts or code from third-party sources. - [DATA_EXFILTRATION]: Analysis results are saved to the local
.context/directory to enable persistence and integration with other local skills. No network requests are made to external endpoints for data exfiltration.
Audit Metadata