All Movements

Molly Rose Standard

Active

Campaigning to end online harms to children, founded after the death of Molly Russell.

1,234 families
5 rules
Ages 1017

About this movement

The Molly Rose Foundation was established by Ian Russell after his daughter Molly took her own life at age 14, influenced by harmful content on social media. The foundation campaigns to make the internet a safer place for children and was instrumental in shaping the UK Online Safety Act. Their standard focuses on blocking self-harm content, restricting algorithmic recommendation of harmful material, and ensuring platforms have robust CSAM reporting. Families using Phosra can enforce these protections across every connected platform.

Adopt this movement

Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.

Get Started Free

How Phosra Enforces Molly Rose Standard

Molly Rose Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

Molly Rose Standard

Adopt Entire Movement

Enforce all 5 rules from Molly Rose 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": "molly-rose-foundation",
    "enforce_all_rules": true
  }'

Block harmful content

Web Category Block

web_category_block

Enforces the web category block rule via the Phosra API.

POST /v1/rules — Block harmful content
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": "web_category_block",
      "value": "Self-harm, suicide, eating disorders",
      "platforms": [
          "*"
      ]
  }'

Safe recommendations

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — Safe recommendations
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": "No harmful content amplification",
      "platforms": [
          "*"
      ]
  }'

CSAM reporting

Csam Reporting

csam_reporting

Enforces the csam reporting rule via the Phosra API.

POST /v1/rules — CSAM 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": "Platform compliance required",
      "platforms": [
          "*"
      ]
  }'

Safety alerts

Monitoring Alerts

monitoring_alerts

Enforces the monitoring alerts rule via the Phosra API.

POST /v1/rules — Safety 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": "monitoring_alerts",
      "value": "Harmful content detection",
      "platforms": [
          "*"
      ]
  }'

Content filtering

Content Descriptor Block

content_descriptor_block

Enforces the content descriptor block rule via the Phosra API.

POST /v1/rules — Content filtering
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": "content_descriptor_block",
      "value": "Block dangerous descriptors",
      "platforms": [
          "*"
      ]
  }'

Included rules

When adopted, these rules are automatically enforced across all connected platforms.

Block harmful content

Self-harm, suicide, eating disorders

Safe recommendations

No harmful content amplification

CSAM reporting

Platform compliance required

Safety alerts

Harmful content detection

Content filtering

Block dangerous descriptors

ukonline safetymental healthharmful contentadvocacylegislation

Ready to protect your family?

Adopt Molly Rose Standard and let Phosra enforce it across every device and platform automatically.