
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
fabler
Advanced tools
A multi-model AI story teller, built with Stable Diffusion, GPT, and neural text-to-speech (TTS).
Given a prompt as an opening line of a story, GPT writes the rest of the plot; Stable Diffusion draws an image for each sentence; a TTS model narrates each line, resulting in a fully animated video of a short story, replete with audio and visuals.

$ pip install fabler
$ git clone https://github.com/christopherwoodall/fabler.git
$ pip install --upgrade pip wheel
$ pip install -e ".[developer]"
/out/out.mp4, alongside other intermediate images, audio files, and subtitles.$ fabler --scene=scene.yaml
4 Alternatively with make:
make install && make run
from fabler import Fabler
story_teller = Fabler.from_defaults()
story_teller.generate(...)
from fabler import Fabler, FablerConfig
config = FablerConfig(
writer="gpt2-large",
painter="CompVis/stable-diffusion-v1-4",
max_new_tokens=100,
diffusion_prompt_prefix="Van Gogh style",
)
story_teller = Fabler(config)
story_teller.generate(...)
Released under the MIT License.
FAQs
Multimodal AI Story Teller, built with Stable Diffusion, GPT, and neural text-to-speech.
We found that fabler 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
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.