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
chore(deps): update firebase/agent-skills digest to 30bcb30 (#559)
* chore(deps): update firebase/agent-skills digest to 30bcb30
* security(firebase-skills): allowlist FP findings on genkit-dart and app-hosting
- developing-genkit-dart: ATR_MCP_MALICIOUS_RESPONSE matches the official
Google Genkit installer (curl -sL cli.genkit.dev | bash), already
allowlisted under PIPELINE_TAINT_FLOW.
- firebase-app-hosting-basics: ATR_HIGH_RISK_TOOL_GATE matches 'delete'/'Delete'
in references/cli_commands.md documenting official Firebase CLI subcommands.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Antonio Osorio <ozz@stacklok.com>
ref: "11c41e547860b33b42059ed6f7d6fddf2a5ced4b"# main as of 2026-04-15
12
+
ref: "30bcb303e56f5d39f2d3c4214b53821adfb5b65c"# main as of 2026-04-15
13
13
path: "skills/developing-genkit-dart"
14
14
version: "0.1.0"
15
15
@@ -23,3 +23,11 @@ security:
23
23
reason: "firebase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
24
24
- rule_id: PIPELINE_TAINT_FLOW
25
25
reason: "The skill's prerequisites cite the official Genkit CLI installer `curl -sL cli.genkit.dev | bash` as a documented install command."
26
+
- rule_id: ATR_MCP_MALICIOUS_RESPONSE
27
+
reason: |
28
+
Same root cause as PIPELINE_TAINT_FLOW above - matches the official
reason: "firebase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
24
+
- rule_id: ATR_HIGH_RISK_TOOL_GATE
25
+
reason: |
26
+
False positive - matches on `delete` / `Delete` in
27
+
references/cli_commands.md, where the skill documents the official
28
+
Firebase App Hosting CLI commands (e.g.,
29
+
`firebase apphosting:backends:delete`,
30
+
`firebase apphosting:rollouts:delete`). These are documented Firebase
31
+
CLI subcommands a user explicitly invokes, not autonomous high-risk
32
+
tool calls. Verified at digest 30bcb303e56f5d39f2d3c4214b53821adfb5b65c.
0 commit comments