
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
CLI tool to fetch and save web content as Markdown files using Jina Reader API. Handles authentication and provides rich terminal output.
A CLI tool to fetch web content and save it as Markdown using the Jina Reader API (get API key).
.env
pipx install jinafetch # Recommended
# or
pip install jinafetch
jinafetch configure # Update stored API key
jinafetch show-config # See where credentials are stored
jinafetch fetch https://example.com
jinafetch fetch https://example.com --output my_document.md
jinafetch fetch https://example.com --stdout | pbcopy # Example: pipe to clipboard
The CLI will guide you through first-time setup:
jinafetch fetch https://example.com
)~/.config/jinafetch/config.ini
~/Library/Application Support/jinafetch/config.ini
C:\Users\<user>\AppData\Local\jinafetch\config.ini
For CI/CD use cases, you can still set via environment variable:
export JINA_API_KEY=your_key_here
# or
JINA_API_KEY=your_key_here jinafetch fetch...
The CLI returns these exit codes:
0
: Success1
: General error (network issues, invalid API key)2
: File system error (permission issues, path problems)Common error scenarios include:
Errors display clear messages in red with details.
🔧 Where's my API key actually stored?
Run jinafetch show-config
to see the config file location
🌐 Network errors Check your internet connection and firewall settings for HTTPS access
🔑 Invalid API key errors
Update your key with jinafetch configure
or via environment variable
📝 Note: Requires valid authentication via Jina Reader API
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
CLI tool to fetch and save web content as Markdown files using Jina Reader API. Handles authentication and provides rich terminal output.
We found that jinafetch 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.