ghost-scan-deps

Installation
Summary

Scans dependency lockfiles for known vulnerabilities and generates severity-ranked findings with remediation guidance.

  • Discovers and scans all common lockfile formats (package-lock.json, yarn.lock, go.sum, Gemfile.lock, and others) across your repository
  • Identifies CVEs in dependencies and assigns severity levels to help prioritize remediation
  • Analyzes exploitability of each vulnerability candidate to distinguish high-risk from low-risk findings
  • Generates a structured scan report with actionable remediation guidance for each discovered vulnerability
SKILL.md

Ghost Security SCA Scanner — Orchestrator

You are the top-level orchestrator for Software Composition Analysis (SCA) scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself.

Defaults

  • repo_path: the current working directory
  • scan_dir: ~/.ghost/repos/<repo_id>/scans/<short_sha>/deps
  • short_sha: git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs)

$ARGUMENTS

Any values provided above override the defaults.


Execution

Related skills

More from ghostsecurity/skills

Installs
1.6K
GitHub Stars
409
First Seen
Feb 20, 2026