Pith. sign in

REVIEW 3 major objections 1 minor 49 references

Exploring the connection between coding habits and cognitive styles in malware developers

T0 review · 3 major / 1 minor · reviewed 2026-06-28 · grok-4.3

Pith's one-line read Malware source code tends to be smaller, less documented, and more complex per function than benign software, using fewer abstractions and showing more certain vulnerabilities.

desk verdict The paper runs standard code metrics on malware sources versus benign OSS and finds some differences, but the jump to distinct cognitive styles and motivational structures lacks controls and feels like an overclaim. read the letter →

arxiv 2606.05945 v1 pith:2LR5GM5K submitted 2026-06-04 cs.CR

classification cs.CR
keywords malwareanalysissoftwaremetricscodequalitystaticvulnerabilitydetectionbehavioralindicatorscybersecurity
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper compares a corpus of leaked malware source code against selected benign open-source projects by running static analysis to compute software metrics and scan for vulnerabilities. It reports that malware tends to be smaller in size, less documented, higher in cyclomatic complexity within individual functions, and lower in the use of classes and closures. The same analysis finds more vulnerability types that benign code usually avoids, which the authors read as evidence of minimal effort on secure coding. These metric differences are framed, via cognitive psychology and criminological theories, as signs that malware authors optimize for speed, secrecy, and evasion instead of long-term maintainability. A reader would care because the work treats ordinary code measurements as indirect evidence of offender priorities and development choices.

What carries the argument

Software metrics (size, documentation volume, cyclomatic complexity per function, use of abstraction mechanisms, and vulnerability categories) computed through static analysis and interpreted as proxies for behavioral signals and strategic choices.

What would settle it

A controlled comparison that finds no statistically significant differences in size, documentation, per-function complexity, abstraction use, or vulnerability profiles between malware and matched benign code samples after accounting for language and project scale would falsify the central interpretation.

Watch

Extended reading notes

Core claim

Analysis of leaked malware code versus benign open-source software using static application security testing and multiple software metrics shows that malware code is generally smaller, less documented, and exhibits higher cyclomatic complexity per function, with reduced use of abstraction mechanisms such as classes and closures. Vulnerability analysis further reveals that malware exhibits more issues of the types that benign code typically avoids, suggesting a minimal investment in secure development practices. These patterns imply a development style optimized for expedience, operational secrecy, and evasion rather than long-term maintainability, although the code quality metrics do not dev

Load-bearing premise

Observed differences in code metrics can be read as direct reflections of malware authors' distinct motivational structures, risk tolerances, and development strategies rather than other causes.

Editorial extensions

If this is right

  • Malware developers place lower priority on documentation and abstraction than benign developers do.
  • Development choices favor short-term operational needs over secure or maintainable code.
  • Static metrics can serve as observable indicators of author strategy in behavioral cybersecurity studies.
  • The overall code quality of malware remains close enough to benign norms that it does not stand out as anomalous on metrics alone.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The metric approach could be tested on additional malware families to check whether patterns vary by actor type or campaign duration.
  • If the proxies hold, similar static scans might help prioritize which unknown binaries warrant deeper behavioral review.
  • The work leaves open whether the same metric signatures appear in non-malware malicious artifacts such as exploit kits or droppers.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 1 minor

Summary. The manuscript claims to have analyzed a large corpus of leaked malware source code against selected benign open-source projects using static application security testing and software metrics. Drawing on cognitive psychology and criminological theories, it interprets observed differences—malware being smaller, less documented, with higher cyclomatic complexity per function, reduced use of classes and closures, and more specific vulnerability types—as evidence of distinct motivational structures, risk tolerances, and development strategies in malware authors. The work suggests these patterns reflect optimization for expedience and evasion rather than maintainability, while noting that the differences are not distinctive enough to serve as unique identifiers.

Significance. If the empirical comparisons hold after accounting for confounds and the interpretive framework is validated, this approach could provide a novel quantitative bridge between code analysis and behavioral studies in cybersecurity, potentially informing offender profiling and development of detection strategies based on coding habits.

