AnveVoice OpenClaw Skill enables voice AI integration for websites. This document outlines security considerations, data handling, and external dependencies.
| Attribute | Value |
|---|---|
| Scan Date | February 21, 2026 |
| Detection Rate | 0/62 vendors flagged as malicious |
| Status | ✅ CLEAN |
| File | SKILL.md (16.63 KB) |
| SHA256 Hash | f3c788a5cfa2a01b67edd6af451ee6748944818f20b7d51203ecf5cf8d4c837b |
View Full Scan Report on VirusTotal →
This skill communicates with the following endpoints:
| Endpoint | Purpose | Data Transmitted |
|---|---|---|
https://aaxlcyouksuljvmypyhy.supabase.co/functions/v1/anve-mcp |
MCP server | API requests, bot configs |
https://anvevoice.com |
Dashboard & docs | Auth tokens, analytics |
When you deploy a voice bot, the following external script is embedded in your website:
<script src="https://anvevoice.com/embed.js"
data-bot-id="YOUR_BOT_ID"
async>
</script>What this script does:
- Loads the voice widget UI in the visitor's browser
- Captures microphone input (with user permission)
- Transmits voice data to AnveVoice servers for processing
- Displays AI responses and handles conversation flow
Data collected from visitors:
- Voice recordings (if enabled)
- Conversation transcripts
- Browser metadata (for analytics)
- Optional: Contact info (email, phone) if shared during conversation
- API Key Required:
ANVEVOICE_API_KEY(starts withanvk_) - Storage: Environment variable only — never hardcoded
- Scope: Configure minimal required permissions at anvevoice.com/developer
| Use Case | Recommended Scope |
|---|---|
| Read-only analytics | Read Only |
| Bot management | Bots + Knowledge |
| Lead extraction | Leads + Analytics |
| Full access | Full Access (admin only) |
-
Use environment variables:
export ANVEVOICE_API_KEY=anvk_your_key_here -
Minimize API key scope:
- Don't use "Full Access" unless necessary
- Create separate keys for different environments (dev/staging/prod)
-
Rotate keys regularly:
- Revoke old keys at anvevoice.com/developer
- Generate new keys every 90 days
-
Monitor usage:
- Check analytics for unexpected activity
- Review conversation logs periodically
-
HTTPS required: Widget only works on HTTPS sites (for microphone security)
-
Privacy policy:
- Disclose voice data collection in your privacy policy
- Link to AnveVoice's privacy policy: https://anvevoice.com/privacy
-
User consent:
- Widget requests microphone permission before recording
- Users can decline and use text input instead (if configured)
-
Data retention:
- Configure recording retention in AnveVoice dashboard
- Default: 30 days (adjustable)
| Regulation | Status | Notes |
|---|---|---|
| GDPR | ✅ Compliant | Data processing agreement available |
| CCPA | ✅ Compliant | California privacy rights supported |
| HIPAA | Contact for BAA if handling PHI |
If you discover a security vulnerability:
- Email: security@anvevoice.com
- Subject: [SECURITY] Brief description
- Do not publicly disclose until patched
We follow responsible disclosure and will acknowledge within 24 hours.
[](https://www.virustotal.com/gui/file/f3c788a5cfa2a01b67edd6af451ee6748944818f20b7d51203ecf5cf8d4c837b?nocache=1)