All Projects → czeildi → ropsec

czeildi / ropsec

Licence: other
㊙️ Operations security for R developers

Programming Languages

shell
77523 projects
r
7636 projects

Projects that are alternatives of or similar to ropsec

pkgreviewr
R package to facilitate rOpenSci package reviews.
Stars: ✭ 35 (+29.63%)
Mutual labels:  r-package, unconf18, unconf
middlechild
⛔ ARCHIVED ⛔ Tools to Intercept, Validate and Consume Web/Network Traffic
Stars: ✭ 15 (-44.44%)
Mutual labels:  r-package, unconf18, unconf
jobstatus
⛔ ARCHIVED ⛔ Send Live Status, Progress and Other Information Between Functions and Processes
Stars: ✭ 34 (+25.93%)
Mutual labels:  r-package, unconf18, unconf
mchtoolbox
⛔ ARCHIVED ⛔ What the Package Does (Title Case)
Stars: ✭ 13 (-51.85%)
Mutual labels:  r-package, unconf18, unconf
dataspice
🌶️ Create lightweight schema.org descriptions of your datasets
Stars: ✭ 151 (+459.26%)
Mutual labels:  r-package, unconf18, unconf
rcheatsheet
⛔ ARCHIVED ⛔ A package to create cheatsheets
Stars: ✭ 33 (+22.22%)
Mutual labels:  r-package, unconf
dirdf
R package: dirdf - Extracts Metadata from Directory and File Names
Stars: ✭ 57 (+111.11%)
Mutual labels:  r-package, unconf
realtime
No description or website provided.
Stars: ✭ 15 (-44.44%)
Mutual labels:  r-package, unconf
gendercoder
Creating R package to code free text gender responses
Stars: ✭ 48 (+77.78%)
Mutual labels:  r-package, unconf
styles
Custom themes for base plots
Stars: ✭ 32 (+18.52%)
Mutual labels:  r-package, unconf
checkers
⛔ ARCHIVED ⛔ Automated checking of best practices for research compendia ✔️
Stars: ✭ 53 (+96.3%)
Mutual labels:  r-package, unconf
opencv
R bindings for OpenCV
Stars: ✭ 123 (+355.56%)
Mutual labels:  unconf18, unconf
gdoc
⛔ ARCHIVED ⛔ An R Markdown Template for Google Docs
Stars: ✭ 30 (+11.11%)
Mutual labels:  r-package, unconf
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (+174.07%)
Mutual labels:  r-package, unconf
syn
syn - the thesaurus
Stars: ✭ 45 (+66.67%)
Mutual labels:  r-package, unconf
rwalkable
⛔ ARCHIVED ⛔ Walkability Scores
Stars: ✭ 14 (-48.15%)
Mutual labels:  r-package, unconf
mxmaps
An R package for making maps of Mexico
Stars: ✭ 60 (+122.22%)
Mutual labels:  r-package
bruceR
📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Stars: ✭ 110 (+307.41%)
Mutual labels:  r-package
actuar
Actuarial functions and heavy tailed distributions for R
Stars: ✭ 19 (-29.63%)
Mutual labels:  r-package
robotstxt
robots.txt file parsing and checking for R
Stars: ✭ 65 (+140.74%)
Mutual labels:  r-package

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].