
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@lit-protocol/aw-tool
Advanced tools
This guide will walk you through the process of creating a new Agent Wallet tool package for the Lit Agent Wallet system.
This guide will walk you through the process of creating a new Agent Wallet tool package for the Lit Agent Wallet system.
npx nx g @nx/js:lib packages/aw-tool-TOOL_NAME --publishable --importPath=@lit-protocol/aw-tool-TOOL_NAME
Copy the following files from an existing tool package (e.g., aw-tool-sign-ecdsa) to your new package:
Configuration files:
tsconfig.lib.jsontsconfig.jsonpackage.json (remember to update the tool name)jest.config.tseslint.config.js.gitignoreCopy the entire tools directory
Source files:
src/lib/ipfs.tsYour tool package should have the following structure in the src directory:
src/
├── index.ts
└── lib/
├── ipfs.ts
├── lit-action.ts
├── policy.ts
└── tool.ts
src/lib/lit-action.ts:
src/lib/policy.ts:
src/lib/tool.ts:
src/index.ts:
In the aw-tool-registry package:
registry.ts and call registerTool with your tool name and classpackage.json using the workspace syntaxFAQs
This guide will walk you through the process of creating a new Agent Wallet tool package for the Lit Agent Wallet system.
We found that @lit-protocol/aw-tool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers 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
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.