Skip to main content

Rapid Scout 07

@datadog/rapid-scout-07v2.0.7· 8d agoMODELS·WORKFLOWS·REPORTS
01README

Sync state of compliance signals against a desired-state YAML. Diffs are previewed before any mutation.

Quick start

Add @datadog/rapid-scout-07 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @datadog/rapid-scout-07

workflows:
  - name: rapid-scout-07-run
    jobs:
      - name: main
        steps:
          - name: update
            model: datadog/rapid-scout-07
            method: update

Run with swamp workflow run rapid-scout-07-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.
  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: compliance finops node

02Models2
@datadog/rapid-scout-07/beaconv0.1.0beacon.ts
fn update(force: boolean)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn diff(id: string)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
@datadog/rapid-scout-07/wardenv0.1.0warden.ts
fn list(dryRun: boolean, filter?: record, force?: boolean)
List the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filter?recordKey-value filter expression
force?booleanSkip confirmation and apply immediately
fn sync(tags: array, dryRun: boolean)
Sync the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
fn get(filter: record)
Get the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
03Workflows2
live ledgerlive-ledger

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
lite beaconlite-beacon

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Reports1
rapid-scout-07-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Previous Versions3
2.1.8Oct 9, 2025

Modified 1 models

1.2.7Aug 12, 2025

Modified 1 models

2.6.2May 25, 2025
06Stats
B
75 / 100
Downloads
30
Archive size
195.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • 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 repository0/2missing
07Platforms
08Labels