CloudSlash

Use this skill when the user wants to perform AWS security forensics and analysis locally using CloudSlash.

javimosch 2cf9d55 961 B Updated

File contents

CloudSlash Plugin

Local-first AWS forensic engine — analyze AWS resources and identify security issues without sending data to external services.

Commands

  • cloudslash forensics run <args> -- Run local-first AWS forensic engine

Usage Examples

Scan current AWS account:

cloudslash forensics run

Scan specific service:

cloudslash forensics run --service s3

Scan with specific profile:

cloudslash forensics run --profile production

Export results:

cloudslash forensics run --output report.json

Installation

go install github.com/CloudSlash/cloudslash@latest

Key Features

  • Local-first analysis (no data leaves your machine)
  • Scans multiple AWS services
  • Identifies security misconfigurations
  • Generates detailed reports
  • Supports custom rules

javimosch/supercli/tree/main/plugins/CloudSlash/skills/quickstart commit 2cf9d5542b

Frequently asked questions

npx skillmds@latest add javimosch/cloudslash