Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@civic/did-registry
Advanced tools
An on-chain protocol to provide reverse-lookup on did:sol key membership
An on-chain protocol for registering did:sol DIDs against public keys, allowing for reverse-lookup of the DID from the public key.
A DID can be registered against a key, if that key is an authority on the DID.
yarn add @civic/did-registry
import { PublicKey } from "@solana/web3.js";
import { Registry } from '@civic/did-registry';
const provider = anchor.AnchorProvider.env();
const registry = new Registry(provider.wallet, program.provider.connection);
// Register a DID
await registry.register("did:sol:123...");
// Lookup all registered DIDs
const dids: string[] = await registry.listDIDs();
// Remove a DID
await registry.remove("did:sol:123...");
FAQs
An on-chain protocol to provide reverse-lookup on did:sol key membership
We found that @civic/did-registry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.