
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@intuned/cli
Advanced tools
Command-line interface for the Intuned browser automation platform. Manage runs, jobs, deployments, auth sessions, local development browsers, and more directly from your terminal.
npm install -g @intuned/cli
intuned login
intuned logout
export INTUNED_API_KEY=your-api-key
export INTUNED_WORKSPACE_ID=your-workspace-id
Create an Intuned.json (or .jsonc, .yaml, .yml, .toml) in your project root:
{
"projectName": "my-automation-project"
}
# List runs
intuned platform runs list --project-name my-project
intuned platform runs list --limit 20 --filter "status=SUCCEEDED" --json
# Get a run
intuned platform runs get <run-id> --project-name my-project
# Start a run
intuned platform runs start '{"input": {"url": "https://example.com"}}' --project-name my-project
intuned platform runs start @input.json --project-name my-project
# Get attempt details
intuned platform attempts get <run-id> --project-name my-project
intuned platform attempts get <run-id> 1 --json
# Download logs
intuned platform attempts log <run-id> 1 -o my-logs.jsonl
# Download Playwright trace
intuned platform attempts trace <run-id> 1 -o my-trace.zip
# List / get jobs
intuned platform jobs list --project-name my-project
intuned platform jobs get <job-id> --project-name my-project
# Create a job
intuned platform jobs create ./job-config.json --project-name my-project
# Trigger a job manually
intuned platform jobs trigger <job-id> --project-name my-project
intuned platform jobruns list <job-id> --project-name my-project
intuned platform jobruns get <job-id> <job-run-id> --project-name my-project
Manage persistent browser instances for local development:
# Start / stop
intuned dev browser start --name my-browser
intuned dev browser stop --name my-browser
# List tabs
intuned dev browser tabs list
intuned dev browser tabs create --url https://example.com
intuned dev browser tabs close <tab-id>
intuned dev provision --project-name my-project
intuned dev deploy --project-name my-project
FAQs
CLI tool for the Intuned browser automation platform
The npm package @intuned/cli receives a total of 200 weekly downloads. As such, @intuned/cli popularity was classified as not popular.
We found that @intuned/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.