Static Scan Results
scanned 7d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcesrc/timer.cjsView file
15// (~/.config/systemd/user/attribut-heartbeat.{service,timer})
L16: // Windows — a Task Scheduler task via `schtasks /create ... /sc hourly`
L17: //
...
L21: // `attribut connect` outright: the hooks are already live and doing the
L22: // important work. Timer failures are logged to stderr and swallowed.
L23: //
...
L30: const path = require('path');
L31: const { execFileSync } = require('child_process');
L32:
...
L39: function out(msg) {
L40: process.stdout.write(`${msg}\n`);
L41: }
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
src/timer.cjsView on unpkg · L15Findings
3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/timer.cjs
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings