Skip to content

Commit 6c6d0f9

Browse files
authored
Merge pull request #35 from arjunastha/use-case/SAFE-UC-0002-personalized-shopping-sidekick
feat: upgrade SAFE-UC-0002 (Personalized shopping sidekick) to draft
2 parents 002deb2 + db0ad54 commit 6c6d0f9

3 files changed

Lines changed: 685 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Quick contributor workflow:
7373
| SAFE Use Case ID | Use case title | NAICS 2022 industry mapping (Name + Code) | Status |
7474
|---|---|---|---|
7575
| [SAFE-UC-0001](use-cases/SAFE-UC-0001/) | AI-assisted seller listing creation | [Retail Trade (44–45)][naics-44-45] | Seed |
76-
| [SAFE-UC-0002](use-cases/SAFE-UC-0002/) | Personalized shopping sidekick | [Retail Trade (44–45)][naics-44-45] | Seed |
76+
| [SAFE-UC-0002](use-cases/SAFE-UC-0002/) | Personalized shopping sidekick | [Retail Trade (44–45)][naics-44-45] | Draft |
7777
| [SAFE-UC-0003](use-cases/SAFE-UC-0003/) | Buyer-seller messaging assistant | [Retail Trade (44–45)][naics-44-45] | Seed |
7878
| [SAFE-UC-0004](use-cases/SAFE-UC-0004/) | Listing media enhancement assistant | [Retail Trade (44–45)][naics-44-45] | Seed |
7979
| [SAFE-UC-0005](use-cases/SAFE-UC-0005/) | Visual search & image-based product discovery | [Retail Trade (44–45)][naics-44-45] | Seed |

use-cases.naics2022.crosswalk.json

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,84 @@
1515
{
1616
"id": "SAFE-UC-0002",
1717
"title": "Personalized shopping sidekick",
18-
"status": "seed",
18+
"status": "draft",
19+
"maturity": "draft",
1920
"repo_path": "use-cases/SAFE-UC-0002/README.md",
2021
"naics_2022": [
2122
{
2223
"code": "44-45",
2324
"name": "Retail Trade"
2425
}
2526
],
26-
"summary": "Personal shopping agent that recommends items, answers product questions, and builds carts from user preferences and constraints."
27+
"summary": "Consumer-facing AI shopping assistant on retail platforms (Amazon Rufus, Walmart Sparky, Shopify Sidekick, Klarna AI, Instacart Caper, Pinterest Assistant, Etsy Gift Mode, eBay Shop the Look). 6-stage baseline-shape kill chain across discovery, recommendation, product information, purchase intent, checkout, and post-purchase. Spans FTC Reviews Rule (16 CFR Part 465), Endorsement Guides (16 CFR Part 255), ROSCA, Click-to-Cancel Rule (16 CFR Part 425), DSA Articles 25/27/28, COPPA, EU AI Act Article 50, CCPA/CPRA ADMT, and PCI DSS 4.0.1.",
28+
"workflow_family": "Consumer retail and shopping assistants",
29+
"operating_modes": [
30+
"manual",
31+
"hitl",
32+
"autonomous"
33+
],
34+
"tags": [
35+
"retail",
36+
"shopping-assistant",
37+
"consumer-facing",
38+
"recommendation-bias",
39+
"sponsor-disclosure",
40+
"ftc-reviews-rule",
41+
"endorsement-guides",
42+
"rosca",
43+
"click-to-cancel",
44+
"dsa-article-25",
45+
"dsa-article-27",
46+
"dsa-article-28",
47+
"ai-generated-reviews",
48+
"purchase-hitl",
49+
"consent-fatigue",
50+
"marketplace-isolation",
51+
"pci-dss",
52+
"moffatt-precedent"
53+
],
54+
"evidence": [
55+
{
56+
"label": "FTC Final Rule Banning Fake Reviews and Testimonials, 16 CFR Part 465 (announced 14 August 2024, effective 21 October 2024)",
57+
"url": "https://www.ftc.gov/news-events/news/press-releases/2024/08/federal-trade-commission-announces-final-rule-banning-fake-reviews-testimonials"
58+
},
59+
{
60+
"label": "FTC 16 CFR Part 255 Endorsement Guides (revised 29 June 2023, effective 26 July 2023)",
61+
"url": "https://www.ftc.gov/legal-library/browse/federal-register-notices/16-cfr-part-255-guides-concerning-use-endorsements-testimonials-advertising"
62+
},
63+
{
64+
"label": "FTC Operation AI Comply press release (25 September 2024)",
65+
"url": "https://www.ftc.gov/news-events/news/press-releases/2024/09/ftc-announces-crackdown-deceptive-ai-claims-schemes"
66+
},
67+
{
68+
"label": "FTC Click-to-Cancel Final Rule amending 16 CFR Part 425 Negative Option Rule (16 October 2024)",
69+
"url": "https://www.ftc.gov/news-events/news/press-releases/2024/10/federal-trade-commission-announces-final-click-cancel-rule-making-it-easier-consumers-end-recurring"
70+
},
71+
{
72+
"label": "Regulation (EU) 2022/2065 Digital Services Act, Articles 25, 27, and 28 (EUR-Lex)",
73+
"url": "https://eur-lex.europa.eu/eli/reg/2022/2065/oj/eng"
74+
},
75+
{
76+
"label": "European Commission, Guidelines on the Protection of Minors under DSA Article 28 (14 July 2025)",
77+
"url": "https://digital-strategy.ec.europa.eu/en/library/commission-publishes-guidelines-protection-minors"
78+
},
79+
{
80+
"label": "Moffatt v Air Canada, 2024 BCCRT 149 (Civil Resolution Tribunal of British Columbia, 14 February 2024)",
81+
"url": "https://www.canlii.org/en/bc/bccrt/doc/2024/2024bccrt149/2024bccrt149.html"
82+
},
83+
{
84+
"label": "Greshake et al, Compromising Real-World LLM-Integrated Applications with Indirect Prompt Injection (arXiv:2302.12173)",
85+
"url": "https://arxiv.org/abs/2302.12173"
86+
},
87+
{
88+
"label": "Mathur et al, Dark Patterns at Scale: 11K shopping websites (Princeton, ACM CSCW 2019)",
89+
"url": "https://arxiv.org/abs/1907.07032"
90+
},
91+
{
92+
"label": "Amazon. Amazon announces Rufus, a new generative AI-powered conversational shopping experience (1 February 2024)",
93+
"url": "https://www.aboutamazon.com/news/retail/amazon-rufus"
94+
}
95+
]
2796
},
2897
{
2998
"id": "SAFE-UC-0003",

0 commit comments

Comments
 (0)