
Research
/Security News
Popular Rust Crates Compromised in Build-Time Supply Chain Attack
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.
@azeth/common
Advanced tools
Shared types, constants, ABIs, and errors for the Azeth trust infrastructure.
npm install @azeth/common
# or
pnpm add @azeth/common
ParticipantIdentity, Guardrails, AzethContractAddressesX402PaymentRequirement, PaymentAgreementOnChainOpinion, WeightedReputation, PaymentDeltaRegistryEntry, DiscoveryParams, CatalogEntryXMTPMessage, StructuredMessage, MessageRouterOptionsTokenBalanceUSD, AccountBalanceUSD, AggregatedBalanceResultAZETH_CONTRACTS -- deployed contract addresses per chainERC8004_REGISTRY / ERC8004_REPUTATION_REGISTRY -- external registry addressesENTRYPOINT_V07 -- ERC-4337 EntryPoint v0.7SUPPORTED_CHAINS -- Base, Base Sepolia, Ethereum, Ethereum SepoliaTOKENS -- USDC and WETH addresses per chaingetBundlerUrl(), getPaymasterUrl() -- chain-aware URL helpersimport { AzethFactoryABI, GuardianModuleABI } from '@azeth/common/abis';
import { AzethError } from '@azeth/common';
try {
// ...
} catch (err) {
if (err instanceof AzethError) {
console.error(err.code, err.message);
// codes: BUDGET_EXCEEDED, GUARDIAN_REJECTED, INSUFFICIENT_BALANCE, ...
}
}
import { validateAddress, validateChainName, isValidUrl } from '@azeth/common';
validateAddress('0x...'); // throws AzethError on invalid
validateChainName('base'); // resolves aliases like 'base-sepolia' -> 'baseSepolia'
MIT
FAQs
Shared types, constants, ABIs, and errors for the Azeth trust infrastructure
The npm package @azeth/common receives a total of 39 weekly downloads. As such, @azeth/common popularity was classified as not popular.
We found that @azeth/common demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.