git-doc-isolation

Pass

Audited by Gen Agent Trust Hub on Feb 27, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes several Git and shell commands to manage a specialized documentation workflow. This includes 'git checkout --orphan', 'git rm -rf .', and directory manipulation commands like 'mkdir' and 'rm'. These are standard operations for the skill's stated purpose of maintaining a documentation-only branch with no shared history.
  • [COMMAND_EXECUTION]: The workflow involves pipes, such as 'git archive docs docs/ | tar -x -C .', which extracts files from a Git archive directly into the file system. This is a common and safe practice for the intended local repository management and does not involve network operations.
  • [EXTERNAL_DOWNLOADS]: The documentation mentions 'pip install git-filter-repo' as a solution for cleaning existing repository history. This is a well-known, community-standard Git extension and is provided as a manual troubleshooting step for the user rather than an automated execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 10:22 AM