mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
369745821f
* feat(traffic-guardian): add runtime monitoring skill baselines * fix(traffic-guardian): align changelog and i18n fallback docs * chore(traffic-guardian): prepare beta1 release metadata
19 lines
721 B
Markdown
19 lines
721 B
Markdown
# 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`.
|
|
|
|
## Intended Capability
|
|
|
|
- detect outbound secret exfiltration in agent HTTP/HTTPS traffic
|
|
- detect inbound command-injection and tool-abuse payloads
|
|
- 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.
|
|
|