
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
🧿 Pi coding agent extension — the ultimate MCP bridge with 100+ tools including Brave, Google, Context7, Excalidraw, AWS, Excel, File Ops, Database, Playwright, Chrome DevTools and many more

🧿 Pi coding agent extension — the ultimate MCP bridge with 100+ tools including Brave, Google, Context7, Excalidraw, AWS, Version Checker, Excel, File Ops, Database, Playwright, Chrome DevTools and many more.
pi install npm:onetool-pi
Add an onetool block to .pi/settings.json (project) or ~/.pi/settings.json (global):
{
"onetool": {
"command": "onetool",
"args": [
"--config", "~/.onetool/onetool.yaml",
"--secrets", "~/.onetool/secrets.yaml"
]
}
}
Replace
~/.onetool/onetool.yamland~/.onetool/secrets.yamlwith the paths to your own onetool config and secrets files.
Project settings take priority over global settings.
Optional settings:
| Key | Default | Description |
|---|---|---|
connectTimeout | 10000 | Connection timeout in ms |
maxBytes | (onetool default) | Truncate output at this many bytes |
maxLines | (onetool default) | Truncate output at this many lines |
previewLines | 10 | Lines shown before "click to expand" |
For full documentation and available packs, visit onetool.beycom.online.
Once installed, the ot tool is available in Pi:
# Install skills for Pi
ot_forge.install_skills(install='ot-ref', tool='pi')
# Discover available packs
ot.packs()
# Search for tools
ot.help(query='search')
# Web search
brave.search(query='latest AI news')
# Fetch a URL
wf.fetch(url='https://...')
# Chain results in one call
results = brave.search(query='fastapi'); ot_llm.transform(text=results, prompt='summarize')
/ot or /ot restart — restart the onetool connection/ot status — show connection statusFAQs
🧿 Pi coding agent extension — the ultimate MCP bridge with 100+ tools including Brave, Google, Context7, Excalidraw, AWS, Excel, File Ops, Database, Playwright, Chrome DevTools and many more
The npm package onetool-pi receives a total of 22 weekly downloads. As such, onetool-pi popularity was classified as not popular.
We found that onetool-pi 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.