feat(tpsc): Third-Party Services Catalog (CUST-WP-0023)
Introduces TPSC for tracking external service dependencies with GDPR
compliance maturity (CNIL/IAPP CMMI scale), pricing model, ToS, and
data retention information across all repos.
Primary data:
- canon/tpsc/{openai,anthropic,gemini,openrouter}-api.yaml — service definitions
- tpsc.yaml in each repo (llm-connect seeded with 4 services)
State-hub additions:
- Migration j7e8f9a0b1c2: tpsc_catalog + tpsc_snapshots + tpsc_entries
- api/models/tpsc.py, api/schemas/tpsc.py, api/routers/tpsc.py
- /tpsc/catalog/, /tpsc/ingest/, /tpsc/snapshots/, /tpsc/report/gdpr endpoints
- 4 MCP tools: register_service, list_services, ingest_tpsc_tool, get_gdpr_report
- scripts/ingest_tpsc.py + make ingest-tpsc[/-all] targets
- Dashboard: tpsc.md page + docs/tpsc.md
GDPR maturity scale: unknown | non_compliant | initial | developing | defined | managed | certified
Warnings triggered at: unknown, non_compliant, initial
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
canon/tpsc/anthropic-api.yaml
Normal file
22
canon/tpsc/anthropic-api.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
slug: anthropic-api
|
||||
name: Anthropic API (Claude)
|
||||
provider: Anthropic, PBC
|
||||
category: llm_inference
|
||||
website_url: https://anthropic.com
|
||||
pricing_model: usage_based
|
||||
gdpr_maturity: developing
|
||||
gdpr_notes: >
|
||||
DPA available. SCCs provided for EU→US transfers. Data processed in the US.
|
||||
Prompts and completions are not used for training by default (API usage).
|
||||
Data may be retained for up to 30 days for trust & safety review.
|
||||
Privacy Shield successor mechanisms in place for international transfers.
|
||||
Reference: https://www.anthropic.com/legal/data-processing-agreement
|
||||
dpa_available: true
|
||||
tos_url: https://www.anthropic.com/legal/aup
|
||||
privacy_policy_url: https://www.anthropic.com/legal/privacy
|
||||
data_processing_regions:
|
||||
- us
|
||||
data_retention_notes: >
|
||||
API inputs/outputs not used for model training. Retained up to 30 days
|
||||
for safety review. Enterprise customers can negotiate reduced retention.
|
||||
status: active
|
||||
Reference in New Issue
Block a user