Skip to content

Commit 002deb2

Browse files
authored
Merge pull request #34 from arjunastha/use-case/SAFE-UC-0030-teen-safety-age-assurance
feat: upgrade SAFE-UC-0030 (Teen safety and age-assurance) to draft
2 parents 1ae171d + e600791 commit 002deb2

3 files changed

Lines changed: 689 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Quick contributor workflow:
101101
| [SAFE-UC-0027](use-cases/SAFE-UC-0027/) | Anti-scam messaging safety assistant | [Information (51)][naics-51] | Seed |
102102
| [SAFE-UC-0028](use-cases/SAFE-UC-0028/) | Fake-account & inauthentic behavior detection assistant | [Information (51)][naics-51] | Seed |
103103
| [SAFE-UC-0029](use-cases/SAFE-UC-0029/) | Automated ad campaign optimization assistant | [Professional, Scientific, and Technical Services (54)][naics-54] | Seed |
104-
| [SAFE-UC-0030](use-cases/SAFE-UC-0030/) | Teen safety & age-assurance enforcement assistant | [Information (51)][naics-51] | Seed |
104+
| [SAFE-UC-0030](use-cases/SAFE-UC-0030/) | Teen safety & age-assurance enforcement assistant | [Information (51)][naics-51] | Draft |
105105
| [SAFE-UC-0032](use-cases/SAFE-UC-0032/) | Agentic orchestration for marketplace embedded lending | [Finance and Insurance (52)][naics-52]<br>[Other Activities Related to Credit Intermediation (522390)][naics-522390]<br>[Electronic Shopping and Mail-Order Houses (454110)][naics-454110] | Draft |
106106
| [SAFE-UC-0033](use-cases/SAFE-UC-0033/) | Skill-driven web app regression testing assistant for pull requests | [Information (51)][naics-51]<br>[Software Publishers (513210)][naics-513210] | Draft |
107107
| [SAFE-UC-0034](use-cases/SAFE-UC-0034/) | Saved credit card payment flow | [Finance and Insurance (52)][naics-52]<br>[Financial Transactions Processing, Reserve, and Clearinghouse Activities (522320)][naics-522320] | Seed |

use-cases.naics2022.crosswalk.json

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,15 +853,85 @@
853853
{
854854
"id": "SAFE-UC-0030",
855855
"title": "Teen safety & age-assurance enforcement assistant",
856-
"status": "seed",
856+
"status": "draft",
857+
"maturity": "draft",
857858
"repo_path": "use-cases/SAFE-UC-0030/README.md",
858859
"naics_2022": [
859860
{
860861
"code": "51",
861862
"name": "Information"
862863
}
863864
],
864-
"summary": "Enforce teen safety/age assurance and related policy actions with privacy-preserving checks and robust appeals."
865+
"summary": "Determine a user's age category (declared, estimated, or verified) and apply age-appropriate restrictions to content, features, defaults, data processing, and parental-supervisor flows on consumer platforms. Spans UK Online Safety Act, EU DSA Article 28, COPPA Rule, ICO Children's Code, state laws under partial injunction, and ISO/IEC 27566-1 (December 2025).",
866+
"workflow_family": "Teen safety and online child protection",
867+
"operating_modes": [
868+
"manual",
869+
"hitl",
870+
"autonomous"
871+
],
872+
"tags": [
873+
"teen-safety",
874+
"age-assurance",
875+
"age-estimation",
876+
"age-verification",
877+
"biometric-privacy",
878+
"parental-supervisor",
879+
"block-access-as-safety",
880+
"csam-reporting",
881+
"tipping-off",
882+
"uk-osa",
883+
"ofcom-heaa",
884+
"dsa-article-28",
885+
"coppa",
886+
"ico-childrens-code",
887+
"caadca",
888+
"kosa",
889+
"iso-27566",
890+
"nist-ir-8525",
891+
"edpb-statement-1-2025"
892+
],
893+
"evidence": [
894+
{
895+
"label": "UK Online Safety Act 2023 (legislation.gov.uk, Royal Assent 26 October 2023)",
896+
"url": "https://www.legislation.gov.uk/ukpga/2023/50"
897+
},
898+
{
899+
"label": "Ofcom Guidance on Highly Effective Age Assurance, Part 3 (24 April 2025)",
900+
"url": "https://www.ofcom.org.uk/siteassets/resources/documents/consultations/category-1-10-weeks/statement-age-assurance-and-childrens-access/part-3-guidance-on-highly-effective-age-assurance.pdf?v=395680"
901+
},
902+
{
903+
"label": "European Commission, Guidelines on the Protection of Minors under DSA Article 28 (14 July 2025)",
904+
"url": "https://digital-strategy.ec.europa.eu/en/library/commission-publishes-guidelines-protection-minors"
905+
},
906+
{
907+
"label": "EDPB Statement 1/2025 on Age Assurance (adopted 11 February 2025)",
908+
"url": "https://www.edpb.europa.eu/system/files/2025-04/edpb_statement_20250211ageassurance_v1-2_en.pdf"
909+
},
910+
{
911+
"label": "FTC Final Rule amending COPPA (16 CFR Part 312, effective 23 June 2025; compliance 22 April 2026)",
912+
"url": "https://www.federalregister.gov/documents/2025/04/22/2025-05904/childrens-online-privacy-protection-rule"
913+
},
914+
{
915+
"label": "NIST IR 8525, Face Analysis Technology Evaluation: Age Estimation and Verification (May 2024)",
916+
"url": "https://nvlpubs.nist.gov/nistpubs/ir/2024/NIST.IR.8525.pdf"
917+
},
918+
{
919+
"label": "NY Attorney General James and 42-state coalition complaint against Meta for harming youth (24 October 2023)",
920+
"url": "https://ag.ny.gov/press-release/2023/attorney-general-james-and-multistate-coalition-sue-meta-harming-youth"
921+
},
922+
{
923+
"label": "FTC investigation leads to lawsuit against TikTok and ByteDance for COPPA violations (2 August 2024)",
924+
"url": "https://www.ftc.gov/news-events/news/press-releases/2024/08/ftc-investigation-leads-lawsuit-against-tiktok-bytedance-flagrantly-violating-childrens-privacy-law"
925+
},
926+
{
927+
"label": "Apple Developer documentation, Declared Age Range API (introduced iOS 26, WWDC 2025)",
928+
"url": "https://developer.apple.com/documentation/declaredagerange"
929+
},
930+
{
931+
"label": "Yoti Facial Age Estimation White Paper, July 2025 (vendor methodology)",
932+
"url": "https://www.yoti.com/wp-content/uploads/2025/08/Yoti-Age-Estimation-White-Paper-July-2025-PUBLIC-v1.pdf"
933+
}
934+
]
865935
},
866936
{
867937
"id": "SAFE-UC-0032",

0 commit comments

Comments
 (0)