Checklist
- No secrets in prompts.
- No secrets in logs.
- Validate file type and size.
- Refuse unsupported high-risk advice.
- Show uncertainty when evidence is weak.
AI Builder Launchpad · Step 09
Safety rails are normal engineering controls: input validation, secret handling, refusal behavior, minimal logs, and clear escalation.
api_key=sk_... -> api_key=[REDACTED]
password=... -> password=[REDACTED]
token=... -> token=[REDACTED]Create three unsafe inputs and write the expected safe response for each.
A safety checklist and redaction examples for your app.
Your Foundation Progress
0 / 10 lessons completed