registry  /  syner-code  /  0.2.0

syner-code@0.2.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 54 file(s), 128 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 -e "console.log('\n Run syner setup to configure Syner Code\n')"
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node -e "console.log('\n Run syner setup to configure Syner Code\n')"
Medium
Ambiguous Install Lifecycle Script

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

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

Findings

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