registry  /  omniverse-engineering-skillset  /  0.1.10

omniverse-engineering-skillset@0.1.10

Install engineering workflow skills for coding agents across planning, implementation, review, QA, git handoff, project memory, and system design.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessDynamicRequireEnvironmentVarsFilesystem
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 7 file(s), 14.2 KB of source

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/omniverse-engineering-skillset.jsView file
2L3: const fs = require("node:fs"); L4: const path = require("node:path");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/omniverse-engineering-skillset.jsView on unpkg · L2
install.shView file
path = install.sh kind = build_helper sizeBytes = 1058 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

install.shView on unpkg
scripts/postinstall.jsView file
matchType = previous_version_dangerous_delta matchedPackage = omniverse-engineering-skillset@0.1.8 matchedIdentity = npm:[redacted]:0.1.8 similarity = 0.857 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.

scripts/postinstall.jsView on unpkg

Findings

2 High5 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltascripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirebin/omniverse-engineering-skillset.js
MediumEnvironment Vars
MediumShips Build Helperinstall.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings