All standards

Community standard

Molly Rose Standard

Active

by Molly Rose Foundation

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

5enforced rules
1017age range
About this standard

What Molly Rose Standard asks for.

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 standard

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

How Phosra enforces it

Molly Rose Standard, mapped to the Phosra API.

Enforce Molly Rose 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.

Molly Rose Standard

Adopt entire standard

Enforce all 5 rules from Molly Rose Standard across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
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": "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 · 5

Every rule this standard turns on.

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. Let Phosra enforce it.

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