---
canonical: "https://firewall.lpm.dev/npm/@knockdata/objectexplorer/v/0.5.9"
markdown: "https://firewall.lpm.dev/npm/@knockdata/objectexplorer/v/0.5.9.md"
package: "@knockdata/objectexplorer"
report_status: "published"
title: "@knockdata/objectexplorer@0.5.9 npm security report"
verdict: "malicious"
version: "0.5.9"
---

# @knockdata/objectexplorer@0.5.9 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Blocked & quarantined** — User email addresses and IP addresses are recorded locally and used to contact awheelmaker.com.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Data Exfiltration
- **Selected version:** 0.5.9
- **Selected version is latest:** Yes
- **Analysis source:** AI Security Review (lpm-firewall-ai)

A development-mode server exposes a subscription endpoint unrelated to ObjectExplorer. A download subscription stores the caller's email and IP address and sends a third-party promotional email.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 98.0%
- **Started:** 2026-09-05T03:39:27.415Z
- **Finished:** 2026-09-05T03:41:29.021Z
- **Download time:** 1006 ms
- **Static scan time:** 11622 ms
- **AI review time:** 108977 ms
- **Total time:** 121606 ms

## Security analysis

### Published attack-surface review

- **Summary:** A development-mode server exposes a subscription endpoint unrelated to ObjectExplorer. A download subscription stores the caller's email and IP address and sends a third-party promotional email.

- **Trigger:** Run the server in development mode with user data, then submit a download subscription request.

- **Impact:** User email addresses and IP addresses are recorded locally and used to contact awheelmaker.com.

- **Evidence paths:** server/WebServer.mjs

- **Review source:** ai\_review

- **Reviewed:** 2026-09-05T03:41:29.021Z

### AI review details

- **Review stage:** source\_first\_review

- **Mechanism:** Collects subscription data and sends it through a hardcoded mail-service account.

- **Attack narrative:** The bundled server adds a development-only subscription API that is unrelated to cloud-storage exploration. Its download path accepts email and name fields, records the submitted email and client IP in subscription files, and calls an email routine. That routine constructs a link to awheelmaker.com and sends a marketing email using an embedded third-party mail-service credential. This is concrete collection and external use of user-provided data under an unrelated package identity.

- **Rationale:** The unrelated awheelmaker subscription and mailing workflow, plus the embedded mail-service credential, establishes intentional data collection and third-party outreach. The absence of an install hook limits activation but does not remove the malicious runtime behavior.

- **Files touched:** subscriptions.json, notifiedSubscriptions.json, confirmedSubscriptions.json, loves.json

- **Network endpoints:** https://awheelmaker.com/${t}?id=${r}

### Review decision

- **Verdict:** Malicious

- **Confidence:** 98.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** The server bundle contains an unrelated email subscription feature for awheelmaker.com., A download subscription records supplied email addresses and client IP addresses, then emails the supplied address., The email sender is initialized with a hardcoded third-party mail-service credential., The feature is mounted as a local API router when the server runs in development mode.

- **Evidence against:** package.json has no install lifecycle hooks., The command-line entry point otherwise starts a local ObjectExplorer server and opens localhost.

## Public findings

### 1. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** app/assets/WorkerParser.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/WorkerParser.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L51: `),t=t.replace(Dm,`�`),e.src=t}function km(e){let t;e.inlineMode?(t=new e.Token(`inline`,``,0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e....
L52: `,o.map=[t,e.line],!0}function nh(e,t,n,i){let a=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||a+3>o)return!1;let s=e.src.charCodeAt(a);if(s!==126&&s!==96)re...
L53: https://github.com/highlightjs/highlight.js/issues/2277`),a=e,i=t),n===void 0&&(n=!0);let o={code:i,language:a};ue(`before:highlight`,o);let s=o.result?o.result:b(o.language,o.code...
```

### 2. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L470: left join latest on latest.objectId = c.objectId
L471: where c.reads > 0`).map(r=>({...r,path:e.objectPath(r.objectId)}))}var fre,HN=te(()=>{ja();Hc();fre=300;i(zUe,"slotOf");i(cC,"recordAccess");i(mre,"accessRollup")});import hre from...
L472: tell application "Terminal"
```

### 3. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** app/assets/esm-worker.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/esm-worker.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L1: const e=`https://unpkg.com/@ffmpeg/core@0.12.9/dist/umd/ffmpeg-core.js`;var t;(function(e){e.LOAD=`LOAD`,e.EXEC=`EXEC`,e.FFPROBE=`FFPROBE`,e.WRITE_FILE=`WRITE_FILE`,e.READ_FILE=`RE...
```

### 4. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 5. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 6. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 7. High: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

Public source snippet (untrusted):

```javascript
L470: left join latest on latest.objectId = c.objectId
L471: where c.reads > 0`).map(r=>({...r,path:e.objectPath(r.objectId)}))}var fre,HN=te(()=>{ja();Hc();fre=300;i(zUe,"slotOf");i(cC,"recordAccess");i(mre,"accessRollup")});import hre from...
L472: tell application "Terminal"
```

