
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@akord/akord-explorer-api
Advanced tools
A decentralized API to read Akord content directly from the permaweb
A decentralized implementation of Akord API to read Akord content directly from the permaweb.
yarn add @akord/akord-explorer-api
import { Akord } from "@akord/akord-js";
import { AkordWallet } from "@akord/crypto";
import { ExplorerApi } from "@akord/akord-explorer-api";
const wallet = await AkordWallet.importFromBackupPhrase("your backup phrase here");
const explorerApi = new ExplorerApi({ address: await wallet.getAddress() });
const akord = await Akord.init(wallet, { api: explorerApi });
const vaults = await akord.vault.listAll();
import { Stack } from "@akord/akord-js";
import { ExplorerApi } from "@akord/akord-explorer-api";
const explorerApi = new ExplorerApi();
// list all public vaults with at least one word/tag within the given list
const vaults = explorerApi.listAllPublicVaults({
tags: {
values: ["Health Seychelles Morning dynamic"],
searchCriteria: "CONTAINS_SOME"
}
});
// list all Akord public folders
const folders = await explorerApi.listAllPublicNodes<Folder>("Folder");
yarn install
yarn build
To run all tests:
yarn test
To run single test file:
yarn test <path-to-test-file>
yarn test ./src/__tests__/personal-content.test.ts
To run single test file with direct log output:
node --inspect node_modules/.bin/jest <path-to-test-file>
node --inspect node_modules/.bin/jest ./src/__tests__/public-search.test.ts
FAQs
A decentralized API to read Akord content directly from the permaweb
The npm package @akord/akord-explorer-api receives a total of 3 weekly downloads. As such, @akord/akord-explorer-api popularity was classified as not popular.
We found that @akord/akord-explorer-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.