Skip to content

Add mergetron#559

Open
niekert wants to merge 1 commit intomainfrom
add-mergetron
Open

Add mergetron#559
niekert wants to merge 1 commit intomainfrom
add-mergetron

Conversation

@niekert
Copy link
Member

@niekert niekert commented Feb 16, 2026

Description

this PR adds Mergetron to the Plugins repo.

It follows the installation in the readme: https://github.com/framer/mergetron

Testing

  • Mergetron should get enabled aftr approving

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

mergetron:
uses: framer/mergetron/.github/workflows/install.yml@master
secrets:
mergetron_app_private_key: ${{ secrets.MERGETRON_APP_PRIVATE_KEY }}
Copy link

Choose a reason for hiding this comment

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

Mutable branch ref exposes private key to supply-chain risk

Medium Severity

The reusable workflow is pinned to @master, a mutable branch reference, while being passed the MERGETRON_APP_PRIVATE_KEY secret. Any new commit pushed to the master branch of framer/mergetron — whether intentional or via a compromised account — would automatically receive the private key. Pinning to a specific commit SHA would prevent this supply-chain risk.

Fix in Cursor Fix in Web

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