
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.
reverse-repomix
Advanced tools
Extract individual source files from repomix output back into a directory structure
Extract individual source files from repomix output back into a directory structure.
npm install reverse-repomix
npx reverse-repomix <input-file> [--output-dir ./output]
| Flag | Description | Default |
|---|---|---|
--output-dir, -o | Output directory | ./output |
--help, -h | Show help |
import { parseRepomix, writeFiles } from "reverse-repomix";
const text = fs.readFileSync("repomix-output.txt", "utf-8");
const files = parseRepomix(text);
// files = [{ path: "src/index.ts", content: "..." }, ...]
const { written, skipped } = writeFiles(files, "./output");
<file path="path/to/file">content</file>==== / File: path / ==== / contentFile: path / ```content```MIT
FAQs
Extract individual source files from repomix output back into a directory structure
The npm package reverse-repomix receives a total of 3 weekly downloads. As such, reverse-repomix popularity was classified as not popular.
We found that reverse-repomix 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.

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.