Skip to content

Disable unsafe Cursor reviews - #51

Merged
itsjling merged 1 commit into
mainfrom
codex/issue-031-cursor-sandbox
Jul 31, 2026
Merged

Disable unsafe Cursor reviews#51
itsjling merged 1 commit into
mainfrom
codex/issue-031-cursor-sandbox

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #31.

Summary

  • disable Cursor reviews because its CLI cannot enforce the required read-only, no-network, no-tool boundary
  • skip Cursor during automatic agent selection and fail clearly when users request it
  • report the disabled state through doctor output
  • prove that a hostile Cursor snapshot never starts the Cursor process

Verification

  • npm run lint
  • npm test
  • npm run docs:check
  • npm run docs:build
  • npx fallow audit --base main

Scope

The adapter stays disabled until Cursor offers an enforceable boundary. Other agents keep their current behavior.

Stack

  1. Disable unsafe Cursor reviews #51 👈 current
  2. Define developer and summary-agent tool profiles #54
  3. Preserve good notes when agents or files fail #56

@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: 56514568d9

ℹ️ 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 thread scripts/coding-agents.mjs
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@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: ce416471d6

ℹ️ 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 thread scripts/coding-agents.mjs
@itsjling
itsjling force-pushed the codex/issue-031-cursor-sandbox branch from ce41647 to d95bd4e Compare July 30, 2026 17:16
@itsjling
itsjling merged commit f71f1d8 into main Jul 31, 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.

Enforce no-tool execution for Cursor reviews

1 participant