repomix-safe-mixer

Detect hardcoded credentials in codebase directories before repomix packaging.

4|Updated May 23, 2026
One-click install
npx skills add https://github.com/791994545/Deepseek-Reasonix-Autopilot --skill repomix-safe-mixer-791994545
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repomix-safe-mixer
Source: https://github.com/791994545/Deepseek-Reasonix-Autopilot/tree/main/skills/repomix-safe-mixer
Command: npx skills add https://github.com/791994545/Deepseek-Reasonix-Autopilot --skill repomix-safe-mixer-791994545

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the security concern of exposing hardcoded credentials during code packaging with repomix, ensuring secure distribution of codebases.

Core Features & Use Cases

  • Secret Detection: Automatically scans for hardcoded secrets such as API keys, database credentials, and tokens.
  • Secure Packaging: Blocks packaging if secrets are found, providing a secure distribution method.
  • Use Case: Ideal for packaging code for distribution, creating reference packages, or addressing security concerns when sharing code with repomix.

Quick Start

Run the safe_pack.py script from the scripts/ directory to scan and package a directory of code.

Frequently Asked Questions about repomix-safe-mixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect hardcoded credentials before packaging my code?

To detect hardcoded credentials before packaging, run the safe_pack.py script to scan your codebase directories against known secret patterns. The script automatically identifies API keys, database credentials, and tokens to prevent security exposure during distribution.

What types of hardcoded secrets can secret detection find in my codebase?

Secret detection scans for hardcoded secrets like API keys, database credentials, and tokens by comparing code files against known secret patterns. This ensures secure code packaging by identifying sensitive credentials before distribution.

Does repomix-safe-mixer work with repomix for secure code distribution?

Yes, repomix-safe-mixer works directly with repomix to ensure secure code packaging and distribution. It scans directories for hardcoded credentials and blocks repomix packaging if secrets are found, preventing accidental exposure.

Can I customize output files and configuration options when scanning for secrets?

Yes, you can use custom output files and configuration options when running the safe_pack.py script for secret detection. The script supports scanning code files against known secret patterns with configurable settings for secure packaging.

What happens if hardcoded credentials are found during code packaging?

If hardcoded credentials are found during code packaging, the process blocks packaging to ensure secure distribution. This prevents accidental exposure of API keys, database credentials, and tokens when sharing code with repomix.

Do I need any dependencies to run secret detection on my codebase?

No external dependencies are required to run secret detection on your codebase. The skill operates standalone using the safe_pack.py script to scan code files and compare them against known secret patterns for secure packaging.