
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.
FATTLY from your terminal — generate AI images, video, voiceovers, avatars & UGC ads. Official CLI + MCP client for fattly.app.
Generate AI images, video, voiceovers, avatars & UGC ads from your terminal — or from AI assistants like Claude & Cursor via MCP.
30+ AI models · credits from your fattly.app account.
npm install -g fattly
(Requires Node.js 18+.)
fattly login
# paste your gpx_live_… key
fattly credits
fattly models
fattly generate "astronaut cat on Mars" --model nano-banana-2 --out cat.png
fattly video "ocean waves at sunset" --model kling-3-standard --out waves.mp4
fattly audio "Welcome to FATTLY" --voice Rachel --out voice.mp3
fattly audio "calm ambient" --music --seconds 30 --out music.mp3
The same package is an MCP server — it lets AI assistants generate through FATTLY. There are two ways to connect.
The fastest way: connect Claude straight to the hosted FATTLY MCP. No npm, no key to paste — you approve access in your browser.
In Claude → Settings → Connectors → Add custom connector, use this URL:
https://fattly.app/api/mcp
Claude discovers the login automatically and opens a consent page on fattly.app; approve it and the tools are ready. Uses your fattly.app account and credits.
Add this to your client's MCP config:
{
"mcpServers": {
"fattly": {
"command": "npx",
"args": ["-y", "fattly", "mcp"],
"env": {
"FATTLY_API_KEY": "gpx_live_YOUR_KEY"
}
}
}
}
Available tools: fattly_credits, fattly_list_models,
fattly_generate_image, fattly_generate_video, fattly_generate_audio.
By default the CLI/MCP connects to the address set at login (or the default).
Override it at login (fattly login --url https://your-domain) or with the
FATTLY_API_URL environment variable.
FAQs
FATTLY from your terminal — generate AI images, video, voiceovers, avatars & UGC ads. Official CLI + MCP client for fattly.app.
The npm package fattly receives a total of 45 weekly downloads. As such, fattly popularity was classified as not popular.
We found that fattly 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.

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.