Automation & Ops hermestraffic-monitoringproxy-inspectionegress-detectionprompt-injection-detectionattestationrelease-verification

Hermes Traffic Guardian

A consent-based, auditable baseline for monitoring Hermes runtime traffic.

FollowSkills review · FSRS-2.0
Not recommended
44/ 100 5-point scale 2.2 / 5
Trust16 / 25 · 3.2/5

The evidence specifies opt-in operation, detect-and-log defaults, process-scoped proxying, no automatic system CA changes, no global proxy changes, no external traffic submission, redaction, and bounded scanning; it also documents signed manifest verification. Points are deducted because no runtime implementation exists, while user confirmation, privilege isolation, rollback, log access control, and dependency-supply-chain handling are not implemented or fully specified. Publisher identity is unverified and receives no extra trust credit.

Reliability5 / 20 · 1.3/5

SKILL.md, SPEC.md, and skill.json consistently describe a specification scaffold with no runtime implementation, and declare node/python3 dependencies plus interface contracts. Points are deducted because key paths and tests for this skill are absent; lifecycle behavior, abnormal-input handling, stale-process cleanup, and diagnostic failures cannot be reproduced or verified statically.

Adaptability8 / 15 · 2.7/5

The evidence clearly targets Hermes traffic monitoring and lists scenarios for outbound exfiltration, inbound injection, HTTP/HTTPS inspection, posture export, trigger phrases, and out-of-scope behavior. Points are deducted because input/output boundaries remain largely planned, Chinese-language support is absent, and installation/signature verification relies on npx and GitHub release resources whose mainland reachability is not established.

Convention8 / 15 · 2.7/5

The package includes frontmatter, versioning, AGPL-3.0-or-later licensing, README, SPEC, CHANGELOG, metadata, layered architecture, schemas, and required-test documentation. Points are deducted because this beta scaffold lacks operational installation guidance, FAQs, troubleshooting, a named maintenance owner, or a clear update path; the changelog mainly records metadata re-releases.

Effectiveness4 / 15 · 1.3/5

The documents define intended detection, redacted JSONL findings, lifecycle commands, and posture JSON output, with a stated benefit over ad hoc implementation. Points are deducted because the version explicitly ships no proxy or runtime implementation, cannot directly perform Hermes monitoring, provides no verified representative outputs, and requires substantial builder work.

Verifiability3 / 10 · 1.5/5

The skill provides commands for signed release-manifest, archive, and file-hash verification, plus auditable finding and posture schemas. Points are deducted because these are instructions rather than verified execution evidence in the selected skill; it contains no implementation or test suite, and the repository CI evidence shown covers other Hermes skills rather than this one.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision eac8392f8ac9
Before you use it
  • This is a specification scaffold, not a runnable traffic monitor; do not claim that exfiltration or injection detection is already delivered.
  • The verification procedure depends on GitHub release assets, curl, openssl, jq, shasum/sha256sum, and npx; confirm network reachability, tool versions, and release-signing materials first.
  • HTTPS MITM, proxy scoping, log placement, and redaction remain implementation work and require operator review; do not expand to system-wide CA or global proxy changes without explicit confirmation.
  • No Chinese operator documentation or selected-skill test evidence is provided.
See the full review method →

What does this skill do, and when should you use it?

Hermes Traffic Guardian is a Hermes-focused specification skill for runtime traffic monitoring, not a finished proxy or runtime implementation. It defines an implementation contract covering proxy inspection, outbound exfiltration detection, inbound prompt-injection detection, redacted local logs, and posture export. Its default posture is detect-and-log: no automatic blocking, system CA installation, or global proxy changes. It fits teams that want a security baseline for Hermes before building platform-specific runtime components.

Provides Hermes traffic-monitoring metadata, scope, and safety requirements; supplies a Vercel Skills CLI installation command; and documents a release-verification flow that downloads the manifest, signature, public key, archive, SKILL.md, and skill.json with curl. The flow uses OpenSSL to verify the public-key fingerprint and manifest signature, then jq and SHA-256 checks to validate the archive and individual files. The specification also requires a future implementation to validate configuration, scope proxy variables to a target Hermes process, inspect bounded HTTP text, optionally support per-process HTTPS MITM trust, emit redacted JSONL findings, and export posture JSON for hermes-attestation-guardian.

  1. A Hermes security engineer needs a concrete contract for building runtime HTTP traffic monitoring.
  2. An operations team wants to detect outbound exfiltration or inbound prompt injection without default traffic blocking.
  3. A maintainer needs to verify the integrity of standalone skill release artifacts before installation.
  4. A builder needs to expose traffic-monitoring status or configuration for Hermes attestation.