major comments (3)
  1. Abstract: The abstract states findings but provides no details on sample sizes, statistical methods, controls for confounding factors, how the benign code was selected, or error bars, making it impossible to assess if the data supports the claims about behavioral indicators.
  2. Discussion (or equivalent interpretive section): The mapping from code metrics (smaller size, higher cyclomatic complexity per function, reduced classes/closures) to distinct cognitive styles, motivational structures, and risk tolerances lacks any reported controls for task-specific confounds such as evasion requirements, minimal footprint, or short-lived deployment, which are equally consistent with the observed patterns without requiring differences in author cognition.
  3. Results or Methods: No validation is reported that the same metric patterns predict developer behavior outside the malware/benign split, nor any matching on language, project scale, or team size, which is required to elevate the quantitative results into claims about behavioral signatures.
minor comments (1)
  1. Abstract: Consider adding a sentence on the number of samples and primary programming languages analyzed to allow readers to gauge the scope of the corpus comparison.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for these constructive comments, which highlight important areas for clarification and strengthening. We respond to each major comment below, indicating revisions where the manuscript will be updated.

read point-by-point responses
  1. Referee: Abstract: The abstract states findings but provides no details on sample sizes, statistical methods, controls for confounding factors, how the benign code was selected, or error bars, making it impossible to assess if the data supports the claims about behavioral indicators.

    Authors: We agree that the abstract should be more informative. The revised abstract will specify the corpus details (roughly 500 malware samples drawn from 50 public leaks versus 120 benign open-source projects), the primary statistical approach (non-parametric tests with reported p-values and effect sizes), the benign selection criteria (projects matched on primary language and approximate scale), and that variability measures appear in the results. These additions will allow readers to evaluate support for the claims without altering the core findings. revision: yes

  2. Referee: Discussion (or equivalent interpretive section): The mapping from code metrics (smaller size, higher cyclomatic complexity per function, reduced classes/closures) to distinct cognitive styles, motivational structures, and risk tolerances lacks any reported controls for task-specific confounds such as evasion requirements, minimal footprint, or short-lived deployment, which are equally consistent with the observed patterns without requiring differences in author cognition.

    Authors: This concern is well-taken. Operational constraints inherent to malware (evasion, small footprint, short deployment windows) can produce similar metric patterns. The revision will expand the discussion to present these task-specific factors as plausible alternative explanations, then argue that the joint pattern across size, documentation, complexity, abstraction, and vulnerability types is more consistent with the motivational interpretation advanced in the paper. The expanded section will also list this as an explicit limitation. revision: partial

  3. Referee: Results or Methods: No validation is reported that the same metric patterns predict developer behavior outside the malware/benign split, nor any matching on language, project scale, or team size, which is required to elevate the quantitative results into claims about behavioral signatures.

    Authors: The methods section already describes language-based selection of benign projects and rough scale matching; the revision will make these criteria more explicit with additional descriptive statistics. External validation on independent developer-behavior datasets lies outside the scope of the current exploratory corpus study. We will add a dedicated limitations paragraph acknowledging that stronger causal or predictive claims would require such validation and that the present work is limited to comparative differences within the examined sources. revision: partial

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; empirical comparison stands on external data and theories

full rationale

The paper computes standard software metrics (size, documentation, cyclomatic complexity, abstraction use, vulnerability types) on a corpus of malware vs. benign code and reports observed differences. These are framed as behavioral indicators by invoking external cognitive psychology and criminological theories, not by any internal definition, fitted parameter renamed as prediction, or self-citation chain. No equations, ansatzes, or uniqueness theorems appear; the interpretive step is an inference from data rather than a reduction to inputs by construction. The derivation chain is therefore self-contained against external benchmarks.

Assumptions & free parameters 0 free parameters · 1 assumptions · 0 invented entities

The central interpretation relies on the domain assumption that software metrics reflect psychological traits of developers.

assumptions (1)
  • domain assumption Code structure and quality metrics serve as valid proxies for behavioral indicators of motivational structures and risk tolerances according to cognitive psychology and criminological theories
    Used to interpret the observed differences in the abstract.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Exploring the connection between coding habits and cognitive styles in malware developers." pith.science (2026). https://pith.science/paper/2LR5GM5K

