
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
Agent-first private-surface CLI for Jobber.
This package is intentionally v0:
From a live logged-in Jobber browser session on the same machine:
jobber auth import-agent-browser
jobber doctor --json
jobber whoami --json
jobber operations list --search client --json
For raw one-off GraphQL without creating temp files:
jobber graphql run \
--operation-name CurrentAccount \
--query 'query CurrentAccount { account { id name inTrial industry } }' \
--json
Local:
git clone https://github.com/danielgwilson/jobber-cli.git
cd jobber-cli
npm install
npm link
Global:
npm install -g jobber-cli
Preferred from a live logged-in agent-browser session:
jobber auth import-agent-browser
jobber auth status --json
Manual auth:
printf '%s' "$JOBBER_COOKIE_HEADER" | jobber auth set-cookie-header --stdin
jobber auth status --json
Saved config lives at ~/.config/jobber/config.json with 0600 permissions.
Supported env vars:
JOBBER_COOKIE_HEADERJOBBER_GRAPHQL_VERSIONJOBBER_API_URLInstall the canonical nested skill:
npx -y skills add -g danielgwilson/jobber-cli --skill jobber
The skill lives at skills/jobber/SKILL.md. The npm package includes that
nested skill and its Codex metadata; it does not publish a duplicate root
SKILL.md.
jobber doctor --json
jobber whoami --json
jobber auth status --json
jobber operations list --json
jobber operations list --search client --json
jobber operations inspect ClientDefaults --json
jobber graphql run --operation-name CurrentAccount --query 'query CurrentAccount { account { id name inTrial industry } }' --json
jobber graphql run --query-file ./query.graphql --variables-file ./vars.json --json
operations list is a discovered inventory, not a guarantee that every operation has a recovered query document yet.graphql run is intentionally generic so new workflows can be tested before typed subcommands are added.auth import-agent-browser assumes a live authenticated agent-browser session or attached browser on the same machine.FAQs
Agent-first private-surface CLI for Jobber
We found that jobber-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.