
from clawsec991
Generate deterministic runtime attestations and perform fail-closed drift detection for Hermes-managed infrastructure.
Generates deterministic Hermes posture attestations, verifies them with fail-closed integrity checks, and compares current state against authenticated baselines to detect drift. It provides operator-focused commands to generate, verify, and refresh advisory feeds, and includes guarded verification gates to prevent installing untrusted skill releases.
Use this skill when you operate Hermes-managed gateways or agent runtimes and need cryptographic assurance of runtime posture, release authenticity, or baseline drift detection. Ideal for operators who must enforce signed release installs and automated attestation-based monitoring.
scripts/*.mjs utilities for generate_attestation, verify_attestation, refresh_advisory_feed, check_advisories, guarded_skill_verify, and scheduler helpers (has_scripts=true)Compatible with Hermes/NanoClaw/OpenClaw operator toolchains; requires node runtime for scripts. It is operator-focused and not a runtime hook for OpenClaw agents.
Hermes Attestation Guardian generates deterministic runtime security attestations and performs fail-closed drift detection for Hermes-managed infrastructure. It includes 7 well-structured .mjs scripts for attestation generation/verification, advisory feed management, and cron scheduling. Scripts were skipped by the runner (unsupported .mjs extension) but static analysis shows solid security posture with fail-closed defaults, proper input validation, atomic file writes, and signature verification. The SCHEDULE_BIN variable obfuscation (joining 'cron' and 'tab') is an odd stylistic choice but not malicious.
node (for .mjs scripts)Well-designed security skill with fail-closed defaults, proper signature verification, and thorough documentation. Narrow usefulness due to Hermes-specific scope. The release artifact verification in SKILL.md is a nice security touch. Scripts could not be run due to .mjs extension not being supported by run_scripts.py.
Claw Release
Release automation for OpenClaw skills: version bumping, tagging, packaging, and CI verification for skill releases.
ClawSec Scanner
Automated, multi-engine vulnerability scanner for agent platforms that runs dependency scans, SAST, CVE enrichment and agent-specific DAST harnesses to surface