
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
ldanalysis
Advanced tools
A provenance-driven project management system that creates a living map of your research, tracking relationships, monitoring changes, and preserving your project's complete history.
Each analysis folder, manifest, and result is named and organized to mirror the document outline, creating a one-to-one link between text, code, data, and results.
This architecture ensures that every figure, table, or claim in the document is transparently and immutably traceable back to its generating code and data—enabling instant audit, replication, and regulatory review.
Install using UV for a fast, isolated global installation:
# Install UV (one-time setup)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install LDAnalysis
uv tool install ldanalysis
Using pipx:
pipx install ldanalysis
For contributors or to use the development version:
# Clone the repository
git clone https://github.com/cincineuro/ldanalysis.git
# Install with UV in development mode
uv tool install --upgrade -e /path/to/ldanalysis
For detailed installation instructions, see the Installation Guide.
Requirements: Python 3.8 or later
When you first run LDA, you'll be prompted to create a profile:
lda init
No user profile found. A profile can store default values for your projects.
Would you like to set up a profile now? [Y/n]: Y
Your name (for provenance tracking): Dr Jane Smith
Organization (optional): Research Institute
Email (optional): jane.smith@institute.edu
Default language [python/r/both] (default: python): python
Profile saved to: ~/.config/lda/profile.yaml
LDA uses an interactive naming system to build structured project names:
lda init
Would you like to use the structured naming system? [Y/n]: Y
Let's build your project name
-----------------------------
1. Project/Study/Protocol (e.g., ALS301, COVID19, SensorX) [required]: ALS301
2. Site/Organization/Consortium (e.g., US, LabA, UCL) [optional]: CCHMC
3. Cohort/Arm/Group (e.g., Placebo, Elderly, Control) [optional]: Treatment
4. Phase/Session/Timepoint/Batch (e.g., 6mo, 2024A, Pre) [optional]: Week8
5. Modality/DataType/Task/Platform (e.g., MRI, RNAseq, Stroop) [optional]: EEG
Preview: ALS301_CCHMC_Treatment_Week8_EEG
Is this correct? [Y/n]: Y
✨ Project created: ALS301_CCHMC_Treatment_Week8_EEG/
The tool will:
Each LDA project contains:
See CLAUDE.md for detailed architecture and usage instructions.
MIT License - see LICENSE file for details.
FAQs
Linked Document Analysis - A provenance-driven project management system
We found that ldanalysis 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.