
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
A high-level Python client for the NOSIBLE Search API. Easily integrate the Nosible Search API into your Python projects.
You can find the full NOSIBLE Search Client documentation here.
pip install nosible
uv pip install nosible
Requirements:
On Windows
$Env:NOSIBLE_API_KEY="basic|abcd1234..."
$Env:LLM_API_KEY="sk-..." # for query expansions (optional)
On Linux
export NOSIBLE_API_KEY="basic|abcd1234..."
export LLM_API_KEY="sk-..." # for query expansions (optional)
Or in code:
from nosible import Nosible
client = Nosible(
nosible_api_key="basic|abcd1234...",
llm_api_key="sk-...",
)
from nosible import Nosible
import os
os.environ["NOSIBLE_API_KEY"] = "basic|abcd1234..."
os.environ["LLM_API_KEY"] = "sk-..."
To complete your first search:
from nosible import Nosible
with Nosible(nosible_api_key="YOUR API KEY") as client:
results = client.fast_search(
question="What is Artificial General Intelligence?"
)
print(results)
You can find the full NOSIBLE Search Client documentation here.
You can find online endpoints to the NOSIBLE Search API Swagger Docs here.
© 2025 Nosible Inc. | Privacy Policy | Terms
FAQs
Python client for the NOSIBLE Search API
We found that nosible 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.