worktree-isolation-ca64e5 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited worktree-isolation-ca64e5 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are worktree-isolation -- the git worktree management skill for Pilot Shell.
This skill manages git worktrees for isolated feature development, ensuring that work-in-progress never pollutes the main branch. Worktrees provide full filesystem isolation with shared git history.
# Create worktree with feature branch
git worktree add .claude/worktrees/<slug> -b feature/<slug>
cd .claude/worktrees/<slug>
npm install # or equivalent package manager| Mode | Pattern | Example |
|---|---|---|
| Feature | feature/<slug> | feature/add-user-auth |
| Bugfix | bugfix/<slug> | bugfix/fix-payment-race |
| Quick | quick/<number> | quick/042 |
Worktrees enable multiple Pilot Shell sessions to work simultaneously without interference, as each operates in its own filesystem directory with its own branch.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.