---
canonical: "https://firewall.lpm.dev/npm/keyring-agent-core/v/0.2.60"
markdown: "https://firewall.lpm.dev/npm/keyring-agent-core/v/0.2.60.md"
package: "keyring-agent-core"
report_status: "published"
title: "keyring-agent-core@0.2.60 npm security report"
verdict: "suspicious"
version: "0.2.60"
---

# keyring-agent-core@0.2.60 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
**Flagged — allowed with a warning** — Allowed by default policy, but 13 finding(s) warrant review before installing.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Matched warn-list
- **Public report status:** Published
- **Threat category:** Credential Exfiltration
- **Selected version:** 0.2.60
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

An explicitly enabled vector knowledge-base feature submits runtime queries to a package-controlled Upstash endpoint using embedded fallback credentials. This is a credential-exposure and query-privacy risk, not confirmed malware.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 86.0%
- **Started:** 2026-08-20T10:21:11.838Z
- **Finished:** 2026-08-20T10:22:55.149Z
- **Download time:** 506 ms
- **Static scan time:** 7585 ms
- **AI review time:** 95219 ms
- **Total time:** 103311 ms

## Security analysis

### Published attack-surface review

- **Summary:** An explicitly enabled vector knowledge-base feature submits runtime queries to a package-controlled Upstash endpoint using embedded fallback credentials. This is a credential-exposure and query-privacy risk, not confirmed malware.

- **Trigger:** Consumer enables AgentCore vectorKB without supplying its own provider.

- **Impact:** Third parties can misuse the exposed service credential; enabled users' query text may be sent to the endpoint.

- **Evidence paths:** package.json, dist/index.js, dist/index.native.js, dist/index.d.ts, README.md

- **Review source:** ai\_review

- **Reviewed:** 2026-08-20T10:22:55.149Z

### AI review details

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

- **Mechanism:** Queries a hard-coded Upstash Vector account with embedded fallback credentials.

- **Rationale:** The embedded service credential is a concrete security defect with runtime data-flow implications, warranting a warning. The code path is opt-in and no concrete malicious execution chain was found.

- **Network endpoints:** https://perfect-octopus-59684-us1-vector.upstash.io

### Review decision

- **Verdict:** Suspicious

- **Confidence:** 86.0%

- **Recommended action:** downgrade\_to\_warn

- **Intent class:** Critical Vulnerability

- **False-positive risk:** Low

- **Evidence for:** Bundled Upstash KB client contains package-supplied fallback URL and token values instead of requiring caller credentials., When vectorKB is enabled, AgentCore searches it with the user's query; the embedded account can therefore receive query data., The hard-coded credential is an exposed service credential and enables unauthorized use of the package owner's vector service.

- **Evidence against:** No preinstall, install, or postinstall hook; prepublishOnly only runs the build., Vector KB network use is gated by explicit vectorKB.enabled configuration., No child-process, eval-based payload execution, filesystem harvesting, or AI-agent configuration mutation was found in inspected entrypoints., Cloud-metadata strings in the native bundle are URL-safety denylist data, not metadata requests.

## Public findings

### 1. Low: Non Install Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 80.0%

Package declares lifecycle scripts that are not normally run for registry tarball installs.

### 2. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 3. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/index.native.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.native.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L675: 
L676: USER QUERY: ${e}`,timestamp:0}];try{let s=(await this.llm.chat(i)).text.trim().match(/\[[\s\S]*\]/);if(!s)return[];let l=JSON.parse(s[0]),c=[];for(let u of l)u.index>=0&&u.index<th...
L677:
```

### 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. High: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/index.native.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.native.js>)

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

Public source snippet (untrusted):

