Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Security: .github/commands/ TOML templates use unsafe !{echo $VAR} shell execution (incomplete PR #511 migration)

オープン
#523 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
bash, github-actions
領域
ci-cd, security

調査の方向性

同梱されている .github/commands/ の TOML テンプレートを調査し、PR #511 で移行された examples/workflows/ のテンプレートと比較してください。それぞれの安全でない !{echo $VAR} の使用が、参照されている @{.gemini/context/VAR.txt} 形式に置き換えられていることを確認し、そのうえで、同梱されているテンプレートにこのようなシェル実行構文が残っていないことを確認してください。

索引モデルが issue の本文から書いたものです。

説明

The shipped .github/commands/ TOML templates still use !{echo $VAR} shell-execution syntax. PR #511 migrated examples/workflows/ to @{file} but missed these shipped templates.

Impact: Any public issue author can trigger bash pathname expansion and prompt injection on every repo using run-gemini-cli.

Fix: Submitted PR with migration to @{.gemini/context/VAR.txt}.

Ref: GHSA-62f2-6rx8-v262

主要言語
TypeScript
スター
2.1k
フォーク
285
平均マージ
8時間 8分
マージ済み PR(30日)
1

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

google-github-actions/run-gemini-cli のほかの issue

google-github-actions/run-gemini-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。