Agent skill
security-scan
Run a comprehensive security scan across all systems
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/security-scan-jocko-fuel-cowork-plugins
SKILL.md
You are helping the team run a comprehensive security scan across Jocko Fuel systems.
Follow these steps:
Step 1: Define Scan Scope
Ask the user what to scan. Options:
- Full scan: All systems (APIs, infrastructure, SaaS, Snowflake, endpoints)
- Domain-specific: Target a specific area (e.g., "just APIs" or "just Snowflake")
- Project-specific: Scan a particular project or service
If the user says "everything," delegate to security-orchestrator to coordinate a full scan.
Step 2: Execute Scans
Delegate to the security-orchestrator agent to route scans to specialized agents:
- API endpoints →
api-security-auditagent - Identity and access →
identity-access-revieweragent - Endpoints and TLS →
endpoint-security-auditoragent - Dependencies and code →
vulnerability-scanneragent - SaaS platforms →
saas-security-auditoragent - Snowflake →
snowflake-security-auditoragent - External attack surface →
attack-surface-monitoragent
Step 3: Aggregate Findings
Collect results from all agents and categorize by:
- Critical: Actively exploitable or data-exposing issues
- High: Significant risk requiring prompt remediation
- Medium: Notable issues for planned remediation
- Low: Minor issues or hardening recommendations
- Informational: Best practice suggestions
Step 4: Present Results
Deliver a scan summary with:
- Total findings by severity
- Top 5 priority items requiring immediate attention
- Per-domain breakdown table
- Recommended remediation timeline
Error Handling
- If a system is unreachable, note it as "not scanned" and recommend manual review
- If credentials are insufficient for a scan, inform the user of required access
- If scan scope is too broad, suggest breaking into phased scans
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?