activepieces: Skill for Claude Code

.agents/skills/triage-dependabot-alerts/SKILL.md

triage-dependabot-alerts is a skill for Claude Code, Codex from activepieces/activepieces. It costs 103 tokens per session (3,001 once invoked), scanned A, original, no licence file.

A workflow for reviewing Dependabot alerts, which are warnings about vulnerable software dependencies. It checks whether the affected package and code path are actually used, then tests proposed version updates.

In plain words
What is it for?
Use it to review open alerts in the Activepieces repository, group duplicate advisories, confirm real usage, and prepare version-bump fixes verified with builds and tests.
Why use it?
It filters out irrelevant or duplicate alerts and reduces the risk of applying a dependency update that breaks the project.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is activepieces/activepieces's own configuration. It tells Claude Code and Codex how to work on activepieces itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything activepieces configures →

Reuse

Borrowing it

Nothing to install: this file belongs to activepieces/activepieces. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/activepieces/activepieces/main/.agents/skills/triage-dependabot-alerts/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/activepieces/activepieces

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triage-dependabot-alerts

README.md
[![agentmods](https://agentmods.dev/badge/skills/activepieces/activepieces/triage-dependabot-alerts/github.svg)](https://agentmods.dev/skills/activepieces/activepieces/triage-dependabot-alerts)
Your own site
<a href="https://agentmods.dev/skills/activepieces/activepieces/triage-dependabot-alerts"><img src="https://agentmods.dev/badge/skills/activepieces/activepieces/triage-dependabot-alerts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for triage-dependabot-alerts

Your own site · 80×15
<a href="https://agentmods.dev/skills/activepieces/activepieces/triage-dependabot-alerts"><img src="https://agentmods.dev/badge/skills/activepieces/activepieces/triage-dependabot-alerts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,001 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 169
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.03001
Opus 5 $0.00051 $0.01501
Sonnet 5 $0.00021 $0.00600
Haiku 4.5 $0.00010 $0.00300

Measured 10d ago against content hash 413900b8764f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

triage-dependabot-alerts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/triage-dependabot-alerts/SKILL.md · 195 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 195 lines · 103 tokens per session scan A 413900b8764f

Subscribe to this mod's changes

triage-dependabot-alerts is a skill published in the GitHub repository activepieces/activepieces (24,361 stars, last pushed today), with no licence file. It adds 103 tokens to every session and 3,001 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ccwf-cli

Use the ccwf CLI (from @cc-wf-studio/cli) to render, validate, preview, export, or run cc-wf-studio workflow JSON files from the terminal. Apply whenever the user mentions viewing, visualizing, checking, executing, or converting a workflow under .vscode/workflows/ (or any workflow.json), wants a Mermaid diagram of a…

breaking-brake/cc-wf-studio · 121 tokens

next-qa

Run one unattended iteration of the QUALITY-ASSURANCE loop — steward any in-flight QA PR, then build ONE queued qa issue (test infrastructure, unit tests, regression tests for known bugs) on a branch off auto-qa and open a PR that squash-merges on green CI. Adds tests and tooling only; never edits product source. Use…

breaking-brake/cc-wf-studio · 105 tokens

next-task

Run one unattended IMPLEMENTATION iteration of the autonomous value-creation loop — steward any in-flight PR, fix interrupts (red CI / security / human bugs), or else build ONE queued idea issue on a branch off auto-dev and open a PR that squash-merges on green CI. Ideation lives in the next-idea skill; this skill…

breaking-brake/cc-wf-studio · 107 tokens

next-qa-idea

Run one unattended IDEATION iteration of the quality-assurance loop — find the highest-value untested behavior in the codebase, judge it against the QA value bar, and file ONE locked qa issue specifying the test to write. Never writes code or tests; the next-qa skill builds from the queue this skill fills. Use when…

breaking-brake/cc-wf-studio · 98 tokens

pr-to-main

A pull-request workflow for submitting feature or bug-fix changes to the main branch in a pnpm and Changesets monorepo. A monorepo stores multiple related packages in one repository, while Changesets records release information.

breaking-brake/cc-wf-studio · 85 tokens

workflow-schema-tuning

A workflow for changing the schema that describes available workflow nodes in CC Workflow Studio. A schema is a set of rules and descriptions that guides how software creates or validates data.

breaking-brake/cc-wf-studio · 162 tokens