registry  /  persnally  /  2.7.0

persnally@2.7.0

Your own context engine — local-first, across every AI. So every AI finally knows you.

Static Scan Results

scanned 5h ago · by rust-scanner

Static analysis flagged 13 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 27 file(s), 158 KB of source, external domains: 127.0.0.1, www.apple.com

Source & flagged code

4 flagged · loading source
build/src/importers/git.jsView file
5*/ L6: import { execFileSync } from "node:child_process"; L7: import { existsSync, readFileSync, readdirSync, statSync } from "node:fs";
High
Child Process

Package source references child process execution.

build/src/importers/git.jsView on unpkg · L5
build/src/lifecycle.jsView file
46const log = openSync(LOG_FILE, "a"); L47: const child = spawn(process.execPath, [cliPath, "serve", "--port", String(port)], { L48: detached: true, L49: stdio: ["ignore", log, log], L50: env: process.env, L51: }); ... L56: try { L57: const r = await fetch(`http://127.0.0.1:${port}/health`); L58: if (r.ok)
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

build/src/lifecycle.jsView on unpkg · L46
4*/ L5: import { execFileSync, spawn } from "node:child_process"; L6: import { closeSync, existsSync, mkdirSync, openSync, readFileSync, rmSync, unlinkSync, writeFileSync } from "node:fs"; ... L12: const PLIST_LABEL = "com.persnally.daemon"; L13: const PLIST_PATH = join(homedir(), "Library", "LaunchAgents", `${PLIST_LABEL}.plist`); L14: function alive(pid) { ... L49: stdio: ["ignore", log, log], L50: env: process.env, L51: }); ... L56: try { L57: const r = await fetch(`http://127.0.0.1:${port}/health`); L58: if (r.ok)
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

build/src/lifecycle.jsView on unpkg · L4
4*/ L5: import { execFileSync, spawn } from "node:child_process"; L6: import { closeSync, existsSync, mkdirSync, openSync, readFileSync, rmSync, unlinkSync, writeFileSync } from "node:fs"; ... L12: const PLIST_LABEL = "com.persnally.daemon"; L13: const PLIST_PATH = join(homedir(), "Library", "LaunchAgents", `${PLIST_LABEL}.plist`); L14: function alive(pid) { ... L49: stdio: ["ignore", log, log], L50: env: process.env, L51: }); ... L56: try { L57: const r = await fetch(`http://127.0.0.1:${port}/health`); L58: if (r.ok)
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

build/src/lifecycle.jsView on unpkg · L4

Findings

4 High4 Medium5 Low
HighChild Processbuild/src/importers/git.js
HighShell
HighSame File Env Network Executionbuild/src/lifecycle.js
HighSandbox Evasion Gated Capabilitybuild/src/lifecycle.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencebuild/src/lifecycle.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings