mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 10:38:40 +00:00
fix(security): harden npm plugin and hook install integrity flow
This commit is contained in:
@@ -283,6 +283,17 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"plugins.installs.*.installPath":
|
||||
"Resolved install directory (usually ~/.openclaw/extensions/<id>).",
|
||||
"plugins.installs.*.version": "Version recorded at install time (if available).",
|
||||
"plugins.installs.*.resolvedName": "Resolved npm package name from the fetched artifact.",
|
||||
"plugins.installs.*.resolvedVersion":
|
||||
"Resolved npm package version from the fetched artifact (useful for non-pinned specs).",
|
||||
"plugins.installs.*.resolvedSpec":
|
||||
"Resolved exact npm spec (<name>@<version>) from the fetched artifact.",
|
||||
"plugins.installs.*.integrity":
|
||||
"Resolved npm dist integrity hash for the fetched artifact (if reported by npm).",
|
||||
"plugins.installs.*.shasum":
|
||||
"Resolved npm dist shasum for the fetched artifact (if reported by npm).",
|
||||
"plugins.installs.*.resolvedAt":
|
||||
"ISO timestamp when npm package metadata was last resolved for this install record.",
|
||||
"plugins.installs.*.installedAt": "ISO timestamp of last install/update.",
|
||||
"agents.list.*.identity.avatar":
|
||||
"Agent avatar (workspace-relative path, http(s) URL, or data URI).",
|
||||
|
||||
Reference in New Issue
Block a user