You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use env variables instead of inline interpolation for security
Address Cubic AI review feedback by moving user-controlled values
(PR_TITLE, PR_AUTHOR, PR_BRANCH) to the env: block instead of using
inline ${{ }} interpolation in shell scripts. This prevents potential
shell injection attacks from malicious PR titles or branch names.
Also fixed the github-script step to use process.env for PR_AUTHOR
instead of inline interpolation for consistency.
Co-Authored-By: unknown <>
0 commit comments