Surgeon General Advisory
ActiveUS Surgeon General's advisory on social media and youth mental health — translated into enforceable rules.
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 FreeHow 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.
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_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": "Until at least 13",
"platforms": [
"*"
],
"max_age": 13
}'
Time limits
Daily Screen Time Limit
time_daily_limitCaps total daily screen time across all connected platforms.
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_curfewEnforces the notification curfew 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": "notification_curfew",
"value": "No nighttime alerts",
"platforms": [
"*"
]
}'
Safe feeds
Algo Feed Control
algo_feed_controlEnforces the algo feed control 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": "algo_feed_control",
"value": "No harmful amplification",
"platforms": [
"*"
]
}'
Data protection
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": "Minimize collection",
"platforms": [
"*"
]
}'
Transparency tools
Screen Time Report
screen_time_reportEnforces the screen time report 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": "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
Ready to protect your family?
Adopt Surgeon General Advisory and let Phosra enforce it across every device and platform automatically.