
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
trustops-agent
Advanced tools
Policy-enforced AI agent runtime for TrustOps. Ed25519-signed audit logs and PreToolUse policy hooks for Claude Code.
Policy-enforced AI agent runtime for the TrustOps Platform.
Installs on any machine where you want a Claude-based agent to run. Connects to your TrustOps server via Socket.io, consults the policy engine before every tool call, and signs every emitted log with Ed25519 so the audit chain is cryptographically verifiable.
The recommended install is the one-liner from your TrustOps instance:
curl -sSL https://app.trustops.eu/install.sh | sudo TRUSTOPS_TOKEN=oat_xxx bash
It installs Node 20, creates a trustops system user, sets up a systemd unit, and starts the agent.
npm install -g trustops-agent
TRUSTOPS_API_URL=https://app.trustops.eu TRUSTOPS_TOKEN=oat_xxx trustops-agent
~/.trustops/key.json and registers the public key with the server..claude/settings.json with a PreToolUse hook into the working directory. The hook curls POST /api/policies/evaluate and returns {permissionDecision: "deny", permissionDecisionReason} if the policy engine refuses the tool call.prevHash, hash, and signature. The server stores them verbatim and /api/audit/verify?promptId=X walks the chain offline.MIT
FAQs
Policy-enforced AI agent runtime for TrustOps. Ed25519-signed audit logs and PreToolUse policy hooks for Claude Code.
The npm package trustops-agent receives a total of 4 weekly downloads. As such, trustops-agent popularity was classified as not popular.
We found that trustops-agent 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
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.