
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@spaceflow/ci-scripts
Advanced tools
Spaceflow CI 脚本扩展,在分支锁定/解锁保护下执行 JavaScript 语句。适用于 CI 环境中需要原子性执行脚本的场景。
pnpm spaceflow install @spaceflow/ci-scripts
# 执行 JS 表达式
spaceflow ci-scripts -e "console.log('hello')"
# CI 模式
spaceflow ci-scripts --ci -e "await fetch('https://api.example.com/deploy')"
# 仅预览,不实际执行
spaceflow ci-scripts --dry-run -e "console.log('test')"
| 参数 | 简写 | 说明 |
|---|---|---|
--expression <code> | -e | 要执行的 JS 表达式 |
--ci | -c | 在 CI 环境中运行 |
--dry-run | -d | 仅打印将要执行的操作 |
| 变量 | 说明 |
|---|---|
GITHUB_TOKEN | GitHub API Token |
GITHUB_REPOSITORY | 仓库名称(owner/repo 格式) |
GITHUB_REF_NAME | 当前分支名称 |
FAQs
Spaceflow CI 脚本插件,用于在分支锁定/解锁之间执行 JS 语句
We found that @spaceflow/ci-scripts 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.