safe-synthesizer

Generate privacy-preserving synthetic tabular data using NeMo Platform workflows.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill safe-synthesizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: safe-synthesizer
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/plugins/nemo-safe-synthesizer/src/nemo_safe_synthesizer_plugin/skills/safe-synthesizer
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill safe-synthesizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of working with sensitive datasets by enabling the generation of high-fidelity synthetic tabular data while ensuring privacy through PII replacement and differential privacy techniques.

Core Features & Use Cases

  • Synthetic Data Generation: Create realistic tabular datasets that maintain the statistical properties of original data without exposing sensitive information.
  • PII Replacement: Automatically identify and replace personally identifiable information using configurable classification providers.
  • Evaluation & Reporting: Generate comprehensive HTML reports to validate the quality and utility of the synthetic output.

Quick Start

Use the safe-synthesizer skill to run a synthetic data generation job using the configuration defined in your local job specification file.

Frequently Asked Questions about safe-synthesizer

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

FAQPage Schema
How does synthetic tabular data generation protect PII?

Synthetic tabular data generation protects PII by automatically identifying and replacing sensitive information using configurable classification providers while maintaining statistical properties. Differential privacy settings add mathematical guarantees against exposure.

What is differential privacy in synthetic data pipelines?

Differential privacy in synthetic data pipelines applies mathematical noise to datasets, ensuring individual records cannot be reverse-engineered while preserving the aggregate statistical properties needed for data science and machine learning.

How do I generate synthetic tabular data at scale with NeMo?

You generate synthetic tabular data at scale with NeMo by running a synthetic data generation job configured through a local job specification file, leveraging the NeMo Platform Jobs service and GPU-accelerated container environments.

Do I need GPU-accelerated containers to run the safe-synthesizer?

Yes, you need GPU-accelerated container environments and integration with the NeMo Platform Jobs service to execute the safe-synthesizer workflows and generate synthetic tabular data at scale.

Can I validate the quality of synthetic tabular data outputs?

Yes, you can validate the quality and utility of synthetic tabular data outputs using the built-in evaluation and reporting feature, which automatically generates comprehensive HTML reports to assess data fidelity.