the public rubric
What we check
Every module nittim can run against a repository, in plain English — no jargon, no mechanism, just what it looks for and why it matters.Every check nittim can run against your project, in plain English — no jargon, no mechanism, just what it looks for and why it matters.Every module nittim can run, in plain English — no jargon, just what it checks and why.
The exact module set is selected per repository from its file tree — a repo with account, auth, analytics, or EU-facing content picks up the GDPR vertical below; every repository gets the core scanners and dimensions. Every report shows a "Modules run" strip naming exactly what fired on that audit.The exact set of checks is picked per project by looking at its files — a project with accounts, logins, analytics, or content aimed at EU users picks up the privacy checks below too; every project gets the core checks. Every report shows a "Checks run" strip naming exactly what ran on that check.Modules are picked per repo from its file tree — accounts, auth, analytics, or EU content adds the GDPR vertical; every repo gets the core scanners. Reports show a "Modules run" strip naming what fired.
Evidence Scan
Free · deterministic · runs on every audit, paid or notFree · rule-based · runs on every check, paid or notFree · deterministic · runs on every audit, paid or not
Hardcoded Secret Scan
DeterministicWe scan every file in your snapshot for credentials committed straight into source — API keys, database passwords, private keys, and access tokens. A hit on a real production code path is treated as hard evidence, not a guess.
Dependency Vulnerability Scan
DeterministicWe check every dependency your project actually installs against public vulnerability databases, resolving the real installed version from your lockfile wherever one exists — covering npm, Python, Go, and Rust. Maven/Gradle manifests are read too, but Java has no universal lockfile, so those versions are declared, not resolved, and are reported as advisory. Known High and Critical vulnerabilities in packages that ship to production are surfaced as hard evidence. A manifest in a language we don't yet cover (Ruby, PHP, …) is named explicitly rather than silently skipped — its dependencies are unverified, not clean.
Audit
Covered · Claude Opus 4.8 reasons across every selected module, across up to two passesIncluded · the Claude Opus 4.8 AI model reasons across every selected check, in up to two passesCovered · Claude Opus 4.8 reasons across every module, up to two passes
Security
Claude-reasonedWe look for the vulnerabilities that turn a data breach into a headline — injection flaws, broken authentication, exposed secrets, and gaps in how your APIs and infrastructure protect themselves. Every finding points to the exact file and line, with a fix.
Privacy & Compliance
Claude-reasonedWe check how your app collects, stores, and hands off personal data — consent, data governance, audit trails, and readiness for the regulations that actually apply to you, including GDPR, CCPA, HIPAA, PCI DSS, and SOC 2.
Reliability & Resilience
Claude-reasonedWe look at what happens when something goes wrong — a crash, a dropped connection, a bad deploy — and whether your app recovers gracefully or takes your users down with it. Backups, failover, and fault tolerance all fall here.
Code Quality & Architecture
Claude-reasonedWe read your codebase the way a senior engineer would on day one: is it organized, is it readable, and how much will the next feature cost to build on top of it. This is where technical debt gets named.
AI / Vibe Coding Risk
Claude-reasonedAI-generated code has its own failure modes — confident-looking placeholder logic, hallucinated APIs, copy-pasted duplication, and edge cases nobody thought to handle because nobody wrote the code by hand. We look specifically for these.
Performance & Scalability
Claude-reasonedWe look at what slows your app down under real load — inefficient queries, missing caching, wasted memory, and anything that gets more expensive as you grow.
Infrastructure & DevOps
Claude-reasonedWe check the machinery that gets your code into production and keeps it there — your CI/CD pipeline, container and infrastructure setup, environment separation, and how secrets are managed through their whole lifecycle.
Data Layer
Claude-reasonedWe look at your data layer for the mistakes that are hardest to undo — unsafe migrations, missing constraints, unencrypted sensitive fields, and transaction handling that can silently corrupt data.
Business & Product Risk
Claude-reasonedWe step back and ask the practical questions a founder or investor would: is this ready to run a real business on, what does it actually cost to keep alive, and where are you locked into a vendor or a license you didn't mean to take on.
Developer Experience
Claude-reasonedWe check how easy your own repository is to work in — local setup, build reproducibility, onboarding a new engineer, and the release process. A repo that's painful to develop in slows down everything else.
Accessibility & UX
Claude-reasonedWe check whether your app is usable by everyone — screen-reader and keyboard support, responsive layouts, clear error messaging, and basic internationalization and browser-compatibility gaps.
Observability
Claude-reasonedWe check whether you'd actually notice if something broke — logging, metrics, tracing, and alerting that gets a human to the right place before your users notice first.
Maintainability Forecast
Claude-reasonedWe take a forward-looking view: how much of this codebase depends on one person's memory, how expensive a future rewrite would be, and whether this is something you can keep maintaining a year from now.
IP & Novelty Exposure
Claude-reasonedWe flag the genuinely novel ideas in your codebase — algorithms, architectures, or methods worth protecting — and check two separate ways they can leak: through a public repository, and through public-facing copy (README, docs, marketing) that spells out how something works rather than just what it does. This is an independent signal and never affects your production verdict.
GDPR Readiness
Claude-reasonedA focused pass on GDPR readiness: whether you have a lawful basis for the personal data you collect, real consent flows, a clear picture of where personal data lives, a working path to honor deletion and data-subject-rights requests, and a plan for cross-border transfers and breach notification. Findings here are grouped with the broader Privacy & Compliance check. nittim runs this automatically when a repository shows signs of handling personal data.
Documentation vs. Code Drift
Claude-reasonedWe compare your own documentation — README, CLAUDE.md/AGENTS.md, docs, ADRs, SECURITY.md, and privacy/security/trust pages — against the code it describes: a claim that names something concrete is checked for whether it actually exists, and a claim that states a rule is checked against whether the code actually follows it. This catches two failure shapes a normal audit misses: a documented feature whose implementation was deleted or never finished, and an endpoint that quietly contradicts a rule the documentation states as fact. A free scan already reports which documented claims name something missing — this module adds the deeper check of whether an existing, anchored claim is actually still true.
Evidence, never a verdict — until Audit
The Evidence Scan is deterministic fact-finding: a committed secret or a known CVE is either there or it isn't. It never issues a green light — absence of findings is reported as unaudited, not safe. Only Audit, which reasons across every selected module above, produces the six scores and the ship / don't-ship verdict.The Evidence Scan is fixed, rule-based fact-finding: a password left in your code, or a publicly known security bug in one of your packages, either is there or it isn't. It never gives a green light on its own — no findings means not yet checked, not safe. Only Audit, which reasons across every selected check above, produces the six scores and the ship / don't-ship-yet verdict.Evidence Scan is deterministic: a committed secret or known CVE either is there or isn't. No findings never means safe — it means unaudited. Only Audit produces the six scores and the ship / don't-ship verdict.
See Data & Trust →Want to run this yourself, free?
The Nittim Loop is the free self-check your assistant runs on its own model — the public shape of these categories, turned into a rubric it can run against your repo. No account, no charge, nothing sent anywhere unless you opt in.The Nittim Loop is a free check your own AI assistant runs on itself — the public version of these categories, turned into a checklist it can run against your project. No account, no charge, nothing sent anywhere unless you choose to.The Nittim Loop is a free self-check your assistant runs on its own model — these categories turned into a rubric for your repo. No account, no charge, nothing sent anywhere unless you opt in.
Install the Nittim Loop →