
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
bun-webgpu
Advanced tools
WebGPU (Dawn) FFI bindings for Bun.
import { setupGlobals } from 'bun-webgpu';
setupGlobals();
const adapter = navigator.gpu.requestAdapter();
const device = await adapter?.requestDevice();
// ... use WebGPU ...
Find out more about WebGPU types here.
Note: There are prebuilt binaries in the pipeline artifacts.
bun run ./dawn/download_artifacts.tsThe package.json includes scripts to build the native library components.
build:devbuild:prodTo run the CTS, build the library first, then run the tests:
./run-cts.sh 'webgpu:api,operation,adapter,requestDevice:always_returns_device:*'
Run all webgpu tests for example with ./run-cts.sh 'webgpu:*'
Current results for webgpu:api,* are:
** Summary **
Passed w/o warnings = 39994 / 51160 = 78.17%
Passed with warnings = 0 / 51160 = 0.00%
Skipped = 8290 / 51160 = 16.20%
Failed = 2876 / 51160 = 5.62%
To run tests, build the library first, then run the tests:
bun test
FAQs
Native WebGPU implementation for Bun runtime
The npm package bun-webgpu receives a total of 113,950 weekly downloads. As such, bun-webgpu popularity was classified as popular.
We found that bun-webgpu 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
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.