hermes-attestation-guardian
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup_attestation_cron.mjsinteracts with the systemcrontabusingchild_process.spawnSyncto manage recurring attestation schedules. This feature is opt-in via the--applyflag and is functionally necessary for the skill's scheduling capabilities. - [SAFE]: All file write operations in
scripts/generate_attestation.mjsare restricted to the$HERMES_HOME/security/attestationsdirectory. The skill implements robust path validation to prevent directory traversal or writes to sensitive system locations. - [SAFE]: The skill uses deterministic generation and fail-closed verification logic, ensuring that any tampering with attestation artifacts or baselines results in a verification failure.
Audit Metadata