Skip to main content

azure-communication-callautomation-java

Facilitates the creation of call automation workflows using Azure Communication Services, enhancing IVR and call management capabilities.

Install this skill

or
81/100

Security score

The azure-communication-callautomation-java skill was audited on Feb 28, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50| `CallAutomationEventParser` | Parse webhook events from ACS |
low line 76

Webhook reference - potential data exfiltration

SourceSKILL.md
76// From Event Grid webhook - IncomingCall event
medium line 185

Webhook reference - potential data exfiltration

SourceSKILL.md
185## Handle Events (Webhook)
low line 191

Webhook reference - potential data exfiltration

SourceSKILL.md
191// In your webhook endpoint
low line 32

External URL reference

SourceSKILL.md
32.endpoint("https://<resource>.communication.azure.com")
low line 67

External URL reference

SourceSKILL.md
67.setCallbackUrl("https://your-app.com/api/callbacks");
low line 81

External URL reference

SourceSKILL.md
81"https://your-app.com/api/callbacks");
low line 106

External URL reference

SourceSKILL.md
106.setUrl("https://storage.blob.core.windows.net/audio/greeting.wav");
low line 245

External URL reference

SourceSKILL.md
245AZURE_COMMUNICATION_ENDPOINT=https://<resource>.communication.azure.com
low line 246

External URL reference

SourceSKILL.md
246AZURE_COMMUNICATION_CONNECTION_STRING=endpoint=https://...;accesskey=...
low line 247

External URL reference

SourceSKILL.md
247CALLBACK_BASE_URL=https://your-app.com/api/callbacks
Scanned on Feb 28, 2026
View Security Dashboard