
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
A Material for MkDocs plugin that adds a Gemini-powered chat window to documentation pages
A Material for MkDocs plugin that adds a Gemini-powered chat window to your documentation pages.
pip install mkdocs-gemini-chat
First, obtain a Gemini API key from Google AI Studio.
Add your API key to your environment:
# In your .env file or export in your shell
export GEMINI_API_KEY=your_api_key_here
Add the plugin to your mkdocs.yml
:
plugins:
- gemini-chat:
# Optional: Configure UI position
position: bottom-right # Options: bottom-right, bottom-left, top-right, top-left
# Optional: Set default language
default_language: en
# Optional: Set documentation version
version: latest
Once configured, the chat window will appear on your documentation pages. Users can:
To contribute or run tests:
# Clone the repository
git clone https://github.com/nolanblevins/mkdocs-gemini-chat.git
cd mkdocs-gemini-chat
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest tests/
MIT License - see LICENSE file for details.
Requirements: As a user, I can use a chat window to ask questions about the documentation on the Material for MkDocs project. UX Features:
Implementation:
mkdocs.yml
file.FAQs
A Material for MkDocs plugin that adds a Gemini-powered chat window to documentation pages
We found that mkdocs-gemini-chat 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.