← Blog

Australia Privacy Act AI Audit Evidence: What the OAIC Asks For and Where Each Artifact Comes From

Australia has no dedicated AI Act. AI that processes personal information is governed under the Privacy Act 1988 and the Australian Privacy Principles, enforced by the OAIC, with new automated decision-making transparency obligations from the Privacy and Other Legislation Amendment Act 2024 taking effect 10 December 2026. When the OAIC opens an inquiry, it asks for evidence, not intent. This walks the specific artifacts an AI privacy review produces and marks which system each one has to come from.

ByParminder Singh· Founder & CEO, DeepInspect Inc.
Compliance & Regulationcomplianceai-governanceregulationauditai-security
Australia Privacy Act AI Audit Evidence: What the OAIC Asks For and Where Each Artifact Comes From

Australia regulates AI without an AI Act. When an organisation runs a model over personal information, the Privacy Act 1988 (Cth) and the thirteen Australian Privacy Principles (APPs) apply in full, and the Office of the Australian Information Commissioner (OAIC) enforces them. The Privacy and Other Legislation Amendment Act 2024 received Royal Assent on 10 December 2024 and added automated decision-making transparency obligations that take effect 10 December 2026, with the OAIC gaining infringement-notice and civil-penalty powers. The OAIC also published guidance in October 2024 on using commercial AI products and on training generative models.

An OAIC inquiry does not test your policy language. It tests whether you can produce records of what actually happened when personal information reached a model. The moment that matters is one HTTPS POST leaving your network with a context window attached. I want to walk the evidence artifacts a review expects, because Australian AI programmes tend to have the policy and not the proof.

The per-request record

The foundational artifact is a log of every AI request that carried personal information: who the caller was, what was sent, which model received it, and what came back. Under APP 11 (security of personal information), the OAIC expects you to show that access to that channel was controlled and monitored. A general application log rarely holds this, because the application authenticates the user upstream and then calls the model with a shared service credential, so the identity that matters is gone by the time the request leaves.

The evidence has to bind the corporate identity of the person or agent to the specific prompt. That binding is the difference between "an employee used AI" and "this named user sent this classification of data to this model at 14:32 on this date."

The automated-decision transparency record

From 10 December 2026, an APP entity that uses computer systems, including AI, to make decisions that significantly affect an individual must disclose that use in its privacy policy. When the OAIC probes a specific complaint, the policy statement is the start, and the audit question is sharper: for this individual, was a substantially automated decision made, on what inputs, and could the person seek human review. This is the same terrain as GDPR Article 22 automated decisions, and the evidence is a per-decision record tying the input prompt to the output and the policy that governed it.

The cross-border disclosure record

APP 8 governs disclosure of personal information overseas. A prompt sent to a US-hosted model endpoint is a cross-border disclosure the moment it leaves. The OAIC asks which destinations received personal information and under what basis. A record of the model endpoint, its hosting region, and the classification of data in the prompt answers that question directly. Teams that route through multiple providers need AI data residency controls that log the destination per request, because a quarterly vendor list does not show which prompt went where.

The security and access-control record

APP 11 requires reasonable steps to protect personal information. For AI traffic, that means evidence of who could send what to which model, and proof the boundary held. Static, shared API keys undercut this, because they grant permanent full access to the model API for any caller. Per-role, per-route policy at the request boundary produces the access evidence the OAIC expects, and it produces it as a byproduct of enforcement rather than as a separate reporting exercise.

Why application logs fail the independence test

An application that makes the AI call and also writes the compliance log is auditing itself. That record fails under three conditions: selective logging that captures successes and misses edge cases, suppression by the same system that erred, and loss when the process crashes after the model responds but before the log commits. I argued this at length in You Own the AI Liability, Not the Vendor. Regulators in every mature regime expect the system under review to be separate from the system generating the record, and the OAIC's posture is no different. The unglamorous truth is that most teams discover this gap during the inquiry, which is the worst possible time.

DeepInspect

This is the evidence layer Australian AI programmes are usually missing. DeepInspect sits inline between your users or agents and the LLM APIs they call. For every request it evaluates identity, data classification, and policy, then writes a signed, tamper-evident record before the response returns to the application. That record carries the corporate identity of the caller, the data classification in the prompt, the model endpoint and its region, the decision applied, and the response.

When the OAIC asks what personal information reached which model, whether a substantially automated decision was made, and where data was disclosed, the answer is a query against records the application never had custody of. The controls mapping for the Australian Privacy Principles shows how each obligation lines up with an enforcement point. Book a technical deep dive at deepinspect.ai.

Frequently asked questions

Does the Privacy Act apply to AI if Australia has no AI Act?

Yes. The Privacy Act 1988 and the Australian Privacy Principles apply to any handling of personal information, including processing by AI systems. A missing AI Act does not lighten the obligations; it distributes them across the APPs, the Notifiable Data Breaches scheme, and, from 10 December 2026, the automated decision-making transparency rules. Enforcement of all of it sits with the OAIC.

What changes on 10 December 2026?

The automated decision-making transparency obligations from the Privacy and Other Legislation Amendment Act 2024 take effect. APP entities must update their privacy policies to describe automated decisions that significantly affect individuals, including the kinds of personal information used. The OAIC also gains infringement-notice and civil-penalty powers for privacy-policy failures, so the practical exposure shifts from reputational to financial.

What is the single most important AI audit artifact under the Privacy Act?

The per-request record that binds a named corporate identity to the specific prompt, the model it reached, and the response. That artifact supports APP 11 security evidence, APP 8 cross-border evidence, and the automated-decision transparency evidence at once. Without it, an organisation can describe its intentions but cannot prove what happened, which is what the OAIC actually tests.

Can we rely on the AI vendor's logs?

Vendor logs record the vendor's view of the API call, not your identity context or your policy decisions, and they are outside your custody. Under APP 11 the accountability rests with the APP entity. You need your own independent record of who sent what and which control fired, produced on your side of the boundary.