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.
A package that helps download mobile AAT data.
pip install aat_downloader
To use this package, first download the google-services.json file from the settings of your Firebase realtime database.
To download data run the lines below (replace "experiment" with the experiment you want to delete).
from aat_downloader.downloader import Downloader
# Initiate downloader with path to google services file (downloaded from Firebase)
downloader = Downloader("data/external/google-services.json")
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
# Specify experiment name and storage folder and download data
downloader.download("experiment", "data/raw")
To delete data run the following function (replace "experiment" with the experiment you want to delete).
downloader.delete_participants("experiment")
Warning: Are you sure you want to delete participants of experiment: fooddemo?
y
FAQs
A downloader for mobile aat data.
We found that aat-downloader 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.