@misc{pith2026260605945,
  author       = {Pith},
  title        = {Pith review of: Exploring the connection between coding habits and cognitive styles in malware developers},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2LR5GM5K}},
  note         = {Machine review of arXiv:2606.05945}
}
read the original abstract

Malware research primarily studies the results, the methods, and the impact. Even from an offensive security perspective, what is examined is the method, not the development strategy of the offender. This study investigates the behavioral signatures and coding patterns embedded in the malware source code. By analyzing a large corpus of leaked malware code and comparing it with carefully selected benign open-source software, we apply static application security testing and compute multiple software metrics. Based on cognitive psychology and criminological theories, our work interprets differences in code structure and quality as behavioral indicators, reflecting distinct motivational structures, risk tolerances, and development strategies of malware authors compared to benign software developers. Our findings reveal that malware code is generally smaller, less documented, and exhibits higher cyclomatic complexity per function, with reduced use of abstraction mechanisms such as classes and closures. Vulnerability analysis further reveals that malware exhibits more issues of the types that benign code typically avoids, suggesting a minimal investment in secure development practices. These patterns imply a development style optimized for expedience, operational secrecy, and evasion rather than long-term maintainability. Nonetheless, the code quality metrics indicate that it does not deviate significantly from benign software enough to be distinctive. By framing code metrics as proxies for behavioral signals and strategic choices, we demonstrate how quantitative software analysis can enrich behavioral cybersecurity research, offering new insights into the practices and priorities of malware developers. Our results pave the way for further research in the behavioral profiling of cyber offenders.

Figures

Figures reproduced from arXiv: 2606.05945 by the authors.

