Giter VIP home page Giter VIP logo

ropsec's Introduction

rOpenSci Unconf 18 Project : ropsec

R-CMD-check

Personal Workstation Safety Checks and Utilities

What’s Inside The Tin

The following functions are implemented:

Installation

devtools::install_github("ropenscilabs/ropsec")

To have vignettes available locally:

devtools::install_github("ropenscilabs/ropsec", build_vignettes = TRUE)

Usage

library(ropsec)

Sign commits with GPG key

For details see vignette("sign-commits", "ropsec").

key <- sign_commits_with_key("John Doe", "[email protected]")
store_public_key(key)

Lightweight system checks

ropsec::summarize_system_checks()
✔ | OK F W S | Context
✔ |  1       | SSH Configuration - existence
✔ |  2       | SSH Configuration - keys
✔ |  1       | SSH Configuration - key size
✔ |  1       | GPG Existence
✔ |  1       | macOS requires password after sleep or screen saver kicks in [0.1 s]
✖ |  0 1     | Firewall is enabled
# ...

Audit local machine in detail

E.g. what ports are used.

full_audit_results <- full_on_audit()

Collaborators

  • Bob Rudis @hrbrmstr
  • Kara Woo @karawoo
  • Karthik Ram @karthik
  • Ildi Czeller @czeildi

Please note that the ropsec project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.