Molly Rose Standard
ActiveCampaigning to end online harms to children, founded after the death of Molly Russell.
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 FreeHow 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.
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_blockEnforces the web category 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": "web_category_block",
"value": "Self-harm, suicide, eating disorders",
"platforms": [
"*"
]
}'
Safe recommendations
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": "No harmful content amplification",
"platforms": [
"*"
]
}'
CSAM 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": "Platform compliance required",
"platforms": [
"*"
]
}'
Safety alerts
Monitoring Alerts
monitoring_alertsEnforces the monitoring alerts 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": "monitoring_alerts",
"value": "Harmful content detection",
"platforms": [
"*"
]
}'
Content filtering
Content Descriptor Block
content_descriptor_blockEnforces the content descriptor 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": "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
Ready to protect your family?
Adopt Molly Rose Standard and let Phosra enforce it across every device and platform automatically.