TOSTask is now live on the Chrome Web Store. Try it free today. Get it now →

Know what you
signed up for.

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.

Add to Chrome. It's Free. See it in action →
TOSTask browser extension analyzing a terms of service page
Chrome Available on the Chrome Web Store
Works on any ToS or Privacy Policy
Powered by Claude AI
Free to use
TOSTask full breakdown interface showing good and concerning clauses
100
Point trust score per policy

The fine print always had teeth.

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.

✓ Content Ownership ✓ Data Sharing ✓ Account Termination ✓ Liability Limits ✓ Arbitration Clauses

Everything you need to stay informed.

Four powerful tools, one click away. TOSTask surfaces what legal teams bury.

Full Clause Breakdown

Every significant clause is extracted, categorized as Good, Concerning, or Cautionary, and explained in plain English, with the exact text available on demand.

Instant Analysis

Navigate to any Terms of Service or Privacy Policy page, click Analyze and get your results in seconds. No copy-paste, no account required.

Trust Score (0–100)

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.

Privacy-First Design

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.

Smart Detection

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.

Plain-English Summaries

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."

amazon.com/gp/help/terms
TOSTask TOSTask v2.0.1 BETA
😐
Seems Okay
Some points to be aware of
Safety
72
Security
68
Privacy
65
3
Good
5
Concerning
1
Caution
✓ Good
You retain ownership of your content
Content deletion process is defined
No direct sale of personal data
Concerning
Broad content license with modification rights
Data shared across company affiliates
Unilateral account termination without cause

Clause by clause.
Plain and simple.

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.

  • Good clauses highlighted in green: rights and protections that favor you
  • Concerning clauses flagged in amber: terms worth reading before you agree
  • Caution items marked in red: potential dealbreakers or deceptive practices
  • Every finding expandable to show the actual source text from the document
  • Safety, Security, and Privacy scored independently for nuanced insight

Three steps. Zero effort.

Built for real people, not lawyers. Install once, protect yourself forever.

1

Install the Extension

Add TOSTask to Chrome in one click. No sign-up, no account, no email required. It's free and always will be.

2

Navigate to Any TOS

Visit any Terms of Service or Privacy Policy page. TOSTask automatically detects it and lights up, ready to analyze.

3

Get Your Breakdown

Click "Analyze This Page." Within seconds, receive a full clause breakdown, trust scores, and plain-English summaries.

Built with precision.
Powered by intelligence.

TOSTask combines cutting-edge AI with smart engineering to deliver reliable, fast analysis every time.

AI Core

Claude Haiku (claude-haiku-4-5-20251001)

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.

Detection

Regex Page Recognition

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.

Backend

Node.js + Express API

A lightweight Express server handles Claude API proxying, keeping credentials server-side and out of the extension bundle. Deployed on Railway for reliable uptime.

Extension

Chrome Extensions API (Manifest V3)

Built on MV3 for maximum security and performance. Content scripts, service workers, and a popup UI work together seamlessly across any web page.

Privacy

Stateless Architecture

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.

analyze.js: core analysis pipeline
// 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.
JavaScript Node.js Express Anthropic SDK Chrome MV3 Railway

Built by someone who actually builds things.

Founder of TOSTask
TrophyCongressional App Challenge Winner
TOSTask Founder
Developer · Congressional App Challenge Winner (MentalMagic)

TOSTask 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."

We protect your privacy.
Full stop.

It would be deeply ironic for a privacy tool to violate yours. Here's exactly what we don't do.

No data storage

No Data Storage

TOSTask does not store any text you analyze, any URLs you visit, or any results generated. Every analysis is a stateless, ephemeral transaction.

Anonymous

No User Accounts

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 tracking

No Tracking

No analytics SDK. No session recording. No advertising pixels. We don't track which sites you visit or how you use the extension.

Secure

Secure by Design

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 →

Ready to read before you agree?

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