@base-attribution-os/scanner
v0.4.1
Published
AST-backed Builder Code attribution analysis for Base applications.
Readme
@base-attribution-os/scanner
AST-backed analysis for finding Base transaction paths and checking whether Builder Code attribution protects them.
pnpm add @base-attribution-os/scannerimport { analyzeProject } from "@base-attribution-os/scanner";
const report = await analyzeProject({
root: process.cwd(),
builderCodes: ["bc_example"],
profile: "strict",
workspace: { roots: ["apps/*", "packages/*"] },
});Workspace settings are optional. Standard npm/pnpm workspaces and
tsconfig*.json aliases are discovered automatically.
