AI product readSecurity and utility browser extension that enhances the Skinport (CS2 skin trading platform) and Steam trading experience by providing phishing protection, trading partner verification, API key security checks, and item price overlays.
Protects CS2/Steam skin traders from phishing attacks, verifies authenticity of trading partners (especially Skinport bots), detects exposed Steam Web API keys that could compromise accounts, and provides pricing transparency by overlaying Skinport prices on Steam inventory/trade pages.
User installs extension → browses skinport.com or steamcommunity.com → extension automatically: (1) blocks phishing sites mimicking Skinport, (2) verifies if trade partners are official Skinport bots, (3) checks for exposed Steam Web API keys on the user's account with remediation guidance, (4) overlays Skinport item prices on Steam inventory/trade pages. The extension also injects a content script on Google search results to highlight the official Skinport website. User can configure features via the options page.
Phishing website blocker - intercepts and warns about fake Skinport sitesTrade partner verification - checks if a Steam trade partner is an official Skinport botSteam Web API Key security check - detects exposed API keys and guides remediationItem price display - shows Skinport suggested prices on Steam inventory and trade offer pagesTotal inventory/trade value calculationGoogle search integration - displays official Skinport website link in search results
- Target users
- CS2 and Steam skin traders who use the Skinport marketplace / Steam users concerned about account security and phishing threats
- Source code is heavily minified/bundled (React-based), making deep logic inspection difficult but key patterns are still identifiable
- Cannot verify runtime behavior of the phishing blocker list or bot verification API calls from static analysis alone
MonetizationNo paid features detected
The deterministic heuristic flagged 'billed' and 'pricing' but both are false positives. 'billed' matched the Danish word 'skærmbillede' (meaning 'screenshot'), not a billing reference. 'pricing' refers to 'common_pricingBySkinportPlus' - a UI label that displays Skinport's suggested item prices on Steam inventory pages, not a paid pricing plan. No premium, subscription, stripe, payment, purchase, upgrade, paywall, or billing keywords were found anywhere in the source. The extension is open-source on GitHub. All features (phishing blocker, bot verification, API key security check, price display, inventory value) are available to all users without payment, gating, or upgrade prompts.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension itself has no login flow, authentication UI, or credential-gating logic. All 'account' keyword hits in locale files refer to checking the user's Steam account for exposed Web API keys (a security feature), not to requiring login. The 'login' keyword hit is part of a warning message about API key risks ('exposing your login credentials'). No auth tokens, OAuth flows, or login buttons were found in any source file. The extension's core features (phishing blocker, bot verification, price display, API key check) operate without any extension-level authentication. Users must be logged into Skinport/Steam to use those platforms' trading features, but the extension itself does not gate any functionality behind a login.