All standards

Community standard

eSafety Standard

Active

by Australian eSafety Commissioner

Australia's official online safety framework with age verification and platform accountability requirements.

5enforced rules
017age range
About this standard

What eSafety Standard asks for.

The Australian eSafety Commissioner is the world's first government agency dedicated to online safety, led by Commissioner Julie Inman Grant. Their framework includes mandatory age verification for social media (16+ under the Online Safety Amendment Act), industry codes of practice, and a complaints system for cyberbullying and harmful content. With Phosra, families can apply the eSafety framework's protections as platform-level rules — including strict age gating, content filtering, and cyberbullying safeguards.

Adopt this standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

eSafety Standard, mapped to the Phosra API.

Enforce eSafety Standard rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

eSafety Standard

Adopt entire standard

Enforce all 5 rules from eSafety Standard across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_id": "australian-esafety",
    "enforce_all_rules": true
  }'

Social media age gate

Social Media Age Gate

social_media_min_age

Blocks social media account access until the child reaches the minimum age.

POST /v1/rules — Social media age gate
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "social_media_min_age",
      "value": "16+ (Australian law)",
      "platforms": [
          "*"
      ],
      "max_age": 16
  }'

Age verification

Age Gate

age_gate

Enforces the age gate rule via the Phosra API.

POST /v1/rules — Age verification
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "age_gate",
      "value": "Mandatory verification",
      "platforms": [
          "*"
      ]
  }'

CSAM compliance

Csam Reporting

csam_reporting

Enforces the csam reporting rule via the Phosra API.

POST /v1/rules — CSAM compliance
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "csam_reporting",
      "value": "Mandatory reporting",
      "platforms": [
          "*"
      ]
  }'

Anti-cyberbullying

Chat & Messaging Control

social_chat_control

Restricts messaging to known, parent-approved contacts.

POST /v1/rules — Anti-cyberbullying
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "social_chat_control",
      "value": "Contact controls",
      "platforms": [
          "*"
      ]
  }'

Data sovereignty

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Data sovereignty
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "privacy_data_sharing",
      "value": "No offshore data sharing",
      "platforms": [
          "*"
      ]
  }'
Included rules · 5

Every rule this standard turns on.

When adopted, these rules are automatically enforced across all connected platforms.

Social media age gate

16+ (Australian law)

Until age 16

Age verification

Mandatory verification

CSAM compliance

Mandatory reporting

Anti-cyberbullying

Contact controls

Data sovereignty

No offshore data sharing

australiagovernmentage verificationinternationalregulation
Ready to protect your family?

Adopt eSafety Standard. Let Phosra enforce it.

Adopt eSafety Standard and let Phosra enforce it across every device and platform automatically.