Floot Static Asset Reference Auditor

  1. Use Node 18 or newer.
  2. Run npm test.
  3. Copy examples/basic.mjs and replace its manifests with reviewed evidence.
  4. Review every action before changing a reference.
  5. Publish and verify the production URL separately.

Minimal use

import { auditStaticAssetReferences } from "./src/index.js";
const report = auditStaticAssetReferences({ assets, references });
if (!report.summary.pass) console.error(report.results);

The auditor never reads or modifies project files. Read README.md and INTEGRATION.md before production use.