
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.
screepsmod-cli
Advanced tools
This is heavily inspired by screeps-launcher's climod.
Spin up the Docker container:
docker compose up -d
Then try using curl to post a command:
docker compose run curl -X POST http://localhost:21028/cli -d 'help()'
If you want to be able to access the CLI endpoint from outside the container, set the host to 0.0.0.0 in your config (and make sure the port is exposed in your docker-compose):
cli:
host: 0.0.0.0
port: 21028
Then you can call it directly:
curl -X POST http://localhost:21028/cli -d 'help()'
To pass in a script (note the response will only include the return value of the last command):
curl -X POST http://localhost:21028/cli -d '@testScript.js'
FAQs
Allows CLI commands to be executed via HTTP calls
We found that screepsmod-cli 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.