plugins/smedjen/skills/package-audit/SKILL.md
npm audit workflow, outdated dependency triage, license compliance checking, and update strategies for patch, minor, and major version bumps. Covers Renovate/Dependabot config and monorepo update coordination.
npx skillsauth add hjemmesidekongen/ai package-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Structured dependency audit: security vulnerabilities, outdated packages, license compliance, and update planning. Produces a triage report with per-package decisions.
| Area | What gets checked | |------|------------------| | CVEs | npm audit / Snyk / Socket — vulnerability counts by severity | | Outdated packages | npm outdated — current vs wanted vs latest | | License compliance | license-checker — compare against allowed/denied list | | Lock file integrity | Committed lock file matches package.json ranges | | Automation config | Renovate / Dependabot configured and scoped correctly |
| Strategy | When to use | |----------|------------| | patch | Apply immediately — bug fixes, no API change | | minor | Test in branch — new features, backward compatible | | major | Assess breaking changes, plan migration, test thoroughly | | hold | Pin with documented reason — incompatible, high-risk, awaiting upstream |
npm audit fix --force without reviewing what it changes first.See references/process.md for audit commands, semver decision rules, license lists,
Renovate/Dependabot config templates, and report schema.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.