sync — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 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.
Sync the current branch with the latest changes from the default branch.
Steps:
gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name' to get the default branch name. If that fails, check which of main or master exist on the remote with git branch -r. If only one exists, use it. If both exist, ask the user which to use. If neither exists, tell the user and stop.git fetch origin to get the latest remote changes.git rebase origin/<default-branch> to rebase the current branch on top of it.git diff --name-only --diff-filter=U to list the conflicting files and tell the user which files need to be resolved. Do not attempt to resolve conflicts automatically.$ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.