ci: make root action defaults safe - #22
Conversation
|
Warning Review limit reached
Next review available in: 49 minutes Limit details: You’ve used all 3 included reviews currently available under your plan. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Comment |
PyGate Quality Gate ResultsPyGate Agent Brief — run_20260817214619_0e92d920Mode: canary Findings & Actions
|
Summary
pull-requests: writerequirements in the security policyWhy
The Marketplace root action previously defaulted to mutating the consumer workspace and attempting PR comments. That required surprising write permissions and made a default invocation unsafe for least-privilege CI. The default smoke cases now omit both inputs entirely, matching the public defaults; only the repair cases pass
repair: "true".Scope
This PR is limited to the root action defaults, its clean-consumer smoke workflow, and
SECURITY.md. It does not change the legacy nested action, history discovery, full-mode dependencies, releases, or other action defaults.Validation
actionlint .github/workflows/action-smoke.ymlruff check src/ tests/ruff format --check src/ tests/pyright src/python -m pytest -q— 158 passedgit diff --checkAcceptance evidence
repairandpost-commentcontents: readpermissionsrepair: "true"