SMVLC Safe Platform Standard
Betaby Social Media Victims Law Center
Legal advocacy representing families harmed by social media, setting the strictest platform safety requirements.
What SMVLC Safe Platform Standard asks for.
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 standard is not yet available for adoption. Join the waitlist to be notified when it launches.
SMVLC Safe Platform Standard, mapped to the Phosra API.
Enforce SMVLC Safe Platform Standard 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.
SMVLC Safe Platform Standard
Adopt entire standard
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/standards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"standard_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": [
"*"
]
}'
Every rule this standard turns on.
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
Adopt SMVLC Safe Platform Standard. Let Phosra enforce it.
Adopt SMVLC Safe Platform Standard and let Phosra enforce it across every device and platform automatically.