
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@bolyra/cli
Advanced tools
CLI for Bolyra credential lifecycle management — create, inspect, revoke credentials; generate Ed25519 keys; verify receipts; generate dev identities.
Unified CLI for Bolyra credential lifecycle management. Create, inspect, revoke, and list agent credentials. Generate Ed25519 operator keypairs. Verify signed audit receipts. Generate dev identities for testing.
npm install -g @bolyra/cli
Or use directly in the monorepo:
cd integrations/cli && npm run build && node dist/main.js
@bolyra/sdk and @bolyra/receipts (installed as dependencies)bolyra key generate --out operator.key
# Creates operator.key (private, mode 0600) and operator.key.pub (public key JSON)
bolyra key show operator.key
# Public Key:
# x: 0x1234...
# y: 0x5678...
# DID: did:bolyra:operator:0x1234...
bolyra cred create \
--operator-key operator.key \
--model gpt-4o \
--permissions read,write,financial_small \
--expiry 30d \
--store
Flags:
--operator-key <path> (required) Path to Ed25519 private key--model <name> (required) Model identifier--permissions <list> (required) Comma-separated: read, write, financial_small, financial_medium, financial_unlimited, sign, delegate, pii--expiry <duration|timestamp> (required) Duration (30d, 1y, 8h) or Unix timestamp--out <path> Write credential JSON to file (default: stdout)--store Also save to ~/.bolyra/credentials/# From file
bolyra cred inspect credential.json
# From local store (by commitment)
bolyra cred inspect 12345678901234567890
# JSON output
bolyra cred inspect credential.json --json
bolyra cred list
bolyra cred list --filter active
bolyra cred list --json
bolyra cred revoke 12345678901234567890 --reason "key compromised"
Note: Revocation is local-only in v1. It does not propagate to any registry or on-chain state.
bolyra receipt verify receipt.json
bolyra receipt verify receipt.json --signer 0xabc...
cat receipt.json | bolyra receipt verify --stdin --max-age 3600
bolyra dev
bolyra dev --permissions 0x07 --expiry 1750000000 --out dev-identities.json
WARNING: Dev identities use fixed seeds. Never use in production.
Credentials are stored locally at ~/.bolyra/credentials/. Each credential is a JSON file named by its commitment hash prefix.
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Verification/validation failure |
| 2 | Usage error (bad args, missing required flags) |
Apache-2.0
FAQs
CLI for Bolyra credential lifecycle management — create, inspect, revoke credentials; generate Ed25519 keys; verify receipts; generate dev identities.
The npm package @bolyra/cli receives a total of 32 weekly downloads. As such, @bolyra/cli popularity was classified as not popular.
We found that @bolyra/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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

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.