
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
@lit-protocol/aw-tool-sign-eddsa
Advanced tools
The `aw-tool-sign-eddsa` package provides functionality for performing EdDSA signing operations using Lit Protocol's PKPs (Programmable Key Pairs). This tool enables secure signing of arbitrary messages while enforcing policy-based controls.
The aw-tool-sign-eddsa package provides functionality for performing EdDSA signing operations using Lit Protocol's PKPs (Programmable Key Pairs). This tool enables secure signing of arbitrary messages while enforcing policy-based controls.
lit-actions/tool.tsContains the main logic for executing a Lit Action to perform EdDSA signing operations.
lit-actions/policy.tsDefines and validates the EdDSA signing policy.
lit-actions/utils/Collection of utility functions for the signing process:
solana-keypair.ts: Handles Solana keypair creation and managementsign-message.ts: Core message signing functionalityindex.ts: Exports utility functionsThe tool requires the following parameters:
{
pkpEthAddress: string; // PKP's Ethereum address
message: string; // Message to be signed
ciphertext: string; // Encrypted private key data
dataToEncryptHash: string; // Hash of the encrypted data
}
The tool supports policy restrictions on:
Success Response:
{
status: 'success',
signature: string, // Base64-encoded signature
publicKey: string // Base58-encoded public key
}
Error Response:
{
status: 'error',
error: string,
details: {
message: string,
type: string,
stack?: string
}
}
@solana/web3.js: Solana blockchain interaction@lit-protocol/aw-tool: Core Agent Wallet toolingtweetnacl: For Ed25519 signature verificationFAQs
The `aw-tool-sign-eddsa` package provides functionality for performing EdDSA signing operations using Lit Protocol's PKPs (Programmable Key Pairs). This tool enables secure signing of arbitrary messages while enforcing policy-based controls.
We found that @lit-protocol/aw-tool-sign-eddsa demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.