node-zombie-guardian — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited node-zombie-guardian (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.
This skill is for managed-process hygiene inside the VCO ecosystem.
It exists to answer one question safely: which Node processes belong to VCO, which of them are stale, and which of those are eligible for cleanup without risking live external workloads.
ownership = vco-managed can ever become cleanup candidates.external and unknown processes remain audit-only.-Apply mode remains simulation-only and must never terminate real processes.This skill is a focused wrapper around the operator scripts that live in the bundled vibe skill:
../vibe/scripts/common/NodeLaunchWrapper.ps1../vibe/scripts/governance/Invoke-NodeProcessAudit.ps1../vibe/scripts/governance/Invoke-NodeZombieCleanup.ps1../vibe/scripts/verify/vibe-node-zombie-gate.ps1Use the wrapper when VCO starts a Node workload that should be tracked in the ledger.
& "..\vibe\scripts\common\NodeLaunchWrapper.ps1" `
-RepoRoot "C:\path\to\repo" `
-Command "node" `
-ArgumentList @("scripts\worker.js")Default mode is read-only and emits a report.
& "..\vibe\scripts\governance\Invoke-NodeProcessAudit.ps1" `
-RepoRoot "C:\path\to\repo" `
-WriteArtifactsExpected outcomes:
managed_live, managed_stale, external_audit_onlyCleanup remains report-only unless explicitly switched, and the safety filters still apply.
& "..\vibe\scripts\governance\Invoke-NodeZombieCleanup.ps1" `
-RepoRoot "C:\path\to\repo" `
-WriteArtifactsUse this to confirm which managed stale processes would be targeted before any real cleanup path is considered.
Run the dedicated gate before trusting changes in this area:
& "..\vibe\scripts\verify\vibe-node-zombie-gate.ps1" -WriteArtifactsThe gate proves:
-Apply mode stays simulated~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.