remote-access — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited remote-access (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:
Open an interactive shell in a Cloud Platform environment:
acli remote:ssh <alias>Alias: acli ssh
The alias format is app-name.env (e.g. myapp.prod, myapp.dev).
# Open interactive shell
acli remote:ssh myapp.prod
# Run a single command without opening a shell
acli remote:ssh myapp.prod -- ls -la /var/www/html
# Run multiple commands
acli remote:ssh myapp.prod -- "cd /var/www/html && git log --oneline -5"Run any Drush command on a Cloud environment without SSHing in manually:
acli remote:drush <drush_command>Aliases: acli drush, acli dr
# Check Drupal status
acli remote:drush status
# Clear caches
acli remote:drush cr
# Run database updates
acli remote:drush updatedb
# Export configuration
acli remote:drush cexStream live logs from an environment:
acli app:log:tailAliases: acli tail, acli log:tail
Prompts you to select the application, environment, and log type.
List all Drush site aliases for your Cloud environments:
acli remote:aliases:listAliases: acli aliases, acli sa
Download Drush aliases for use with local Drush:
acli remote:aliases:downloadOptions:
acli remote:aliases:download \
--destination-dir=/path/to/aliases \
--all # download aliases for all applicationsremote:aliases:download so local Drush can target Cloud environments directly.acli app:log:tail while deploying to catch errors in real time.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.