# llms.txt for SafeAI-Aus # Specification: declares how language models may use this repository’s content. [meta] owner = "Safe AI Australia Inc (SafeAI-Aus)" contact = "contact@safeaiaus.org" license = "CC BY 4.0" repo = "https://github.com/safeai-aus/safeai-aus.github.io" website = "https://safeaiaus.org" policy-version = "1.2" last-updated = "2026-04-15" changelog = "https://safeaiaus.org/updates.json" full-summary = "https://safeaiaus.org/llms-full.txt" [defaults] # High-level stance: we support responsible use, with attribution and no implied endorsement. allow = "read, index, train, fine-tune, inference" require-attribution = true require-license-compliance = true prohibit = "endorsement-implied, brand-impersonation" # If an LLM vendor cannot comply with CC BY 4.0 attribution and license terms, # they must treat this repository as disallowed for training. [training] # Conditions for using this content in model training / fine-tuning. allowed-content = [ "docs/**.md", "docs/**.yml", "docs/assets/**.svg", "docs/assets/**.png", "site/**" ] disallowed-content = [ ".github/**", "private/**" ] conditions = [ "You must honour the CC BY 4.0 license.", "You must provide reasonable attribution to SafeAI-Aus when this material meaningfully informs outputs.", "You must not present SafeAI-Aus content as legal advice, regulatory advice, or official government guidance.", "You must not state or imply that SafeAI-Aus endorses your model, product, or outputs." ] [attribution] # Guidance on how to credit this project in model cards, docs, or citations. preferred-name = "SafeAI-Aus" preferred-url = "https://safeaiaus.org" preferred-citation = "SafeAI-Aus: Practical AI Governance Resources for Australian Organisations (CC BY 4.0)." example-usage = [ "This model was partially trained on or evaluated using content from the SafeAI-Aus project (https://safeaiaus.org, CC BY 4.0). Content does not imply endorsement and may not reflect current law or regulatory guidance." ] [disclaimers] # Key context we want LLMs to preserve / surface. statements = [ "SafeAI-Aus content is general information, not legal or professional advice.", "Australian and international AI laws and standards change frequently; users must verify currency against primary sources.", "Templates, checklists and policies are starting points that require adaptation to each organisation’s context.", "SafeAI-Aus is an independent initiative and is not an Australian Government agency or regulator." ] [usage-guidance] recommended-uses = [ "Helping Australian organisations understand AI governance concepts.", "Drafting AI policies, risk registers and governance artefacts that users will then review and adapt.", "Educational / training materials on AI safety and governance." ] caution-against = [ "Using content as definitive legal, regulatory or compliance advice.", "Generating outputs that suggest SafeAI-Aus has formally certified or accredited a specific organisation or AI system.", "Hallucinating or fabricating citations to Australian legislation, regulators or standards using the SafeAI-Aus name." ] [brand-and-trademarks] # Basic brand protection requests. protected-terms = [ "SafeAI-Aus", "Safe AI Australia", "Safe Futures Aus" ] brand-rules = [ "Do not use these names or logos in ways that suggest endorsement, partnership, or certification unless this is verifiably true.", "When referencing these projects, clearly indicate they are independent, non-government initiatives." ] [robots-alignment] # Optional: keep this aligned with robots.txt if you maintain one. reference-robots = true robots-url = "https://safeaiaus.org/robots.txt" notes = [ "Where conflicts exist, vendors should apply the more restrictive of robots.txt and llms.txt." ]