
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@walrusai/cli
Advanced tools
walrus is the command line tool for walrus.ai.
You can install walrus via npm.
npm install -g @walrusai/cli
Once you install walrus, you are ready to run your first test. You will need an API key, the url to a web application you want to test, and a list of plain english test instructions. You can get an API key for free by signing up here.
walrus -n 'test-name' -u https://amazon.com -a YOUR_API_KEY -i \
'Login' \
'Add an item to your cart' \
'Make sure the item is in your cart'
Generally, each walrus.ai test requires an url, and instructions. These can be specified in line (as in the example above), or as files.
You can optionally provide a test name, and variables which are interpolated into the instructions.
Files are written in YAML as per the example below:
---
name: 'test-name'
url: 'https://amazon.com'
instructions:
- 'Login with :username: and :password:'
- 'Add an item to your cart'
- 'Make sure the item is in your cart'
variables:
username: 'walrus@walrus.ai'
password: 'hunter2'
You can then specify either a single test to the walrus program, or a directory of tests.
walrus -a YOUR_API_KEY -f test-case-1.yml
# OR
walrus -a YOUR_API_KEY -f test-cases/
FAQs
walrus.ai command line tool
The npm package @walrusai/cli receives a total of 19 weekly downloads. As such, @walrusai/cli popularity was classified as not popular.
We found that @walrusai/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.