
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@anon-aadhaar/core
Advanced tools
Anon Aadhaar Core is the cornerstone of the Anon Aadhaar protocol, encompassing all essential TypeScript components needed to interact with our cryptographic circuits. At its heart lies the innovative PCD framework from Zupass, which we leverage for structure and typings.
The heart of this module is the AnonAadhaarCorePackage, exported from src/core.ts. This package provides a comprehensive suite of methods to interact with the Anon Aadhaar protocol:
prove(args: AnonAadhaarArgs): Promise<AnonAadhaarCore>init(args: InitArgs): Promise<void>verify(pcd: AnonAadhaarCore): Promise<boolean>serialize(pcd: AnonAadhaarCore): Promise<SerializedPCD<AnonAadhaarCore>>deserialize(serialized: string): Promise<AnonAadhaarCore>The core package also provides helper methods such as:
generateArgs(qrData: string,certificateFile: string,nullifierSeed: number,signal: string): Promise<AnonAadhaarCore>hash(message: BytesLike | Hexable | number | bigint): NumericStringyarn add @anon-aadhaar/core
To learn more about how to use the core package in your apps, you can check the @anon-aadhaar/react implementation.
FAQs
Unknown package
The npm package @anon-aadhaar/core receives a total of 162 weekly downloads. As such, @anon-aadhaar/core popularity was classified as not popular.
We found that @anon-aadhaar/core 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.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.