Skip to content

Redact secrets from error output#19

Merged
akshitkrnagpal merged 1 commit into
mainfrom
fix/redact-error-output
May 22, 2026
Merged

Redact secrets from error output#19
akshitkrnagpal merged 1 commit into
mainfrom
fix/redact-error-output

Conversation

@akshitkrnagpal

Copy link
Copy Markdown
Owner

Summary

  • redact API keys, auth headers, cookies, and bearer/basic credentials in serialized strings
  • sanitize normalized error messages and nested error details before CLI/MCP output
  • handle nested Error objects and circular request structures in redaction
  • add patch changeset for CLI and MCP packages

Verification

  • pnpm check

Closes #11

@akshitkrnagpal akshitkrnagpal merged commit df4ea1a into main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redact API keys and auth headers from all error output

1 participant