Skip to content

paragdiwan/lighthouse-security-audit

Repository files navigation

Lighthouse Security Audits

Installation

npm install -g lighthouse-security-audit

Run from CLI

`lighthouse-security-audit <url> --options`

Screenshot

Sample

Programmatially

The extension can also be used within your code. A short example is given below. To render reports etc. it is recommended to import functionality from Lighthouse.

const run = require("lighthouse-security-audit");

(async () => {
  const results = await run(url, flags);
  console.log(results);
})();

Reference

lighthouse-security package.

About

Security Audit using lighthouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published