Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ jobs:
open-source-scan-reachability: true
open-source-scan: high
open-source-block-ignore-sla: true
open-source-agentic-fix-enabled: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[Critical] Enabling the agentic fix with a repo-write-scoped token (REMY_GITHUB_TOKEN via prodsec-orb-runtime) has no in-repo scoping or approval gate — nothing here constrains the agent to opening a PR vs. pushing/merging directly; that control is entirely delegated to unaudited orb-internal behavior.

Fix: confirm and, where possible, encode in this config (e.g. a required manual-approval step) that the agentic fix can only open a PR for human review, never push/merge directly with this token.


docs-only-check:
executor: docker-amd64
Comment thread
ShawkyZ marked this conversation as resolved.
Comment thread
ShawkyZ marked this conversation as resolved.
Expand Down