AI Security Review
scanned 15m ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. No confirmed malicious install-time attack surface. The package includes explicit CLI/MCP setup capabilities for its own ProofKit/FileMaker workflow, including Claude Desktop MCP configuration and FileMaker add-on download/open behavior.
Decision evidence
public snapshot- dist/update-check-C6JETpny.js computes Claude Desktop config path and MCP server entry for proofkit-mcp.
- dist/install-fm-addon-CJt415Nv.js downloads FileMaker add-ons from downloads.ottomatic.cloud and writes them under user Downloads/ProofKit.
- dist/mcp-CTrK90xI.js starts a proofkit-mcp stdio server exposing FileMaker bridge tools.
- package.json has no preinstall/install/postinstall lifecycle hook; only prepublishOnly build script.
- bin/proofkit.cjs only dispatches to bundled platform binary or dist/index.js with PROOFKIT_PKG_ROOT.
- Remote add-on download verifies sha256 when manifest provides it and is user-invoked, not install-time.
- Network endpoints are ProofKit/FileMaker-aligned: local FileMaker bridge, proofkit docs/manifest, and Otto/FMS env-configured servers.
- No credential harvesting or unrelated exfiltration found in inspected entrypoints.
- template/extras/start-database/postgres.sh is a local dev Docker helper, not auto-run.
Source & flagged code
6 flagged · loading sourceSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
bin/proofkit.cjsView on unpkg · L5Source fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.
dist/install-fm-addon-CJt415Nv.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/install-fm-addon-CJt415Nv.jsView on unpkgPackage ships non-JavaScript build or shell helper files.
template/extras/start-database/postgres.shView on unpkgPackage contains source files above the static scanner size ceiling.
dist/mcp-CTrK90xI.jsView on unpkg