
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
@akylas/nativescript-webpack
Advanced tools
@nativescript/webpack rewrite
The rewrite allows us to simplify things, and introduce some breaking changes. Listing them here, so we can keep track of them - will be in the merge commit, and the release notes once we are ready.
BREAKING CHANGES:
package.json main should now use a relative path to the package.json instead of the app directory
For example (given we have a src directory where our app is):
"main": "app.js" becomes "main": "src/app.js" OR "main": "src/app.ts" (whether using JS or TS)
This simplifies things, and will allow ctrl/cmd + clicking on the filename in some editors.
postinstall scripts have been removed.
The configuration will not need to change in the user projects between updates.
For existing projects we will provide an easy upgrade path, through ns migrate and a binary in the package.
For new projects ns create should create the config file by invoking a binary in the package.
removed resolutions for short imports - use full imports instead.
For example:
import http from 'http'
// becomes
import { http } from '@nativescript/core'
FAQs
@nativescript/webpack rewrite
The npm package @akylas/nativescript-webpack receives a total of 2 weekly downloads. As such, @akylas/nativescript-webpack popularity was classified as not popular.
We found that @akylas/nativescript-webpack 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.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.