Hermes Self Audit

AdvisoryAudited by Static analysis on May 7, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If installed as documented, the audit may run every week and produce reports/logs without a manual prompt each time.

Why it was flagged

The skill is designed for recurring autonomous execution via cron, which is disclosed and aligned with periodic auditing.

Skill content
triggers:\n  - "auto: cron schedule '0 10 * * 1' (weekly Mon 10:00)"
Recommendation

Only create the cron job if recurring audits are desired, and review or remove the scheduled job if you no longer want automatic reports.

What this means

Skill names, usage statistics, curator status, and memory-provider status could be visible in the chosen chat channel.

Why it was flagged

The audit report is intended to be sent to external chat platforms, so local agent audit metadata may leave the machine or workspace.

Skill content
outputs:\n  - 飞书/Discord/群消息格式的审计报告
Recommendation

Send reports only to trusted private channels and verify the destination chat ID before enabling scheduled delivery.

What this means

Reports may reveal which memory system is active and some operational metadata about memory sessions or peers.

Why it was flagged

The skill inspects persistent memory-provider state and includes that status in its audit scope.

Skill content
### 4. Memory Provider 健康度\n- 当前 memory provider(内置 / honcho / mem0 等)\n- honcho 状态(如果启用):peer 数、session 数
Recommendation

Confirm that the report does not include sensitive memory contents and keep local logs/chat reports access-controlled.

What this means

The actual audit behavior depends on the user's existing Hermes CLI, curator, and optional memory-provider setup.

Why it was flagged

The skill is instruction-only and depends on external local Hermes components rather than bundled reviewed code.

Skill content
## 依赖\n\n- hermes cli\n- curator 已启用(检查 `~/.hermes/config.yaml` 里的 `curator.enabled`)\n- 可选:honcho(如果用作 memory provider)
Recommendation

Use a trusted, up-to-date Hermes installation and verify local configuration before relying on the audit results.