cortex-redeploy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cortex-redeploy (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.
Run the binary-owned plugin setup hook directly, then verify the selected deployment mode is healthy.
Explain that the hook exports current userConfig into environment variables, then delegates to cortex setup repair. The shared setup path repairs ~/.cortex/.env, writes Compose assets under ~/.cortex/compose, recreates the Docker Compose container when needed, and removes stale user-level cortex.service units/drop-ins left by older plugin versions. Recreating the container causes a brief /health gap.
If the user asked for a dry run only, stop after describing what would happen.
${CLAUDE_PLUGIN_ROOT}/scripts/plugin-setup.shCapture stdout, stderr, and exit code.
curl -sS -m 3 -o /dev/null -w '%{http_code}' "$CLAUDE_PLUGIN_OPTION_SERVER_URL/health"Expect 200.
docker ps --filter name=cortex --format '{{.Status}}'; expect Up ... (healthy) or briefly (starting) just after recreate. Wait up to 60 seconds before treating (starting) as a failure. ${CLAUDE_PLUGIN_ROOT}/scripts/check-runtime-current.sh
# Note: if this script is missing, run: docker inspect $(docker compose ps -q cortex) --format '{{.Image}}'Expect CURRENT. Treat STALE or FAIL as a failed redeploy verification and include the printed fix: line when present.
Include:
cortex: ... summary line printed by the hookCURRENT, STALE, or FAIL)If anything failed, recommend cortex-dr for the comprehensive diagnostic.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.