code-change-shape-classifier
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely on local git history and file metadata to classify code changes into logical categories (logic, service, UI, data).
- [SAFE]: The provided Python script is a simple regex-based classifier that identifies file patterns. It does not perform any network operations, external downloads, or sensitive data access.
- [SAFE]: The shell commands used (
git log,git diff) are standard development tools and are restricted to the repository's own history. - [SAFE]: The skill documents external testing concepts from reputable sources (Martin Fowler) and uses illustrative cost weights rather than executing arbitrary remote code.
Audit Metadata