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.
This package proposes to offer a rate that represents the user resolution on the smart contact.
The proposal considers that users have resolution every time they receive a service provided by the smart contact. The rate is a value between 0 and 1 and as closer to 1, the better the rate is.
If the metric is:
Use pip to install:
pip install take-resolution
import pandas as pd
import take_resolution as tr
df = pd.DataFrame(
{"amount": [11198, 11310, 11164, 10571, 11277, 7903, 4968],
"DAUs": [13487, 13859, 12979, 12342, 17030, 9631, 6099]})
result = tr.run(dataframe=pd,
amount="amount",
dau_column="DAUs")
print(result["rate"])
Which will result in 0.7665976833542061
.
Take Data&Analytics Research - squad XD.
FAQs
Generate a rate between 0 and 1 for Resolution rate on smart contacts.
We found that take-resolution demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.