{"schemaVersion":2,"dataVersion":"20260822T105549Z-0a0b366f","generatedAt":"2026-08-22T10:55:49.138Z","source":{"id":"platonai-dsh-browser4","slug":"platonai-dsh-browser4","rank":444,"url":"https://github.com/platonai/dsh-browser4","name":"platonai/dsh-browser4","category":"browser","description":{"zh":"安装 browser4-cli 运行时，并将 Browser4 技能集（browser4-cli、browser4-experience、browser4-plugin、scent-miner）注册到 DSH 技能库，提供面向自主 Agent、智能提取与大规模网页自动化的 AI 原生浏览器引擎。","en":"Installs the browser4-cli runtime and registers the Browser4 skills (browser4-cli, browser4-experience, browser4-plugin, scent-miner) into the DSH skill registry, providing an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation."},"stars":6,"starsCheckedAt":"2026-08-21","repository":{"owner":"platonai","repo":"dsh-browser4","requestedRef":null,"subpath":""},"npm":"dsh-browser4","downloads":151,"installMode":"npm","upstreamInstall":"dsh plugin --profile web add dsh-browser4","tarball":null,"added":"2026-08-21","page":"https://awesome-dsh-plugin.com/p/platonai/dsh-browser4/","screenshots":[],"discovery":{"provider":"awesome-dsh-plugin","channel":"plugins.json","indexUrl":"https://github.com/awesome-dsh-plugin/awesome-dsh-plugin","selection":"all curated entries"}},"report":{"sourceId":"platonai-dsh-browser4","slug":"platonai-dsh-browser4","policyVersion":"HT-DSH-0.2.2","scannedAt":"2026-08-22T08:25:00.499Z","scanStatus":"static-complete","verdict":"review","score":82,"commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","commitDate":"2026-08-21T04:54:12+08:00","artifactDigest":"sha256:fbbe4f07246d981f52de402cfdaf74e621ee3a7a8a24809daac986c7868a4909","downloadUrl":"https://github.com/platonai/dsh-browser4/archive/b5629a5e3108399332f7b3ca2341d09b414b4b88.tar.gz","installMode":"npm","installCommand":"dsh plugin --profile web add dsh-browser4","manifest":{"found":true,"path":"package.json","parseError":null,"packageName":"dsh-browser4","packageVersion":"0.0.1","bundle":{"patch":"./cordis.patch.yml"},"client":null,"lifecycleScripts":{"prepare":"node scripts/install-browser4.mjs","postinstall":"node scripts/install-browser4.mjs"},"peerDependencies":[]},"identity":{"status":"found","installMode":"npm","upstreamNpm":"dsh-browser4","manifestName":"dsh-browser4","nameMatch":true,"npm":{"name":"dsh-browser4","latestVersion":"0.0.1","publishedAt":"2026-08-17T18:57:49.372Z","createdAt":"2026-08-17T18:57:49.150Z","versionCount":1,"maintainers":1,"repository":"git+https://github.com/platonai/dsh-browser4.git","hasInstallScripts":true,"deprecated":false},"repositoryMatch":"match","provenance":"none","tarballHost":null,"versionMatch":"match"},"permissions":{"bundlePatch":"cordis.patch.yml","inserts":[{"id":"dsh-browser4","name":"@deepseek-ai/dsh-skill-local","path":"cordis.patch.yml","disabled":false}],"overrides":[],"jsExpressions":1,"clientPlatform":null,"parseErrors":[]},"capabilities":["environment","filesystem","host-bundle","subprocess"],"outboundHosts":[{"host":"api.github.com","count":2},{"host":"web-miner.oss-cn-beijing.aliyuncs.com","count":2},{"host":"browser4.oss-cn-beijing.aliyuncs.com","count":1},{"host":"adoptium.net","count":1},{"host":"jdk.java.net","count":1},{"host":"www.microsoft.com","count":1},{"host":"www.7-zip.org","count":1},{"host":"git-scm.com","count":1}],"findings":[{"id":"HT-CONFIG-001","title":"Cordis 配置包含可执行 !!js 表达式","severity":"low","confidence":"high","layer":"dsh-semantics","path":"cordis.patch.yml","pathClass":"cordis","line":20,"evidence":"!!js |-","remediation":"!!js 是 DSH 的官方配置机制；只在表达式引入模块、访问进程或网络时需要额外解释。","hash":"f1a7458bc207b385c7180567"},{"id":"HT-INSTALL-001","title":"安装阶段执行高风险生命周期脚本","severity":"high","confidence":"high","layer":"supply-chain","path":"package.json","pathClass":"manifest","line":39,"evidence":"\"postinstall\": \"node scripts/install-browser4.mjs\"","remediation":"移除安装期执行，或提供可复现构建产物并将脚本降为显式命令。","hash":"c78f6f404161289424c889da","review":{"verdict":"unclear","reason":"postinstall 调用 scripts/install-browser4.mjs 用于安装 browser4-cli 运行时，与插件声明用途一致，但未提供该脚本源码，无法核实其下载来源、校验方式及是否有额外风险行为。","model":"sonnet","reviewedAt":"2026-08-21T10:55:55.206Z"}},{"id":"HT-INSTALL-002","title":"Git 安装会触发 prepare 构建脚本","severity":"medium","confidence":"low","layer":"supply-chain","path":"package.json","pathClass":"manifest","line":38,"evidence":"\"prepare\": \"node scripts/install-browser4.mjs\"","remediation":"发布预构建制品（npm 或 GitHub Release tarball），并记录源码与发布包的一致性证明。","note":"该插件以 npm/tarball 预构建方式分发，prepare 不在用户机器上执行","hash":"8a120f7b37e93d2cd5a3a293"},{"id":"HT-EXEC-001","title":"直接创建宿主子进程","severity":"low","confidence":"medium","layer":"static","path":"scripts/install-browser4.mjs","pathClass":"source","line":19,"evidence":"spawnSync","remediation":"通过 DSH 的受控 subprocess/shell seam 执行，并公开命令、参数及审批策略。","hash":"2520c68529cf3d92da1440ea"},{"id":"HT-EXEC-001","title":"直接创建宿主子进程","severity":"low","confidence":"medium","layer":"static","path":"scripts/install-browser4.mjs","pathClass":"source","line":19,"evidence":"node:child_process","remediation":"通过 DSH 的受控 subprocess/shell seam 执行，并公开命令、参数及审批策略。","hash":"cbacaa3a4d408871d0576945"},{"id":"HT-EXEC-002","title":"远程脚本直连 Shell 执行","severity":"critical","confidence":"low","layer":"static","path":"scripts/install-browser4.mjs","pathClass":"source","line":77,"evidence":"curl -fsSL ${BOOTSTRAP_SCRIPT_BASE}sh | bash","remediation":"禁止远程内容直接进入 Shell；下载、校验固定哈希后再由用户显式执行。","note":"更像是展示给用户的安装提示字符串，而非程序自行执行","hash":"f6b5de0da525a691bf0d18c7"}],"counts":{"critical":0,"high":1,"medium":0,"low":3},"rawCounts":{"critical":1,"high":1,"medium":1,"low":3},"vulnerabilities":[],"coverage":{"source":"complete","manifest":"complete","bundleConfig":"complete","dependencies":"lockfile-missing","vulnerabilities":"lockfile-missing","identity":"complete","artifact":"not-compared","llmReview":"complete","dynamicRuntime":"not-run","humanReview":"not-run"},"inventory":{"filesScanned":40,"bytesScanned":509285,"truncated":false,"lockfiles":[],"pathClasses":{"test-example-docs":2,"markdown":33,"cordis":1,"manifest":1,"source":1,"script":2}},"limitations":["此结果为源码静态检测，不等同于无漏洞证明。","尚未比对 npm 发布包与源码的一致性，也未执行隔离运行和人工复核。","危险能力可能是插件功能所需，需结合用途与证据人工判断。"],"limitationKeys":["static-analysis-only","no-artifact-runtime-human-review","capability-needs-context"],"review":{"model":"sonnet","reviewedAt":"2026-08-22T08:25:00.500Z","summary":null,"intentMatch":null,"findingsReviewed":1,"findingsCandidates":1,"fromCache":1,"usage":null}},"timeline":[{"scannedAt":"2026-08-22T08:25:00.499Z","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.2","verdict":"review","status":"static-complete"},{"scannedAt":"2026-08-21T11:27:02.741Z","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.1","verdict":"review","status":"static-complete"},{"scannedAt":"2026-08-21T10:55:55.206Z","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.0","verdict":"review","status":"static-complete"}],"events":[{"kind":"policy-change","from":"HT-DSH-0.2.1","to":"HT-DSH-0.2.2","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.2","at":"2026-08-22T08:25:00.499Z"},{"kind":"policy-change","from":"HT-DSH-0.2.0","to":"HT-DSH-0.2.1","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.1","at":"2026-08-21T11:27:02.741Z"},{"kind":"first-scan","from":null,"to":"review","commit":"b5629a5e3108399332f7b3ca2341d09b414b4b88","policyVersion":"HT-DSH-0.2.0","at":"2026-08-21T10:55:55.206Z"}]}