Get Tab
Retrieves properties and relationships of a specific tab in a Microsoft Teams channel using the Microsoft Teams API.
Install this skill
or
90/100
Security score
The Get Tab skill was audited on Mar 3, 2026 and we found 6 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
| 38 | curl -X GET "http://localhost:8080/rest/microsoft-teams-api/1.0.0/teams/{team-id}/channels/{channel-id}/tabs/{tab-id}" \ |
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
| 38 | curl -X GET "http://localhost:8080/rest/microsoft-teams-api/1.0.0/teams/{team-id}/channels/{channel-id}/tabs/{tab-id}" \ |
low line 48
External URL reference
SourceSKILL.md
| 48 | "webUrl": "https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki", |
low line 51
External URL reference
SourceSKILL.md
| 51 | "contentUrl": "https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki/tab-id-001", |
low line 52
External URL reference
SourceSKILL.md
| 52 | "websiteUrl": "https://wiki.example.com/project" |
Scanned on Mar 3, 2026
View Security Dashboard