registry  /  @origintrail-official/dkg-agent  /  10.0.2

@origintrail-official/dkg-agent@10.0.2

Agent runtime for DKG V10. Provides the `DKGAgent` class — the primary entry point for building agents that participate in the decentralized knowledge network.

Static Scan Results

scanned 8d ago · by rust-scanner

Static analysis flagged 8 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 89 file(s), 2.09 MB of source, external domains: dkg.io, dkg.network, dkg.origintrail.io, eips.ethereum.org, example.org, schema.org, www.w3.org

Source & flagged code

2 flagged · loading source
dist/generic-sql-source.jsView file
424const moduleName = 'mssql'; L425: module = await import(moduleName); L426: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/generic-sql-source.jsView on unpkg · L424
dist/dkg-agent-context-graph.jsView file
127package = @origintrail-official/dkg-agent; repositoryIdentity = dkg; dependency = @libp2p/peer-id L127: if (opts.allowedPeers && opts.allowedPeers.length > 0) { L128: const { peerIdFromString } = await import('@libp2p/peer-id'); L129: for (const peer of opts.allowedPeers) {
High
Copied Package Dependency Bridge

Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.

dist/dkg-agent-context-graph.jsView on unpkg · L127

Findings

1 High3 Medium4 Low
HighCopied Package Dependency Bridgedist/dkg-agent-context-graph.js
MediumDynamic Requiredist/generic-sql-source.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings