Metadata-Version: 2.4
Name: suirad
Version: 0.0.1
Summary: Research package for software supply chain security studies at ETH Zürich SPY Lab.
Author-email: Gabriel Taieb <gabriel.taiebporro@gmail.com>
License: MIT
Keywords: research,security,supply-chain
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# suirad

Research package developed as part of a semester project on software 
supply chain security at [SPY Lab, ETH Zürich](https://spylab.ai).

This package is used exclusively in controlled research experiments 
studying how coding agents interact with third-party dependencies. 
It contains no malicious code.

## Install

```bash
pip install suirad
```

## Usage

```python
import suirad
```

## Research context

This package is part of ongoing security research at ETH Zürich. It is used in 
controlled experiments on LLM coding assistant behavior and 
is not intended for production use.

## License

MIT
