SMVLC Safe Platform Standard
BetaLegal advocacy representing families harmed by social media, setting the strictest platform safety requirements.
About this movement
The Social Media Victims Law Center (SMVLC) represents families of children who have been harmed or died as a result of social media use, filing landmark lawsuits against Meta, TikTok, Snap, and other platforms. Their standard reflects the maximum protections that their legal cases have argued platforms should provide — the strictest possible safety configuration. Families using Phosra can apply the SMVLC standard as maximum-strength protections across all platforms.
Coming soon
This movement is not yet available for adoption. Join the waitlist to be notified when it launches.
Join WaitlistHow Phosra Enforces SMVLC Safe Platform Standard
SMVLC Safe Platform Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
SMVLC Safe Platform Standard
Adopt Entire Movement
Enforce all 7 rules from SMVLC Safe Platform 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": "social-media-victims-law-center",
"enforce_all_rules": true
}'
Social media delay
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 age 16",
"platforms": [
"*"
],
"max_age": 16
}'
No algorithmic 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": "Completely disabled",
"platforms": [
"*"
]
}'
No addictive design
Addictive Design Control
addictive_design_controlEnforces the addictive design 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": "addictive_design_control",
"value": "All dark patterns blocked",
"platforms": [
"*"
]
}'
No stranger DMs
Dm Restriction
dm_restrictionEnforces the dm restriction 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": "dm_restriction",
"value": "Blocked entirely",
"platforms": [
"*"
],
"max_age": 16
}'
No targeted ads
Targeted Ad Block
targeted_ad_blockEnforces the targeted ad block 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": "targeted_ad_block",
"value": "Complete ad block",
"platforms": [
"*"
]
}'
Exploitation reporting
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": "Maximum compliance",
"platforms": [
"*"
]
}'
No late-night alerts
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": "9 PM–7 AM curfew",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Social media delay
Until age 16
Until age 16
No algorithmic feeds
Completely disabled
No addictive design
All dark patterns blocked
No stranger DMs
Blocked entirely
Until age 16
No targeted ads
Complete ad block
Exploitation reporting
Maximum compliance
No late-night alerts
9 PM–7 AM curfew
Ready to protect your family?
Adopt SMVLC Safe Platform Standard and let Phosra enforce it across every device and platform automatically.