privacy-assessment-rails

Analyze Rails models, controllers, and data flows to identify privacy risks.

27|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Codeminer42/skills --skill privacy-assessment-rails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: privacy-assessment-rails
Source: https://github.com/Codeminer42/skills/tree/main/privacy-assessment-rails
Command: npx skills add https://github.com/Codeminer42/skills --skill privacy-assessment-rails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess Rails apps to identify privacy risks, evaluate compliance with GDPR/LGPD, and generate a structured assessment report.

Core Features & Use Cases

  • Privacy risk discovery across models, controllers, and data flows.
  • Generates an actionable report including findings, risk ratings, and remediation steps.
  • DSAR readiness, data minimization checks, and privacy-by-design patterns for Rails apps.

Quick Start

Run a privacy assessment on your Rails project and generate a structured report.

Frequently Asked Questions about privacy-assessment-rails

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my Rails app for GDPR and LGPD privacy compliance?

A Rails privacy audit examines models, controllers, and data flows to identify compliance risks, outputting a structured assessment with risk ratings and actionable remediation steps.

How do I check my Rails application for DSAR readiness?

Checking DSAR readiness involves analyzing your Rails data flows and models to ensure personal data can be located and exported correctly. The Skill provides an actionable assessment for these workflows.

What is data minimization and how do I verify it in a Rails codebase?

Data minimization in Rails means limiting collected personal data to what is strictly necessary. The Skill verifies this by analyzing models and data flows to flag excessive data retention and structural gaps.

Can I use this to run a full-codebase privacy risk assessment on Rails projects?

Yes, full-codebase privacy risk assessment is supported. The Skill scans Rails models and controllers to discover data flow risks and generates a report with privacy-by-design remediation steps.

Does this privacy audit tool require any specific Rails dependencies or gems?

No specific dependencies are required to run the privacy audit. The Skill loads Markdown instructions to analyze your Rails project structure and outputs a remediation report without external gems.