registry  /  homebridge-playstation-title-game  /  1.0.0

homebridge-playstation-title-game@1.0.0

Playstation integration for Homebridge

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 6 finding(s) at 72.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.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcess
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 5 file(s), 15.8 KB of source

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = if [ -f ./dist/homebridge_psn_data.json ]; then chmod 666 ./dist/homebridge_psn_data.json; fi
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = if [ -f ./dist/homebridge_psn_data.json ]; then chmod 666 ./dist/homebridge_psn_data.json; fi
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
dist/title_game.pyView file
path = dist/title_game.py kind = build_helper sizeBytes = 2795 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

dist/title_game.pyView on unpkg

Findings

1 High3 Medium2 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumShips Build Helperdist/title_game.py
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present