Floot Static Asset Reference Auditor
- Use Node 18 or newer.
- Run
npm test. - Copy
examples/basic.mjsand replace its manifests with reviewed evidence. - Review every action before changing a reference.
- 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.