Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
EnvironmentVarsFilesystemNetworkShell
HighEntropyStrings
Source & flagged code
4 flagged · loading sourcepackage.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 unpkgdist/tools/TerminalTools.jsView file
1import { execa } from 'execa';
L2: export async function runTerminalCommand(command, context) {
High
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 · L1Findings
3 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighShelldist/tools/TerminalTools.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