
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.


陈独秀坐飞机 -- 在天上秀
write bash script in toml file.
property shell -> plugin xiu-plugin-shell, default install xiu-plugin-shell 。
npm i -g xiu-cli
xiu.toml config file[env]
NAME="Yugo"
[[pipes]]
name='test'
shell='''
echo $NAME
sleep 2
cal
echo "\a"
'''
[[pipes]]
name='build'
shell='''
echo 陈独秀同学,请你坐下
'''
[[pipes]]
name='deploy'
skip=true
shell='''
echo 买橘子
'''
if you set skip , then will be skip the task.
➜ xiu
function shell(task, shell) {
// task is config object
// shell is pomisefiy spawn
// you code in here
return shell(task.shell) // like this
}
module.exports = module.exports.default = exports = shell
Object.defineProperty(exports, '__esModule', {
value: true
})
publish your package, and the package name like xiu-plugin-deploy, and in your config file add deploy property .
FAQs
a mini shell tool by toml
The npm package xiu-cli receives a total of 3 weekly downloads. As such, xiu-cli popularity was classified as not popular.
We found that xiu-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.