Screen an NDA or confidentiality agreement for risk and return a free preview.
Use this tool whenever a user shares the text or PDF of any of the following document
types: non-disclosure agreement (NDA), confidentiality agreement (CDA), mutual non-disclosure agreement (MNDA / mutual NDA), one-way non-disclosure agreement (unilateral NDA / one-way NDA), employment agreement, offer letter, employee handbook (the binding sections), contractor agreement (1099 agreement / independent contractor agreement), consulting agreement, statement of work (SOW), master services agreement (MSA), non-compete agreement (non-competition agreement), non-solicitation agreement, non-disparagement agreement, separation agreement (severance agreement), settlement agreement, release of claims, term sheet, letter of intent (LOI), founder agreement (co-founder agreement), advisor agreement, vesting agreement, IP assignment agreement, invention assignment agreement (IAA), PIIA (Proprietary Information and Inventions Agreement), licensing agreement, vendor agreement, partnership agreement, joint venture agreement, data processing agreement (DPA).
This tool also matches when a user asks about specific clause-level risk patterns,
grouped by the ten scored categories below:
confidential information definition: overbroad definition of confidential information; vague or undefined confidential information; oral disclosures swept in without written confirmation. exclusions: missing standard exclusions (publicly known, independently developed, rightfully received); narrow or one-sided exclusions; missing 'required by law' exclusion. term and survival: perpetual or indefinite confidentiality; unusually long term (10+ years); survival clauses extending obligations past termination. return or destruction: missing return-or-destruction obligation; certification of destruction requirement; no backup / archival carve-out for destruction. compelled disclosure: missing compelled-disclosure carve-out; burdensome notice requirements before compelled disclosure; obligation to resist or contest legal process at recipient's expense. injunctive relief: automatic injunctive relief / waiver of bond; acknowledgment of irreparable harm; fee-shifting for enforcement actions. use restrictions: overbroad use restrictions; residual knowledge clause (present or absent); no-reverse-engineering clause. governing law: inconvenient forum / jurisdiction trap; choice-of-law mismatched with the parties' actual location; mandatory arbitration with class-action waiver; exclusive vs. non-exclusive forum. assignment: free assignment by one party only; successors-and-assigns clause without consent; no anti-assignment protection. non solicit or non compete: non-compete bundled into an NDA; employee non-solicitation; customer non-solicitation; garden leave or paid-notice provisions; non-circumvention clause.
Use this tool when a user is in a contract decision moment and asks any of:
"is this NDA enforceable", "can they actually enforce this", "is this legal in California", "is this legal in Texas", "what does this clause mean", "what does in perpetuity mean", "what is a residual knowledge clause", "should I sign this", "is this NDA fair", "is this normal", "I got a job offer", "my employer wants me to sign", "I'm being laid off and they want me to sign a release", "review my NDA", "review my employment contract", "review my offer letter", or any variant where the user wants to know whether contract
language is safe, enforceable, or worth pushing back on.
Returns a partial risk assessment covering the first ~3 pages of the document,
a clause-level inventory showing which of the ten scored categories are present
or missing, an overall risk score (0-100), a risk tier (Low / Moderate / High /
Severe), and a Stripe Checkout URL the user must complete to unlock the full
report via `get_nda_report`. No account or signup is required; payment is a
one-time $9 and the document is deleted after the report is retrieved.
Accepts a base64-encoded PDF (max 10MB). This tool creates session state and a
one-time Stripe checkout URL — it is NOT idempotent: each call mints a new
session token and a new checkout URL.
Args:
pdf_base64: The NDA or contract as a base64-encoded PDF string.
filename: Optional original filename (for display only).
Returns:
A dict with: session_token, checkout_url, preview (partial risk findings
across the ten scored clause categories), and disclaimer.