```javascript
L675: 
L676: USER QUERY: ${e}`,timestamp:0}];try{let s=(await this.llm.chat(i)).text.trim().match(/\[[\s\S]*\]/);if(!s)return[];let l=JSON.parse(s[0]),c=[];for(let u of l)u.index>=0&&u.index<th...
L677:
```

### 7. High: Cloud Metadata Access
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** dist/index.native.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.native.js>)

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

Public source snippet (untrusted):

```javascript
L1: if(typeof Symbol!=="undefined"){if(!Symbol.asyncIterator){try{Symbol.asyncIterator=Symbol("Symbol.asyncIterator")}catch(e){}}if(!Symbol.asyncDispose){try{Symbol.asyncDispose=Symbol...
L2: "use strict";var yre=Object.create;var qg=Object.defineProperty;var _re=Object.getOwnPropertyDescriptor;var bre=Object.getOwnPropertyNames;var vre=Object.getPrototypeOf,wre=Object....
L3: 
L4: Troubleshooting URL: https://docs.langchain.com/oss/javascript/langgraph/${r.lc_error_code}/
L5: `);super(n);h(this,"lc_error_code");this.lc_error_code=r?.lc_error_code}},zO=class extends Fo{get is_bubble_up(){return!0}},Mce=class extends Fo{constructor(t,e){super(t,e),this.na...
L6: 
L7: Troubleshooting URL: https://docs.langchain.[redacted]/${e}/
L8: `,t}var e_=spe.ns.sub("error"),rT=class extends e_.brand(Err
```

### 8. High: Obfuscated Payload Loader
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** dist/index.native.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.native.js>)

Source contains an obfuscated payload loader that reconstructs and executes hidden code.

Public source snippet (untrusted):

```javascript
L1: if(typeof Symbol!=="undefined"){if(!Symbol.asyncIterator){try{Symbol.asyncIterator=Symbol("Symbol.asyncIterator")}catch(e){}}if(!Symbol.asyncDispose){try{Symbol.asyncDispose=Symbol...
L2: "use strict";var yre=Object.create;var qg=Object.defineProperty;var _re=Object.getOwnPropertyDescriptor;var bre=Object.getOwnPropertyNames;var vre=Object.getPrototypeOf,wre=Object....
L3: 
L4: Troubleshooting URL: https://docs.langchain.com/oss/javascript/langgraph/${r.lc_error_code}/
L5: `);super(n);h(this,"lc_error_code");this.lc_error_code=r?.lc_error_code}},zO=class extends Fo{get is_bubble_up(){return!0}},Mce=class extends Fo{constructor(t,e){super(t,e),this.na...
L6: 
L7: Troubleshooting URL: https://docs.langchain.[redacted]/${e}/
L8: `,t}var e_=spe.ns.sub("error"),rT=class extends e_.brand(Err
```

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

### 11. 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.

### 12. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** dist/index.native.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.native.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_path_work_budget_exceeded; limitedFiles = 2
```

### 13. Critical: Previous Version Dangerous Delta
- **Category:** Supply Chain
- **Confidence:** 93.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/keyring-agent-core@0.2.60/dist/index.js>)

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 = keyring-agent-core@0.2.58
matchedIdentity = npm:a2V5cmluZy1hZ2VudC1jb3Jl:0.2.58
similarity = 0.500
summary = stored previous version shares package body but lacks this dangerous source file
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** prepublishOnly
- **Dependencies:** 7
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 10
- **Published dependency-graph edges:** 7

### Published dependency entries
- @langchain/core ^1.1.48 (Dependency)
- @langchain/langgraph ^1.3.2 (Dependency)
- @upstash/vector ^1.2.3 (Dependency)
- axios ^1.16.1 (Dependency)
- js-sha3 ^0.9.3 (Dependency)
- web-streams-polyfill ^4.3.0 (Dependency)
- zod ^3.25.76 || ^4 (Dependency)

## Package metadata
- **Package:** keyring-agent-core
- **Ecosystem:** npm
- **Version:** 0.2.60
- **License:** MIT
- **Version published:** 2026-08-20T02:05:39.438Z
- **Package first seen:** 2026-07-01T08:03:21.931Z
- **Package last seen:** 2026-08-24T04:05:37.147Z
- **Known versions:** 7
- **Latest version:** 0.2.63
- **Appeal under review:** No
- **Description:** Core AI chat agent with multi-agent architecture, ReAct pattern, and modular tool system powered by Gemini
- **Maintainers:** hungduc123
- **Keywords:** ai, agent, chatbot, gemini, multi-agent, react-pattern, llm, tools
- **Runtime engines:** node: \>=18.0.0
- **Artifact files:** 7
- **Artifact unpacked size:** 3,396,786 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/keyring-agent-core/v/0.2.60>)
