ca-add-dep
SolidVet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
AI & Automation 144 stars
7 forks Updated yesterday AGPL-3.0
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# $ca-add-dep — dependency review
Gate a new or changed third-party dependency through review before it lands. When you route through
this command, the orchestrator runs no install until the `dependency-reviewer` agent clears the
package. Specify the exact version if you have one; without one, the reviewer evaluates the latest
available version.
## Routes to
The `dependency-reviewer` agent ([agents/dependency-reviewer.md](../../agents/dependency-reviewer.md)). The agent
reads `<project-root>/.codearbiter/security-controls.md` (allowed/denied licenses, provenance
and supply-chain policy) and `<project-root>/.codearbiter/tech-stack.md` (stack fit, dependency
manager) to judge the package.
After the agent clears it, the orchestrator surfaces the install command for confirmation. The lock
file change is committed alongside the manifest change — never one without the other.
## When NOT to use
- Removing a dependency → `$ca-fix` or `$ca-feature` with the change described.
- Updating an existing dependency as part of a code change → `$ca-feature` / `$ca-fix`; manifest
changes route to review at `$ca-pr`.
- Asking about a package without installing it → `$ca-btw`.
## Ephemeral tool run — one invocation, nothing adopted
A one-time developer tool is not a dependency, and reviewing it as one is what
issue #346 records going wrong: a duplicate-code investigation was interrupted
and pushed toward project-dependency review for `jscpd`, which the operator had
explicitly said must ...
Details
- Author
- arbiterForge
- Repository
- arbiterForge/codeArbiter
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
review-deps
Dependency and supply chain security review. Checks for known CVEs, outdated packages, single-maintainer risks, and license issues.
7 Updated yesterday
mayankmankhand Code & Development Listed
review-deps
Judge dependencies, advisories, and licences. Use as a required review, or as /review-deps. Not for how a dependency is called: review-code covers that.
1 Updated 3 weeks ago
cjohnhanson Code & Development Listed
review-dependency
This skill should be used when the user asks to "review a dependency update", "audit this dependency bump", or assess the security of an upgraded or newly added dependency.
1 Updated 3 days ago
lklimek