Metadata-Version: 2.1
Name: power-platform-security-assessment
Version: 0.1.1
Summary: Power Platform Security Assessment Tool
Home-page: https://github.com/Nokod/power-platform-security-assessment
Author: Nokod Security
Author-email: support@nokodsecurity.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msal ~=1.28.1
Requires-Dist: pydantic ~=2.8.2
Requires-Dist: requests ~=2.32.3
Requires-Dist: pydash ~=8.0.3
Requires-Dist: python-dateutil ~=2.8.2
Requires-Dist: alive-progress ~=3.1.5
Requires-Dist: pandas ~=2.2.2
Requires-Dist: plotly ~=5.24.0
Requires-Dist: Jinja2 ~=3.1.4

# Power Platform Quick Assessment Tool

Open Source Risk Assessment Tool for Power Platform

With citizen developers' widespread adoption of Microsoft Power Platform, security teams are challenged to evaluate the
risks and vulnerabilities created by these business users.

To assess your risk exposure, Nokod developed "Power Platform Quick Assessment Tool", a lightweight, open-source assessment tool that you can
easily run locally/on-premise.  
Its purpose is to provide a quick and informative view of your Power Platform
environments - development and production - and help you understand the size of your attack surface and prominent
security issues.  
Receive an easily shareable report with stats on your environments, components, and connectors and insights into
vulnerabilities.

If you need help with this tool, please contact us at support@nokodsecurity.com.


## Requirements

The following Power Platform privileges are required for the tool to run:  
- Power Platform administrator (or a global administrator).
- Explicit "system administrator" privileges for each of the environments that are scanned.

## Installation

To install the package, run the following command:

```bash
pip install power-platform-security-assessment
```

## Usage

Run the security assessment tool:
```sh
power-platform-security-assessment 
```

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.
