# IAMGuard: Keep Your AWS IAM Game Tight 🔥

Yo, keeping your AWS IAM setup locked down ain't easy. You could spend hours digging through users, roles, and policies, or you could let **IAMGuard** do the heavy lifting. This tool scans your AWS IAM setup, flags security risks, and drops **clean reports** in JSON and HTML. Simple. Effective. No fluff.

## Why IAMGuard? 🧐

Let’s be real—AWS security audits are a headache. Manual reviews? Too much work. That’s where **IAMGuard steps in**:

✅ Spots **publicly exposed policies** 📢  
✅ Flags **inactive users and roles** ⏳  
✅ Warns about **admin access risks** 🔐  
✅ Gives you **detailed reports** (JSON + HTML) 📄

## Get Set Up in Seconds 🚀

IAMGuard is on **NPM**, so installation is a breeze:

```bash
npm install -g iamguard
```

Run the tool like this:

```bash
iamguard scan
```

For a comprehensive report, Run the tool like this:

```bash
iamguard generate-report
```

*Just sit back and let IAMGuard break it all down for you.*

### 📌 Grab it on NPM: [IAMGuard on NPM](https://www.npmjs.com/package/iamguard)

### 🔗 Peep the code: [IAMGuard on GitHub](https://github.com/vincentiroleh/iamguard)

## See It in Action 🎬

No cap—this is what IAMGuard does:

<iframe src="https://www.loom.com/embed/33d60745359d4337b2a06c868232f055?sid=83725c72-7c81-45dc-84da-988a07e6a7ef" width="640" height="360"></iframe>

[📺 Watch in fullscreen](https://www.loom.com/share/33d60745359d4337b2a06c868232f055?sid=83725c72-7c81-45dc-84da-988a07e6a7ef)

## What's Next? 💡

IAMGuard is just getting warmed up. Here’s what’s coming:

* **CI/CD integration** to keep your pipelines airtight.
    
* **Python Version** for python environments
    
* **Deeper role-based risk analysis** for smarter security.
    
* **Custom reports & alerts** so you never miss a thing.
    

🚀 Run IAMGuard today and **keep your AWS IAM on point!**

Drop a ⭐ on GitHub if you’re feeling it. Let’s build something dope together. 💙
