Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

3.4K
Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
3.4K
MALDI-TOF Mass Spectrometry01:19

MALDI-TOF Mass Spectrometry

6.4K
Mass spectrometry is a powerful characterization technique that can identify and separate a wide variety of compounds ranging from chemical to biological entities, based on their mass-to-charge ratio (m/z). The instruments that allow this detection, known as mass spectrometers, have three components: an ion source, a mass analyzer, and a detector. These spectrometers differ based on the nature of their ion source and analyzers.Matrix-assisted laser desorption ionization (MALDI) is a commonly...
6.4K
Peptide Identification Using Tandem Mass Spectrometry01:33

Peptide Identification Using Tandem Mass Spectrometry

8.1K
Tandem mass spectrometry, also known as MS/MS or MS2, is an analytical technique that employs two mass analyzers. Essentially it is a series of mass spectrometers that helps isolate a particular biomolecule and then helps study its chemical properties.
This technique helps gather information regarding the protein from which the peptide was obtained and to study the peptides’ amino acid sequence. Identifying peptides from a complex mixture is an important component of the growing field of...
8.1K
Detection of Gross Error: The Q Test01:00

Detection of Gross Error: The Q Test

6.8K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
6.8K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Lung-Protective Ventilation Strategies for Relief from Ventilator-Associated Lung Injury in Patients Undergoing Craniotomy: A Bicenter Randomized, Parallel, and Controlled Trial.

Oxidative medicine and cellular longevity·2017
Same author

Electrochemical Oxidation of EDTA in Nuclear Wastewater Using Platinum Supported on Activated Carbon Fibers.

International journal of environmental research and public health·2017
Same author

Novel biomimetic enzyme for sensitive detection of superoxide anions.

Talanta·2017
Same author

The Expression of Formyl Peptide Receptor 1 is Correlated with Tumor Invasion of Human Colorectal Cancer.

Scientific reports·2017
Same author

An excited state underlies gene regulation of a transcriptional riboswitch.

Nature chemical biology·2017
Same author

(-)-Epigallocatechin-3-gallate attenuates myocardial injury induced by ischemia/reperfusion in diabetic rats and in H9c2 cells under hyperglycemic conditions.

International journal of molecular medicine·2017
Same journal

Exploiting audio-visual modalities in videos: Object detection via multi-stage bilateral coupling network.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Reliability-aware modality completion with cross-modal distillation for federated learning with missing modalities.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

IGFD-Net: Illumination-guided frequency decoupling for polarization image fusion.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Multiple-Strategies dung beetle optimizer and its applications in engineering optimization and bankruptcy prediction.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Aggregating global-scale pixel-wise forgery cues within a graph.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Finite-Time intermittent control for secure synchronization of Neutral-Type stochastic delayed neural networks under aperiodic DoS attacks.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Video

Updated: Jan 7, 2026

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

2.4K

PyPIMalDet: A malicious PyPI package detection method combining code features and metadata features.

Jiale Yan1, Bo Zhao1

  • 1School of Cyber Science and Engineering, Wuhan University, Wuhan, 430072, China.

Neural Networks : the Official Journal of the International Neural Network Society
|December 25, 2025
PubMed
Summary
This summary is machine-generated.

A new method, PyPIMalDet, efficiently detects malicious packages on the Python Package Index (PyPI). It fuses code and metadata features for faster, more accurate security scanning of open-source software.

Keywords:
Ensemble modelMachine learningMalicious package detectionPython package index (PyPI)Software supply chain security

More Related Videos

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

1.2K

Related Experiment Videos

Last Updated: Jan 7, 2026

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

2.4K
Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

1.2K

Area of Science:

  • Software Engineering
  • Cybersecurity
  • Machine Learning

Background:

  • The open-source PyPI registry faces increasing malicious package threats.
  • Current detection methods are slow and costly, limiting real-time scanning.

Purpose of the Study:

  • To develop an efficient and accurate malicious package detection method for PyPI.
  • To overcome the limitations of existing computationally intensive detection techniques.

Main Methods:

  • PyPIMalDet fuses source code behavior and metadata features.
  • A denoising autoencoder module enhances code feature robustness.
  • An adaptive fusion stacking ensemble framework enables lightweight detection.

Main Results:

  • PyPIMalDet significantly outperforms six baseline methods in precision and recall.
  • Detection speed is substantially improved compared to existing approaches.
  • Ablation studies confirm the effectiveness of feature fusion and the ensemble framework.

Conclusions:

  • PyPIMalDet offers a computationally efficient and highly effective solution for detecting malicious PyPI packages.
  • The novel approach enhances the security of the open-source software ecosystem.
  • This method supports scalable and real-time security monitoring of software registries.