Prompt Data Handling
Prohibited & Restricted Data
Summary
Personal information enters an AI prompt only when the tool is explicitly authorised for that data, and secrets never enter a prompt.
Standards
std-ai-prohibited-restricted-data-01Patient data, health information, and other personal information (PII) MUST NOT be submitted to an AI tool unless the tool is explicitly authorised for that data classification and use case.std-ai-prohibited-restricted-data-02Secrets, credentials, API keys, access tokens, and cryptographic material MUST NOT be submitted to an AI tool under any circumstances.
Implements These Principles
Data Minimisation
Summary
A prompt containing personal or health data includes only the minimum data required for the task.
Standards
std-ai-data-minimisation-01Prompts containing personal or health data MUST include only the minimum data reasonably necessary for the task.std-ai-data-minimisation-02Whole files, datasets, or repositories SHOULD NOT be submitted where a smaller, relevant excerpt is sufficient.std-ai-data-minimisation-03Unrelated sensitive content in the surrounding context MUST be removed or redacted before submission.
Related Standards
Implements These Principles
De-identification & Synthetic Data
Summary
Health or personal data is de-identified or synthetic before it reaches a prompt, wherever feasible.
Standards
std-ai-de-identification-synthetic-data-01Where health or personal data is relevant to a development task, it SHOULD be de-identified, synthetic, or masked before inclusion in a prompt.std-ai-de-identification-synthetic-data-02Synthetic or de-identified data SHOULD be preferred over production data for AI-assisted testing, debugging, and documentation.
Related Standards
Implements These Principles
Vendor Data Use & Retention
Summary
A vendor's use and retention of submitted data is governed by contractual terms.
Standards
std-ai-vendor-data-use-retention-01Data submitted to an approved AI tool MUST NOT be used by the vendor to train shared or public models.std-ai-vendor-data-use-retention-02Data submitted to an approved AI tool MUST NOT be made available to parties outside the organisation's agreement with the vendor.std-ai-vendor-data-use-retention-03Data retention, storage location, and deletion for prompt content MUST be governed by the organisation's contractual terms with the vendor.