QuickAudit — web security checklist Firefox

QuickAudit — web security checklist

Ten-point OWASP-style security checklist for the page you're on: headers, cookies, mixed content, exposed files, JS library CVEs.
xHeader
Modify request and response headers. No ads, no malware.

Features & Capabilities

A pre-pentest sanity check that takes five seconds instead of fifteen minutes.

Before you pay for a penetration test — or before you ship — there's a set of boring, mechanical misconfigurations that show up on a depressing share of production sites. No HSTS. No CSP. Session cookies without HttpOnly. A .git directory served to the public internet. jQuery 1.8 with four known XSS advisories.

Finding these today means running curl -I, squinting at headers you half-remember, checking DevTools for mixed content, and pasting library versions into a CVE search. That's fifteen minutes per site, so people skip it, so it ships broken.

QuickAudit is that checklist, as one button.

The ten checks:

  1. Transport security — HTTPS, plus HSTS with max-age
  2. Content-Security-Policy — present, enforcing, and not defeated by 'unsafe-inline' / 'unsafe-eval' / wildcards
  3. Clickjacking protection — CSP frame-ancestors or X-Frame-Options
  4. MIME-sniffing — X-Content-Type-Options: nosniff
  5. Referrer & Permissions policy — flags policies that leak full URLs to third parties
  6. Cookie security flags — Secure, HttpOnly on session cookies, explicit SameSite
  7. Mixed content — http:// subresources on an HTTPS page
  8. JavaScript libraries with known CVEs — versions read from live page globals, looked up against OSV.dev
  9. Exposed sensitive files — /.env, /.git/HEAD, etc. (Off by default)
  10. Server version disclosure — banners that hand attackers your exact build number

Privacy: QuickAudit sends exactly one kind of data off your machine: detected library name@version strings, to api.osv.dev, to look up known CVEs. No URLs. No page content. No cookie values — the code reads cookie flags and deliberately discards values. No analytics. No account. No telemetry.

Source: https://github.com/BAB78/quickaudit

User Growth & Download Statistics

Manifest V3 Add-on
By:
BAB Studios
Daily users:
1
Version:
1.0.0 Last updated: 2026-08-04
Version code:
6388847
Creation date:
2026-08-01
Firefox add-on GUID:
quickaudit@babstudios.dev
Firefox add-on numeric ID:
3047304
Firefox on Android:
No
Risk:
Low risk impact High risk likelihood
Permissions:
Size:
64.40KB
Email:
be*****@outlook.com
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-09-06
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
BAB Studios
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/quickaudit-web-security/
Email:
be*****@outlook.com
Website:
https://github.com/BAB78/quickaudit

Is QuickAudit — web security checklist Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

QuickAudit — web security checklist requires very minimum permissions.

Risk impact analysis details
  • Medium Allows management of download operations but generally doesn't severely affect security unless misused.
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

QuickAudit — web security checklist is recently added, and hasn't been around long enough for us to gather enough data to accurately assess its risk level.

Risk likelihood analysis details
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Medium **** ********* *** ******* ** *** **** * ******* *** ******* *** *** ** ****** ** *****
  • Medium **** ********* *** ***** ** *** **** * ******* *** ********** *** *** ** ****** ** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best QuickAudit — web security checklist Alternatives

Here are some Firefox add-ons that are similar to QuickAudit — web security checklist: