registry  /  syner-code  /  0.3.0

syner-code@0.3.0

Syner Code — Open-source terminal AI coding assistant with BYOK and Ollama

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 12 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
EnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 64 file(s), 159 KB of source, external domains: api.duckduckgo.com, api.example.com, api.groq.com, integrate.api.nvidia.com, openrouter.ai, raw.githubusercontent.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
dist/tools/GitTools.jsView file
1import { execa } from 'execa'; L2: async function git(args, context) {
High
Shell

Package source references shell execution.

dist/tools/GitTools.jsView on unpkg · L1
dist/tools/LintTools.jsView file
1import { execa } from 'execa'; L2: export async function linterHeal(context) { L3: const command = context.config.linter?.command || 'npx eslint "src/**/*.ts" --fix'; L4: try {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/tools/LintTools.jsView on unpkg · L1
scripts/install.shView file
path = scripts/install.sh kind = build_helper sizeBytes = 625 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/install.shView on unpkg

Findings

3 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighShelldist/tools/GitTools.js
HighRuntime Package Installdist/tools/LintTools.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/install.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings