registry  /  @sensigo/realm-cli  /  0.12.1

@sensigo/realm-cli@0.12.1

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

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
Manifest
WildcardDependency
scanned 42 file(s), 208 KB of source, external domains: hooks.slack.com, json-schema.org, slack.com

Source & flagged code

2 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: /**
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

Findings

1 High5 Medium4 Low
HighCopied Package Dependency Bridgedist/commands/watch.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