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

1.5 KiB

Changelog

[0.0.1-beta3] - 2026-06-10

Security

  • Added the POLICY_REVIEW scope for approval-sensitive social-account mutation requests, contributed by @kriptoburak.
  • Defined required JSONL metadata for social-account mutation findings, including source type, mutation category, approval-marker presence, and execution context.

Changed

  • Clarified that persistent social monitor and webhook configuration changes are review findings, while read-only social research should remain covered by no-false-positive tests.
  • Re-released skill package with updated marketplace grouping and signed release trust artifacts for Vercel-compatible skill installation.

[0.0.1-beta2] - 2026-05-13

Security

  • Added explicit signed release artifact verification instructions for standalone installs, including checksums.json, checksums.sig, signing-public.pem, archive hash verification, and SKILL.md/skill.json checksum checks.

Changed

  • Re-release skill payload metadata after excluding test-only files from release SBOMs and archives.

[0.0.1-beta1] - 2026-05-10

  • Added baseline skill metadata, frontmatter, and implementation specification.
  • Reserved folder structure for OpenClaw traffic-monitoring runtime code, hook integration, and tests.
  • Beta release notes: this release is a scaffold/spec baseline and does not yet ship active runtime proxy interception.
  • Beta release notes: defaults remain non-invasive (no automatic traffic mutation or enforcement enabled by default).