hermes-agent/cron
teknium1 6e303def12 Merge PR #757: security: enforce 0600/0700 file permissions on sensitive files
Enforces owner-only permissions on files containing secrets:
- config.yaml, .env → 0600
- ~/.hermes/, cron dirs → 0700
- cron jobs.json, output files → 0600

Windows-safe (all chmod calls wrapped in try/except).
Inspired by openclaw v2026.3.7.
2026-03-11 02:48:56 -07:00
..
__init__.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
jobs.py Merge PR #757: security: enforce 0600/0700 file permissions on sensitive files 2026-03-11 02:48:56 -07:00
scheduler.py fix: log prefill parse errors + clean up cron scheduler tests 2026-03-10 17:10:01 -07:00