
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@skeptrune/sherp-cli
Advanced tools
A CLI for building presentations from Markdown/MDX. Instant dev server, multiple themes, keyboard navigation, and PDF export.
npm install -g @skeptrune/sherp-cli
# Create a new presentation
sherp init my-presentation
# Start development server
cd my-presentation
sherp dev
# Build for production
sherp build
# Preview production build
sherp preview
sherp init <name> - Initialize a new presentation projectsherp dev - Start development server with live reloadsherp build - Build presentation for productionsherp preview - Preview production buildSherp comes with four built-in themes:
| Terminal Green-on-black hacker aesthetic ![]() | Paper Sepia/cream academic style ![]() |
| Corporate Professional navy/blue tones ![]() | Default Minimal, no custom styles ![]() |
Select a theme during project creation:
# Use --theme or -t flag
sherp init my-presentation --theme terminal
sherp init my-presentation -t paper
# Or choose interactively
sherp init my-presentation
Each Sherp project contains a single presentation.mdx file along with optional customization files:
presentation.mdx - Your presentation contentsherp.config.json - Project configurationstyles/ - Custom CSS filesSee the main README for full documentation.
MIT
FAQs
CLI tool for creating Marp-style presentations with Markdown/MDX
We found that @skeptrune/sherp-cli 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.