# Deps Doctor

> Run dependency health audits across supported ecosystems

- Skill: `thedixitjain/deps-doctor` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/deps-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/deps-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/deps-doctor

---



Run `python3 scripts/doctor.py "$@"` from the deps-doctor plugin root.

Purpose: detect supported dependency ecosystems, run available local audit tools, and summarize advisories without failing when tools are missing.

Inputs: optional `--format`, `--severity`, and `--ecosystem` arguments supplied by the user.

Boundaries: do not edit files, do not install packages, do not use the network directly, and do not hide skipped tools.

Output contract: return either the helper output or a concise failure summary with command, exit status, and next step.

Verification contract: accept success only when the helper exits 0 and prints JSON or markdown matching the requested format.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/mturac/deps-doctor/skills/deps-doctor/SKILL.md`

