diff --git a/config/install/captcha.settings.yml b/config/install/captcha.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1851ff0a122081ba6b3f28e4f16f71266dad6fe6
--- /dev/null
+++ b/config/install/captcha.settings.yml
@@ -0,0 +1,9 @@
+default_challenge: captcha/Math
+description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
+administration_mode: false
+allow_on_admin_pages: false
+add_captcha_description: true
+default_validation: 1
+persistence: 2
+enable_stats: true
+log_wrong_responses: true
diff --git a/config/install/recaptcha.settings.yml b/config/install/recaptcha.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8ef7f7c8f69359ab4336b3f67c3be27c9c4716f8
--- /dev/null
+++ b/config/install/recaptcha.settings.yml
@@ -0,0 +1,8 @@
+site_key: ''
+secret_key: ''
+widget:
+  theme: light
+  type: image
+  size: compact
+  tabindex: 0
+  noscript: false
diff --git a/drupal-org.make b/drupal-org.make
index cc4026e70bc4fa7dc25c1893e142d3bdc82e6208..968128f99a4740100f5d87f55100c54210cceb53 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -216,11 +216,11 @@ projects[fast_404][subdir] = "contrib"
 projects[fast_404][version] = 1.0-alpha2
 
 projects[mailsystem][type] = module
-projects[mailsystem[subdir] = "contrib"
+projects[mailsystem][subdir] = "contrib"
 projects[mailsystem][version] = 4.1
 
 projects[smtp][type] = module
-projects[smtp[subdir] = "contrib"
+projects[smtp][subdir] = "contrib"
 projects[smtp][version] = 1.0-beta2
 
 ;;;;;;;;;;;;;;;;;;;;;
diff --git a/modules/varbase_features/varbase_security/varbase_security.info.yml b/modules/varbase_features/varbase_security/varbase_security.info.yml
index 8c3e2f64e4aababcf681197f4f8fb3fb629ea35e..718df750136a28b067035bea317aa161909f7668 100644
--- a/modules/varbase_features/varbase_security/varbase_security.info.yml
+++ b/modules/varbase_features/varbase_security/varbase_security.info.yml
@@ -1,21 +1,22 @@
 name: 'Varbase Security'
 description: 'Manages general security configurations, with password policy, username enumeration prevention, security kit and review.'
 type: module
-core: 8.x
 dependencies:
+  - captcha
   - datetime
   - field
   - password_policy
-  - password_policy_length
-  - password_policy_characters
   - password_policy_character_types
+  - password_policy_characters
   - password_policy_history
+  - password_policy_length
   - password_policy_username
+  - recaptcha
   - seckit
   - security_review
   - user
   - username_enumeration_prevention
-  - captcha
-  - recaptcha
-version: 8.x-4.x-dev
 package: Varbase
+version: 8.x-4.x-dev
+core: 8.x
+project: varbase
diff --git a/varbase.info.yml b/varbase.info.yml
index ff09d1c9974238e3e82de7f8bcfbc4cdb1361e96..b834890f9fbad81dd5a7845d949c49531cabc35d 100644
--- a/varbase.info.yml
+++ b/varbase.info.yml
@@ -89,6 +89,8 @@ dependencies:
   - focal_point
   - pathologic
   - persistent_login
+  - captcha
+  - recaptcha
   - ultimate_cron
   - content_lock
   - content_lock_timeout