steam — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited steam (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Drives the steam-mcp server (read-only Steam Web API + storefront): 37 tools, plus 5 prompts and 2 resources.
steam_recommend (+ steam_analyze_library for thebacklog they already own), not owned-games + tags + reviews assembled by hand.
steam_should_i_buy (price + lifetime-vs-recent reviewtrend + tags + taste match) in one call.
steam_discover.steam_plan_coop_night.json when you actually need to parse fields.
limit and page with offset; don't pull a2,000-game library or a whole inventory when you need the top few.
steam_search_apps, then reuse it.steam_get_app_details, then steam_get_app_reviews(review_filter='recent' for the trend), steam_get_app_tags, steam_get_current_players.
steam_should_i_buy (pass steamid to personalize). Pricesby region: steam_get_app_regional_pricing. An item/skin's value: steam_get_market_price.
steam_recommend(steamid=…) for new games to get;steam_analyze_library(steamid=…) for the backlog you already own.
steam_find_friends_who_own(appid=…), orsteam_plan_coop_night for what the user and their online friends can all play.
achievements, rarest unlocks, badges, groups, inventory.
target profile's relevant privacy to be Public; otherwise the tool reports no data. That's a Steam limitation, not an error to retry.
Read-only and bring-your-own-key: it only reads public Steam data, talks only to official Steam hosts, and never writes, trades, posts, launches games, or buys anything.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.