eSafety Standard
ActiveAustralia's official online safety framework with age verification and platform accountability requirements.
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 FreeHow 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.
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_ageBlocks social media account access until the child reaches the minimum age.
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_gateEnforces the age gate rule via the Phosra API.
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_reportingEnforces the csam reporting rule via the Phosra API.
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_controlRestricts messaging to known, parent-approved contacts.
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_sharingMinimizes third-party data sharing for the child's accounts.
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
Ready to protect your family?
Adopt eSafety Standard and let Phosra enforce it across every device and platform automatically.