Help us improve
Share bugs, ideas, or general feedback.
From syncable-cli-skills
Audits project dependencies: lists packages with licenses, prod/dev splits, ecosystem breakdowns, copyleft issues, and inline vulnerability checks for compliance and inventory.
npx claudepluginhub syncable-dev/syncable-cli --plugin syncable-cli-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/syncable-cli-skills:syncable-dependenciesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all project dependencies with license types, prod/dev split, and ecosystem breakdown. Use for license compliance and dependency inventory.
Audits project dependencies for known vulnerabilities, license compliance issues, and outdated packages, providing prioritized remediation strategies.
Audits dependencies for vulnerabilities, outdated versions, transitive issues, and licenses in Node.js, Python, PHP, Ruby, Go, and Rust projects using npm audit, pip-audit, and equivalents.
Audits dependencies for security, license, outdated, and transitive risk. Outputs findings table, license matrix, priority matrix, health score, and remediation plan.
Share bugs, ideas, or general feedback.
List all project dependencies with license types, prod/dev split, and ecosystem breakdown. Use for license compliance and dependency inventory.
| Flag | Purpose |
|---|---|
--agent | Compressed output (always use) |
--licenses | Include license info per dependency |
--vulnerabilities | Quick inline vuln check (for thorough CVE scan, use sync-ctl vulnerabilities instead) |
--prod-only | Production dependencies only |
--dev-only | Development dependencies only |
sync-ctl dependencies <PATH> --licenses --agent
Success criteria: JSON output with total, production/development counts, and by_license distribution.
Priority: license concerns (copyleft, unknown) > dependency counts (prod vs dev) > specific packages (only if asked).
Compressed output has counts and distributions only. Individual packages require retrieve:
sync-ctl retrieve <ref_id>
sync-ctl retrieve <ref_id> --query "file:package.json"
Results paginated (default 20). Use --limit N --offset M for more.
| Error | Action |
|---|---|
No dependencies found | Run sync-ctl analyze to verify supported package managers exist |
| Incomplete results | Note which ecosystems were scanned vs missing |