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

[aw] Detection Runs

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

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

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
1/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
github, yaml
領域
ci-cd, security

調査の方向性

これは自動管理される GitHub Agentic Workflows の検出実行トラッカーです。この issue では、変更対象となるリポジトリのファイル、テスト、エントリーポイントは指定されていません。対応は不要です。エージェントを割り当てたり、issue を手動でクローズしたりせず、脅威検出の動作を設定する場合にのみ、文書化された frontmatter を使用してください。

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

説明

agentic-workflows

This issue tracks all runs where threat detection flagged problems in agentic workflows in this repository. Each workflow run that completes with a detection warning or failure posts a comment here.

What is a Detection Problem?

A detection problem occurs when the threat detection system either:

  • Detects potential security threats (prompt injection, secret leak, malicious patch)
  • Fails to produce results (agent failure, parse error)

When continue-on-error: true (the default), these problems produce warnings and safe outputs still proceed. When continue-on-error: false, they block safe outputs entirely.

How This Helps

This issue helps you:

  • Track workflows where threat detection raised concerns
  • Review patterns of detection warnings or failures
  • Identify false positives or recurring issues with threat detection
  • Monitor the health of the threat detection system
Resources

[!TIP]
To configure threat detection behavior, update the frontmatter:

safe-outputs:
  threat-detection:
    continue-on-error: true   # Warnings only (default)
    # continue-on-error: false  # Strict mode — block safe outputs

This issue is automatically managed by GitHub Agentic Workflows. Do not close this issue manually.

No action to take - Do not assign to an agent.

  • expires on Jun 5, 2026, 7:56 PM UTC
主要言語
JavaScript
スター
39.2k
フォーク
5k
平均マージ
1日 18時間
マージ済み PR(30日)
114

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

github/awesome-copilot のほかの issue

github/awesome-copilot の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

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

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