
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.
gemini-analyzer
Advanced tools
Minimal helper: pass a Google Gemini API key, get the list of model resource names your key can use (e.g. models/gemini-2.5-flash).
pip install gemini-analyzer
from gemini_analyzer import list_gemini_models
models = list_gemini_models("YOUR_API_KEY")
for name in models:
print(name)
list_gemini_models returns a sorted list of unique strings from the API. It raises ValueError if the key is missing or not a non-empty string.
Security: Do not commit API keys. Use environment variables or a secret manager in real applications.
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
python -m build
Before the first release, confirm the project name is available on PyPI. Upload with twine after python -m build.
FAQs
Control-plane agent tooling and a stub Gemini model list.
We found that gemini-analyzer 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.