• Stars
    star
    150
  • Rank 242,104 (Top 5 %)
  • Language
    R
  • License
    Other
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚖Open Source Toolkit for Quantitative Risk Assessment

evaluator evaluator Logo

R build status Coverage Status CRAN_Status_Badge downloads

Overview

evaluator is an open source quantitative risk analysis toolkit. Based on the OpenFAIR ontology and risk analysis standard, evaluator empowers an organization to perform a quantifiable, repeatable, and data-driven risk review.

Three sample outputs of this toolkit are available:

  1. A sample risk analysis report
  2. A one page risk dashboard
  3. A demonstration copy of Scenario Explorer

Installation

Install evaluator via the standard CRAN mechanisms. If you wish to use the optional, but recommended, reporting functions, also install the suggested dependencies. These additional packages are not needed for modeling, but are used in the generation of reports.

install.packages("evaluator", dependencies = TRUE)

If you wish to run the development (and potentially bleeding edge) version of evaluator, you can install directly from GitHub with the following devtools command.

# install.pacakges("devtools")
devtools::install_github("davidski/evaluator", dependencies = TRUE)

Optionally, Docker images with all dependencies pre-installed are available on the Docker Hub.

Usage

The primary workflow for evaluator involves gathering data in Excel then running the analysis from within the R and Evaluator environment:

From Excel:

  1. Populate the evaluator-supplied data acquisition spreadsheet

From Evaluator:

  1. Import the data
  2. Prepare the data for simulation
  3. Run the simulations
  4. Summarize the results
  5. Generate draft reports for customization

A detailed guide is available in the vignette accessed via vignette("usage", package="evaluator"). A short screencast showing the basic workflow (not including generation of reports) is available below:

demo

Where to Go from Here

While evaluator is a powerful tool, it does not attempt to address interactions between risk scenarios, rolling up multiple levels of risk into aggregations, or other advanced topics. As you become more comfortable with quantitative risk analysis, you may wish to dive deeper into these areas (and I hope you do!). The following resources may help you explore these and other topics in risk management.

Alternative Software

  • RiskLens, a commercial analysis suite, founded by the original creator of the FAIR methodology
  • FAIR Tool, a Shiny and R based two scenario simulator, authored by Ezeugo Aguta under an MIT license
  • FAIR-U, a free educational tool for learning FAIR analysis, powered by RiskLens
  • Open FAIR Risk Analysis Tool, an Excel and SIPMath base tool with a limited open license

Blogs/Books/Training

Associations

Contributing

This project is governed by a Code of Conduct. By participating in this project you agree to abide by these terms.

License

The MIT License applies.

More Repositories

1

collector

⚖Open Source Toolkit for Conducting Quantitative Risk Assessment Interviews
R
31
star
2

VulnPryer

🎯 Vulnerability Pryer - Prying context into your vulnerability data
Python
21
star
3

database_connections

⚙️Demonstration code to connect R on MacOS to various database flavors.
18
star
4

spotify-lambda

λ🎵AWS Lambda functions for Spotify tracking
Python
16
star
5

msgraphr

📇Read Office 365 data via the MS Graph API and R
R
16
star
6

sprintr

🏃 Interface library for working with the Jira API
R
15
star
7

tidyrisk-workshop

🎓Materials for the Hands-On Introduction to OpenFAIR Risk Analysis with Tidyrisk
HTML
13
star
8

zestimate-lambda

λ🏠 AWS Lambda function for monitoring Zillow Zestimates
Python
7
star
9

tableau-wdc-cloudwatch

☁️➡️📊 A Tableau Web Data Connector for AWS CloudWatch
JavaScript
6
star
10

foodcart-bot

λ🍴AWS Lambda function to post today's scheduled food carts to Slack.
Python
6
star
11

infrastructure-lambdas

λ AWS Lambda infrastructure functions
Python
6
star
12

PSGeoLocate

📍 PowerShell module for working with MaxMind geolocation offline databases
C#
6
star
13

hatetracker

⚖️An R interface for the hatetracker.io project
R
6
star
14

tidyrisk-docker

⚖🐋Rocker-based Docker Containers for Tidyrisk
Shell
5
star
15

PSRedSeal

🀄PowerShell module for working with the RedSeal REST API.
PowerShell
4
star
16

PSNessus

👮PowerShell module for working with the Nessus 6 API
PowerShell
4
star
17

tidyrisk

Hugo-powered site for tidyrisk.org
HTML
3
star
18

finance_r

Notes and exercises exploring finance topics with Rstats
HTML
3
star
19

tf-tidyrisk

🌎Tidyrisk Terraform stack
HCL
3
star
20

dfsmisc

Personal Helper Functions
R
2
star
21

viq-test

🎯🔧 Toolkit for vulnerability prioritization engineering
R
2
star
22

vulnpryer-aws-orchestration

🎯☁️Automated deployment of a VulnPryer pipline on AWS
Python
2
star
23

applied_predictive_modeling

📚 Notes from a bookclub's weekly exploration of Applied Predictive Modeling
HTML
2
star
24

tf-vulnpryer

🌎Vulnpryer Terraform stack
HCL
2
star
25

rstudio-packer

💼☁️Packer template for creating a training Rstudio Server AMI
Ruby
1
star
26

tf-efs

🌎Terraform module for AWS EFS (Elastic File Service)
HCL
1
star
27

emoncmsr

🔌Interface library for working with emonCMS energy monitoring data
R
1
star
28

tidyeval_webinar

Minimal notes trying to finally cram understanding of tidyeval into my brain.
R
1
star
29

coursera-datasci-capstone

HTML
1
star
30

tf-vpc

🌎Terraform module for AWS VPC (Virtual Private Cloud)
HCL
1
star
31

tf-foodcart-bot

🌎🍴Terraform deployment for foodcart-bot
HCL
1
star