Skip to main content

Add Tab to Channel

Facilitates adding a new tab to a Microsoft Teams channel using the Microsoft Teams API for enhanced team collaboration.

Install this skill

or
87/100

Security score

The Add Tab to Channel skill was audited on Mar 3, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 38

Curl to non-GitHub URL

SourceSKILL.md
38curl -X POST "http://localhost:8080/rest/microsoft-teams-api/1.0.0/teams/{team-id}/channels/{channel-id}/tabs" \
low line 15

External URL reference

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

External URL reference

SourceSKILL.md
38curl -X POST "http://localhost:8080/rest/microsoft-teams-api/1.0.0/teams/{team-id}/channels/{channel-id}/tabs" \
low line 43

External URL reference

SourceSKILL.md
43"[email protected]": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/com.microsoft.teamspace.tab.wiki",
low line 46

External URL reference

SourceSKILL.md
46"contentUrl": "https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki/tab-id-001",
low line 47

External URL reference

SourceSKILL.md
47"websiteUrl": "https://wiki.example.com/project"
low line 58

External URL reference

SourceSKILL.md
58"webUrl": "https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki",
low line 61

External URL reference

SourceSKILL.md
61"contentUrl": "https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki/tab-id-001",
low line 62

External URL reference

SourceSKILL.md
62"websiteUrl": "https://wiki.example.com/project"
Scanned on Mar 3, 2026
View Security Dashboard