dependabotlisted
Install: claude install-skill schmug/shipofclaudius
Run the `dependabot` dynamic workflow bundled with this plugin by calling the Workflow tool with its bundled script path:
```
Workflow({ scriptPath: "${CLAUDE_PLUGIN_ROOT}/.claude/workflows/dependabot.js",
args: { triageScriptPath: "${CLAUDE_PLUGIN_ROOT}/.claude/workflows/triage-finding.js", /* + optional filters */ } })
```
Always pass `triageScriptPath: "${CLAUDE_PLUGIN_ROOT}/.claude/workflows/triage-finding.js"` so the workflow can delegate to its sibling engine; if it is omitted the workflow falls back to the saved-workflow name `triage-finding`. Other args (all optional): `repo` (`owner/name`, defaults to the gh-resolved repo), `state` (default `"open"`), `minSeverity` (`low`|`medium`|`high`|`critical`), `scope` (`runtime`|`development`|`all`, default `all`), `ecosystem`, `package`, `max` (default 200), and the passthroughs `target` (default `"."`), `handoff` (`ghsa`|`issue`|`auto`), `notes`, `batchSize`, `readonlyAgent` (default `Explore`). For the full, current argument list, read the header comment / `meta` block in `${CLAUDE_PLUGIN_ROOT}/.claude/workflows/dependabot.js`, or the repo README "Arguments" table.
This is INTAKE ONLY and READ-ONLY: the ingest agent runs under a read-only `agentType` and only fetches/projects the alerts; the descriptors are nonce-fenced as UNTRUSTED data by `triage-finding` downstream, which classifies them and assembles the handoff payload — it never files. Filing a confirmed item to `/ghsa` or `/issue` is a separate, explici