
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
A CLI tool for cloning GitHub repositories and creating local symlinks in the current working directory. This is used by LLMs to reference code from GitHub repositories in thier generated code.
npx llml <repository>
You can use llml with either a full GitHub URL or a shorthand owner/repo format:
# Using full URL
npx llml https://github.com/owner/repo
# Using shorthand format
npx llml owner/repo
# Update existing repositories
npx llml --update
.llml-src directory in your home folder to store cloned repositories.llml directory in your current working directory.llml-src (if it doesn't exist).llml/[repo-name]When using --update:
.llml-srcgit pull on each selected repository to update them# Clone and link a repository
npx llml facebook/react
# This will:
# 1. Clone https://github.com/facebook/react to ~/.llml-src/react
# 2. Create a symlink at ./.llml/react pointing to ~/.llml-src/react
# Update existing repositories
npx llml --update
# This will:
# 1. Show a list of all repositories in ~/.llml-src
# 2. Let you select which ones to update using spacebar
# 3. Run git pull on the selected repositories
FAQs
CLI tool for cloning and symlinking GitHub repositories
We found that llml demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.