All standards

Community standard

NCOSE Digital Safety

Beta

by National Center on Sexual Exploitation

Holding platforms accountable for facilitating sexual exploitation through their Dirty Dozen List.

5enforced rules
017age range
About this standard

What NCOSE Digital Safety asks for.

The National Center on Sexual Exploitation (NCOSE) publishes the annual Dirty Dozen List naming the top 12 facilitators of sexual exploitation, pressuring companies like Twitter/X, Amazon, and Pornhub to implement stronger protections. Their standard applies the most stringent exploitation-prevention rules available — blocking access to platforms with poor safety records, enforcing strict content filtering, and requiring verified age gates. Families using Phosra can turn NCOSE's advocacy into real platform-level enforcement.

Coming soon

This standard is not yet available for adoption. Join the waitlist to be notified when it launches.

How Phosra enforces it

NCOSE Digital Safety, mapped to the Phosra API.

Enforce NCOSE Digital Safety 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.

NCOSE Digital Safety

Adopt entire standard

Enforce all 5 rules from NCOSE Digital Safety 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": "ncose-standard",
    "enforce_all_rules": true
  }'

Block exploitation vectors

Web Category Block

web_category_block

Enforces the web category block rule via the Phosra API.

POST /v1/rules — Block exploitation vectors
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": "Adult content, dating apps",
      "platforms": [
          "*"
      ]
  }'

Maximum web filtering

Web Content Filter

web_filter_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/rules — Maximum web 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": "web_filter_level",
      "value": "Strictest level",
      "platforms": [
          "*"
      ]
  }'

Verified age gates

Age Gate

age_gate

Enforces the age gate rule via the Phosra API.

POST /v1/rules — Verified age gates
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": "age_gate",
      "value": "Hard age verification",
      "platforms": [
          "*"
      ]
  }'

CSAM compliance

Csam Reporting

csam_reporting

Enforces the csam reporting rule via the Phosra API.

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

Content descriptors

Content Descriptor Block

content_descriptor_block

Enforces the content descriptor block rule via the Phosra API.

POST /v1/rules — Content descriptors
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 sexual, violent content",
      "platforms": [
          "*"
      ]
  }'
Included rules · 5

Every rule this standard turns on.

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

Block exploitation vectors

Adult content, dating apps

Maximum web filtering

Strictest level

Verified age gates

Hard age verification

CSAM compliance

Full reporting chain

Content descriptors

Block sexual, violent content

exploitation preventionaccountabilitycontent filteringadvocacy
Ready to protect your family?

Adopt NCOSE Digital Safety. Let Phosra enforce it.

Adopt NCOSE Digital Safety and let Phosra enforce it across every device and platform automatically.