### 8. Critical: Hardcoded Runtime Data Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Source sends credentials or rich application records to a package-controlled external receiver enabled by default.

Public source snippet (untrusted):

```javascript
L1: import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
L2: var s3e=Object.create;var R6=Object.defineProperty;var l3e=Object.getOwnPropertyDescriptor;var c3e=Object.getOwnPropertyNames;var u3e=Object.getPrototypeOf,d3e=Object.prototype.has...
L3: `)}function tn(...e){let t=D6(2,"info");process.stderr.write(`
L4: ${t.link} ${I6(e)}`),N6("INFO ",e,t.short)}function pi(...e){let t=D6(2,"warn");process.stderr.write(`
...
L8: `+oH(t,a.offset,a.len))}return n.value}function oH(e,t,r=1){return`${e.replace(/(\t)|(\r)|(\n)/g,(n,a,o)=>a?"\u2409":o?"\u240D":"\u240A")}
L9: ${"".padEnd(t)}${"^".repeat(r)}`}function pH(e){return gwe(kR,e)}function _l(e){if(!e.type)throw new Error("This is not an AST node.");switch(e.type){case"universal":return $6(e.na...
L10: `.repea
```

### 9. High: Credential Redirect Persistence
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Manifest-reachable source sends a prompted API credential to a fixed unofficial gateway and persists the redirection.

Public source snippet (untrusted):

```javascript
Manifest-reachable source captures an API credential, sends it to a fixed unofficial gateway, and persists that redirection in agent or shell configuration.
server/WebServer.mjs:
`),"blockTransform")})}function s7(e,t){if(!t)return e;let r=typeof t[0]=="string"?t[0]:"[",n=typeof t[1]=="string"?t[1]:"]";return r+e+n}function lV(e,t,r,n,a){let o=typeof t=="fu...
`);n.next.cells.push({colspan:t,rowspan:r,text:a})}closeTableRow(){let t=this._popStackItem();t.next.rows.push(t.cells)}closeTable({tableToString:t,leadingLineBreaks:r=2,trailingLi...
`+K.stack}}i(Tb,"getStackByComponentStackNode");var hm=n.ReactCurrentDispatcher,dc=n.ReactDebugCurrentFrame,o1=0,xu=1,wb=2,u6=3,Cb=4,op=0,d6=1,sp=2,gm=12800;function p6(S){return c...
`));if(!w)return null;me=Be(w,!0)}return me.shift()},"FS_stdin_getCha
```

### 10. High: Command Output Exfiltration
- **Category:** Source
- **Confidence:** 82.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

Public source snippet (untrusted):

```javascript
L470: left join latest on latest.objectId = c.objectId
L471: where c.reads > 0`).map(r=>({...r,path:e.objectPath(r.objectId)}))}var fre,HN=te(()=>{ja();Hc();fre=300;i(zUe,"slotOf");i(cC,"recordAccess");i(mre,"accessRollup")});import hre from...
L472: tell application "Terminal"
...
L476: end tell
L477: end tell`.replace(/'/g,"'\\''")}'`;xv(n)}else if(XN==="win32")xv(`start cmd.exe /k ${e}`);else{let t=e.replace(/'/g,"'\\''");xv(`x-terminal-emulator -e bash -c '${t}; exec bash'`,f...
L478: `);o=u.pop();for(let d of u)yield d}o.length>0&&(yield o)}async function ine(){if(fn){let e=await import("node:fs/promises");return i(async function(r){return{mtime:(await e.stat(r...
```

### 11. High: Cloud Metadata Access
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Source reaches cloud instance metadata or link-local credential endpoints.

Public source snippet (untrusted):

```javascript
L1: import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
L2: var s3e=Object.create;var R6=Object.defineProperty;var l3e=Object.getOwnPropertyDescriptor;var c3e=Object.getOwnPropertyNames;var u3e=Object.getPrototypeOf,d3e=Object.prototype.has...
L3: `)}function tn(...e){let t=D6(2,"info");process.stderr.write(`
L4: ${t.link} ${I6(e)}`),N6("INFO ",e,t.short)}function pi(...e){let t=D6(2,"warn");process.stderr.write(`
...
L8: `+oH(t,a.offset,a.len))}return n.value}function oH(e,t,r=1){return`${e.replace(/(\t)|(\r)|(\n)/g,(n,a,o)=>a?"\u2409":o?"\u240D":"\u240A")}
L9: ${"".padEnd(t)}${"^".repeat(r)}`}function pH(e){return gwe(kR,e)}function _l(e){if(!e.type)throw new Error("This is not an AST node.");switch(e.type){case"universal":return $6(e.na...
L10: `.repea
```

### 12. Critical: Trojan Source Unicode
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** app/assets/index.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/index.js>)

Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.

Public source snippet (untrusted):

```javascript
L690: contains invisible/control Unicode U+200B (zero width space)
${g}`)).style(`margin-left`,u?`${+u}px`:null).style(`width`,p===void 0?null:`${+p}px`).style(`font-variant`,g4(o,`normal`)).call(y4,f).node()}var W3=new Map([[`symbol`,Fwe],[`color`,K3],[`opacity`,Lwe]]);function Iwe(e,t,n={}){return(r,a)=>
```

### 13. High: Cross File Remote Execution Context
- **Category:** Source
- **Confidence:** 72.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

Public source snippet (untrusted):

```javascript
Cross-file remote execution chain: server/WebServer.mjs spawns app/assets/index.js; helper contains network access plus dynamic code execution.
L1: import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
L2: var s3e=Object.create;var R6=Object.defineProperty;var l3e=Object.getOwnPropertyDescriptor;var c3e=Object.getOwnPropertyNames;var u3e=Object.getPrototypeOf,d3e=Object.prototype.has...
L3: `)}function tn(...e){let t=D6(2,"info");process.stderr.write(`
L4: ${t.link} ${I6(e)}`),N6("INFO ",e,t.short)}function pi(...e){let t=D6(2,"warn");process.stderr.write(`
...
L8: `+oH(t,a.offset,a.len))}return n.value}function oH(e,t,r=1){return`${e.replace(/(\t)|(\r)|(\n)/g,(n,a,o)=>a?"\u2409":o?"\u240D":"\u240A")}
L9: ${"".padEnd(t)}${"^".repeat(r)}`}function pH(e){retu
```

### 14. Critical: Trigger Reachable Dangerous Capability
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable chain: manifest.main -> server/WebServer.mjs
L1: import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
L2: var s3e=Object.create;var R6=Object.defineProperty;var l3e=Object.getOwnPropertyDescriptor;var c3e=Object.getOwnPropertyNames;var u3e=Object.getPrototypeOf,d3e=Object.prototype.has...
L3: `)}function tn(...e){let t=D6(2,"info");process.stderr.write(`
L4: ${t.link} ${I6(e)}`),N6("INFO ",e,t.short)}function pi(...e){let t=D6(2,"warn");process.stderr.write(`
...
L8: `+oH(t,a.offset,a.len))}return n.value}function oH(e,t,r=1){return`${e.replace(/(\t)|(\r)|(\n)/g,(n,a,o)=>a?"\u2409":o?"\u240D":"\u240A")}
L9: ${"".padEnd(t)}${"^".repeat(r)}`}function pH(e){return gwe(kR,e)}function _l(e){if(!e.type)throw new Error("This is not an AST node."
```

### 15. High: Trigger Reachable Command Output Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

A manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable command-output exfiltration chain: manifest.main -> server/WebServer.mjs
L470: left join latest on latest.objectId = c.objectId
L471: where c.reads > 0`).map(r=>({...r,path:e.objectPath(r.objectId)}))}var fre,HN=te(()=>{ja();Hc();fre=300;i(zUe,"slotOf");i(cC,"recordAccess");i(mre,"accessRollup")});import hre from...
L472: tell application "Terminal"
...
L476: end tell
L477: end tell`.replace(/'/g,"'\\''")}'`;xv(n)}else if(XN==="win32")xv(`start cmd.exe /k ${e}`);else{let t=e.replace(/'/g,"'\\''");xv(`x-terminal-emulator -e bash -c '${t}; exec bash'`,f...
L478: `);o=u.pop();for(let d of u)yield d}o.length>0&&(yield o)}async function ine(){if(fn){let e=await import("node:fs/promises");return i(async function(r){return{mtime:(await e.stat(r...
```

### 16. Medium: Protestware
- **Category:** Supply Chain
- **Confidence:** 90.0%

Package source has broad protestware-like patterns that need review.

### 17. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

### 18. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 19. Medium: Ships Wasm Module
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** app/assets/lightgbmc.wasm
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/lightgbmc.wasm>)

Package ships WebAssembly modules.

Public source snippet (untrusted):

```text
path = app/assets/lightgbmc.wasm
kind = wasm_module
sizeBytes = 21264
magicHex = [redacted]
```

### 20. High: Ships High Entropy Blob
- **Category:** Artifact Inventory
- **Confidence:** 75.0%
- **Path:** demo/nl\_train\_stations.orc
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/demo/nl_train_stations.orc>)

