Skip to content

Releases: Stanzin7/ExtensionShield

ExtensionShield v0.1.2

18 Mar 02:13
b5ed141

Choose a tag to compare

What’s new

  • Parallel batch analyzers for faster scans

    • Refactored backend analyzers to run in parallel for batch endpoints.
    • Significantly reduces latency when scanning multiple extensions at once.
  • New batch scan endpoints

    • Added /api/scan/batch-results for fetching multiple scan results in a single request.
    • Added /api/scan/batch-status for polling scan status for multiple extensions.
    • Designed for the browser extension popup to avoid N separate API calls.
  • Improved rate limiting stability

    • Fixed SlowAPI integration by ensuring rate-limited batch endpoints receive a proper request object.
    • Eliminated startup crashes from misconfigured rate limit decorators.
  • Reliable Railway healthchecks

    • Hardened the /health endpoint so it always returns 200 and never blocks deployments.
    • Special-cased /health in the global exception handler to mark status as degraded instead of failing the deploy.

ExtensionShield v0.1.1

09 Mar 02:40
e2f52cd

Choose a tag to compare

Features

  • Chrome extension with background worker and rate limiting
  • Scanner autocomplete with extension name suggestions
  • LLM fallback support
  • Community links (Discord, GitHub)

Fixes

  • Extension search ranking (exact title and keyword match)
  • Recent scans 404 and telemetry host
  • Scoring consistency and timezone handling
  • UI autocomplete and recent scans display

Improvements

  • Scoring pipeline refactor with unified summary
  • Theme rename to ExtensionShield
  • Open-core refactor and OSS docs

Docs & Chore

  • NOTICE attribution, README updates
  • Security and release readiness
  • QA scripts and config updates