
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.
@status-ink/svelte
Advanced tools
Svelte 5 component and rune helper for animated status and progress text.
npm install @status-ink/svelte
<script lang="ts">
import { StatusInk } from '@status-ink/svelte';
import '@status-ink/svelte/style.css';
let status = $state('Loading');
</script>
<StatusInk aria-live="polite" {status} />
Use autonomous fallback statuses when your application has no real progress updates yet:
<script lang="ts">
import { StatusInk } from '@status-ink/svelte';
</script>
<StatusInk holdMs={2000} statuses={['Loading', 'Indexing', 'Ready']} />
Use useStatusInk(() => ({ status })) when you want to own the markup while retaining Svelte
reactivity. The helper and component stop their active runner when their owning effect is disposed.
Reduced motion defaults to auto and follows prefers-reduced-motion. It preserves status changes
while disabling effects and shimmer. Pass reducedMotion={true} or false to override it, and
shimmer={false} to disable shimmer independently. Status text is quiet to assistive technology by
default; opt into aria-live="polite" or "assertive" only for meaningful announcements.
Open the Svelte example in StackBlitz
Documentation · Live demo · Issues · npm
FAQs
Svelte bindings for animated status and progress text.
The npm package @status-ink/svelte receives a total of 0 weekly downloads. As such, @status-ink/svelte popularity was classified as not popular.
We found that @status-ink/svelte 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.