
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
Deterministic (non-generative) asset transformation MCP server. Ships prebuilt native binaries.
Deterministic (non-generative) asset transformation MCP server, written in Rust.
This npm package is a thin launcher: it installs a prebuilt native binary
(atx-mcp) for your platform via optionalDependencies and execs it with
transparent stdio.
claude mcp add asset-transform -- npx -y atx-mcp --workspace /path/to/asset-workspace
Or in an MCP client config:
{
"mcpServers": {
"asset-transform": {
"command": "npx",
"args": ["-y", "atx-mcp", "--workspace", "/path/to/asset-workspace"]
}
}
}
macOS arm64 / x64, Linux x64 / arm64 (static musl, no glibc requirement), Windows x64. On any other platform, build from source with a Rust toolchain.
This npm launcher exists so that a Node-only environment can run the server with nothing to install. The same binary is also distributed directly:
cargo binstall atx-mcp — prebuilt binary via a Rust toolchain, no compilationcargo install atx-mcp — build from source (any platform Rust supports)docker run -i --rm -v "$PWD:/workspace" ghcr.io/gridhra/atx-mcp:latest
(pin a version tag in production; paths passed to the tools are container
paths under /workspace)Full documentation: https://github.com/gridhra/atx-mcp
MIT licensed.
FAQs
Deterministic (non-generative) asset transformation MCP server. Ships prebuilt native binaries.
The npm package atx-mcp receives a total of 269 weekly downloads. As such, atx-mcp popularity was classified as not popular.
We found that atx-mcp 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
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.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.