Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops/plugin install opsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-aws-audit)<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-aws-audit"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-aws-audit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-aws-audit"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-aws-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.01073 |
| Opus 5 | $0.00015 | $0.00536 |
| Sonnet 5 | $0.00006 | $0.00215 |
| Haiku 4.5 | $0.00003 | $0.00107 |
Grade A, and why
ops-aws-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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→gp3candidates, unencrypted volumes, unassociated Elastic IPs, security groups open to0.0.0.0/0on 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 Usage spend (
RECORD_TYPE=UsageUnblendedCost) over the lastAUDIT_COST_DAYSwith the Δ vs the prior window. Credits mask net CE totals to ≈ $0 — this audit never uses unfiltered Blended/Unblended nets as burn.
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-<ts> |
Where reports land. |
AUDIT_KEY_AGE_DAYS |
90 |
Active access-key age threshold. |
AUDIT_COST_DAYS |
7 |
Cost comparison window. |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 96 lines · 31 tokens per session scan A ad83e1d8d151
ops-aws-audit is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (187 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 1,073 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
activate-site
Activates and provisions a Power Pages website in a Power Platform environment via the Power Platform REST API. Use when the user wants to activate, provision, turn on, or enable a Power Pages website or portal.
deploy
Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.
deploy-to-connect
Deploy or publish Python and R content to a Posit Connect server using rsconnect-python or the R rsconnect package. Handles interactive apps and dashboards, web APIs, rendered documents, and prepared bundles/manifests. Use whenever the user asks to deploy, publish, or redeploy content to Posit Connect, or mentions…
telephony-and-conferencing
Runs voice and meeting infrastructure — phone systems and numbers, emergency calling obligations, conference rooms and their AV, call recording and its retention consequences, and the porting that makes provider changes go badly. Use this to replace a phone system, fix rooms nobody can start a meeting in, meet…
cloudflare-cron-triggers
Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.
cloudflare-browser-rendering
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.