AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ops Aws Audit

skill-lifecycle-innovations-limited-claude-ops-ops-aws-audit · by Lifecycle-Innovations-Limited

Read-only AWS account hygiene audit — security baseline, unused/orphaned resources, and cost optimization across all configured regions. Produces severity-ranked findings (CRITICAL→LOW) plus a machine-readable findings.json. Cleanup actions are always human-gated, never automatic. Use for cost reviews, security sweeps, recurring account hygiene, or "audit my AWS".

— No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-lifecycle-innovations-limited-claude-ops-ops-aws-audit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lifecycle-innovations-limited-claude-ops-ops-aws-audit)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ops Aws Audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

What this does

Runs scripts/ops-aws-audit.sh — a read-only sweep that never mutates AWS. It inventories and analyses, then writes a severity-ranked report.

Checks include (2026 baseline):

  • IAM / credentials — root access key + root MFA, access keys older than

AUDIT_KEY_AGE_DAYS (default 90), console users without MFA, and whether an IAM Access Analyzer (UNUSED_ACCESS) is configured.

  • EC2 / EBS — unattached volumes, gp2→gp3 candidates, unencrypted

volumes, unassociated Elastic IPs, security groups open to 0.0.0.0/0 on SSH/RDP.

  • RDS — unencrypted or publicly-accessible instances, and **orphaned manual

snapshots** whose source DB no longer exists.

  • S3 — account-level Block Public Access, per-bucket default encryption and

lifecycle policies.

  • CloudWatch Logs — log groups with no retention (billed forever).
  • Lambda — deprecated/old runtimes.
  • Security posture — GuardDuty, Security Hub standards, Cost Anomaly

Detection monitors, Compute Optimizer enrollment.

  • Cost — per-service spend over the last AUDIT_COST_DAYS with the Δ vs the

prior window (surfaces spend spikes, per ops cost-leak doctrine).

Configuration (env, all optional)

| Var | Default | Meaning | | -------------------- | --------------------------------- | --------------------------------------------------------------------------- | | AUDIT_PROFILE | (unset) | Named AWS profile. Unset ⇒ standard chain (env keys / instance role / SSO). | | AUDIT_REGIONS | $AWS_REGION or us-east-1 | Comma-separated regions. | | AUDIT_OUTPUT_DIR | ~/.aws-audit-history/audit- | Where reports land. | | AUDIT_KEY_AGE_DAYS | 90 | Active access-key age threshold. | | AUDIT_COST_DAYS | 7 | Cost comparison window. |

How to run

# one region, current account
bash "${CLAUDE_PLUGIN_ROOT}/scripts/ops-aws-audit.sh"

# multi-region + named profile
AUDIT_PROFILE=prod AUDIT_REGIONS=us-east-1,eu-central-1 \
  bash "${CLAUDE_PLUGIN_ROOT}/scripts/ops-aws-audit.sh"

Outputs in AUDIT_OUTPUT_DIR: report.md (human), findings.json (machine), raw/ (per-service snapshots + cost-delta.tsv), audit.log.

After the run, read findings.json and summarise CRITICAL/HIGH first.

Recurring schedule

--schedule installs a daily systemd --user timer via scripts/install-aws-audit-cron.sh (Linux; this box uses systemd, not launchd):

bash "${CLAUDE_PLUGIN_ROOT}/scripts/install-aws-audit-cron.sh"
systemctl --user list-timers ops-aws-audit.timer

Dispatch to the background fleet instead:

claude --bg --name aws-audit -- bash "${CLAUDE_PLUGIN_ROOT}/scripts/ops-aws-audit.sh" --quiet

Cleanup is human-gated (never automatic)

This skill only audits. To act on a finding:

  1. Show the user the specific finding(s) and the exact aws command(s).
  2. Get explicit per-batch approval (ok / yes / proceed).
  3. For any deletion/rotation, snapshot state first; log resource IDs after.
  4. Root access keys can only be removed from a root console login — flag it,

do not attempt to "rotate root" from an IAM-user CLI session (that only rotates the IAM user's own key, not the root key).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.