registry  /  @sensigo/realm-cli  /  0.14.0

@sensigo/realm-cli@0.14.0

Run autonomous agent workflows, host an MCP server over HTTP, and manage workflow definitions and run history from the terminal.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
Manifest
WildcardDependency
scanned 45 file(s), 277 KB of source, external domains: json-schema.org, slack.com

Source & flagged code

3 flagged · loading source
dist/agent/providers/anthropic-provider.jsView file
35const moduleId = '@anthropic-ai/sdk'; L36: mod = await import(moduleId); L37: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/agent/providers/anthropic-provider.jsView on unpkg · L35
dist/commands/watch.jsView file
4package = @sensigo/realm-cli; repositoryIdentity = realm; dependency = @sensigo/realm L4: import { Command } from 'commander'; L5: import { loadWorkflowFromFile, WorkflowError } from '@sensigo/realm'; L6: import { loadWorkflowForRegistration } from './register.js';
High
Copied Package Dependency Bridge

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

dist/commands/watch.jsView on unpkg · L4
dist/extensions/load-project-extensions.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @sensigo/realm-cli@0.13.0 matchedIdentity = npm:QHNlbnNpZ28vcmVhbG0tY2xp:0.13.0 similarity = 0.659 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

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

dist/extensions/load-project-extensions.jsView on unpkg

Findings

2 High5 Medium4 Low
HighCopied Package Dependency Bridgedist/commands/watch.js
HighPrevious Version Dangerous Deltadist/extensions/load-project-extensions.js
MediumDynamic Requiredist/agent/providers/anthropic-provider.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings