
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@gunshi/bone
Advanced tools
@gunshi/bonegunshi minimum
This package exports the bellow APIs and types.
cli: The main CLI function to run the command, not included @gunshi/plugin-global and @gunshi/plugin-renderer built-in plugins.[!TIP] The APIs and type definitions available in this package are the same as those in the
gunshi/boneentry in thegunshipackage. This package is smaller in file size than thegunshipackage, making it suitable for use when you want to reduce the size of thenode_modulesin your cli application you are creating.
[!IMPORTANT] You cannot use the
clifunction in this entry to display the usage of the command with--helpoption. This entry point is provided to allow users to customize it completely, such as command usage rendering and plugin composition.
# npm
npm install --save @gunshi/bone
## pnpm
pnpm add @gunshi/bone
## yarn
yarn add @gunshi/bone
## deno
deno add jsr:@gunshi/bone
## bun
bun add @gunshi/bone
import { cli } from 'gunshi/bone'
import global from '@gunshi/plugin-global'
import renderer from '@gunshi/plugin-renderer'
import i18n from '@gunshi/plugin-i18n'
const entry = ctx => {
// entry logic ...
}
await cli(process.argv.slice(2), entry, {
// ...
plugins: [
global(),
renderer(),
i18n({
// plugin options ...
})
]
})
FAQs
gunshi minimum
The npm package @gunshi/bone receives a total of 93 weekly downloads. As such, @gunshi/bone popularity was classified as not popular.
We found that @gunshi/bone 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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.