registry  /  @deftai/directive-core  /  0.67.0

@deftai/directive-core@0.67.0

TypeScript engine core for the Directive framework.

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 491 file(s), 2.52 MB of source, external domains: api.github.com, cli.github.com, docs.astral.sh, example.com, git-scm.com, github.com, taskfile.dev, www.python.org

Source & flagged code

3 flagged · loading source
dist/vbrief-validation/validation.jsView file
88export function finalizeMigration(projectRoot, vbriefDir, actions, options = {}) { L89: const stderrWriter = options.stderrWriter ?? ((chunk) => process.stderr.write(chunk)); L90: const isolateFn = options.isolateInvalid ?? isolateInvalidOutput;
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/vbrief-validation/validation.jsView on unpkg · L88
dist/scm/binary.jsView file
1import { execFileSync } from "node:child_process"; L2: import { BINARY_PREFERENCE } from "./constants.js"; ... L7: export function defaultWhich(name) { L8: const locator = process.platform === "win32" ? "where" : "which"; L9: try { ... L32: throw new ScmStubError("neither 'ghx' nor 'gh' found on PATH; install GitHub CLI " + L33: "(https://cli.github.com/) or the ghx proxy (#884)"); L34: }
High
Sandbox Evasion Gated Capability

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

dist/scm/binary.jsView on unpkg · L1
dist/intake/issue-ingest.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @deftai/directive-core@0.66.2 matchedIdentity = npm:QGRlZnRhaS9kaXJlY3RpdmUtY29yZQ:0.66.2 similarity = 0.925 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.

dist/intake/issue-ingest.jsView on unpkg

Findings

2 High3 Medium6 Low
HighSandbox Evasion Gated Capabilitydist/scm/binary.js
HighPrevious Version Dangerous Deltadist/intake/issue-ingest.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/vbrief-validation/validation.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License