Voice Agent Governance Kit 2026-05-12 — Release Notes
Release date: 2026-05-12
Version: 1.0
Price: $4.99
Category: security
Status: DOCS_COMPLETE / READY_FOR_LISTING
What it does
Voice Agent Governance Kit audits voice-agent launch policies for the controls needed before pilots or production rollout. It checks consent, disclosure, escalation, retention, monitoring, accessibility, and scope boundaries, then returns production-ready, pilot-only, or block-launch guidance. It is built for voice agents in contact centres, public service, vehicles, and other constrained hands-free environments.
Use cases
- Voice AI teams preparing pilots who need to prove consent, handoff, retention, and monitoring controls are documented.
- Compliance and contact-centre leaders reviewing whether a voice agent is safe to expose to customers or citizens.
- Consultants building governance packs for voice automation launches across regulated or sensitive workflows.
Requirements
- OpenClaw v2026.3.23 or later recommended.
- Python 3.10+; uses only the Python standard library.
- No API keys required; local-only and non-destructive.
- Input must be inline text or a non-sensitive file inside the skill directory; hidden/sensitive filenames are refused.
Example usage
python3 scripts/voice_governance_audit.py --text "AI disclosure consent; human handoff escalation; transcript retention; QA monitoring; accessibility fallback; allowed intents guardrail"
Expected output excerpt:
{"status":"ok","verdict":"production_ready","missing_controls":[],"controls":{"consent":true,"escalation":true,"retention":true,"monitoring":true,"accessibility":true,"scope":true}}
Marketing copy
Voice Agent Governance Kit gives teams a practical launch-readiness audit for customer-facing voice agents. It checks the controls that matter — consent, escalation, transcript retention, monitoring, accessibility, and scope boundaries — and produces a clear production, pilot, or block verdict before a voice workflow goes live.
QA context
- Viper:
APPROVED_FOR_RELEASEintmp/20260512T0920Z-iceman-remediation/viper-all/summary.jsonafter 2026-05-12 remediation. - Warlock:
SECURITY_CLEAREDinmemory/warlock-security-audit-2026-05-12.md. - Release scope: docs and marketing only; no Stripe product creation, website deployment, or live publishing attempted by Hollywood.