registry  /  wienerdog  /  0.1.0

wienerdog@0.1.0

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 5d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 42 file(s), 233 KB of source, external domains: 127.0.0.1, github.com, www.apple.com, www.googleapis.com

Source & flagged code

3 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/generators.jsView file
4const path = require('node:path'); L5: const { spawnSync } = require('node:child_process'); L6: ... L25: /** L26: * Absolute path to this install's bin/wienerdog.js. Resolved from __dirname so L27: * it is never a relative path (launchd/systemd do not resolve cwd). ... L236: function ensureCatchup(paths, opts = {}) { L237: if (process.platform !== 'darwin') return { changed: false }; L238: const loader = opts.loader || defaultCatchupLoader; ... L243: const plistPath = path.join(launchAgentsDir(paths.home), `${label}.plist`); L244: const unload = ['launchctl', 'bootout', `gui/${uid}/${label}`]; L245:
Medium
Install Persistence

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

src/scheduler/generators.jsView on unpkg · L4
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

Findings

5 Medium5 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/scheduler/generators.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