
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@tianma-ai/tmcode
Advanced tools
A coding-agent CLI for the terminal.
npm install -g @tianma-ai/tmcode
tmcode
如果你之前装过 tianma-ai、tmcode-ai 或 tmcode 等名字,直接 install 会因为
tmcode 命令名冲突报错(npm ERR! code EEXIST ... /bin/tmcode file already exists)。
推荐:先卸载旧包再装
npm uninstall -g tianma-ai tmcode-ai tmcode 2>/dev/null
npm install -g @tianma-ai/tmcode
(2>/dev/null 用来忽略本来就没装过那些名字的报错,可以安全运行。)
或者强制覆盖
npm install -g @tianma-ai/tmcode --force
--force 会让 npm 接受跨包覆盖 tmcode 命令,适合不确定装过什么旧名字的情况。
MIT.
FAQs
tmcode (天马) — coding-agent CLI for the terminal.
We found that @tianma-ai/tmcode 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.