git-2-49-features
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE] (SAFE): The skill consists exclusively of a Markdown file (
SKILL.md) providing documentation and usage examples. No executable scripts, binaries, or automated configuration files are included in the package. - [COMMAND_EXECUTION] (SAFE): The document contains multiple shell command examples for Git operations (e.g.,
git backfill,git clone,git repack). These are formatted as static documentation blocks intended for user education and do not contain instructions for the AI agent to execute them autonomously on the host system. - [CREDENTIALS_UNSAFE] (SAFE): While the guide describes using
~/.netrcfor authentication, it correctly uses descriptive placeholders (your-username,your-token) and does not contain any hardcoded or leaked credentials. - [EXTERNAL_DOWNLOADS] (SAFE): The examples reference standard public repositories (e.g.,
github.com/large/repo.git) and official Git documentation links, which are considered trustworthy for educational purposes.
Audit Metadata