-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathai_inference_actions.model.yml
More file actions
32 lines (32 loc) · 1.95 KB
/
ai_inference_actions.model.yml
File metadata and controls
32 lines (32 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
extensions:
- addsTo:
pack: codeql/actions-all
extensible: actionsSinkModel
# AI inference actions whose output should be treated as untrusted.
# Used by CWE-1426 (ImproperValidationOfAiOutput) to identify AI action steps
# whose outputs may flow unsanitized to code execution sinks (LOTP gadgets).
# source: https://boostsecurityio.github.io/lotp/
# source: https://github.com/marketplace?type=actions&category=ai-assisted
data:
# === GitHub official ===
- ["actions/ai-inference", "*", "input.prompt", "ai-inference", "manual"]
- ["github/ai-moderator", "*", "input.prompt", "ai-inference", "manual"]
# === Anthropic ===
- ["anthropics/claude-code-action", "*", "input.prompt", "ai-inference", "manual"]
# === Google ===
- ["google/gemini-code-assist-action", "*", "input.prompt", "ai-inference", "manual"]
- ["google-gemini/code-assist-action", "*", "input.prompt", "ai-inference", "manual"]
# === OpenAI ===
- ["openai/chat-completion-action", "*", "input.prompt", "ai-inference", "manual"]
# === Community AI review/inference actions ===
- ["coderabbitai/ai-pr-reviewer", "*", "input.prompt", "ai-inference", "manual"]
- ["CodiumAI/pr-agent", "*", "input.prompt", "ai-inference", "manual"]
- ["platisd/openai-pr-description", "*", "input.prompt", "ai-inference", "manual"]
- ["austenstone/openai-completion-action", "*", "input.prompt", "ai-inference", "manual"]
- ["github/copilot-text-inference", "*", "input.prompt", "ai-inference", "manual"]
- ["huggingface/inference-action", "*", "input.prompt", "ai-inference", "manual"]
- ["replicate/action", "*", "input.prompt", "ai-inference", "manual"]
# === Google (GitHub Actions org) ===
- ["google-github-actions/run-gemini-cli", "*", "input.prompt", "ai-inference", "manual"]
# === Warp ===
- ["warpdotdev/oz-agent-action", "*", "input.prompt", "ai-inference", "manual"]