git.detect-breaking-changes
Pass
Audited by Gen Agent Trust Hub on Jun 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses restricted git subcommands (
log,show,diff,rev-parse) through theallowed-toolsconfiguration, limiting the scope of shell execution to repository metadata and history. - [SAFE]: Analysis is confined to specific package directories within the repository (e.g.,
packages/web/,packages/mobile/,packages/common/). - [SAFE]: No network operations, external downloads, or file-writing capabilities are requested or used by the skill.
- [SAFE]: The skill identifies and processes package exports from
package.jsonto determine the public API surface, following standard development practices for breaking change detection.
Audit Metadata