Stop blindly agreeing to Terms of Service. TOSTask analyzes any privacy policy or TOS in seconds, right in your browser, with no personal data collected.
Available on the Chrome Web Store
Terms of Service documents average over 8,000 words. Longer than most short stories. Yet we click "I Agree" without reading a single sentence. That's not informed consent, it's a blind bet.
TOSTask was built to change that. It reads the document for you, identifies the clauses that actually matter: your data rights, content ownership, liability caps, termination policies, and gives you a plain-English verdict in seconds.
No legal degree required. No data collected. Just clarity.
Four powerful tools, one click away. TOSTask surfaces what legal teams bury.
Every significant clause is extracted, categorized as Good, Concerning, or Cautionary, and explained in plain English, with the exact text available on demand.
Navigate to any Terms of Service or Privacy Policy page, click Analyze and get your results in seconds. No copy-paste, no account required.
Each policy receives a numerical score across Safety, Security, and Privacy dimensions, giving you an at-a-glance read on how user-friendly the company really is.
TOSTask analyzes content directly in your browser session. No text is stored, no profiles are built. We protect your privacy while helping you protect it.
Regex-powered page detection automatically recognizes ToS and Privacy Policy pages, so the extension activates right when you need it and stays quiet when you don't.
No legalese. Each finding is explained the way a knowledgeable friend would explain it: concise, honest, and actually useful when deciding whether to click "Agree."
TOSTask doesn't just give you a number. It reads the entire document, identifies every significant clause, and tells you exactly what it means for you, organized by impact.
Built for real people, not lawyers. Install once, protect yourself forever.
Add TOSTask to Chrome in one click. No sign-up, no account, no email required. It's free and always will be.
Visit any Terms of Service or Privacy Policy page. TOSTask automatically detects it and lights up, ready to analyze.
Click "Analyze This Page." Within seconds, receive a full clause breakdown, trust scores, and plain-English summaries.
TOSTask combines cutting-edge AI with smart engineering to deliver reliable, fast analysis every time.
Anthropic's fastest model powers every analysis. Haiku's speed and cost-efficiency means you get results in seconds, not minutes. That speed matters a lot in a browser extension.
Before any API call is made, a custom regex engine scans the page URL and DOM structure to confirm it's a genuine Terms of Service or Privacy Policy, filtering out false positives and saving API calls.
A lightweight Express server handles Claude API proxying, keeping credentials server-side and out of the extension bundle. Deployed on Railway for reliable uptime.
Built on MV3 for maximum security and performance. Content scripts, service workers, and a popup UI work together seamlessly across any web page.
No database. No user accounts. No cookies or tracking. Each analysis is a stateless request: text in, analysis out, nothing retained. What you read stays with you.
// 1. Detect ToS page via regex const TOS_PATTERNS = [ /terms(-of)?-?(service|use)/i, /privacy-?policy/i, /user-?agreement/i, ]; function isTOSPage(url, bodyText) { return TOS_PATTERNS.some(p => p.test(url) || p.test(bodyText) ); } // 2. Send to Claude Haiku for analysis const response = await anthropic.messages.create({ model: "claude-haiku-4-5-20251001", max_tokens: 2048, messages: [{ role: "user", content: `Analyze this Terms of Service. Return JSON with: scores (safety, security, privacy 0-100), clauses (good[], concerning[], caution[]), summary. Document: ${tosText}` }] }); // 3. Parse structured response const analysis = parseAnalysis( response.content[0].text ); // 4. Return to extension popup // Nothing stored. Session ends here.
Congressional App Challenge WinnerTOSTask started with a simple frustration: every time I signed up for a new service, I was asked to agree to a document I'd never actually read, and realistically never would. These agreements are engineered to be ignored, written in language that obscures more than it reveals.
I built TOSTask to flip that dynamic. The same technology companies use to write these terms can be used to explain them. The result is an extension that helps everyone, not just lawyers, actually understand what they're agreeing to.
I also won the Congressional App Challenge, a national competition recognizing student-built software with real societal impact, for a separate project called MentalMagic. That experience pushed me to keep building things that actually help people. TOSTask is the next one.
"Companies write ToS to protect themselves. I built TOSTask to protect you."
It would be deeply ironic for a privacy tool to violate yours. Here's exactly what we don't do.
TOSTask does not store any text you analyze, any URLs you visit, or any results generated. Every analysis is a stateless, ephemeral transaction.
There is no sign-up. No login. No profile. We don't know who you are, and we don't need to. The extension works completely anonymously.
No analytics SDK. No session recording. No advertising pixels. We don't track which sites you visit or how you use the extension.
API credentials never leave our server. The extension only accesses page content when you explicitly click "Analyze This Page" and never runs in the background.
Read our full Privacy Policy →
Join the users who stopped clicking "I Agree" in the dark. It takes less than 10 seconds to install.
Add TOSTask to Chrome for Free