dev-worktree — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dev-worktree (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.
Set up or resume the correct workspace before feature work. Keep this skill focused on repository context, worktree isolation, and dependency bootstrap. Do not perform requirements, design, planning, implementation, testing, or review work here.
feature-<name> for branch and worktree names, where <name> is normalized kebab-case without the prefix.<project-root>/.worktrees/feature-<name>.Use for a new feature start.
<name>..git.feature-<name>..worktrees is listed in the project .gitignore; if not, add it.git worktree add -b feature-<name> .worktrees/feature-<name>.git worktree add .worktrees/feature-<name> feature-<name>.git -C .worktrees/feature-<name> branch --show-current; it must equal feature-<name>.Use when continuing an existing feature.
git branch --show-current.git worktree list.<project-root>/.worktrees/feature-<name> when it exists.feature-<name> in the current repository.After selecting the target context:
npm ci, pnpm install --frozen-lockfile, yarn install --frozen-lockfile, or bun install --frozen-lockfile.uv sync, poetry install --no-interaction, pipenv sync, or pip install -r requirements.txt.bundle install.cargo fetch, or cargo build when fetch-only is insufficient.go mod download../gradlew dependencies, ./gradlew build, or Maven equivalent.End with:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.