All Movements
🏛️

Surgeon General Advisory

Active

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

3,678 families
6 rules
Ages 017

About this movement

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

Surgeon General Advisory rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

Surgeon General Advisory

Adopt Entire Movement

Enforce all 6 rules from Surgeon General Advisory 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": "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

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