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 protects
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 isn't available for adoption yet. Join the waitlist to hear when it launches.
Join the waitlist→SMVLC Safe Platform Standard rules, mapped to the Phosra API.
Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.
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": [
"*"
]
}'
Every rule, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
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 — the pledge, turned into protection.