
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.
@coboxcoop/key-exchange
Advanced tools
CoBox is an encrypted p2p file system and distributed back-up tool. README provides a map of the project.
key-exchange provides the key exchange operations for CoBox.
npm i -g @coboxcoop/key-exchange
const invite = require('cobox-key-exchange')
const inviteCode = create(opts)opts = { publicKey, address, [encryptionKey], [name] }
Creates an invite code. Returns a buffer.
publicKey - the public encryption key to whom the invite will be encrypted. Must be a buffer or hex encoded string.address - the address of the space to be included in the invite. Must be a buffer or hex encoded string.encryptionKey - the encryption key to whom the invite will be encrypted. Must be a buffer or hex encoded string.name - a name for the space. Must be a string{ address, encryptionKey, name } = open(opts)opts = { invite, keypair }
Decrypts and unpacks an invite code.
inviteCode should be a buffer.{ publicKey, secretKey } both of which must be buffers or hex encoded strings.send(recipientKey, inviteCode, opts = {}, callback)recipientKey - the public encryption key of the intended recipient of the invite. Must be a buffer or hex encoded string.inviteCode an invite code which should be a buffercallback a function which will be called when the invite has been transmitted. This may take some time depending on whether they are currently online.opts is an optional object which may include
swarm - a custom swarm function, which behaves similarly to cobox-swarmreceive(publicKey, opts = {}, callback)publicKey - the public encryption key of the recipient of the invite. Must be a buffer or hex encoded string.callback(err, inviteCode) a function which will be called when the invite has been received.
inviteCode an invite code which will be a bufferopts is an optional object which may include
swarm - a custom swarm function, which behaves similarly to cobox-swarmSee swagger documentation... (we won't have this for a while).
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
FAQs
key exchange and invite code generation
We found that @coboxcoop/key-exchange demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.