registry  /  @doist/comms-cli  /  1.9.1

@doist/comms-cli@1.9.1

TypeScript CLI for Comms

Static Scan Results

scanned 8d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 120 file(s), 415 KB of source, external domains: api.comms.todoist.com, comms.local.todoist.com, comms.staging.todoist.com, comms.todoist.com, github.com, local.todoist.com, raw.githubusercontent.com, staging.todoist.com, todoist.com, twist.com, www.w3.org

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
scripts/check-skill-sync.jsView file
17const modulePath = pathToFileURL(join(root, 'dist/lib/skills/content.js')).href L18: const { SKILL_FILE_CONTENT } = await import(modulePath) L19: const expected = SKILL_FILE_CONTENT
Medium
Dynamic Require

Package source references dynamic require/import behavior.

scripts/check-skill-sync.jsView on unpkg · L17

Findings

1 High5 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirescripts/check-skill-sync.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings