
Security News
Microsoft Releases Open Source Toolkit for AI Agent Runtime Security
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.
chatangle-full-stack
Advanced tools
A package that easily deploys Chatangle, full stack, with npm.
Ensure that these ports are open for these purposes:
| Protocol | Port | Reason |
|---|---|---|
| TCP | 14265 | IRI Node API |
| TCP | 14600 | IRI Node Neighboring |
| UDP | 14600 | IRI Node Neighboring |
| TCP | 15600 | Nelson Node Neighboring |
| TCP | 16600 | Nelson Node API |
| TCP | 8085 | Chatangle Front End |
| TCP | 8008 | Chatangle Back End |
There are a few ways to install and run this. The recommended way is to use the docker image because it is the simplest and quickest.
First, have docker installed. Then run:
sudo docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -p 15600:15600 -p 16600:16600 -p 8085:8085 -p 8008:8008 prizz/chatangle-full-stack
Install globally with
npm i -g chatangle-full-stack
Install globally with
npm i -g pRizz/chatangle-full-stack
When installed globally, run with
chatangle-full-stack
To run this in the background:
nohup chatangle-full-stack &
FAQs
A package that easily deploys Chatangle, full stack, with npm.
We found that chatangle-full-stack demonstrated a not healthy version release cadence and project activity because the last version was released 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
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.

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.