# Dependency Audit

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ao92265-claude-code-playbook-dependency-audit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ao92265](https://agentstack.voostack.com/s/ao92265)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ao92265](https://github.com/ao92265)
- **Source:** https://github.com/ao92265/claude-code-playbook/tree/main/skills/dependency-audit

## Install

```sh
agentstack add skill-ao92265-claude-code-playbook-dependency-audit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Run a comprehensive dependency audit for the current project.

## Steps

1. Run `scripts/audit.sh ` to generate a structured report
   - Example: `scripts/audit.sh /path/to/your/project`
   - If no directory is given, it defaults to the current working directory
   - The script covers: package.json check, security audit, outdated packages, unused dependency detection, and lock file health
   - It will NOT run `npm install`, `npm audit fix`, or modify any files

## Output Format

### Security Summary
| Severity | Count |
|----------|-------|
| Critical | N     |
| High     | N     |
| ...      | ...   |

Top issues: (list)

### Outdated Packages
- **Major updates available**: (list)
- **Minor/patch updates**: (count)

### Potentially Unused Dependencies
- (list or "None detected")

### Recommendations
Prioritized list of actions to take.

## Important
- Do NOT run `npm install` or modify any files
- Do NOT run `npm audit fix` — report only
- If a command fails, note it and continue with other checks
- Keep the report concise and actionable

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ao92265](https://github.com/ao92265)
- **Source:** [ao92265/claude-code-playbook](https://github.com/ao92265/claude-code-playbook)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ao92265-claude-code-playbook-dependency-audit
- Seller: https://agentstack.voostack.com/s/ao92265
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
