application-management-182b26 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited application-management-182b26 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when:
Find application IDs associated with your account:
pipelines list-applicationsOutput:
Applications:
1g2i3b4b5o6u7s — My Drupal Site
abc1234567890 — Client ProjectUse the application ID (e.g. 1g2i3b4b5o6u7s) in all subsequent pipeline commands.
List codebases available to your account (used as an alternative to application IDs):
pipelines list-codebasesOutput:
+--------------------------------------+--------------+--------+--------------+
| Codebase ID | Label | Region | Applications |
+--------------------------------------+--------------+--------+--------------+
| abcd1234-5678-90ab-cdef-000000000000 | My Codebase | us-east| 3 |
+--------------------------------------+--------------+--------+--------------+pipelines list-codebases --format=jsonCodebase IDs can be used anywhere --application-id is accepted via the --codebase-id flag.
Associate your local git repository with an application or codebase ID. This lets you run pipelines start without specifying --application-id every time.
pipelines set-application-id --application-id=1g2i3b4b5o6u7sOutput:
The application id associated with this repository has been set to 1g2i3b4b5o6u7spipelines set-application-id --codebase-id=abcd1234-5678-90ab-cdef-000000000000pipelines set-application-id --application-id=1g2i3b4b5o6u7s --format=jsonThe association is stored in the repository's git config. After linking, commands like pipelines start will detect the application ID automatically from the current directory.
Remove the application ID association from the current repository:
pipelines remove-application-id| Application ID | Codebase ID | |
|---|---|---|
| Format | Short alphanumeric string | UUID |
| Scope | Single Acquia Cloud application | Can span multiple applications |
| Use when | Working with a specific application | Working with a shared codebase |
| Flag | --application-id | --codebase-id |
Both can be used interchangeably with start, status, logs, and list-jobs.
You haven't linked a repo or provided --application-id. Either:
# Option 1: Link the repo
pipelines set-application-id --application-id=<id>
# Option 2: Pass it explicitly each time
pipelines start --application-id=<id>Your account doesn't have any codebases, or your credentials don't have access. Verify with:
pipelines show-connection <application_id>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.