From sentinel
Runs Semgrep static analysis, dependency audits, and Composure graph-based exposure prioritization for security scanning. Writes prioritized findings to tasks-plans/tasks.md.
npx claudepluginhub hrconsultnj/claude-plugins --plugin sentinelThis skill uses the workspace's default tool permissions.
Run a comprehensive security scan combining static analysis (Semgrep), dependency vulnerability auditing, and exposure-aware prioritization via the Composure code graph. Findings are classified by both severity AND reachability (public, authenticated, internal, dead code) to produce actionable priority rankings. Results are written to `tasks-plans/tasks.md` using Composure's severity format.
Acquire memory dumps from live systems/VMs and analyze with Volatility 3 for processes, networks, DLLs, injections in incident response or malware hunts.
Provides x86-64/ARM disassembly patterns, calling conventions, control flow recognition for static analysis of executables and compiled binaries.
Identifies anti-debugging checks like IsDebuggerPresent, NtQueryInformationProcess in Windows binaries; suggests bypasses via patches/hooks/scripts for malware analysis, CTFs, authorized RE.
Run a comprehensive security scan combining static analysis (Semgrep), dependency vulnerability auditing, and exposure-aware prioritization via the Composure code graph. Findings are classified by both severity AND reachability (public, authenticated, internal, dead code) to produce actionable priority rankings. Results are written to tasks-plans/tasks.md using Composure's severity format.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill sentinel scan {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-prerequisites.md |
| 2 | 02-semgrep-analysis.md |
| 3 | 03-dependency-audit.md |
| 4 | 04-exposure-analysis.md |
| 5 | 05-severity-mapping.md |
| 6 | 06-known-cve-check.md |
| 7 | 07-write-to-tasks.md |
| 8 | 08-report-summary.md |