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.
Collection of utility functions to be used in Python.
Displays colored text in the console.
params:
Returns: Modified text string, now with the given color.
Fits Jupyter cells to window size.
Plays a sound effect when a cell is complete. Currently kind of buggy with a failed cell.
params:
Plays a sound effect if the cell execution fails.
Removes all files from a directory.
params:
Turns a directory of images into a gif.
params:
Displays in depth analysis of the correlation between features. Currently only addresses correlation of dependent feature to independent features, but will be updated soon.
params:
df = pd.read_csv('Iris.csv')
CorrMatrixAnalysis(df, 'species')
Example output:
Features With High Correlation to diagnosis:
-0.79 - concave points_worst
-0.78 - perimeter_worst
-0.78 - concave points_mean
-0.78 - radius_worst
-0.74 - perimeter_mean
-0.73 - area_worst
-0.73 - radius_mean
-0.71 - area_mean
Features With Moderate Correlation to diagnosis:
-0.70 - concavity_mean
-0.66 - concavity_worst
-0.60 - compactness_mean
-0.59 - compactness_worst
-0.57 - radius_se
-0.56 - perimeter_se
-0.55 - area_se
Features With No Correlation to diagnosis:
-0.29 - compactness_se
-0.25 - concavity_se
-0.08 - fractal_dimension_se
0.07 - smoothness_se
-0.04 - id
0.01 - fractal_dimension_mean
0.01 - texture_se
0.01 - symmetry_se
Many thanks to my muse for the constant inspiration, great ideas, and support <3
FAQs
Utility functions to be used in Python
We found that bae0n-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.