
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.
contextjson
Advanced tools
`context.json` is a proposed standard for context building which allows instructing LLMs (and humans alike) which contexts are useful for building with your codebase.
context.json
- Standard for LLM Contextcontext.json
is a proposed standard for context building which allows instructing LLMs (and humans alike) which contexts are useful for building with your codebase.
Find the schema at https://contextjson.com/schema
To start using context.json
, create a context.json
file at the root of your repository with these contents:
{
"$schema": "https://contextjson.com/schema",
"context": {
"example": {
"summary": "This is an example context. Change it into yours",
"pathPatterns": []
}
}
}
If you want to create a context for another package that you use as a dependency, you can do this by deploying a package to npm with the -context
suffix, i.e. [packagename]-context
or @yourusername/[packagename]-context
. In the future, these packages will automatically be indexed and reviewed by the context.json agent.
If your repo is deployed at a website and you want AI to understand context for this website as well, ensure context.json is made available at https://yourdomain.com/context.json, and also make a package.json
available at https://yourdomain.com/package.json with the "repository" field, to tell which files are used for the deployed context.json
.
FAQs
`context.json` is a proposed standard for context building which allows instructing LLMs (and humans alike) which contexts are useful for building with your codebase.
The npm package contextjson receives a total of 98 weekly downloads. As such, contextjson popularity was classified as not popular.
We found that contextjson 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.