AI decision logging in Australia: meeting APP 1.7–1.9
What APP 1.7–1.9 of the Australian Privacy Act require for automated decision-making from 10 December 2026, and how tamper-evident logging satisfies each obligation.
About the author+
Jamil Luketic
Executive Director at Decision Keep
Former Data & Tech Leader at Oracle, Mastercard, Coles, Optus, and Reece.
Connect on LinkedInFrom 10 December 2026, Australia's Privacy and Other Legislation Amendment Act 2024 brings automated-decision-making transparency into the Privacy Act 1988 (Cth) through APP 1.7–1.9. If your organisation makes decisions with a legal or similarly significant effect on people - credit, eligibility, pricing, access - and those decisions are made wholly by automation, these rules now apply to you. The OAIC's guidance on AI and privacy and the amending Act itself are the authoritative references; PwC and Deloitte have published practical read-outs of what the reforms require.
This guide explains what each obligation requires and how a tamper-evident decision log satisfies them without bolting on a new platform.
What APP 1.7–1.9 actually require
APP 1 is the "open and transparent management" principle. The new sub-sections focus it on automated decision-making:
- APP 1.7 - disclose the kinds of personal information used to make automated decisions.
- APP 1.8 - disclose the kinds of decisions made solely by automated means, and meaningful information about the logic.
- APP 1.9 - provide that meaningful information about the logic used, on request.
The key word is meaningful. A vague sentence in a privacy policy is not the same as being able to show, for any given decision, exactly what happened.
Why a plain log falls short
Most teams reach for a database table or a logging service. That is a start, but it has a problem: a log that can be edited after the fact is not evidence. If a regulator or auditor asks "what actually happened on 3 March?", a mutable log cannot answer with confidence.
APP 1.9 wants information that is trustworthy. The strongest way to make a log trustworthy is to make it tamper-evident: every record is cryptographically linked to the one before it, so changing any entry breaks the chain for everyone downstream. Auditors verify the whole chain offline against your published key - no account, no trust in the vendor.
A compliant privacy policy disclosure might read: "We use automated systems to assess credit applications. Decisions are made solely by automated means. The logic applied includes assessment of income, credit history, and existing liabilities. You can request meaningful information about the logic used in your specific decision." The record behind that statement is what APP 1.9 expects to be available on request.
How Decision Keep maps to each obligation
Each automated decision is:
- Signed with your organisation's own key - you hold the root of trust, not a third party.
- Sealed in a hash chain - content hash bound to the previous entry.
- Optionally time-stamped by an independent RFC 3161 authority - proving exactly when the decision was signed, outside your control.
- Retained under a policy that supports verifiable erasure - content is removed while the chain anchor is preserved.
That directly answers APP 1.7 (what information was used), APP 1.8 (decisions made solely by automation, disclosed), and APP 1.9 (meaningful information about the logic, available on request and via the public verifier).
A practical rollout
- Inventory the automated decisions with significant effect.
- Capture references (not raw personal information) at the point of decision.
- Record each one with a signature and, where forensic proof matters, an independent timestamp.
- Publish your verification key and let auditors check receipts offline.
You do not need a new data platform. The evidence store can run on infrastructure you already control, sovereign and portable.
For how verifiable evidence maps to multiple frameworks, see Audit-ready AI: how GRC teams prove every automated decision.
FAQ
Questions auditors, risk and legal actually ask
What are APP 1.7 to 1.9?+
Do APP 1.7–1.9 apply to all automated decisions?+
How does tamper-evident logging help with APP 1.9?+
Is a decision log enough on its own?+
Sources
References & further reading
Independent analysis and standards cited in this article.
- Guidance on privacy and the use of commercially available AI products
OAIC · 2024
- Governance of Artificial Intelligence as a value driver
PwC · 2024
- Trustworthy AI
Deloitte · 2024
- Privacy and Other Legislation Amendment Act 2024
Federal Register of Legislation · 2024
Prove every AI decision
Decision Keep gives your organisation a tamper-evident, verifiable record of every automated decision. Book a demo to see it on your stack.
Keep reading
What legal and compliance teams need to know about AI decision records
Legal and data protection officers are often caught between two demands: regulators want proof that automated decisions are explainable, and data subjects wa…
Authorization decision logging: how fast AI risk scoring stops an authorization decline spike
An authorization decline spike is the worst kind of payment event: revenue hemorrhages, customers complain, and every denied transaction is now a potential d…
What tool can automatically identify at-risk accounts before they cancel?
A churn model can flag an account likely to cancel in milliseconds. But the flag itself the automated decision to treat this customer differently is the thin…
Documentation