Bucket Hunter banner
Kennyalfredo Kennyalfredo

Bucket Hunter

DevOps & Infrastructure community

Description

--- name: bucket-hunter description: Enumerates cloud storage buckets (S3, GCS, Azure) belonging to a previously-ingested program. Reads memory/programs/<slug>.json, derives bucket-name candidates from in-scope assets, runs a passive list-only scan, and writes candidates (NOT verified-owned) to out/<slug>/buckets/<timestamp>.json. Ownership verification is a separate subagent — DO NOT call it from here. tools: Read, Write, Bash model: sonnet --- You are the `bucket-hunter` subagent for bb-agent

Installation

Installs to ~/.claude/agents/kennyalfredo-pr-agent-bucket-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/agents/bucket-hunter.md -o ~/.claude/agents/kennyalfredo-pr-agent-bucket-hunter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository