Skip to main content

List Chat Messages

Retrieves all messages from a specific chat in Microsoft Teams, enabling efficient conversation management.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 44

Curl to non-GitHub URL

SourceSKILL.md
44curl -X GET "http://localhost:8080/rest/microsoft-teams-api/1.0.0/chats/{chat-id}/messages?$top=10" \
low line 15

External URL reference

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

External URL reference

SourceSKILL.md
44curl -X GET "http://localhost:8080/rest/microsoft-teams-api/1.0.0/chats/{chat-id}/messages?$top=10" \
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →