update-agents — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited update-agents (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.
Check for updates to locally installed agents by fetching the latest from kimgoetzke/coding-agent-configs on GitHub and comparing against the local agents directory for the current coding agent product.
https://github.com/kimgoetzke/coding-agent-configs.gitscripts/ directory| Tool | Default target directory |
|---|---|
| Claude Code | ~/.claude/agents |
| Copilot | ~/.copilot/agents |
| Pi | ~/.pi/agent/agents |
If you cannot determine which tool you are, ask the user.
First determine which tool is currently running this skill:
TARGET_DIR=~/.claude/agentsSKILL_DIR=~/.claude/skills/update-agentsTARGET_DIR=~/.copilot/agentsSKILL_DIR=~/.copilot/skills/update-agentsTARGET_DIR=~/.pi/agent/agentsSKILL_DIR=~/.pi/agent/skills/update-agentsIf you cannot determine which tool you are, ask the user before proceeding.
Only use the directory for the currently running tool. Do not check or update the other tool's agents directory.
Run the check script using the current tool's skill directory:
bash "$SKILL_DIR/scripts/check-updates.sh" "$TARGET_DIR"The script outputs one line per agent file with a status prefix:
| Prefix | Meaning |
|---|---|
UP_TO_DATE:<name> | No changes |
CHANGED:<name> | Files differ - diff follows until END_DIFF line |
MISSING_LOCALLY:<name> | Exists in repo but missing locally |
ALL_UP_TO_DATE | No updates available at all |
Agent files that exist locally but not in the remote repo are ignored.
ALL_UP_TO_DATE: tell the user all agents are up to date and stopCHANGED or MISSING_LOCALLY agent file:For each agent file the user approves, run:
bash "$SKILL_DIR/scripts/apply-update.sh" "$TARGET_DIR" <agent-file>Report success or failure for each.
After processing all agents, print a summary:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.