
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
npm package for generating random maps for 2016 battlecode
zden (zombie den? zombie eden? no one knows) creates a bunch of maps for you to test your bot on! You can easily create 100s of random maps (so you should probably be using archon to test).
Installation:
npm install -g zden
Sample Usage:
zden -n 100
Will create 100 maps in the current directory!
zden -n 100 -d maps/
Will create 100 maps in the maps/ directory!
Maps include:
Z[z]_R[r]_A[a]D[d]<random_name>.xml
z in [0, 3] represents the number of zombie spawns on the map (0 light schedule, 3 max schedule)
r in [0, 9] represents the amount of rubble on the map the higher the number the more rubble
*note: this is a log scale on average rubble per square
a in [1, 4] represents the number of starting team archons
d in [2, 4, 6, 8] represents the total number of starting dens
The z, a, and d params can be explicity assigned.
For example:
zden -z 0 -n 10zden -a 4 -n 10zden -d 8 -n 10zden -z 0 -a 4 -d 2 -n 10If you'd like to see something please open an issue or submit a PR!
FAQs
A tool to create random maps for battlecode 2016
We found that zden 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.