
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@contextium/cli
Advanced tools
Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants
CLI for managing Contextium workspaces, context libraries, files, workflows, agents, skills, tags, and marketplace installs.
npm i -g @contextium/cli
Or run without installing globally:
npx @contextium/cli --help
# 1) Sign in
contextium login
# 2) Optional guided setup
contextium setup
# 3) See your workspaces
contextium workspaces
# 4) List context libraries in a workspace
contextium libraries -w my-workspace
# 5) Find and read files
contextium find auth -w my-workspace
contextium cat README.md -w my-workspace
contextium logincontextium logoutcontextium whoamicontextium setupcontextium initcontextium setup-claudecontextium workspacescontextium libraries -w <workspace>contextium create-library -w <workspace> -n "Docs"contextium update-library <libraryId> -n "New Name"contextium files <library> -w <workspace>contextium new <library> -t "Guide" -p guide.md -w <workspace>contextium edit <fileId> -c "Updated content" -m "Update summary"contextium delete <fileId> --confirmcontextium versions <fileId>contextium structure <library> -w <workspace>contextium cat --all -w <workspace>contextium sync -w <workspace>contextium status -w <workspace>contextium search "authentication" -w <workspace>contextium find "api" -w <workspace>contextium tags types -w <workspace>contextium tags create-type -w <workspace> -n "Topic"contextium tags list -w <workspace>contextium tags create -w <workspace> --type <typeId> --value authenticationcontextium tags apply -w <workspace> --tag topic:authentication --file <fileId>contextium tags apply-bulk -w <workspace> --tag <tagId> --files <file1,file2>contextium tags remove -w <workspace> --tag <tagId> --file <fileId>contextium tags search -w <workspace> --tags topic:authenticationcontextium tags file-tags -w <workspace> --file <fileId>contextium tags update -w <workspace> --tag <tagId> --value authcontextium tags type-get -w <workspace> --type <typeId>contextium tags type-update -w <workspace> --type <typeId> --name "Topic"contextium agents list -w <workspace>contextium agents create -w <workspace> -n "Code Reviewer"contextium agents add-skill -w <workspace> --agent <agentId> --skill <skillId>contextium agents remove-skill -w <workspace> --agent <agentId> --skill <skillId>contextium agents update -w <workspace> --agent <agentId> --name "Reviewer"contextium skills list -w <workspace>contextium skills create -w <workspace> -n "API Patterns"contextium workflows list -w <workspace>contextium workflows create -w <workspace> -n "Backend Task"contextium workflows update -w <workspace> --id <workflowId> --name "Backend Delivery"contextium workflow "Backend Task" -w <workspace>contextium marketplace listcontextium marketplace list --type skill --category backendcontextium marketplace show code-review-assistantcontextium marketplace install code-review-assistant -w <workspace>-w, --workspace <name|slug|id>: workspace selector for workspace-scoped commands-h, --help: show command help-V, --version: show CLI versionRun contextium <command> --help for command-specific flags.
# Authenticate and inspect available resources
contextium login
contextium workspaces
contextium libraries -w my-workspace
# Pull context into your AI workflow
contextium cat --all -w my-workspace | pbcopy
# Create and evolve content
contextium new my-library -t "Runbook" -p runbook.md -w my-workspace
contextium edit <fileId> -c "Updated runbook content" -m "refresh steps"
# Organize with tags
contextium tags create-type -w my-workspace -n "Topic"
contextium tags create -w my-workspace --type <typeId> --value reliability
contextium tags apply -w my-workspace --tag topic:reliability --file <fileId>
npm run build
npm run dev
npm run type-check
FAQs
Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants
The npm package @contextium/cli receives a total of 150 weekly downloads. As such, @contextium/cli popularity was classified as not popular.
We found that @contextium/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.