pentest-cloud-auditor

pentest-cloud-auditor is a skill for Codex from 0x-Professor/Agent-Skills-Hub. It costs 24 tokens per session (311 once invoked), scanned A, original, Apache-2.0.

A cloud security testing guide for Amazon Web Services, Microsoft Azure, and Google Cloud. It checks access controls, ways privileges could be increased, and services exposed by configuration mistakes.

In plain words
What is it for?
Use it to review cloud identity permissions and service exposure, trace possible privilege-escalation paths, and produce structured cloud security reports.
Why use it?
It helps uncover cloud settings that could let an attacker gain more access or reach services that should be private. It requires an approved scope and authorization for live tests.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review cloud identity permissions and service exposure, trace possible privilege-escalation paths, and produce structured cloud security reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0x-professor/agent-skills-hub/pentest-cloud-auditor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 0x-Professor/Agent-Skills-Hub --skill pentest-cloud-auditor
Clone the repo
git clone --depth 1 https://github.com/0x-Professor/Agent-Skills-Hub

Made for: Codex.

Wrote 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.

agentmods badge for pentest-cloud-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor/github.svg)](https://agentmods.dev/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor)
Your own site
<a href="https://agentmods.dev/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor"><img src="https://agentmods.dev/badge/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor/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.

agentmods 80×15 button for pentest-cloud-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor"><img src="https://agentmods.dev/badge/skills/0x-professor/agent-skills-hub/pentest-cloud-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00311
Opus 5 $0.00012 $0.00156
Sonnet 5 $0.00005 $0.00062
Haiku 4.5 $0.00002 $0.00031

Measured 11d ago against content hash b9c59b822948, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pentest-cloud-auditor 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/cloud_auditor.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/pentest-cloud-auditor/SKILL.md · 51 lines

What it actually says

Pentest Cloud Auditor

Stage

  • PTES: 5-6
  • MITRE: TA0007

Objective

Identify cloud privilege escalation and exposure misconfiguration pathways.

Required Workflow

  1. Validate scope before any active action and reject out-of-scope targets.
  2. Run only authorized checks aligned to PTES, OWASP WSTG, NIST SP 800-115, and MITRE ATT&CK.
  3. Write findings in canonical finding_schema format with reproducible PoC notes.
  4. Honor dry-run mode and require explicit --i-have-authorization for live execution.
  5. Export deterministic artifacts for downstream skill consumption.

Execution

python skills/pentest-cloud-auditor/scripts/cloud_auditor.py --scope scope.json --target <target> --input <path> --output <path> --format json --dry-run

Outputs

  • cloud-misconfigs.json
  • cloud-privesc-paths.json
  • cloud-report.json

References

  • references/tools.md
  • skills/autonomous-pentester/shared/scope_schema.json
  • skills/autonomous-pentester/shared/finding_schema.json
WARNING AUTHORIZED USE ONLY
This skill executes real security testing tools against live targets.
Use only with written authorization.

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 51 lines · 24 tokens per session scan A b9c59b822948

Subscribe to this mod's changes

pentest-cloud-auditor is a skill published in the GitHub repository 0x-Professor/Agent-Skills-Hub (10 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 311 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

deploy-kimi-k26-on-rtx-pro-6000

Deploy and serve Moonshot Kimi-K2.6 (1T MoE, MLA, 256K context, vision) in a user-chosen quantization — official INT4 QAT (moonshotai/Kimi-K2.6, compressed-tensors→Marlin; vLLM or SGLang) or NVFP4 (nvidia/Kimi-K2.6-NVFP4, ModelOpt FP4; vLLM only — SGLang NVFP4 is NaN-broken on sm120) — on a Linux server (verified…

soulmachine/skills · 571 tokens

deploy-kimi-k3-on-rtx-pro-6000

Deploy and serve Moonshot Kimi-K3 (2.8T MoE, hybrid KDA+MLA attention, native vision via MoonViT-3d) from Unsloth's GGUF quantizations (unsloth/Kimi-K3-GGUF) via llama.cpp on a Linux server with 8x NVIDIA RTX PRO 6000 Blackwell Server Edition (96 GB, sm120) GPUs. Unlike vLLM/SGLang's tensor-parallel all-in-VRAM…

soulmachine/skills · 0 tokens

mac-mini-as-headless-server

Use when setting up a Mac (especially Mac Mini or Apple Silicon Mac Studio) for unattended 24/7 server operation, headless use, or remote-only access. Covers sleep prevention, screen saver, Wake-on-LAN, auto-restart, App Nap, SSH enablement, and — on Apple Silicon — a caffeinate LaunchDaemon that stops the headless…

soulmachine/skills · 114 tokens

ubuntu-nvidia-gpu-enablement

Enable NVIDIA GPUs on a Ubuntu server for compute/inference serving — install the open-kernel-module driver (required for Blackwell/Hopper), CUDA toolkit, turn on IOMMU (inteliommu=on iommu=pt), set up nvidia-persistenced, and install/wire a container runtime (Docker + nvidia-container-toolkit, or the minimal CLI)…

soulmachine/skills · 187 tokens

ubuntu-lxd-gpu-server

Install LXD on an Ubuntu server and pass all NVIDIA GPUs into LXD system containers via CDI — install snapd+LXD (snap), run lxd init with a ZFS or dir storage pool, set up a host CDI spec at /etc/cdi and wire the nvidia-container-toolkit auto-refresh units so it stays fresh across driver upgrades, and grant every GPU…

soulmachine/skills · 211 tokens

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens