create-clone — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-clone (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.
Creates a git clone for isolated feature development. Handles both new features and existing remote branches.
"$ARGUMENTS"
/. If the chosen name has a prefix like feat/, fix/, chore/, etc., strip everything up to and including the last / (e.g. feat/add-login → add-login). The final name must be a flat kebab-case string with no slashes.bash ~/.claude/skills/create-clone/create_clone.sh "$FEATURE_NAME"This handles: fetching latest main from origin, branch detection, cloning, branching off origin/main (never a stale local main), env symlinking, and environment setup.
Tell user:
_clones/$FEATURE_NAME$FEATURE_NAME is tracking remoteChange to the feature clone directory using /cd-permanent _clones/$FEATURE_NAME skill.
Add all 4 steps to task list and start working on this skill's workflow.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.