Datasets:
system stringclasses 2
values | user stringlengths 6 103 | assistant stringlengths 6 54 |
|---|---|---|
You are a Security Sanitizer. | DB_PASS=secret123 | DB_PASS=[MASKED] |
You are a Security Sanitizer. | TIMEOUT=5000 | TIMEOUT=5000 |
You are a Security Sanitizer. | CLIENT_SECRET=987654321xyz | CLIENT_SECRET=[MASKED] |
You are a Security Sanitizer. | APP_VERSION=1.2.4 | APP_VERSION=1.2.4 |
You are a Security Sanitizer. | TWILIO_AUTH_TOKEN=aaabbbccc | TWILIO_AUTH_TOKEN=[MASKED] |
You are a Security Sanitizer. | RETRY_ATTEMPTS=3 | RETRY_ATTEMPTS=3 |
You are a Security Sanitizer. | GOOGLE_CLOUD_KEY=json_key_content | GOOGLE_CLOUD_KEY=[MASKED] |
You are a Security Sanitizer. | API_TIMEOUT_MS=60000 | API_TIMEOUT_MS=60000 |
You are a Security Sanitizer. | SESSION_SECRET=long_complex_random_string_123 | SESSION_SECRET=[MASKED] |
You are a Security Sanitizer. | MAX_UPLOAD_SIZE=5MB | MAX_UPLOAD_SIZE=5MB |
You are a Security Sanitizer. | MASTER_KEY=abcd12345678 | MASTER_KEY=[MASKED] |
You are a Security Sanitizer. | FEATURE_FLAG_ALPHA=enabled | FEATURE_FLAG_ALPHA=enabled |
You are a Security Sanitizer. | GITHUB_PAT=ghp_secretToken12345 | GITHUB_PAT=[MASKED] |
You are a Security Sanitizer. | ALLOWED_HOSTS=localhost,example.com | ALLOWED_HOSTS=localhost,example.com |
You are a Security Sanitizer. | CLOUDINARY_URL=cloudinary://12345:secret@cloud | CLOUDINARY_URL=[MASKED] |
You are a Security Sanitizer. | TZ=UTC | TZ=UTC |
You are a Security Sanitizer. | RAILS_MASTER_KEY=v7_secure_key | RAILS_MASTER_KEY=[MASKED] |
You are a Security Sanitizer. | HTTPS_ONLY=true | HTTPS_ONLY=true |
You are a Security Sanitizer. | AUTH0_CLIENT_SECRET=yxcvbnm1234567 | AUTH0_CLIENT_SECRET=[MASKED] |
You are a Security Sanitizer. | WEB_CONCURRENCY=4 | WEB_CONCURRENCY=4 |
You are a Security Sanitizer. | MAILCHIMP_API_KEY=123-us20 | MAILCHIMP_API_KEY=[MASKED] |
You are a Security Sanitizer. | CORS_ORIGIN=* | CORS_ORIGIN=* |
You are a Security Sanitizer. | PRIVATE_KEY=-----BEGIN RSA PRIVATE KEY----- | PRIVATE_KEY=[MASKED] |
You are a Security Sanitizer. | POOL_SIZE=10 | POOL_SIZE=10 |
You are a Security Sanitizer. | FIREBASE_SERVICE_ACCOUNT=service_json_contents | FIREBASE_SERVICE_ACCOUNT=[MASKED] |
You are a Security Sanitizer. | BUILD_ID=20231001 | BUILD_ID=20231001 |
You are a Security Sanitizer. | POSTGRES_PASSWORD=p@ssw0rd123! | POSTGRES_PASSWORD=[MASKED] |
You are a Security Sanitizer. | USE_CACHING=true | USE_CACHING=true |
You are a Security Sanitizer. | ACCESS_TOKEN=a1b2c3d4e5f6g7 | ACCESS_TOKEN=[MASKED] |
You are a Security Sanitizer. | PARALLEL_JOBS=2 | PARALLEL_JOBS=2 |
You are a Security Sanitizer. | PAYPAL_CLIENT_ID=sb-abcd123 | PAYPAL_CLIENT_ID=[MASKED] |
You are a Security Sanitizer. | LOG_FORMAT=json | LOG_FORMAT=json |
You are a Security Sanitizer. | ENCRYPTION_KEY=16_char_secret_key | ENCRYPTION_KEY=[MASKED] |
You are a Security Sanitizer. | DB_PORT=5432 | DB_PORT=5432 |
You are a Security Sanitizer. | SLACK_BOT_TOKEN=xoxb-secret-token | SLACK_BOT_TOKEN=[MASKED] |
You are a Security Sanitizer. | APP_ENV=staging | APP_ENV=staging |
You are a Security Sanitizer. | SESSION_STORE_KEY=k29910a | SESSION_STORE_KEY=[MASKED] |
You are a Security Sanitizer. | CACHE_ENABLED=false | CACHE_ENABLED=false |
You are a Security Sanitizer. | BEEP_API_SECRET=beeeppp | BEEP_API_SECRET=[MASKED] |
You are a Security Sanitizer. | MAX_CONCURRENT_USERS=1000 | MAX_CONCURRENT_USERS=1000 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DB_PASSWORD=secret_1234 | DB_PASSWORD=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | TIMEOUT_MS=5000 | TIMEOUT_MS=5000 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SMTP_PASS=password123 | SMTP_PASS=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | FRONTEND_URL=https://app.com | FRONTEND_URL=https://app.com |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | CLIENT_SECRET=oauth_secret_888 | CLIENT_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | CLUSTER_NAME=prod-us-east-1 | CLUSTER_NAME=prod-us-east-1 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | GOOGLE_APPLICATION_CREDENTIALS=/path/to/json | GOOGLE_APPLICATION_CREDENTIALS=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | POOL_SIZE=20 | POOL_SIZE=20 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | TOKEN_ISSUER=auth0-dev | TOKEN_ISSUER=auth0-dev |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | AUTH_TOKEN=eyhbceg... | AUTH_TOKEN=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ENABLE_V2_API=true | ENABLE_V2_API=true |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SSH_PRIVATE_KEY=-----BEGIN RSA-----... | SSH_PRIVATE_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | VERSION=1.0.4 | VERSION=1.0.4 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DATABASE_USER=postgres | DATABASE_USER=postgres |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | PAYPAL_CLIENT_ID=ATc765... | PAYPAL_CLIENT_ID=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | WORKER_CONCURRENCY=4 | WORKER_CONCURRENCY=4 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ENCRYPTION_KEY=64bytehexcode | ENCRYPTION_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | AWS_REGION=us-west-2 | AWS_REGION=us-west-2 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SESSION_SECRET=longstring123 | SESSION_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | REDIS_HOST=localhost | REDIS_HOST=localhost |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | LICENSE_KEY=abcd-efgh-1234 | LICENSE_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | RETRY_LIMIT=3 | RETRY_LIMIT=3 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | GITHUB_WEBHOOK_SECRET=ghw_xyz123 | GITHUB_WEBHOOK_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | HTTP_MAX_BODY_SIZE=10MB | HTTP_MAX_BODY_SIZE=10MB |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | PG_PASSWORD=prod_db_p@ss | PG_PASSWORD=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | STORAGE_BUCKET=my-app-assets | STORAGE_BUCKET=my-app-assets |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | MAILCHIMP_API_KEY=12345-us1 | MAILCHIMP_API_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DEBUG_LEVEL=trace | DEBUG_LEVEL=trace |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | TWILIO_AUTH_TOKEN=0987654321 | TWILIO_AUTH_TOKEN=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ENABLE_CACHE=true | ENABLE_CACHE=true |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ROOT_PATH=/var/www/html | ROOT_PATH=/var/www/html |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | OIDC_CLIENT_SECRET=xyz987... | OIDC_CLIENT_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DB_PORT=5432 | DB_PORT=5432 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | COOKIE_SIGNING_KEY=secret678 | COOKIE_SIGNING_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ENABLE_SSL=true | ENABLE_SSL=true |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | CLOUDFLARE_ZONE_ID=zone_01 | CLOUDFLARE_ZONE_ID=zone_01 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | RAZORPAY_KEY=rzp_test_999 | RAZORPAY_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | MAX_PAYLOAD=5MB | MAX_PAYLOAD=5MB |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SERVER_SECRET=a_really_complex_key | SERVER_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | ENVIRONMENT=production | ENVIRONMENT=production |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | GOOGLE_APPLICATION_CREDENTIALS=/app/creds.json | GOOGLE_APPLICATION_CREDENTIALS=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | WEB_CONCURRENCY=4 | WEB_CONCURRENCY=4 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | AUTH0_CLIENT_SECRET=hXy927abcQ812nSlaq928172 | AUTH0_CLIENT_SECRET=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | TIMEOUT_MS=5000 | TIMEOUT_MS=5000 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SESSION_SIGNING_KEY=secret_key_8829 | SESSION_SIGNING_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | MAIL_FROM=no-reply@example.com | MAIL_FROM=no-reply@example.com |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | TWILIO_AUTH_TOKEN=88939c3e21a4fa8b | TWILIO_AUTH_TOKEN=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | PUBLIC_ASSET_CDN_URL=https://cdn.example.com | PUBLIC_ASSET_CDN_URL=https://cdn.example.com |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | GITHUB_PERSONAL_ACCESS_TOKEN=ghp_67y8s76df78as6df | GITHUB_PERSONAL_ACCESS_TOKEN=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | FORCE_SSL=true | FORCE_SSL=true |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SLACK_WEBHOOK_URL=https://hooks.slack.com/services/T0000/B000/XXXXXXXXXXXXXXXX | SLACK_WEBHOOK_URL=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | MAX_UPLOAD_SIZE=50MB | MAX_UPLOAD_SIZE=50MB |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | SECRET_KEY_BASE=7727e1f4044b7d52a22 | SECRET_KEY_BASE=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DEFAULT_LOCALE=en-US | DEFAULT_LOCALE=en-US |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | FIREBASE_PRIVATE_KEY=-----BEGIN PRIVATE KEY-----\n... | FIREBASE_PRIVATE_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | API_VERSION=v1 | API_VERSION=v1 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | RABBITMQ_PASSWORD=guest_secure_pass | RABBITMQ_PASSWORD=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | DB_POOL_SIZE=20 | DB_POOL_SIZE=20 |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | S3_SECRET_ACCESS_KEY=dF65+G87dD882 | S3_SECRET_ACCESS_KEY=[MASKED] |
You are a Security Sanitizer. Your mission is to scan strings from .env files. If a line contains a private credential or key, you must redact the value to [MASKED]. If the line contains public configuration like a port or environment name, you must leave it exactly as it is. | APP_VERSION=2.4.0 | APP_VERSION=2.4.0 |
End of preview. Expand in Data Studio
π€ smolified-env-masker
Intelligence, Distilled.
This is a synthetic training corpus generated by the Smolify Foundry.
It was used to train the corresponding model snack-exchange/smolified-env-masker.
π¦ Asset Details
- Origin: Smolify Foundry (Job ID:
7374d49d) - Records: 760
- Type: Synthetic Instruction Tuning Data
βοΈ License & Ownership
This dataset is a sovereign asset owned by snack-exchange. Generated via Smolify.ai.
- Downloads last month
- 6
