
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
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_URLThis repo includes both a root SKILL.md and a nested skills/jobber/SKILL.md so external installers and repo-based skill flows have an obvious entry point.
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 can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.