Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
pimatic-plex
Advanced tools
pimatic plugin for controlling the Plex players.
To get the plugin working is needs the IP of the server and the name of the player. In this example it is "macbook-pro":
The first time the plugin is loaded it will generate an guid and load the ip of the player if it currently is started.
###device config example:
{
"id": "plex-player",
"name": "Living room",
"class": "PlexPlayer",
"server": "192.168.1.102",
"port": 32400,
"player": "abc123",
"playerIp": "192.168.1.103",
"intervall": 60000,
"guid": "xxxx-xxxx-xxxx-xxxx",
"username": "abc123" # Optional
"password": "abc123" # Optional
}
###device rules examples:
Currently no predicates for the plex plugin. If you would like to do something when the state changes u could use the attribute predicate.
if $plex-player.state equals "play" then dim lights
if $plex-player.type equals "movie" then switch speakers on
FAQs
Plex Plugin for the pimatic home automation framework
The npm package pimatic-plex receives a total of 2 weekly downloads. As such, pimatic-plex popularity was classified as not popular.
We found that pimatic-plex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.