All Movements

eSafety Standard

Active

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

1,098 families
5 rules
Ages 017

About this movement

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 movement

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

Get Started Free

How Phosra Enforces eSafety Standard

eSafety Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

eSafety Standard

Adopt Entire Movement

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

POST /v1/enforcement/movements
bash
curl -X POST https://api.phosra.com/v1/enforcement/movements \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "movement_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

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 and let Phosra enforce it across every device and platform automatically.