# CloudSlash

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

- Skill: `javimosch/cloudslash` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/cloudslash`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/cloudslash/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/cloudslash

---


# 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

