Files
clawsec/skills/nanoclaw-traffic-guardian/README.md
T
davida-ps 369745821f feat(traffic-guardian): add runtime monitoring skill baselines (#217)
* feat(traffic-guardian): add runtime monitoring skill baselines

* fix(traffic-guardian): align changelog and i18n fallback docs

* chore(traffic-guardian): prepare beta1 release metadata
2026-05-10 15:04:17 +03:00

769 B

NanoClaw Traffic Guardian

Baseline skill for NanoClaw runtime traffic monitoring.

This package is intentionally a spec scaffold. Builders should add the NanoClaw-specific host-service, IPC, and MCP implementation here while preserving the safety contract in SKILL.md and SPEC.md.

Intended Capability

  • detect outbound secret exfiltration in NanoClaw host-managed traffic
  • detect inbound command-injection and tool-abuse payloads
  • keep CA private key material outside the container
  • expose redacted status/findings through MCP tools
  • provide explicit host-side lifecycle controls

Builder Notes

Follow the existing clawsec-nanoclaw pattern: host services own privileged operations, while MCP tools expose bounded requests and redacted responses.