Skip to main content

Create Chat

Facilitates the creation of new chats in Microsoft Teams using its API, enabling streamlined communication for teams.

Install this skill

or
91/100

Security score

The Create Chat skill was audited on Mar 3, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Curl to non-GitHub URL

SourceSKILL.md
35curl -X POST "http://localhost:8080/rest/microsoft-teams-api/1.0.0/chats" \
low line 15

External URL reference

SourceSKILL.md
15- **Base URL**: `http://localhost:8080/rest/microsoft-teams-api/1.0.0`
low line 35

External URL reference

SourceSKILL.md
35curl -X POST "http://localhost:8080/rest/microsoft-teams-api/1.0.0/chats" \
low line 45

External URL reference

SourceSKILL.md
45"[email protected]": "https://graph.microsoft.com/v1.0/users/user-id-001"
low line 50

External URL reference

SourceSKILL.md
50"[email protected]": "https://graph.microsoft.com/v1.0/users/user-id-002"
Scanned on Mar 3, 2026
View Security Dashboard