Skip to content

Commit a0fda00

Browse files
Harden provider endpoint guidance
Signed-off-by: Jean-Claude Joanna <273834277+jjoanna2-debug@users.noreply.github.com>
1 parent 0710f5a commit a0fda00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

guides/20260511_extend_sapat_providers_in_daytona.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ guardrail pass catches most mistakes:
254254
can be reviewed without spending credits or exposing real audio.
255255
- Keep endpoint overrides explicit. If the provider supports a custom endpoint,
256256
validate that it starts with `https://` and document why the override exists.
257+
- Keep API keys out of endpoint URLs. Store credentials in headers or
258+
environment variables, reject endpoint values with query strings, and point
259+
overrides only at the provider host or an approved test double.
257260
- Remove temporary MP3 files and avoid printing local file paths in exceptions
258261
unless the path is needed for a developer-facing error.
259262

0 commit comments

Comments
 (0)