Deep Scout 53
Read, reconcile, and report on enterprise integrations across multiple environments. Idempotent and dry-runnable.
Quick start
Add @bayou_crawler/deep-scout-53 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @bayou_crawler/deep-scout-53
workflows:
- name: deep-scout-53-run
jobs:
- name: main
steps:
- name: diff
model: bayou_crawler/deep-scout-53
method: diffRun with swamp workflow run deep-scout-53-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: enterprise security
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| dryRun? | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit | number | Maximum results to return |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| id? | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| dryRun | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| tags? | array | List of tags to apply |
| id? | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
Execution driver with bounded concurrency and retries.
Claude Code skill bundling tool whitelists and triggers.
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.