steam-api
Guides users in making requests to the Steam Web API for retrieving user data, game information, and player statistics.
Install this skill
or
88/100
Security score
The steam-api skill was audited on Mar 8, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 12
External URL reference
SourceSKILL.md
| 12 | To use the Steam Web API, you need an API key. Users can obtain one at: https://steamcommunity.com/dev/apikey |
low line 21
External URL reference
SourceSKILL.md
| 21 | https://api.steampowered.com/{interface}/{method}/{version}?{parameters} |
low line 24
External URL reference
SourceSKILL.md
| 24 | - **Base URL:** `https://api.steampowered.com` |
low line 120
External URL reference
SourceSKILL.md
| 120 | url = f"https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key={STEAM_API_KEY}&steamids={steamid}" |
low line 129
External URL reference
SourceSKILL.md
| 129 | GET https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key={key}&steamids={steamid} |
low line 134
External URL reference
SourceSKILL.md
| 134 | GET https://api.steampowered.com/IPlayerService/GetOwnedGames/v1/?key={key}&steamid={steamid}&include_appinfo=true |
low line 139
External URL reference
SourceSKILL.md
| 139 | GET https://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v1/?key={key}&steamid={steamid}&count=5 |
low line 144
External URL reference
SourceSKILL.md
| 144 | GET https://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?key={key}&vanityurl={username} |
low line 149
External URL reference
SourceSKILL.md
| 149 | GET https://api.steampowered.com/ISteamNews/GetNewsForApp/v2/?appid={appid}&count=5 |
low line 154
External URL reference
SourceSKILL.md
| 154 | GET https://api.steampowered.com/IDOTA2Match_570/GetMatchHistory/v1/?key={key}&account_id={account_id}&matches_requested=10 |
low line 182
External URL reference
SourceSKILL.md
| 182 | - Steam Web API Documentation: https://steamwebapi.azurewebsites.net/ |
low line 183
External URL reference
SourceSKILL.md
| 183 | - Steam API Key Registration: https://steamcommunity.com/dev/apikey |
Scanned on Mar 8, 2026
View Security Dashboard