Package ships high-entropy non-source blobs.

Public source snippet (untrusted):

```text
path = demo/nl_train_stations.orc
kind = high_entropy_blob
sizeBytes = 27653
magicHex = [redacted]
```

### 21. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 100.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

### 22. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** app/assets/WorkerParser.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/WorkerParser.js>)

A bounded semantic-analysis stage reached its safety limit; remaining detectors completed, but this package requires AI review.

Public source snippet (untrusted):

```javascript
stage = ast_semantic_analysis; reason = ast_trace_path_limit_exceeded; limitedFiles = 6
```

### 23. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** cli.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/cli.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = cli.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 24. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** app/assets/browser.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/browser.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = app/assets/browser.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 25. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** app/assets/wasm-worker.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/wasm-worker.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = app/assets/wasm-worker.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 26. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = server/WebServer.mjs
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 27. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** app/assets/AudioConverterWorker.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/AudioConverterWorker.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = app/assets/AudioConverterWorker.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 28. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** app/assets/esm-worker.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/esm-worker.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = app/assets/esm-worker.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 29. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** app/assets/WorkerParser.js
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/app/assets/WorkerParser.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @knockdata/objectexplorer@0.5.6
matchedPath = app/assets/WorkerParser.js
matchedIdentity = npm:[redacted]:0.5.6
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 30. Critical: Previous Version Dangerous Delta
- **Category:** Supply Chain
- **Confidence:** 93.0%
- **Path:** server/WebServer.mjs
- **Public source:** [View source](<https://unpkg.com/@knockdata/objectexplorer@0.5.9/server/WebServer.mjs>)

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = previous_version_dangerous_delta
matchedPackage = @knockdata/objectexplorer@0.4.7
matchedIdentity = npm:[redacted]:0.4.7
similarity = 0.867
summary = stored previous version shares package body but lacks this dangerous source file
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** No

- **Dependencies:** 3
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 0
- **Published dependency-graph edges:** 3

### Published dependency entries
- @ffmpeg/core 0.12.10 (Dependency)
- @knockdata/duckdb 1.5.5-r.6 (Dependency)
- @knockdata/sqlite 3.51.3-r.2 (Dependency)

## Package metadata
- **Package:** @knockdata/objectexplorer
- **Ecosystem:** npm
- **Version:** 0.5.9
- **License:** ISC
- **Version published:** 2026-09-04T15:14:32.022Z
- **Package first seen:** 2026-08-01T19:10:17.533Z
- **Package last seen:** 2026-09-05T03:41:29.021Z
- **Known versions:** 11
- **Latest version:** 0.5.9
- **Appeal under review:** No
- **Description:** The VSCode for Cloud Storage — Explore, Analyze, Search your cloud storage locally with single click
- **Runtime engines:** node: \>=20
- **Artifact files:** 196
- **Artifact unpacked size:** 13,214,695 bytes
- **Artifact signatures:** 1
- **Attestations:** Yes

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@knockdata/objectexplorer/v/0.5.9>)
- [Repository](<https://github.com/knockdata/objectexplorer.git>)
- [Homepage](<https://objectexplorer.com/>)
- [Issues](<https://github.com/knockdata/objectexplorer/issues>)
