
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@albertiprotocol/sdk
Advanced tools
The Alberti Protocol SDK is a comprehensive toolkit for cryptographic operations, including message encryption, decryption, signing, verification, and identity management. applications.
npm install @albertiprotocol/sdk
A commit is the standardised signed packet of data, ready to be relayed to others.
const { postTemplate, createCommit } = require("@albertiprotocol/sdk");
const privateKey = "your-private-key";
const difficulty = 4;
const post_content = "Bitcoin Price is $35,270";
const post_tags = ["bitcoin", "cryptocurrency", "fintech"];
const attachments = [
{ type: "img", cid: "QmXpYFUKcLik57tYeL5ccw5Acc4pvo8sVXZhf8oAAnQTUQ" },
{ type: "img", url: "https://i.ibb.co/q9V5S1Q/graph-1.png" },
];
const postdata = postTemplate(post_content, post_tags, attachments);
const commitdata = createCommit(privateKey, postdata, "post", difficulty);
// Now post commitdata to any pool
FAQs
@albertiprotocol/sdk
The npm package @albertiprotocol/sdk receives a total of 0 weekly downloads. As such, @albertiprotocol/sdk popularity was classified as not popular.
We found that @albertiprotocol/sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.