Trust Center

AI-assisted development

Last reviewed: 2026-08-20

This page answers a question that increasingly appears in security questionnaires and vendor due diligence: is your software written with AI, and what stops that becoming a defect in our compliance records?

It is a different question from AI handling, which covers how AI is used inside the product to process your data. This page is about how the product itself is built.

The short answer

Yes. Compliance Care uses AI-assisted development. A substantial proportion of the code in the Larenta platform is drafted with the assistance of large language models — currently Anthropic's Claude — working to instructions from our principal.

We state that plainly rather than leaving it to be inferred. What matters is not who drafted a line, but what every line has to survive before it runs against your records.

What every change must pass

Six checks run on every change, and all six block a merge:

CheckWhat it enforces
Type checking and lintingThe whole codebase compiles and passes lint
Unit testsThe full suite — 2,642 tests as at 20 August 2026
Row-level-security gateA real Postgres is started, every migration applied, and the tenant-isolation suite run against it. The boundary that separates one provider's records from another's is tested against the database, not a mock
Dependency scanA high or critical advisory in a production dependency blocks the build
Static analysisSemgrep, including four rules written specifically for this codebase's security model
HygieneIncluding the forbidden-phrasing scan that protects our impartiality position

The four bespoke static-analysis rules are the ones that most directly answer the question on this page. They catch a route added without an authorisation check, use of the privileged database client that bypasses tenant isolation, unsafe HTML rendering, and privileged credentials reachable from browser code. Those are precisely the mistakes an automated drafting tool is most likely to make — so they are machine-checked on every change rather than left to a reviewer's attention.

What we do not claim

Consistent with the rest of this Trust Center: where the honest answer is "not yet", we say so.

Additional rules for AI-assisted work

Where this leaves your contract

Our warranty to you is unchanged by how the code was drafted: we perform the Service with the degree of skill and care reasonably expected of a competent provider (Terms of Service §14.1). Authorship is not a defence and we do not offer it as one.

The full internal control document, including our ISO/IEC 27001:2022 Annex A mapping, is CC-SEC-SDL-001. It is available to customers and prospects on request.

Contact

Questions about this page: info@compliancecare.com.au.

← Back to the Trust Center