All standards

Community standard
🏛️

Surgeon General Advisory

Active

by US Surgeon General

US Surgeon General's advisory on social media and youth mental health — translated into enforceable rules.

6enforced rules
017age range
About this standard

What Surgeon General Advisory asks for.

In May 2023, US Surgeon General Dr. Vivek Murthy issued an unprecedented advisory declaring social media a 'profound risk of harm' to children's mental health, followed by a 2024 call for tobacco-style warning labels on social media platforms. The advisory recommends delaying social media, limiting usage, and requiring industry accountability. With Phosra, families can turn the Surgeon General's recommendations into enforceable platform rules — not just suggestions, but real protections.

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

Surgeon General Advisory, mapped to the Phosra API.

Enforce Surgeon General Advisory 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.

Surgeon General Advisory

Adopt entire standard

Enforce all 6 rules from Surgeon General Advisory 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": "us-surgeon-general-advisory",
    "enforce_all_rules": true
  }'

Delay social media

Social Media Age Gate

social_media_min_age

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

POST /v1/rules — Delay social media
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": "Until at least 13",
      "platforms": [
          "*"
      ],
      "max_age": 13
  }'

Time limits

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Time limits
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": "time_daily_limit",
      "value": "Reasonable daily caps",
      "platforms": [
          "*"
      ]
  }'

Sleep protection

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Sleep protection
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": "notification_curfew",
      "value": "No nighttime alerts",
      "platforms": [
          "*"
      ]
  }'

Safe feeds

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — Safe feeds
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": "algo_feed_control",
      "value": "No harmful amplification",
      "platforms": [
          "*"
      ]
  }'

Data protection

Data Sharing Restriction

privacy_data_sharing

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

POST /v1/rules — Data protection
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": "Minimize collection",
      "platforms": [
          "*"
      ]
  }'

Transparency tools

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Transparency tools
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": "screen_time_report",
      "value": "Usage reporting for families",
      "platforms": [
          "*"
      ]
  }'
Included rules · 6

Every rule this standard turns on.

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

Delay social media

Until at least 13

Until age 13

Time limits

Reasonable daily caps

Sleep protection

No nighttime alerts

Safe feeds

No harmful amplification

Data protection

Minimize collection

Transparency tools

Usage reporting for families

governmentmental healthsocial mediaadvisoryusofficial
Ready to protect your family?

Adopt Surgeon General Advisory. Let Phosra enforce it.

Adopt Surgeon General Advisory and let Phosra enforce it across every device and platform automatically.