
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@purinton/skeleton
Advanced tools
A modern Discord app built with Node.js, based on the purinton/discord foundation.

A modern Discord app built with Node.js, based on the @purinton/discord foundation.
@purinton/commonClone this project:
git clone https://github.com/purinton/skeleton.git
cd skeleton
npm install
Set up your environment:
.env.example to .env and fill in your Discord app token and other secrets.package.json (name, description, author, etc.)README.md as needed.Start the app locally:
npm start
# or
node skeleton.mjs
.env file..env.example for required and optional variables.Copy skeleton.service to /usr/lib/systemd/system/skeleton.service.
Edit the paths and user/group as needed.
Reload systemd and start the service:
sudo systemctl daemon-reload
sudo systemctl enable skeleton
sudo systemctl start skeleton
sudo systemctl status skeleton
Build the Docker image:
docker build -t skeleton .
Run the container:
docker run --env-file .env skeleton
commands/ directory..json definition (for Discord registration/localization) and a .mjs handler (for logic).events/ directory.ready, messageCreate, interactionCreate) has its own handler file.locales/ directory.Run tests with:
npm test
Add your tests in the tests/ folder or alongside your code.
For help, questions, or to chat with the author and community, visit:
FAQs
A modern Discord app built with Node.js, based on the purinton/discord foundation.
We found that @purinton/skeleton 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.