chore(security): refresh deep-audit status and clear stale warning

This commit is contained in:
zap
2026-03-05 21:37:25 +00:00
parent 23c2546fc1
commit b76815b4da
3 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"last_run_utc": "2026-03-05T04:28:00Z",
"status": "warn",
"last_run_utc": "2026-03-05T21:36:00Z",
"status": "critical",
"checks_passed": [
"core-workspace-files: AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md",
"skill-folders: all 7 required skills present",
@@ -9,14 +9,15 @@
"permissions: ~/.openclaw is 700; all credentials are 600",
"network-exposure: gateway local-only (127.0.0.1 / ::1 only)",
"backup-freshness: last backup ~4.1h ago (within 8h threshold)",
"update-status: no update available (current: 2026.3.2)"
"update-status: no update available (current: 2026.3.2)",
"security-audit-freshness: deep audit run just now (age ~0h)"
],
"checks_failed": [],
"warnings": [
"security-audit: no recent openclaw security audit --deep result found (stale/missing)"
"security-audit: latest deep audit reports 1 critical, 2 warn, 1 info (plugin posture)"
],
"gateway_exposure": "local-only",
"last_backup_age_hours": 4.1,
"last_security_audit_age_hours": null,
"last_security_audit_age_hours": 0.0,
"update_status": "up-to-date (2026.3.2 stable)"
}