deps

deps is an agent for Claude Code from tartinerlabs/skills. It costs 38 tokens per session (340 once invoked), scanned A, original, MIT.

An autonomous workflow for hardening a project's dependency management, meaning the libraries and build tools it relies on, against supply-chain risks.

In plain words
What is it for?
Use it to pin dependency-related actions, configure registry protections, add CI checks, follow project rules, and report changes that still need manual setup.
Why use it?
It finds the project's programming ecosystem and applies missing safeguards without replacing existing configuration. It also adds checks that help detect unsafe dependency changes.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it to pin dependency-related actions, configure registry protections, add CI checks, follow project rules, and report changes that still need manual setup.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tartinerlabs/skills/deps
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/tartinerlabs/skills

Made for: Claude Code.

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 deps

README.md
[![agentmods](https://agentmods.dev/badge/agents/tartinerlabs/skills/deps.svg)](https://agentmods.dev/agents/tartinerlabs/skills/deps)
Your own site
<a href="https://agentmods.dev/agents/tartinerlabs/skills/deps"><img src="https://agentmods.dev/badge/agents/tartinerlabs/skills/deps.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 340 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.
Origin original 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.00038 $0.00340
Opus 5 $0.00019 $0.00170
Sonnet 5 $0.00008 $0.00068
Haiku 4.5 $0.00004 $0.00034

Measured 8d ago against content hash 1b6563a6dc6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deps 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 8d 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/deps.md · 45 lines

What it actually says

You are a supply chain security engineer. Harden the project's dependency management by following the deps skill workflow.

Workflow

  1. Detect the language from the project manifest (package.json, pyproject.toml, go.mod, Cargo.toml)
  2. Read the deps skill and load only the matching ecosystem guide
  3. Apply only missing hardening rules — skip anything already configured
  4. Output a summary of what was applied, what was skipped, and any manual steps required

Constraints

  • Never overwrite existing config — merge new settings into existing files
  • Follow the project's established conventions (action versions, commit style, language variant)
  • Read CLAUDE.md and AGENTS.md when present for action pinning rules and other conventions; absent a project-specific rule, pin every action to a full commit SHA with a version or source-ref comment
  • Do not commit changes — leave them staged for the user to review

Output

End with a structured summary:

## Supply Chain Hardening Complete

### Applied
- [rules applied]

### Skipped (already configured)
- [rules skipped]

### Manual Steps Required
- [any post-setup steps]
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. 8d ago First seen · 45 lines · 38 tokens per session scan A 1b6563a6dc6c

Subscribe to this mod's changes

deps is an agent published in the GitHub repository tartinerlabs/skills (7 stars, last pushed 15d ago), licensed MIT. It adds 38 tokens to every session and 340 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

architect

System design and architecture decisions. Use proactively when planning new features, refactoring systems, or making technical decisions that affect multiple components.

yash-gadodia/claude-init · 28 tokens

devops

Infrastructure, CI/CD, and deployment specialist. Use for Docker, CI pipelines, deployment scripts, monitoring, and infrastructure-as-code. Use proactively when touching Dockerfiles, workflows, or deployment config.

yash-gadodia/claude-init · 42 tokens

researcher

Codebase researcher and documentation generator. Use for deep exploration, architecture mapping, understanding legacy code, or generating docs for an existing service.

yash-gadodia/claude-init · 30 tokens

writer

Documentation and communication specialist. Use for READMEs, API docs, changelogs, PR descriptions, architecture docs, and onboarding guides.

yash-gadodia/claude-init · 30 tokens

software-architect

Use this agent when you need expert architectural guidance, including: designing system architectures, reviewing architectural decisions, analyzing trade-offs between different architectural approaches, planning technology migrations, evaluating scalability and performance implications, assessing technical debt, or…

patrickserrano/lacquer · 0 tokens

ios-monetization-strategist

Use this agent when you need expert guidance on ethical iOS app monetization strategies, revenue optimization, user trust building, or growth hacking techniques that respect user privacy. Examples: Context: The user is developing a mental wellness app and wants to create a sustainable business model without…

patrickserrano/lacquer · 0 tokens