skill-sync — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-sync (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.
Manage skills from the shared GitHub repository with GitHub as canonical source of truth.
Never commit secrets. Keep keys/tokens out of SKILL.md and scripts.
# List available skills in the repo
skill-sync list
# Install one skill
skill-sync install <skill-name>
# Install/update all skills from repo
skill-sync install --all
# Push a local skill update to repo via PR
skill-sync push <skill-name>
# Refresh local repo cache
skill-sync updateskill-sync listShows all skills available in the remote repository.
skill-sync install <name>Installs/updates a skill from repo into local skills directory.
skill-sync install --allInstalls/updates all skills from repo.
skill-sync push <name>Pushes local skill changes via branch + PR (gh CLI).
skill-sync updatePulls latest repo changes without installing.
Default paths:
~/.agent-skills-repo~/clawd/skills (or $CLAWD_SKILLS_DIR)https://github.com/jdrhyne/agent-skills.git~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.