Skip to content

[codex] Add Shai-Hulud hardening#1

Merged
LloydDuhon merged 1 commit into
mainfrom
codex/shai-hulud-hardening
May 21, 2026
Merged

[codex] Add Shai-Hulud hardening#1
LloydDuhon merged 1 commit into
mainfrom
codex/shai-hulud-hardening

Conversation

@LloydDuhon

Copy link
Copy Markdown
Owner

Adds a recurring Shai-Hulud security check workflow with least-privilege repository permissions.

Validation performed locally before publishing:

  • Workflow YAML parse check passed across the affected workflow set.
  • No actions/checkout@v4 references remain in the local LloydDuhon workflow inventory.
  • Shai-Hulud detector returned zero compromised dependency hits.

@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: 3ae41fb808

ℹ️ 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".

- "**/package-lock.json"
- "**/yarn.lock"
- "**/pnpm-lock.yaml"
- "**/bun.lockb"

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 Include bun.lock in workflow path filters

The pull_request/push path filters only match **/bun.lockb, so dependency updates that touch Bun’s current default lockfile (bun.lock) will not trigger this security scan on PRs or branch merges. That creates a real detection gap where compromised transitive changes in bun.lock are only caught by the weekly schedule or manual runs instead of immediately during code review.

Useful? React with 👍 / 👎.

@LloydDuhon LloydDuhon merged commit 7a405ad into main May 21, 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.

1 participant