Skip to content

Add manual K1e replay workflow#60

Merged
2002yy merged 2 commits into
mainfrom
agent/rag-k1e-manual-replay-workflow
Jul 19, 2026
Merged

Add manual K1e replay workflow#60
2002yy merged 2 commits into
mainfrom
agent/rag-k1e-manual-replay-workflow

Conversation

@2002yy

@2002yy 2002yy commented Jul 19, 2026

Copy link
Copy Markdown
Owner

No description provided.

@2002yy
2002yy marked this pull request as ready for review July 19, 2026 13:22
@2002yy
2002yy merged commit 61955ca into main Jul 19, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 83bbd8934c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +115 to +118
resolved_base_url="$SELECTED_BASE_URL"
if [ -z "$resolved_base_url" ]; then
resolved_base_url="$default_base_url"
fi

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restrict base URL overrides before using provider credentials

When a user with permission to dispatch workflows supplies an arbitrary base_url, this value becomes OPENAI_BASE_URL while the selected repository secret is exported as OPENAI_API_KEY; the replay client will therefore send that credential to the attacker-controlled endpoint. Limit overrides to trusted provider hosts, or require a separately scoped credential for custom endpoints, so dispatch access cannot exfiltrate provider keys.

Useful? React with 👍 / 👎.

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.

1 participant