What are this skill's strengths and limitations?

Pros
  • Defines clear safety boundaries: opt-in operation, detect-and-log defaults, and secret redaction.
  • Includes a detailed signed-manifest, public-key, archive, and file-checksum verification procedure.
  • Covers exfiltration, inbound injection, and posture export for attestation workflows.
  • Explicitly excludes global proxy changes, automatic system CA installation, and default blocking.
Limitations
  • The current version explicitly ships without a proxy or runtime implementation.
  • Builders must implement the specification, scripts, detection rules, and tests; an existing test suite is not evidenced.
  • HTTPS inspection requires operator-supplied per-process trust configuration and cannot automatically mutate the system trust store.
  • The source provides direct evidence for Hermes only, not for other runtimes.

How do you install this skill?

Install with the Vercel Skills CLI:

npx skills add prompt-security/clawsec --skill hermes-traffic-guardian -a hermes-agent -y

For standalone installs, follow the verification script in SKILL.md to validate the signed release manifest, archive, SKILL.md, and skill.json before installing or extracting anything. The source does not specify the final installation directory.

How do you use this skill?

This package is a specification baseline and cannot itself start a monitoring proxy. Builders should read SPEC.md, then use lib/ for detectors, redaction, posture export, and reporting; scripts/ for lifecycle, validation, log-query, and attestation helpers; and test/ for unit, proxy-fixture, redaction, and attestation-export tests. The first implementation should support configuration validation, foreground or explicit background operation, process-scoped proxy variables, bounded HTTP inspection, optional per-process HTTPS MITM trust, redacted JSONL findings, and posture JSON export. No directly runnable monitoring command or example trigger prompt is documented.

How does this skill compare with similar options?

It complements rather than replaces the repository's hermes-attestation-guardian: this skill defines the traffic monitor's status and configuration, while the attestation skill should attest them and should not own the proxy runtime. The integration itself is not implemented here.

FAQ

Does installation immediately start a proxy or intercept traffic?
No. The source says this version does not ship a proxy or runtime implementation, and the first implementation should detect and log rather than block by default.
Will it install a system CA or change global proxy settings?
It should not. The safety contract forbids both; HTTPS inspection is optional and requires operator-supplied per-process trust configuration.
How should a release artifact be verified?
Download the manifest, signature, public key, archive, SKILL.md, and skill.json; verify the public-key fingerprint and manifest signature; then verify SHA-256 hashes for the archive and named files.
What does it cost to use?
The source gives no service pricing. The repository is licensed AGPL-3.0, and the skill metadata says AGPL-3.0-or-later.

More skills from this repository

All from prompt-security/clawsec

Automation & Ops

OpenClaw Traffic Guardian

A scoped, opt-in runtime traffic monitoring baseline for OpenClaw.

Automation & Ops

Picoclaw Traffic Guardian

An opt-in, detect-and-log baseline for monitoring Picoclaw gateway traffic and exporting security posture data.

Automation & Ops

NanoClaw Traffic Guardian

A host-managed baseline for optional NanoClaw traffic inspection and runtime security findings.

Automation & Ops

OpenClaw Audit Watchdog

Automates daily OpenClaw security audits and delivers actionable reports.

Automation & Ops

Soul Guardian File Integrity Guard

Detect and handle unauthorized changes to an agent’s core workspace files.

Automation & Ops

Hermes Attestation Guardian

Generate verifiable Hermes security attestations and detect authenticated baseline drift.

Automation & Ops

ClawSec Advisory Feed

Keep OpenClaw agents informed about emerging security threats.

Automation & Ops

Clawtributor Security Reporter

Prepare sanitized AI-agent incident reports for explicit human approval before submission.

Automation & Ops

ClawHub Reputation Gate

Checks ClawHub reputation before OpenClaw skill installation and requires explicit approval for low-scoring skills.

Automation & Ops

Picoclaw Security Guardian

A read-first security layer for Picoclaw advisory checks, configuration drift detection, and signed release verification.

Automation & Ops

ClawSec Release Manager

A maintainer workflow for versioning, releasing, and verifying Claw skills through GitHub.

Automation & Ops

ClawSec Suite Manager

Protect OpenClaw skill installs with signed advisories, risk checks, and approval-gated responses.

Automation & Ops

Picoclaw Security Posture Review

Review Picoclaw security posture in read-only mode and give operators safe remediation guidance.

Automation & Ops

ClawSec Scanner

Unify dependency, CVE, source-code, and OpenClaw hook risk scanning in one agent-security workflow.

Automation & Ops

NanoClaw Security Sentinel

Check NanoClaw skills for known risks before installation and during operation.

Related skills