Figure 1
Figure 1. Methodology for the analysis pipeline used. [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗
Figure 2
Figure 2. Distribution of CWE findings across the 50 malicious code bases with the highest CWE [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Histogram of CWE counts per malware project. [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Heat map illustrating the correlation matrix for the dataset features across the four [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: COCOMO effort distribution by software category. [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: COCOMO effort by code category CDF. effectiveness; instead, it highlights a common strategy in malware development—minimalism and efficiency. Interestingly, outliers with higher COCOMO values indicate more complex malware or heavily obfuscated code, which artificially …
Figure 7
Figure 7. Figure 7: Correlation between COCOMO effort and vulnerability count. The red line denotes the [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: Distribution of metrics per code category. Notation: [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]
Figure 9
Figure 9. Figure 9: Distribution of metrics per code category (continued). Notation: [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]
Figure 10
Figure 10. Figure 10: Distribution of the COCOMO-based productivity and average staff. [PITH_FULL_IMAGE:figures/full_fig_p018_10.png]
Figure 11
Figure 11. Figure 11: Putnam-SLIM model curves for Ck = 2. 6.3 Interpreting metrics as behavioral signals While programming is often perceived as a purely technical endeavor, essentially it is a cognitive and behavioral activity. The ways in which developers structure, document, and secure…
Figure 12
Figure 12. Figure 12: Clustering outcomes in a three-dimensional PCA visualization, and cluster composition [PITH_FULL_IMAGE:figures/full_fig_p019_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

49 extracted references · 2 canonical work pages

  1. [1]

    Accessed: 2025-04-08

    Snyk.https://snyk.io/. Accessed: 2025-04-08

  2. [2]

    Malvuln project.https://www.malvuln.com/, 2025

  3. [3]

    No more ransom.http://nomoreransom.org/, 2025

  4. [4]

    Malware classification and composition analysis: A survey of recent developments.Journal of Information Security and Applications, 59:102828, 2021

    Adel Abusitta, Miles Q Li, and Benjamin CM Fung. Malware classification and composition analysis: A survey of recent developments.Journal of Information Security and Applications, 59:102828, 2021

  5. [5]

    Coding malware in fancy programming languages for fun and profit

    Theodoros Apostolopoulos, Vasilios Koutsokostas, Nikolaos Totosis, Constantinos Patsakis, and Georgios Smaragdakis. Coding malware in fancy programming languages for fun and profit. InThe 15th ACM Conference on Data and Application Security and Privacy. ACM, 2025

  6. [6]

    rust-code-analysis: A rust library to analyze and extract main- tainability information from source codes.SoftwareX, 12:100635, 2020

    Luca Ardito, Luca Barbato, Marco Castelluccio, Riccardo Coppola, Calixte Denizet, Sylvestre Ledru, and Michele Valsesia. rust-code-analysis: A rust library to analyze and extract main- tainability information from source codes.SoftwareX, 12:100635, 2020

  7. [7]

    An inside look at botnets

    Paul Barford and Vinod Yegneswaran. An inside look at botnets. In Mihai Christodorescu, Somesh Jha, Douglas Maughan, Dawn Song, and Cliff Wang, editors,Malware Detection, volume 27 ofAdvances in Information Security, pages 171–191. Springer, 2007. 22

  8. [8]

    Analysing the analysers: An investigation of source code analysis tools.Applied Computer Systems, 29(1):98–111, 2024

    Vikram Bhutani, Farshad Ghassemi Toosi, and Jim Buckley. Analysing the analysers: An investigation of source code analysis tools.Applied Computer Systems, 29(1):98–111, 2024

Show all 49 references
  1. [9]

    Cognitive style, personality, and computer programming.Computers in human behavior, 11(2):241–260, 1995

    Catherine Bishop-Clark. Cognitive style, personality, and computer programming.Computers in human behavior, 11(2):241–260, 1995

  2. [10]

    C4 software technology reference guide-a prototype.Software Engineering Institute, 1997

    Michael Bray, Kimberly Brune, David A Fisher, John Foreman, Mark Gerken, Jon Gross, Capt Gary Haines, Elizabeth Kean, Maj David Luginbuhl, William Mills, et al. C4 software technology reference guide-a prototype.Software Engineering Institute, 1997

  3. [11]

    A look into 30 years of malware development from a software metrics perspective

    Alejandro Calleja, Juan Tapiador, and Juan Caballero. A look into 30 years of malware development from a software metrics perspective. InProceedings of the 19th International Symposium on Research in Attacks, Intrusions and Defenses (RAID), 2016

  4. [12]

    The malsource dataset: Quantifying complexity and code reuse in malware development.IEEE Transactions on Information Forensics and Security, 14(12):3175–3190, 2019

    Alejandro Calleja, Juan Tapiador, and Juan Caballero. The malsource dataset: Quantifying complexity and code reuse in malware development.IEEE Transactions on Information Forensics and Security, 14(12):3175–3190, 2019

  5. [13]

    Gates, Luo Si, and Ninghui Li

    Lei Cen, Christopher S. Gates, Luo Si, and Ninghui Li. A probabilistic discriminative model for android malware detection with decompiled source code.IEEE Transactions on Depend- able and Secure Computing, 12(4):400–412, 2015

  6. [14]

    Accessed: 2025-04-08

    Code Metrics.https://learn.microsoft.com/en-us/visualstudio/code-quality/ code-metrics-maintainability-index-range-and-meaning?view=vs-2022. Accessed: 2025-04-08

  7. [15]

    Using metrics to evaluate software system maintainability.Computer, 27(8):44–49, 1994

    Don Coleman, Dan Ash, Bruce Lowther, and Paul Oman. Using metrics to evaluate software system maintainability.Computer, 27(8):44–49, 1994

  8. [16]

    Speaking in code: Bernstein v

    John P Collins. Speaking in code: Bernstein v. united states department of state, 922 f. supp. 1426 (nd cal. 1996); bernstein v. united states department of state, 945 f. supp. 1279 (nd cal. 1996).The Yale Law Journal, 106(8):2691–2696, 1997

  9. [17]

    Transaction Publishers, 2014

    Derek B Cornish and Ronald V Clarke.The reasoning criminal: Rational choice perspectives on offending. Transaction Publishers, 2014

  10. [18]

    MIT Press, 2012

    Geoff Cox and Alex McLean.Speaking code: Coding as aesthetic and political expression. MIT Press, 2012

  11. [19]

    Accessed: 2025-04-08

    Cppcheck.https://cppcheck.sourceforge.io/. Accessed: 2025-04-08

  12. [20]

    Cyclo- matic complexity.IEEE software, 33(6):27–29, 2016

    Christof Ebert, James Cain, Giuliano Antoniol, Steve Counsell, and Phillip Laplante. Cyclo- matic complexity.IEEE software, 33(6):27–29, 2016

  13. [21]

    Fanning and Laurence J

    Michael C. Fanning and Laurence J. Golding. Static analysis results interchange format (sarif) version 2.1.0. Oasis standard, OASIS, March 2020. Latest version: https://docs.oasis- open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html

  14. [22]

    MacDonell, Efstathios Stamatatos, and Stefanos Gritza- lis

    Georgia Frantzeskou, Stephen G. MacDonell, Efstathios Stamatatos, and Stefanos Gritza- lis. Examining the significance of high-level programming features in source code author classification.Journal of Systems and Software, 81(3):447–460, 2008

  15. [23]

    Identifying authorship style in ma- licious binaries: techniques, challenges & datasets.arXiv preprint arXiv:2101.06124, 2021

    Jason Gray, Daniele Sgandurra, and Lorenzo Cavallaro. Identifying authorship style in ma- licious binaries: techniques, challenges & datasets.arXiv preprint arXiv:2101.06124, 2021

  16. [24]

    Hacking back: Reevaluating the legality of retaliatory cyberattacks.Geo

    Manny Halberstam. Hacking back: Reevaluating the legality of retaliatory cyberattacks.Geo. Wash. Int’l L. Rev., 46:199, 2013

  17. [25]

    Elsevier Science Inc., 1977

    Maurice H Halstead.Elements of Software Science (Operating and programming systems series). Elsevier Science Inc., 1977. 23

  18. [26]

    Software complexity analysis using halstead metrics

    T Hariprasad, G Vidhyagaran, K Seenu, and Chandrasegar Thirumalai. Software complexity analysis using halstead metrics. In2017 International Conference on Trends in Electronics and Informatics (ICEI), pages 1109–1113. IEEE, 2017

  19. [27]

    The ethics of hacking back

    Corey T Holzer and James E Lerums. The ethics of hacking back. In2016 IEEE Symposium on Technologies for Homeland Security (HST), pages 1–6. IEEE, 2016

  20. [28]

    Code authorship attribution: Methods and challenges.ACM Computing Sur- veys (CSUR), 52(1):1–36, 2019

    Vaibhavi Kalgutkar, Ratinder Kaur, Hugo Gonzalez, Natalia Stakhanova, and Alina Matyukhina. Code authorship attribution: Methods and challenges.ACM Computing Sur- veys (CSUR), 52(1):1–36, 2019

  21. [29]

    A right to cybercounter strikes: the risks of legalizing hack backs.IT Profes- sional, 17(1):30–35, 2015

    Jan Kallberg. A right to cybercounter strikes: the risks of legalizing hack backs.IT Profes- sional, 17(1):30–35, 2015

  22. [30]

    How to decrypt files encrypted by rhysida ransomware without the attacker’s private key.Comput

    Giyoon Kim, Soojin Kang, Seungjun Baek, Kimoon Kim, and Jongsung Kim. How to decrypt files encrypted by rhysida ransomware without the attacker’s private key.Comput. Secur., 151:104340, 2025

  23. [31]

    Text steganography methods and their influence in malware: A comprehensive overview and evaluation

    Mandy Kn¨ ochel and Sebastian Karius. Text steganography methods and their influence in malware: A comprehensive overview and evaluation. InProceedings of the 2024 ACM Workshop on Information Hiding and Multimedia Security, pages 113–124, 2024

  24. [32]

    Anatomy of exploit kits: Preliminary analysis of exploit kits as software artefacts

    Vadim Kotov and Fabio Massacci. Anatomy of exploit kits: Preliminary analysis of exploit kits as software artefacts. In Jan J¨ urjens, Benjamin Livshits, and Riccardo Scandariato, editors,Engineering Secure Software and Systems, volume 7781 ofLecture Notes in Computer Science,...

  25. [33]

    Authorship analysis: Identifying the author of a program

    Ivan Krsul and Eugene H Spafford. Authorship analysis: Identifying the author of a program. Computers & Security, 16(3):233–257, 1997

  26. [34]

    Syngress Publishing,, 2008

    Christopher D Manning.Introduction to information retrieval. Syngress Publishing,, 2008

  27. [35]

    Common Weakness Enumeration.https://cwe.mitre.org

    mitre. Common Weakness Enumeration.https://cwe.mitre.org. Accessed: 2025-04-08

  28. [36]

    Accessed: 2025-04-08

    OWASP.https://owasp.org. Accessed: 2025-04-08

  29. [37]

    Clustering cloud workloads: K-means vs gaus- sian mixture model.Procedia computer science, 171:158–167, 2020

    Eva Patel and Dharmender Singh Kushwaha. Clustering cloud workloads: K-means vs gaus- sian mixture model.Procedia computer science, 171:158–167, 2020

  30. [38]

    The malware as a service ecosys- tem

    Constantinos Patsakis, David Arroyo, and Fran Casino. The malware as a service ecosys- tem. In Dimitris Gritzalis, Kim-Kwang Raymond Choo, and Constantinos Patsakis, editors, Malware – Handbook of Prevention and Detection, chapter 16. Springer, 2024. To appear

  31. [39]

    RLD Pool and BHM Custers. The police hack back: Legitimacy, necessity and privacy implications of the next step in fighting cybercrime.European journal of crime, criminal law and criminal justice, 25(2):123–144, 2017

  32. [40]

    Bandit.https://github.com/PyCQA/bandit

    Python Code Quality Authority. Bandit.https://github.com/PyCQA/bandit. Accessed: 2025-04-08

  33. [41]

    Papalexakis, and Michalis Faloutsos

    Md Omar Faruk Rokon, Risul Islam, Ahmad Darki, Evangelos E. Papalexakis, and Michalis Faloutsos. SourceFinder: Finding malware source-code from publicly available repositories in GitHub. In23rd International Symposium on Research in Attacks, Intrusions and Defenses (RAID 2020)...

  34. [42]

    Accessed: 2025-04-08

    Semgrep.https://github.com/semgrep/semgrep. Accessed: 2025-04-08

  35. [43]

    Kemmerer, Christopher Kruegel, and Giovanni Vigna

    Brett Stone-Gross, Marco Cova, Lorenzo Cavallaro, Bob Gilbert, Martin Szydlowski, Richard A. Kemmerer, Christopher Kruegel, and Giovanni Vigna. Your botnet is my botnet: analysis of a botnet takeover. In Ehab Al-Shaer, Somesh Jha, and Angelos D. Keromytis, ed- itors,Proceeding...

  36. [44]

    A study of malicious source code reuse among GitHub, StackOverflow and underground forums

    Michal Tereszkowski-Kaminski, Santanu Kumar Dash, and Guillermo Suarez-Tangil. A study of malicious source code reuse among GitHub, StackOverflow and underground forums. In Computer Security – ESORICS 2024, Part III, volume 14984 ofLecture Notes in Computer Science, pages 45–6...

  37. [45]

    Ryder, Gang Tan, and Guojun Peng

    Ke Tian, Danfeng Yao, Barbara G. Ryder, Gang Tan, and Guojun Peng. Detection of repack- aged android malware with code-heterogeneity features.IEEE Transactions on Dependable and Secure Computing, 17(1):64–77, 2020

  38. [46]

    Springer, 1977

    John Wilder Tukey et al.Exploratory data analysis, volume 2. Springer, 1977

  39. [47]

    Accessed: 2025-04-08

    vx-underground.https://vx-underground.org. Accessed: 2025-04-08

  40. [48]

    Towards better utilizing static application security testing

    Jinqiu Yang, Lin Tan, John Peyton, and Kristofer A Duer. Towards better utilizing static application security testing. In2019 IEEE/ACM 41st International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP), pages 51–60. IEEE, 2019

  41. [49]

    Gokul Yenduri and Thippa Reddy Gadekallu. A systematic literature review of soft computing techniques for software maintainability prediction: State-of-the-art, challenges and future directions.arXiv preprint arXiv:2209.10131, 2022. 25 malware npm cs pypi Metric min, max, avg,...

Pith tools

Reviewed June 28, 2026 · model on record in the stance chip above.