registry  /  pi-aftc-toolset  /  1.3.1

pi-aftc-toolset@1.3.1

AFTC productivity toolset for pi — footer diagnostics, SQLite model usage reports, cache analysis, input shortcuts, cache-audit skill, theme, and SSH tools backed by a PyQt6 GUI.

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 10 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 19 file(s), 227 KB of source, external domains: 127.0.0.85, github.com

Source & flagged code

4 flagged · loading source
tests/full-check/full-check.mjsView file
178try { L179: new Function(fullScript)(); L180: console.log(" OK Module script executes (DOM-stubbed, empty JSON)");
Low
Eval

Package source references a known benign dynamic code generation pattern.

tests/full-check/full-check.mjsView on unpkg · L178
tests/load-test/load-test.cjsView file
6// verify per-turn recording actually inserts rows. L7: const { execSync } = require("node:child_process"); L8: const globalRoot = execSync("npm root -g", { encoding: "utf8" }).trim();
Medium
Dynamic Require

Package source references dynamic require/import behavior.

tests/load-test/load-test.cjsView on unpkg · L6
internal-python-gui/bin/uv.exeView file
path = internal-python-gui/bin/uv.exe kind = native_binary sizeBytes = 65102336 magicHex = [redacted]
Medium
Ships Native Binary

Package ships native binary artifacts.

internal-python-gui/bin/uv.exeView on unpkg
internal-python-gui/main.pyView file
path = internal-python-gui/main.py kind = build_helper sizeBytes = 28810 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

internal-python-gui/main.pyView on unpkg

Findings

6 Medium4 Low
MediumDynamic Requiretests/load-test/load-test.cjs
MediumNetwork
MediumEnvironment Vars
MediumShips Native Binaryinternal-python-gui/bin/uv.exe
MediumShips Build Helperinternal-python-gui/main.py
MediumStructural Risk Force Deep Review
LowEvaltests/full-check/full-check.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings