
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
> *Zero‑mouse, zero‑boilerplate way to wrap any slice of your codebase in well‑formed XML and shoot it straight into your favourite LLM.*
Zero‑mouse, zero‑boilerplate way to wrap any slice of your codebase in well‑formed XML and shoot it straight into your favourite LLM.

xmlprompt is a tiny interactive CLI that:
.gitignore & .xmlpromptignore;It’s the missing capture tool for XML Prompt Builder — the visual prompt editor that turns those XML trees into production‑ready prompts.
<file name="…">…</file> gives the llm clear boundaries for scope, folders, and filenames—this is what antwerp’s “de-chunking with xml” article recommends.| Feature | Details |
|---|---|
| Interactive TUI | Smooth scrolling tree, arrow‑key folding, tri‑state folder marks ✔ / - / ○ |
| One‑touch export | Clipboard (TTY), stdout (when piped) or -o to a file |
| Config‑aware | Reads .gitignore |
| Single‑binary | Install once or just run npx xmlprompt |
| Cross‑platform | macOS (arm + x64), Linux, Windows/WSL |
npx xmlprompt # launch inside any git repo
| Key | Action |
|---|---|
| ↑ / ↓ | move cursor |
| ← / → | fold / unfold directory |
| Space | toggle select |
| Enter | generate XML |
| q / Esc | quit |
Workflow tip: open ChatGPT or Gemini in one pane, your editor in another, and keep a terminal floating.
xmlprompt > ⌘V > ask your question.
npm i -g xmlprompt # global
pnpm add -g xmlprompt
bun xmlprompt # zero‑install single run
<root>
<folder>
<file>
// code here…
</file>
</folder>
</root>
Binary files are skipped; line endings preserved.
Same syntax as .gitignore; merged automatically.
--watch mode → auto‑copy on saveVote or propose features in issues.
MIT © 2025 Sandheep & contributors
FAQs
> *Zero‑mouse, zero‑boilerplate way to wrap any slice of your codebase in well‑formed XML and shoot it straight into your favourite LLM.*
The npm package xmlprompt receives a total of 2 weekly downloads. As such, xmlprompt popularity was classified as not popular.
We found that xmlprompt 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.