Skip to content

1.14.0 — Senior SOC Analyst Skill

Choose a tag to compare

@nasrulhazim nasrulhazim released this 06 Apr 07:17
· 15 commits to main since this release

New Skill: soc-analyst

Senior SOC Analyst for Laravel/PHP projects — triages, investigates, and actively fixes security vulnerabilities.

6 Commands

Command Description
/soc triage Scan codebase, assess severity (P1-P4), categorize with MITRE ATT&CK
/soc investigate Deep-dive a finding — trace attack paths, correlate events, identify root cause
/soc respond Contain active incidents, eradicate threats, recover operations
/soc remediate Fix vulnerabilities in code — patch files with before/after diffs and Pest tests
/soc harden 65-point hardening checklist across 10 categories with scorecard
/soc report Generate security audit reports, incident reports, and post-mortems

Key Differentiator

Unlike traditional security scanners that only report, /soc remediate writes the fix — patching SQL injection, XSS, CSRF, mass assignment, command injection, file upload flaws, and 8 more vulnerability classes with Laravel-idiomatic code and regression tests.

Reference Files (5)

  • vulnerability-patterns.md — 14 vulnerability classes with grep detection patterns and MITRE ATT&CK mapping
  • remediation-playbooks.md — Before/after code fixes with Pest tests for each vulnerability
  • mitre-attack-mapping.md — Web application ATT&CK techniques mapped to Laravel scenarios
  • hardening-checklist.md — 65 checks across 10 categories (env, headers, auth, validation, dependencies, etc.)
  • incident-report-templates.md — 4 templates: security audit, incident report, post-mortem, vulnerability report

Install

curl -fsSL https://raw.githubusercontent.com/nasrulhazim/agent-skills/main/install.sh | bash