devops-update-manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited devops-update-manager (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
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.
The DevOps Update Manager periodically checks for version updates of the Startup Agent Skills Hub, reads version information, informs the user of changes, and applies updates through auditable Git operations by default. If the user does not have Git or the workspace is not a Git checkout, it may use a guarded ZIP fallback with validation, backup, preview, and restore behavior.
package.json file.package.json version.WHATS_NEW.md or git commits) if there is an update..env, or modify .agents/session_memory.md.c:/Users/ACER/Documents/antigravity/Startup-Agents/package.jsonhttps://github.com/lensetek/Startup-Agent-Skills-Hubmainhttps://github.com/lensetek/Startup-Agent-Skills-Hub/archive/refs/heads/main.zip git --version git remote -v git fetch origin mainpackage.json version with the local package.json version: git show origin/main:package.jsonYour Startup Agent Skills Hub is up-to-date (vA.B.C). git log --oneline HEAD..origin/main
git diff --stat HEAD..origin/main"Sebuah update versi terbaru (vX.Y.Z) tersedia. Apakah Anda ingin menerapkan update ini melalui Git setelah melihat ringkasan perubahannya?"
git status --short git merge --ff-only origin/main node bin/cli.js install-plugin --target antigravity"Git tidak tersedia di environment ini. Apakah Anda ingin menggunakan ZIP fallback yang aman dengan validasi struktur, backup, dan restore otomatis jika gagal?"
Invoke-WebRequest -Uri "https://github.com/lensetek/Startup-Agent-Skills-Hub/archive/refs/heads/main.zip" -OutFile "startup-agent-skills-update.zip" Expand-Archive -Path "startup-agent-skills-update.zip" -DestinationPath "startup-agent-skills-update-temp" -ForceStartup-Agent-Skills-Hub-main/package.jsonStartup-Agent-Skills-Hub-main/README.mdStartup-Agent-Skills-Hub-main/bin/cli.jsStartup-Agent-Skills-Hub-main/skills/skills.backup-YYYYMMDD-HHMMSSbin.backup-YYYYMMDD-HHMMSSREADME.backup-YYYYMMDD-HHMMSS.mdskills/bin/README.mdWHATS_NEW.mdpackage.json.env, .agents/, .git/, local cache folders, or user-generated project files.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.