-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
79 lines (78 loc) · 5.22 KB
/
terms.html
File metadata and controls
79 lines (78 loc) · 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" href="/nipcode-logo.png" as="image" />
<link rel="stylesheet" href="/_next/static/chunks/0pwsw40vfluf4.css" />
<link rel="icon" href="/nipcode-logo.png" type="image/png" />
<title>Terms · Nipcode</title>
<meta name="description" content="Terms of service for Nipcode. Beta product, MIT-licensed code, fair use rate limits, no warranty." />
<link rel="canonical" href="https://nipcode.xyz/terms" />
<script src="/scramble.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="topbar" aria-label="Primary">
<a class="brand" aria-label="Nipcode home" href="/">
<span class="nipcode-mark" aria-hidden="true" style="--mark-size: 54px"><img alt="" height="54" src="/nipcode-logo.png" width="54" /></span>
<span class="brand-word" aria-hidden="true">Nipcode</span>
</a>
<div class="brand-socials" aria-label="Nipcode links">
<a class="brand-docs-link" href="/docs">Docs</a>
<a class="brand-login-link" href="/account">Login</a>
<a class="brand-icon-button" href="https://github.com/trynipcode/nipcode" target="_blank" rel="noreferrer" title="GitHub" aria-label="GitHub"><img alt="" height="18" src="/github-logo.svg" width="18"/></a>
<a class="brand-icon-button" href="https://x.com/trynipcode" target="_blank" rel="noreferrer" title="X" aria-label="X"><svg aria-hidden="true" viewBox="0 0 24 24" width="18" height="18"><path d="M18.24 2.25h3.31l-7.23 8.26 8.5 11.24h-6.66l-5.21-6.82-5.97 6.82H1.67l7.73-8.84L1.25 2.25h6.83l4.71 6.23 5.45-6.23Zm-1.16 17.52h1.83L7.08 4.13H5.11l11.97 15.64Z" fill="currentColor"/></svg></a>
</div>
</header>
<main class="legal-shell" id="main">
<article class="legal-article">
<header class="legal-hero">
<p class="legal-eyebrow" data-scramble-text data-scramble-duration="600">LEGAL</p>
<h1 class="legal-title">Terms of service.</h1>
<p class="legal-lead">Last updated 2 June 2026. Plain English: it is a beta, we provide no warranty, do not abuse the rate limits, do not resell, trust scores are signals not permission.</p>
</header>
<div class="legal-prose">
<h2>Acceptance</h2>
<p>By using nipcode.xyz, the hosted API, the CLI, or any first-party Nipcode artifact, you accept these terms.</p>
<h2>Beta status</h2>
<p>Nipcode is in public beta. There is no SLA, no uptime guarantee, no compatibility promise on the API surface between minor versions. Breaking changes will be in the changelog.</p>
<h2>License</h2>
<p>The Nipcode source code is published under the MIT License. See <a href="https://github.com/trynipcode/nipcode/blob/main/LICENSE">LICENSE</a>. Trust scores and decision output you receive from the API are yours to use, including commercially.</p>
<h2>Fair use</h2>
<ul>
<li>Rate limit: 60 requests per minute per API key, enforced on the server.</li>
<li>Do not bulk-scrape source registries through our API. Call them directly if you need that.</li>
<li>Do not run automated tests against our endpoints at sustained high rate. Use staging or a local mock.</li>
</ul>
<h2>Prohibited use</h2>
<ul>
<li>Reselling the Nipcode API or the decision response as your own service</li>
<li>Using Nipcode to attack, deanonymize, or harass any upstream package maintainer</li>
<li>Circumventing rate limits, key scoping, or revocation</li>
<li>Submitting deliberately misleading queries to manipulate the decision output</li>
</ul>
<h2>Trust scores are signals</h2>
<p>A high trust score is <strong>not</strong> a guarantee that a package is safe. The install boundary always requires explicit user or host-policy approval. You are responsible for verifying any package before installing it. We disclaim liability for any damage resulting from a decision you made based on our output.</p>
<h2>Intellectual property</h2>
<p>"Nipcode" and the snowflake mark are project marks. See <a href="https://github.com/trynipcode/nipcode/blob/main/TRADEMARKS.md">TRADEMARKS.md</a>. Third-party registry names (npm, PyPI, crates, GitHub, etc.) belong to their owners. We are not affiliated with any of them.</p>
<h2>Termination</h2>
<p>We may revoke any API key at any time without notice if we detect abuse. You may delete your account at any time via the contact path in the privacy policy.</p>
<h2>Changes</h2>
<p>We may update these terms. Material changes will be announced via the GitHub repo and a note in the changelog before they take effect.</p>
<h2>Contact</h2>
<p>Open an issue at <a href="https://github.com/trynipcode/nipcode/issues">github.com/trynipcode/nipcode/issues</a>.</p>
</div>
</article>
</main>
<footer class="site-footer" aria-label="Site footer">
<p class="site-footer-copy">Nipcode © 2026</p>
<nav class="site-footer-links" aria-label="Legal">
<a href="/changelog">Changelog</a>
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
<a href="/faq">FAQ</a>
</nav>
</footer>
</body>
</html>