Molly Rose Standard
ActiveCampaigning to end online harms to children, founded after the death of Molly Russell.
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.
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.
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_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": [
"*"
]
}'
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
Adopt Molly Rose Standard. Let Phosra enforce it.
Adopt Molly Rose Standard and let Phosra enforce it across every device and platform automatically.