pull-push — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pull-push (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:
acli pull:allAliases: acli refresh, acli pull
Prompts you to select an environment, then copies code, database, and files to your local environment.
Options:
acli pull:all \
--dir=/path/to/project \
--no-code \ # skip code
--no-databases \ # skip database
--no-files \ # skip files
--no-scripts # skip post-pull scriptsacli pull:codePulls the latest code from the selected Cloud environment into your local directory.
acli pull:code --dir=/path/to/projectacli pull:databaseAlias: acli pull:db
Imports a database backup from a Cloud environment into your local database.
Options:
acli pull:database \
--on-demand \ # force a fresh on-demand backup (not cached)
--no-import \ # download the backup file but don't import it
--multiple-dbs # download multiple databases (multisite)acli pull:filesCopies Drupal public files (sites/default/files) from the Cloud environment to your local.
If you skipped scripts during a pull, run them separately:
acli pull:run-scripts
acli pull:run-scripts --dir=/path/to/projectacli push:databaseAlias: acli push:db
Uploads your local database to a Cloud Platform environment. Requires both a local and remote database to be configured.
acli push:filesCopies your local Drupal public files to the selected Cloud environment.
acli push:codePush code from your Cloud IDE to a Cloud Platform environment. This command is only available inside a Cloud IDE or Lando environment.
Build your project and push the compiled artifact to a Cloud environment or custom git remote:
acli push:artifactCommon options:
# Push to a specific branch on Cloud
acli push:artifact --destination-git-branch=deploy/main
# Push to a specific tag
acli push:artifact --destination-git-tag=release-1.2.3
# Push to an external git URL (e.g. GitHub)
acli push:artifact [email protected]:myorg/myrepo.git
# Dry run — build but don't push
acli push:artifact --no-push
# Build in a specific directory
acli push:artifact --dir=/path/to/project
# Skip sanitization step
acli push:artifact --no-sanitizeacli pull:allacli pull:database --on-demandacli push:artifact --destination-git-branch=tags/deploy-branchacli push:files--on-demand forces a new one.pull:all and pull:database require a running local database. Make sure your local Drupal stack (Lando, DDEV, etc.) is running.
Verify your SSH key is set up and your account has write access to the environment:
acli ssh-key:list
acli auth:meCheck that composer install and any build steps complete without errors before pushing:
acli push:artifact --no-push # dry run to inspect~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.