All Movements

SMVLC Safe Platform Standard

Beta

Legal advocacy representing families harmed by social media, setting the strictest platform safety requirements.

456 families
7 rules
Ages 017

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 Waitlist

How 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.

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": "social-media-victims-law-center",
    "enforce_all_rules": true
  }'

Social media delay

Social Media Age Gate

social_media_min_age

Blocks social media account access until the child reaches the minimum age.

POST /v1/rules — Social media delay
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 age 16",
      "platforms": [
          "*"
      ],
      "max_age": 16
  }'

No algorithmic feeds

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — No algorithmic 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": "Completely disabled",
      "platforms": [
          "*"
      ]
  }'

No addictive design

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — No addictive design
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": "addictive_design_control",
      "value": "All dark patterns blocked",
      "platforms": [
          "*"
      ]
  }'

No stranger DMs

Dm Restriction

dm_restriction

Enforces the dm restriction rule via the Phosra API.

POST /v1/rules — No stranger DMs
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": "dm_restriction",
      "value": "Blocked entirely",
      "platforms": [
          "*"
      ],
      "max_age": 16
  }'

No targeted ads

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules — No targeted ads
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": "targeted_ad_block",
      "value": "Complete ad block",
      "platforms": [
          "*"
      ]
  }'

Exploitation reporting

Csam Reporting

csam_reporting

Enforces the csam reporting rule via the Phosra API.

POST /v1/rules — Exploitation reporting
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": "csam_reporting",
      "value": "Maximum compliance",
      "platforms": [
          "*"
      ]
  }'

No late-night alerts

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — No late-night alerts
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": "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

legaladvocacymaximum protectionsocial mediaplatform accountability

Ready to protect your family?

Adopt SMVLC Safe Platform Standard and let Phosra enforce it across every device and platform automatically.