registry  /  wienerdog  /  0.6.4

wienerdog@0.6.4

Give your AI a memory, habits, and a daily routine — with nothing but files. One-line setup for Claude Code and Codex CLI.

Static Scan Results

scanned 7h ago · by rust-scanner

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

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 51 file(s), 330 KB of source, external domains: 127.0.0.1, github.com, registry.npmjs.org, schemas.microsoft.com, www.apple.com, www.googleapis.com

Source & flagged code

4 flagged · loading source
src/core/vault.jsView file
6const crypto = require('node:crypto'); L7: const { execFileSync, spawnSync } = require('node:child_process'); L8: const { WienerdogError } = require('./errors'); ... L10: L11: const TEMPLATE_ROOT = path.join(__dirname, '..', '..', 'templates', 'vault'); L12: ... L14: function today() { L15: if (process.env.WIENERDOG_FAKE_TODAY) return process.env.WIENERDOG_FAKE_TODAY; L16: return new Date().toISOString().slice(0, 10);
Low
Weak Crypto

Package source references weak cryptographic algorithms.

src/core/vault.jsView on unpkg · L6
src/scheduler/status.jsView file
3const path = require('node:path'); L4: const { spawnSync } = require('node:child_process'); L5: const manifestLib = require('../core/manifest'); ... L17: * @param {{path:string, unload?:string[]}} entry L18: * @returns {{name:string, scheduler:'launchd'|'systemd'|'schtasks', L19: * probe:string[], reload:string[]}|null} ... L55: /** L56: * Default read-only probe: run `argv` and map the exit code. Honors the test L57: * seams so a test NEVER touches the real OS scheduler: ... L66: function defaultProbe(argv) { L67: if (process.env.WIENERDOG_LOADER_NOOP) return 'unknown'; L68: if (process.env.WIENERDOG_TEST_NO_REAL_SCHEDULER) return 'unknown';
Medium
Install Persistence

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

src/scheduler/status.jsView on unpkg · L3
templates/hooks/codex-session-end.shView file
path = templates/hooks/codex-session-end.sh kind = build_helper sizeBytes = 944 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

templates/hooks/codex-session-end.shView on unpkg
src/cli/run-job.jsView file
matchType = previous_version_dangerous_delta matchedPackage = wienerdog@0.4.0 matchedIdentity = npm:d2llbmVyZG9n:0.4.0 similarity = 0.735 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

src/cli/run-job.jsView on unpkg

Findings

1 High5 Medium5 Low
HighPrevious Version Dangerous Deltasrc/cli/run-job.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/scheduler/status.js
MediumShips Build Helpertemplates/hooks/codex-session-end.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptosrc/core/vault.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings