
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@quick-start-soft/quick-markdown-translator
Advanced tools
Command-line interface that translates Markdown documents through the Gemini API with strict fidelity to the source
Command-line interface that translates Markdown documents through the Gemini API with strict fidelity to the source.
npm install -g @quick-start-soft/quick-markdown-translator
markdown-translator <input-file.md> [options]
export GEMINI_API_KEY="your-gemini-api-key"
--target-lang <code>: Target language code (default: 'ko' for Korean)--concurrency <number>: Maximum simultaneous API requests (default: 200)--model <name>: Gemini model to use (default: 'gemini-2.5-pro')# Translate to Korean (default)
markdown-translator document.md
# Translate to English
markdown-translator document.md --target-lang en
# Translate to Spanish with custom concurrency
markdown-translator paper.md --target-lang es --concurrency 100
# Use a specific model
markdown-translator doc.md --model gemini-1.5-pro
gemini-2.5-pro (default) - Most intelligent AI model with advanced reasoning capabilitiesgemini-2.0-flash - Fast and efficient next-generation modelgemini-1.5-flash - Fast and efficient for most use casesgemini-1.5-pro - More capable but slower, better for complex translationsThe following elements are automatically protected from translation:
Translated files are saved in the same directory as the input file with .translated.md suffix:
document.mddocument.translated.mdThe translator prioritizes:
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Link for local development
npm run link:global
Proprietary - Closed source
FAQs
Command-line interface that translates Markdown documents through the Gemini API with strict fidelity to the source
We found that @quick-start-soft/quick-markdown-translator 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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.