TGH Tech
← For founders / ProductLens V1 live

You can read your accounts. You can’t read your software.

Every month you check the numbers, the pipeline and the bank. The one thing you can’t check is the software the business runs on — you only know what the people who built it choose to tell you.

Read a full sample report Get a read on one repository →
01 · What’s in the report

Readable in one sitting. No code, no jargon.

What you own

The inventory: what exists, where it runs, what it depends on, and what is in someone else’s account rather than yours.

Claimed versus real

What your documentation claims, checked against what the code actually does — with the file and the line.

Risks, ranked by cost

Ordered by what they would cost the business rather than by technical severity, each with a plain fix.

Where effort should go

And it is dated — so it can be run again in six months and compared, rather than argued about from memory.

Three depths: Sweep (broad, fast, start here) · Deep (priority subsystems) · Continuous, which is Recon rather than a report.

02 · One real finding, rather than a page of claims

The documentation said card payments ran through one provider, with encrypted passwords.

The code used a different provider entirely. The encryption library was named in the file — imported, listed in the dependencies — but never actually called. Passwords were being written as they arrived.

They found out from us in week one, not from a breach.

03 · Not a screenshot, not a gated download

A complete report, on the page, on a codebase of ours.

Open it and read it end to end, with the uncomfortable findings left in. It turns a cold offer into something inspectable before anyone pays — and the honesty is the marketing.

Open the report →
04 · How we handle your code

Four commitments, and they are the whole of it.

Read-only access.Scoped to the repositories in question, and revocable by you at any point.

Code never executed.The read is static. Nothing of yours runs on our machines.

Source never kept.The report is the artifact. Your source does not persist with us after it.

Secrets filtered first.Credentials are stripped before anything is analysed — and we tell you which ones we found.

05 · Where it leads

The read finds it. Self-governed build stops it coming back.

Self-Governed Build → Or just get the read first →

Where the product itself lives: productlens.report