
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
This repo is part of the eclipse biscuit project.
This library wraps the Rust implementation of Eclipse Biscuit tokens in WebAssembly, for usage in NodeJS and browsers.
It provides both EcmaScript and CommonJS modules, along with TypeScript type definitions.
Add this dependency to your package.json:
{
"dependencies": {
"@biscuit-auth/biscuit-wasm": "0.6.0-beta.1"
}
}
Usage examples are available here.
see the example code in examples/node
The node executable must be started with the --experimental-wasm-modules flag.
see the example code in examples/frontend
Importing a WebAssembly library with a bundler can take a bit of configuration. We have a working example with Webpack, and would welcome example configuration for other bundlers:
const path = require("path");
module.exports = {
entry: "./index.js",
output: {
filename: "index.js",
path: path.resolve(__dirname, "dist"),
},
experiments: {
asyncWebAssembly: true,
},
};
Licensed under the Apache 2.0 License.
Copyright 2021 Geoffroy Couprie
FAQs
CLI for agent.pw — the password manager for AI agents
The npm package agent.pw receives a total of 118 weekly downloads. As such, agent.pw popularity was classified as not popular.
We found that agent.pw 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.
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
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.