Files
Burak Bayır d99f324f72 feat(openclaw-traffic-guardian): add social action review scope (#261)
* feat(openclaw-traffic-guardian): add social action review scope

* fix(openclaw-traffic-guardian): cover background repeats

* fix(openclaw-traffic-guardian): address policy review release gates

* docs(openclaw-traffic-guardian): credit policy review contributor

* docs(openclaw-traffic-guardian): inline contributor credit

* docs(openclaw-traffic-guardian): reference policy review spec

* ci(skills): allow unreleased version edits

* ci(skills): use directory name for release tag checks

---------

Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
Co-authored-by: David Abutbul <David.a@prompt.security>
2026-06-10 14:46:52 +03:00

988 B

OpenClaw Traffic Guardian

Baseline skill for OpenClaw runtime traffic monitoring.

This package is intentionally a spec scaffold. Builders should add the OpenClaw-specific monitor implementation here while preserving the safety contract in SKILL.md and SPEC.md.

Vercel Skills Installation

Install with the Vercel Skills CLI for this harness:

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

Intended Capability

  • detect outbound secret exfiltration in agent HTTP/HTTPS traffic
  • detect inbound command-injection and tool-abuse payloads
  • record operator-review findings for approval-sensitive social-account mutations
  • write redacted local JSONL findings
  • provide explicit start, stop, status, and log-query commands
  • integrate with clawsec-suite as an optional add-on

Builder Notes

Use SPEC.md as the implementation contract. Keep runtime changes opt-in and scoped to the OpenClaw process being monitored.