Encrata CLI — intelligence lookups from your terminal
Installation fetches an opaque platform-native payload and stores it beside the launcher. The payload executes only when the user invokes `encrata`.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time source downloads a native archive from a fixed external host without transport verification, extracts it, and installs an executable payload.
package.jsonView on unpkg · L2Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg`postinstall` runs installer automatically.
package.jsonView on unpkg · L19Installer downloads a native archive and follows redirects without checksum/signature verification.
install.jsView on unpkg · L51Downloaded executable is copied into package bin and launched by the CLI shim.
install.jsView on unpkg · L75Install-time source downloads a native archive from a fixed external host without transport verification, extracts it, and installs an executable payload.
package.jsonView on unpkg · L2Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L20Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L20`postinstall` runs installer automatically.
package.jsonView on unpkg · L19Installer downloads a native archive and follows redirects without checksum/signature verification.
install.jsView on unpkg · L51Downloaded executable is copied into package bin and launched by the CLI shim.
install.jsView on unpkg · L75