@profoundlogic/coderflow-server 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/playwright.task-terminal.config.js +1 -1
  96. package/dist/routes/apiKeys.js +1 -1
  97. package/dist/routes/auth-oidc.js +1 -1
  98. package/dist/routes/auth.js +1 -1
  99. package/dist/routes/automations.js +1 -1
  100. package/dist/routes/bindings.js +1 -1
  101. package/dist/routes/build.js +1 -1
  102. package/dist/routes/containers.js +1 -1
  103. package/dist/routes/deploy-task.js +1 -1
  104. package/dist/routes/environment-management.js +1 -1
  105. package/dist/routes/environments.js +1 -1
  106. package/dist/routes/external-skills.js +1 -1
  107. package/dist/routes/git-credentials.js +1 -1
  108. package/dist/routes/git-oauth.js +1 -1
  109. package/dist/routes/git-provider-setup.js +1 -1
  110. package/dist/routes/health.js +1 -1
  111. package/dist/routes/jira.js +1 -1
  112. package/dist/routes/objective-management.js +1 -1
  113. package/dist/routes/password.js +1 -1
  114. package/dist/routes/prompt.js +1 -1
  115. package/dist/routes/provider-auth.js +1 -1
  116. package/dist/routes/qa.js +1 -1
  117. package/dist/routes/roles.js +1 -1
  118. package/dist/routes/settings.js +1 -1
  119. package/dist/routes/skill-management.js +1 -1
  120. package/dist/routes/skills.js +1 -1
  121. package/dist/routes/tasks.js +1 -1
  122. package/dist/routes/teams.js +1 -1
  123. package/dist/routes/templates.js +1 -1
  124. package/dist/routes/test-task.js +1 -1
  125. package/dist/routes/test.js +1 -1
  126. package/dist/routes/users.js +1 -1
  127. package/dist/routes/visualizations.js +1 -1
  128. package/dist/scripts/create-user.js +1 -1
  129. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  130. package/dist/start.js +1 -1
  131. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  132. package/dist/web-ui/public/activity-feed.js +1 -1
  133. package/dist/web-ui/public/activity-formatters.js +1 -1
  134. package/dist/web-ui/public/agent-event-parser.js +1 -1
  135. package/dist/web-ui/public/app.js +1 -1
  136. package/dist/web-ui/public/approve-dialog.js +1 -1
  137. package/dist/web-ui/public/automation-links.js +1 -1
  138. package/dist/web-ui/public/automation-schedule.js +1 -1
  139. package/dist/web-ui/public/comments-widget.js +1 -1
  140. package/dist/web-ui/public/diff-utils.js +1 -1
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/file-selection-tree.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.js +1 -1
  146. package/dist/web-ui/public/git-status.js +1 -1
  147. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  148. package/dist/web-ui/public/index.js +1 -1
  149. package/dist/web-ui/public/login.js +1 -1
  150. package/dist/web-ui/public/markdown-editor.js +1 -1
  151. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  152. package/dist/web-ui/public/modal-maximize.js +1 -1
  153. package/dist/web-ui/public/notifications.js +1 -1
  154. package/dist/web-ui/public/permissions.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.js +1 -1
  157. package/dist/web-ui/public/server-health.js +1 -1
  158. package/dist/web-ui/public/settings.js +1 -1
  159. package/dist/web-ui/public/setup-password.js +1 -1
  160. package/dist/web-ui/public/skills.js +1 -1
  161. package/dist/web-ui/public/sse-client.js +1 -1
  162. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  163. package/dist/web-ui/public/task.js +1 -1
  164. package/dist/web-ui/public/teams.js +1 -1
  165. package/dist/web-ui/public/terminal.js +1 -1
  166. package/dist/web-ui/public/theme.js +1 -1
  167. package/dist/web-ui/public/users.js +1 -1
  168. package/dist/web-ui/public/variant-grouping.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x3e4cbd(_0x19cefb,_0xb4ae7,_0x20ad83,_0x538234){const _0x110b30={_0x2a3552:0x196};return _0xdb5d(_0x538234- -_0x110b30._0x2a3552,_0xb4ae7);}(function(_0x529f63,_0x7bb6d1){const _0x3c977c={_0x219680:0x1af,_0xbdead0:0x164,_0x327c0c:0x1c8,_0x44fc85:0x14c,_0x2f09bf:0x3,_0x3cf8a1:0xf0,_0x200d6f:0x16c,_0x4c248b:0x6d,_0x4fdbf8:0x79,_0x539334:0xb8,_0x2a411c:0x4b,_0x140c6e:0x4d,_0x557cd8:0xd2,_0x3154d7:0xa3,_0x17a455:0x266,_0x2c55ca:0x13a,_0x130640:0x74,_0x27b033:0x6c,_0x15a1d5:0x91,_0x2f5c28:0x16,_0x6154b8:0xcf,_0x449d76:0xe2,_0x4206fa:0xc3,_0x3984e2:0x204,_0xc3664b:0x24f},_0x5def6c={_0x50efeb:0x1c9},_0x27e443={_0x32a624:0x2ae};function _0x5293b9(_0x33e61c,_0x5736d5,_0x1c51b6,_0x1e6e7f){return _0xdb5d(_0x1e6e7f- -_0x27e443._0x32a624,_0x1c51b6);}const _0x5e39d6=_0x529f63();function _0x3c1652(_0x3c1127,_0x36d401,_0x408e39,_0x444fa8){return _0xdb5d(_0x444fa8- -_0x5def6c._0x50efeb,_0x408e39);}while(!![]){try{const _0x1c514f=parseInt(_0x5293b9(-_0x3c977c._0x219680,-_0x3c977c._0xbdead0,-0x271,-_0x3c977c._0x327c0c))/(-0x131e*0x1+-0xd0*0x13+0xb85*0x3)*(-parseInt(_0x3c1652(-0x14b,-_0x3c977c._0x44fc85,-_0x3c977c._0x2f09bf,-_0x3c977c._0x3cf8a1))/(0x657*0x6+0x15bb*0x1+-0x3bc3))+parseInt(_0x5293b9(-0x279,-0x269,-0xbe,-0x176))/(0x18f9+0x71b+-0x1*0x2011)*(-parseInt(_0x3c1652(-_0x3c977c._0x200d6f,-_0x3c977c._0x4c248b,-_0x3c977c._0x4fdbf8,-0x55))/(-0x165c+-0x3df*-0x3+-0x13*-0x91))+-parseInt(_0x3c1652(0xd,0x126,_0x3c977c._0x539334,0xa2))/(-0x13ad+-0x1a*0x3+0x1400)+parseInt(_0x5293b9(_0x3c977c._0x2a411c,_0x3c977c._0x140c6e,-0xab,-_0x3c977c._0x557cd8))/(-0x1192+0x24d5+-0x133d)*(-parseInt(_0x5293b9(-_0x3c977c._0x3154d7,-_0x3c977c._0x17a455,-0x9f,-0x170))/(-0x1947+-0x165*0x13+0x33cd))+-parseInt(_0x3c1652(-_0x3c977c._0x2c55ca,_0x3c977c._0x130640,-0x46,-0xa2))/(-0x3*0x40d+0x1b33+-0xf04)*(parseInt(_0x5293b9(-_0x3c977c._0x27b033,-_0x3c977c._0x15a1d5,_0x3c977c._0x2f5c28,-0x54))/(-0x1b10+-0xdaa+0x827*0x5))+parseInt(_0x3c1652(-0xee,0x51,0x6e,-0x99))/(-0x1e87+0x3*-0x10f+0x7*0x4d2)+parseInt(_0x5293b9(-_0x3c977c._0x6154b8,-_0x3c977c._0x449d76,-_0x3c977c._0x4206fa,0x1))/(-0x2372+0x420+0x1f5d)*(parseInt(_0x5293b9(-_0x3c977c._0x3984e2,-0x2a7,-_0x3c977c._0xc3664b,-0x21c))/(-0x5*0x5ef+0xad3*0x1+0x12e4));if(_0x1c514f===_0x7bb6d1)break;else _0x5e39d6['push'](_0x5e39d6['shift']());}catch(_0x29ad29){_0x5e39d6['push'](_0x5e39d6['shift']());}}}(_0x11a4,-0x13b93*0x5+-0xaa097+0x1737f5));import _0x4b1764 from'express';import{promises as _0x1195dc}from'fs';import _0x562125 from'path';import{logger}from'../lib/logger.js';function _0x11a4(){const _0x5dd8db=['zuDsy08','B2rcuxe','CYbYzxf1AxjLza','sw52ywXPzcbMAq','DguGBM90igLUAq','ru5pru5u','zw50','CeLZBgK','Cg9ZDa','s3n5ExC','B093CvC','vxnLCIbKB2vZia','B0r4q3m','Ae9AqKW','kgLUlw1LBw9YEq','rK96AhC','y0TKBMS','vMjjs2W','BMH2rxu','txnvAuK','DgLHBgL6zwq','vw9zsu0','DKnnCuO','zhPprKu','BfjKExG','zgvSzxrLzef0','tNHvs1O','BMCGwc1uyxnRlq','vwPPrNm','DfDPs3m','Dw5RBM93BIb0yq','B25MAwCGD2HPBa','y2f0y2G','AgHvuNu','l3nRAwXSCW','uwzJvNu','B1nYEuy','zgvSzxrL','BMHqD2K','z25Tzw50ihbLCG','CMvHzcbMAwXL','u2TPBgWGzgvSzq','DgfZA3m','DxrMltG','BwTKAxi','wMv6DMC','rMzQC1a','DgrwvKK','ihvWzgf0zwqGyG','icaTia','yKXmBeG','zgPgzuS','igfUzcbTDxn0ia','AhboCgW','Ag1ezw8','EeHvvNm','DgfZAW','DfvwA2G','AxqGzNjVBsbHBa','t29pzLa','C2TPBgXqyxrO','vMnlzwe','wvDyqKS','vffiufq','q29UzMXPy3q','wfvbqLe','zNjVBNrTyxr0zq','A2LSBeLKl2zPBa','sw52ywXPzcb0yq','ntCYodjMr3PSDK4','BKP6yMO','Aw5Nig9YihvUyq','Aw5JBhvKzxm','uMD6t24','A1j1z1a','tM90iezVDw5K','C2XPy2u','ywzduwe','zLfJq1a','igfUzcb1BMrLCG','Bgv0zq','rM9YyMLKzgvU','A2r1qNe','zcbPBIbZA2LSBa','DgDOzhu','zeXht2W','A2LSBa','zxDUu0q','vgfZAYbMzxrJAa','swX1Bum','vgfZAYbYzwfKAq','BMX5igfUzcbJyq','vxfmsM4','shbfD3e','AM9PBG','y2XLyw51CcK','zxHPC3rZ','we9xyNe','qxqGBgvHC3qGBW','ze1tAg8','CMvJDxjZAxzL','B1bLr0m','zxmVkG','C3rYEsbKDxjPBG','rfnrzgO','AffvDMq','rxv0ueS','u0Lkz3K','zwXWAwy','y3jLyxrLzej5vq','D2fYBG','zgvSzxrLigzPBa','CxvPCMvKigfUza','AxnbCNjHEq','Eejzzfq','AKHWv2y','zgvSzxrLzej5va','ENfrtMm','y0jZtwq','yKTks1m','DgL2zsK','tfzjugG','qMfKifjLCxvLCW','l3nRAwXSCY86CW','uuniCwC','BuvUDMLYB25Tzq','CwTQtvm','tK5rt0i','Aw5MBW','u2TPBgWGy3jLyq','zsbKzwXLDgLUzW','s2Tvyw4','C2TPBgXZlMPZBW','A2v5CW','B2XZ','zvDxCgu','BgWGzMLSzq','y2HHCMfJDgvYCW','yxnZAwDUvg9fBG','se5YCKm','zgTXCMq','v3L4vMy','ms4WlJa','AunYrfO','zKjxDMK','rfzJzgq','sw50zxjUywWGuW','C3bSAxq','igLZihjLywqTBW','DMLKzwq','yvHvue8','qvvwCfK','wfjnug0','igzPBgu','BwvzzgS','sw52ywXPzcbZAW','CfjWq1i','rNjVBuvUDMLYBW','s3LRA3G','u0TjteWUBwq','Cgf0y2G','ufb5su4','DgLLvKy','wKPRsNy','tMfTzsbPCYbYzq','uhnVDMm','swqGAgvHzgvY','Dw5HC3nPz24','tefcDem','Dg8GCMvTB3zLia','BNrZ','zMLSzxm','wgfxreG','yM11CNC','BM1LBNrZ','BM90igzVDw5K','u2TPBgWGjW','vgfZAYbOyxmGBG','BIbVBMX5igfSCa','BKz5B1O','AK1stLy','Dxn0ignVBNrHAq','EvjhsMK','DuTQrvG','AwXSieLe','BMXgDey','BMfTzq','CNvUihDPDgGGzG','BwXOzKK','BcbMAwXL','BMvKihrVig90Aa','C2TPBgXjza','y29KzxjdB25MAq','zMLSzxbHDgG','A3fLuMC','oxr6CMXWtG','Dg8GzwrPDcbZAW','DcbPBML0AwfSAq','DcbZDgLSBcbHyW','CvP4tfC','C2TPBgXZ','AM1mshG','DxbKyxrLzej5vq','vLfwwfe','rMLSzsaN','r3Lmq00','zMLSDgvY','zw50CYbHBMqGza','y090u1y','C3D4qwG','r3vNy1e','wNvuq0O','mtC0nda1mg9AwufXsa','Dg9mB3DLCKnHCW','BxbrAuG','u2TPBgWGBM90ia','zwXKigLZihjLCq','q0XMyLi','igvKAxqGCMvHza','jYbPCYbHC3nPzW','tgLdy3q','zxjYB3i','EeLyywW','ywXMDxe','sKrqwgG','yxnZAwDUAw5Nia','qM9KEsbPCYbYzq','qunmEem','suP4tue','zMLSzq','Dg9ju09tDhjPBG','vfjOsxm','C3LZDgvT','qxr0zw1WDcb0BW','vgfZAYbVD25LCG','C3vJy2vZCW','B3D0wu0','zKnbANu','Aw50','y3zMsgm','zw52tMfTzq','oIbBxq','BwPQyuG','BvjLz2LZDhj5','BLzZC0G','B3qGyxnZAwDUzq','yxbktNe','uKDbCxa','AxjVBM1LBNqGyW','wufqDeu','vMzwA3C','Bw9KzwW','vMjgtxi','qKPoqNm','Bw9KzsbTDxn0ia','wLvdwM0','shrdt08','vefnt3e','igrLBgv0zwqGyG','AwDREMm','AwXSCW','zsbZA2LSBhm','rK1Xufm','wgfJrhq','C2LZDgvKihrVia','zxj2zxiGrxjYBW','twLZC2LUzYbylq','vM1yt0q','De5HBwu','t0f5C1m','zM9Yy2u','yM9KEq','ig5VDcbMB3vUza','DwrMzw0','qxnzAxy','ChvZAa','zMXHz3m','BcbLBNzPCM9UBq','zw52AxjVBM1LBG','zw5KC1DPDgG','nJq5vhnoD1Dk','igzYB20GDgfZAW','AgfUDw1LCMLJia','B0nVvMe','Dhj1zq','ue1NBM0','rNfAtwC','Aw5NihnRAwXSia','EurRwLO','sxzcthq','vhngB1y','DhjPBq','sgvRy0i','DxbKyxrLigLTCa','zgLMAwvK','u0ruChO','A21kC2e','u0zgAwi','BMz2Bfy','v0rvqMG','BMCGzwrPDgfIBa','v3bkD0y','wvDNB2W','sKjyr0K','jYbUB3qGzM91BG','zcb0BYb0AgLZia','DuPqAw4','vgfZAYb1C2vYia','DK55EMO','q1LUsxq','zezQsgO','ihjLz2LZDhj5ia','Bg9HzcbPBxbVCG','Ec10yxnRlwLK','nti1otK2tfj3tMDK','twjUu3i','CxvLCNK','AgvHzgvYCW','y1zyD0W','vgfZAYbKzwXLDa','AfvwvwS','zgvSzxrLzej5vq','BYbLBNzPCM9UBq','Dw5HC3nPz24GCW','wKHlwKu','v2HZzMm','DMvYC2LVBG','DMLYB25Tzw50ia','AYaOD2L0Ag91Da','q2fUBM90igrLBa','DMziwKu','CgfYyw1Z','zw5gEKq','DxbKyxrLihnRAq','DxnLCKLK','tw9IDLK','y1noy2C','vuTevfq','qLreBfa','zwXLDguGAxqU','D3jPDguGC2TPBa','u2TPBgWGDxbKyq','Aw5NihnRAwXS','BgvUz3rO','ig11C3qGyMuGyq','zgLYBMfTzq','Cg9mthi','zNLgB3G','CezgEeW','CvDuy2e','igfZC2LNBM1LBG','C3rYAw5N','DxbKyxrLifnlsq','BMuGzMLLBgqGBq','B3bhvKe','B3j0zwqGCMvNAq','swvoCLe','q1Dov1q','rKvbExO','y29KzxiUANnVBG','t0fqvum','EKzWvwS','BMCGC2TPBgWGzG','rM9Ov24','ywXSB3DLzc10BW','quT0sui','A1LRCNa','yMzVAgy','DuLeBhm','yuvrr00','z1j4t2u','CMvHzezPBgu','zgvZy3jPChrPBW','CNDouuC','vgfZAY1jzcbOzq','yxnZAwDUzwqGDa','AwXSCYbMCM9Tia','ANDus3C','sNPcAwe','CgvZ','zgvSzxrLig9Yia','DxnLCM5HBwu','BwviDuq','A2LSBeLK','C2nVCMvZ','mZmZodi2wMvgEKLp','rMfPBgvKihrVia','yxnZAwDUzwq','Dwvfuge','AxneAxjLy3rVCG','vu9WBNq','zw50CMLLCW','BwLzreC','AxL0CNu','Eu9hAKO','DenVBMzPzW','vw9wt0G','rvDpu1i','m0vqzKDOqq','y29Kzq','yKrQA0e','C2STzwrPDcbWzq','v3HxrKq','ihn0CMLUzW','AuTythO','r0LXu08','zNDMrhu','rMLRt2W','AY1LzgL0','yMXnz3y','z3HOB2u','vw5HDxrOB3jPEG','Dxn0igjLihbYBW','ihnRAwXSCZP0yq','BNfdveu','uM91DgvY','BguGCgf0Aa','CMvKigfUzcbTDq','sfPXA0K','Bw9Kzq','tfbOy1u','sM5yrwW','DgvZDa','y3jLyxrLzej5','z2vTzw50ihjLCq','yxnRswq','yMHwDfK','yw5UvxG','uxv1tfi','y29UDgvUDa','CIaIDw5HC3nPzW','zhfHALq','BYbHC3nVy2LHDa','rLDSsNi','vev3Cuy','DgvKihnRAwXSCW','D1nctwK','BwvUDhmUifjLlq','yLnfDLK','ls0T','BMzPzYbMAwXLia','Dwnrtvu','BMrsA2e','AxngAwXL','qMHMzgS','CNbTEey','u2TPBgWGBwfUyq','DxbKyxrLzej5va','q3fLCwO','s1npwLu','DxbKyxrLigvUDG','qKjovgK','AMHVt1e','z2vTzw50ihjVDq','u2TPBgWGyxnZAq','CM1PC3nPB24','z2v0','zYbZA2LSBcbKzq','DhLWzq','vK9sz3q','DNrlAMi','CMvTB3zLzezYBW','EMvK','ntm4ntGWoeT5vKHMBq','uLfSue8','r2D5sxK','Dc5QC29U','C3qGyMuGysbZDa','D3jPDgvgAwXL','C2TPBgW','DMf4CvK','DwvZDcbTAxnZAq','ndaWmdmYmgz0B21Qta','DgfZA1vZzxi','Axbxvxu','BwvUDcb0BYbJBW','DxbKyxrLzef0','zxiGzw52AxjVBG','DhnuB1vUyxnZAq','zwrPDgfIBgu','mZaXodGXtM9wtunQ','DwvZDcb3AxrOia','u3n3vfm','C3rHDa','yxjNDw1LBNqTAa','BLrhy2i','ndy5D1vkzMXL','A3fVwgu','z2TJCLm','qLPAA00','ihjLz2LZDhj5','ywnJzxnZ','vgfZAYbJCMvHDa','vxnLCIbSywnRCW','CMvHzgrPCG','vgfZAYbSAxn0Aq','CMvHzcbZA2LSBa','C3rHDhvZ','D2DqvNi','ANnVBG','u2TPBgWGAxmGBG','CgfYC2u','C2SGsuq','yMuGzwL0AgvYia','qNf0q2i','u2vYDMLJzsbUBW','Bu1pzKy','DKPWzfa','wfviwMy','sMvpzxi','DgfZA0LK','CfHZsw0','vxnLifbbveniia','teWUBwq','AejJvgG','DKLZA0C','BwvZC2fNzq','u2TPBgWGzMLSzq','yxnZAwDUzwrtAW','wK5sthC','C3rHCNrZv2L0Aa','zhLNsKm','BM5VDcbIzsbTBW','zxjTAxnZAw9Uia','s3Dssee','DgvKigj5ihrHCW','vgHPCYbZA2LSBa','D3jPDguGzMLSzq','v0fPsxy','D0Lcvgm','CfLvDvm','EvbPy0K','BwvUDa','AeTpCg0','DhLgBMO','EvbzshO','sNboBvC','Dw5HC3nPz25Lza','EMP6AKG','zwnMzKm','mtzXEffYugW','Ehzlr3O','v0PeyuK','r0rivvq','B25SEsbZA2LSBa','rgvZy3jPChrPBW','Bwf0y2G','zMLUza','vvzHrvG','C3rYAw5NAwz5','DcbUB3qGzM91BG','wNfkALi','C2TPBgXZugf0Aa','rMrWsK8','u1Los1e','rLzUt1C','vKrkAwi','AKj5swy','vw9rDKK','wePMr2i','lMLTCg9YDgvKlq','C1nAq1u','C2vYswq','s0PwyvO','qLjQz3K','BKfLD3q','Dhjhsxu','zwqGzw52AxjVBG','rw52AxjVBM1LBG','BgDbz0u','wvb5wMC','AxPqAgu','iMrLBgv0zsiGBW','AwXSigfZC2LNBG','q3nACKC'];_0x11a4=function(){return _0x5dd8db;};return _0x11a4();}import{findUserById}from'../lib/users.js';function _0xdb5d(_0x2772f2,_0x5c6f94){_0x2772f2=_0x2772f2-(-0x7e3+-0xbc0+0x1415*0x1);const _0x363cd3=_0x11a4();let _0x1d1ca7=_0x363cd3[_0x2772f2];if(_0xdb5d['tmQnIl']===undefined){var _0x13cbe1=function(_0x128569){const _0x50ecaa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x14d6fb='',_0x5b152c='';for(let _0x54c342=-0x37*0x87+0x1084*0x2+-0x407*0x1,_0x39c742,_0x4fabe4,_0x52d938=-0x1d*-0xb1+0x269e+0x1*-0x3aab;_0x4fabe4=_0x128569['charAt'](_0x52d938++);~_0x4fabe4&&(_0x39c742=_0x54c342%(-0x2293+-0x16*0x13+0x21*0x119)?_0x39c742*(0x236*-0x4+0x1b7*0xd+-0xd33)+_0x4fabe4:_0x4fabe4,_0x54c342++%(-0x24c2+0x1c9b+-0x29*-0x33))?_0x14d6fb+=String['fromCharCode'](0x296*0x5+-0x1219+0x62a&_0x39c742>>(-(-0x23d5+0x4c5*-0x3+0x3226)*_0x54c342&-0x1c69+-0x1*-0x1433+0x83c)):0x2058+-0x1*0xf8e+-0x10ca){_0x4fabe4=_0x50ecaa['indexOf'](_0x4fabe4);}for(let _0x1c6cda=-0x1a1c+0xf77*-0x2+0x2*0x1c85,_0x184aad=_0x14d6fb['length'];_0x1c6cda<_0x184aad;_0x1c6cda++){_0x5b152c+='%'+('00'+_0x14d6fb['charCodeAt'](_0x1c6cda)['toString'](0x1369+0x1*-0x6dd+-0xc7c*0x1))['slice'](-(0x2247*-0x1+-0x17f*0x11+-0x68*-0x93));}return decodeURIComponent(_0x5b152c);};_0xdb5d['WCHWNa']=_0x13cbe1,_0xdb5d['IccCIK']={},_0xdb5d['tmQnIl']=!![];}const _0x95965a=_0x363cd3[0x359*0x7+0x3f7*-0x1+0x26f*-0x8],_0x414cad=_0x2772f2+_0x95965a,_0x124cc7=_0xdb5d['IccCIK'][_0x414cad];return!_0x124cc7?(_0x1d1ca7=_0xdb5d['WCHWNa'](_0x1d1ca7),_0xdb5d['IccCIK'][_0x414cad]=_0x1d1ca7):_0x1d1ca7=_0x124cc7,_0x1d1ca7;}import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const router=_0x4b1764[_0x3e4cbd(-0x7d,-0x154,-0xc1,-0x9f)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x508b55){const _0x288303={_0x32f553:0xa3,_0x138ac6:0x20d,_0x20be05:0x115,_0xa92394:0x18e},_0x11deb5={_0xb34f8d:0x171,_0x3c24e7:0x1e3},_0x3096da={_0x37b3ba:0x54};function _0x28c416(_0x29a995,_0x53c823,_0x3c0ff3,_0x942256){return _0x3e4cbd(_0x29a995-0x1c8,_0x3c0ff3,_0x3c0ff3-0x58,_0x53c823-_0x3096da._0x37b3ba);}function _0x17684c(_0x5a3b30,_0x1bf076,_0x5f10b3,_0x3d192a){return _0x3e4cbd(_0x5a3b30-0x98,_0x1bf076,_0x5f10b3-_0x11deb5._0xb34f8d,_0x5a3b30- -_0x11deb5._0x3c24e7);}tasks=_0x508b55[_0x17684c(-0x1b8,-0x252,-_0x288303._0x32f553,-_0x288303._0x138ac6)],setupPath=_0x508b55['setupPath'],coderConfig=_0x508b55[_0x28c416(0x16f,_0x288303._0x20be05,0x219,_0x288303._0xa92394)+'g'];}export function updateSkillManagementConfig(_0x33cf20){coderConfig=_0x33cf20;}function getImportedSkillsRegistryPath(){const _0x438fca={_0x35936b:0x403,_0x30f50e:0x367,_0x3d8f98:0x424,_0x1554e2:0x182,_0x965a52:0x277,_0x53d83b:0x272,_0x5c6298:0x27b,_0x12f711:0x338,_0x55a34f:0x324,_0x41a1:0x3f7},_0x4c9a23={_0x4e5b74:0x194,_0x4b3948:0x2b3},_0x171c18={};function _0x1986f4(_0x54fb1c,_0x3a8186,_0x200274,_0x79d7a5){return _0x3e4cbd(_0x54fb1c-0x27,_0x3a8186,_0x200274-0x105,_0x79d7a5- -0x24b);}_0x171c18[_0x3f4a76(_0x438fca._0x35936b,_0x438fca._0x30f50e,0x36b,_0x438fca._0x3d8f98)]=_0x1986f4(-0x14c,-0x13e,-0xa1,-_0x438fca._0x1554e2);const _0x2b1e2a=_0x171c18;function _0x3f4a76(_0x46ad75,_0x57501f,_0x22fbb9,_0x3d5d93){return _0x3e4cbd(_0x46ad75-0xcc,_0x3d5d93,_0x22fbb9-_0x4c9a23._0x4e5b74,_0x57501f-_0x4c9a23._0x4b3948);}if(!setupPath)return null;return _0x562125['join'](setupPath,_0x2b1e2a[_0x1986f4(-0x1f3,-_0x438fca._0x965a52,-_0x438fca._0x53d83b,-0x197)],_0x1986f4(-0x222,-0x31a,-_0x438fca._0x5c6298,-0x259)+_0x3f4a76(0x3e8,_0x438fca._0x12f711,_0x438fca._0x55a34f,_0x438fca._0x41a1)+'n');}async function loadImportedSkillsRegistry(){const _0x40d4b7={_0x1e1808:0x1a4,_0x4a9c57:0x14f,_0x17df48:0x2cc,_0x460b15:0x2ac,_0x5adfb6:0x1c1,_0x39abab:0x17a,_0x517992:0x390,_0x2abf77:0x361,_0x25cc5f:0x1ac,_0x163a10:0x292,_0x4333c1:0x3d9,_0x59e0c2:0x6a,_0x31dc95:0x199,_0x2cff83:0x39c,_0x47b04c:0x33e,_0x17be80:0x1a4,_0x35d164:0x1bc,_0x4b1d6a:0x304,_0x21a17c:0x1fc,_0x530e1b:0x451,_0x13517b:0x482,_0xf60ef1:0x4d1,_0x332962:0x3ac,_0x2e5e98:0x38d,_0x474da7:0x492,_0x414eee:0x3ac,_0x5c6b8d:0x30d,_0x32c79c:0x2bd,_0x365d4e:0x1db,_0x158f93:0x2eb,_0x4f29a0:0x13e,_0x45040c:0x196,_0x21217b:0x184,_0x40c62c:0x296,_0x327a92:0x3a3,_0x669db2:0x28d,_0x45a0eb:0x284,_0x205a18:0x25b,_0x27080c:0x14a,_0x1ed286:0x175,_0x5cc260:0x1d8,_0x8467fe:0x5f,_0x40b596:0x231,_0xcf40a7:0x279,_0x173402:0x486,_0x1eaafd:0x13a,_0x22c18a:0x1c6,_0x4ef560:0xb8,_0xc105:0x4aa,_0x254083:0x514,_0x137585:0x4f2,_0x4a0354:0x20d,_0x38cb8c:0x274,_0x209dbc:0x44e,_0x3d6d76:0x41d,_0x5a7928:0x347,_0x4b5bd3:0x2ab,_0x57fa16:0x27b,_0x4c3bb2:0x37f,_0x38c85e:0x289,_0x541f8a:0x2ab,_0x28af7a:0x169,_0x378f0d:0x188,_0x4173ff:0x1f0,_0x5c4110:0xe3,_0x3cd22e:0x53,_0x532342:0x239,_0x11b1ed:0x313,_0x1f702e:0x285,_0x2c4db0:0x115,_0x39120d:0x179,_0x61af0b:0x41,_0x599c9b:0x1f4,_0x59fb10:0x311,_0x3463b4:0x292,_0x5aae4c:0x3aa,_0x55d149:0x3b0,_0x19dd03:0x4c9,_0x19fe47:0x82,_0x131c61:0x189,_0x5e0538:0x193},_0x320b62={_0x6b9abf:0x1cd},_0x46e9fe={_0x3dee16:0x6d,_0x5a7c59:0x388},_0x3bdee2={'zqQNc':_0x1d99f2(_0x40d4b7._0x1e1808,_0x40d4b7._0x4a9c57,0xbd,0x155)+'gned\x20to\x20en'+'vironment\x20'+'(in-memory'+')','mjKau':_0x5043b4(_0x40d4b7._0x17df48,_0x40d4b7._0x460b15,0x3d0,_0x40d4b7._0x5adfb6)+_0x1d99f2(0x67,0x1fd,_0x40d4b7._0x39abab,0x17f),'vJpdP':function(_0x2b4426){return _0x2b4426();},'FfjsP':_0x5043b4(0x417,_0x40d4b7._0x517992,0x4e1,_0x40d4b7._0x2abf77),'WAiIv':'utf-8','oOwqW':function(_0x42f934,_0xc03858){return _0x42f934!==_0xc03858;},'gxhoe':_0x1d99f2(0x20a,_0x40d4b7._0x25cc5f,_0x40d4b7._0x163a10,0x255),'BJNBs':function(_0x1a9817,_0x458ec0){return _0x1a9817===_0x458ec0;},'ajKuw':_0x5043b4(0x38e,0x2a3,_0x40d4b7._0x4333c1,0x3b5),'SFFib':function(_0x23ac06,_0x2f9d4d){return _0x23ac06===_0x2f9d4d;},'XUABQ':_0x1d99f2(_0x40d4b7._0x59e0c2,0x1d3,_0x40d4b7._0x31dc95,0xd9)};function _0x5043b4(_0x3f3566,_0x3ab95e,_0x459ae2,_0x71e90c){return _0x3e4cbd(_0x3f3566-0xbb,_0x71e90c,_0x459ae2-_0x46e9fe._0x3dee16,_0x3f3566-_0x46e9fe._0x5a7c59);}const _0x33cdb9=_0x3bdee2[_0x5043b4(0x345,0x2b8,_0x40d4b7._0x2cff83,_0x40d4b7._0x47b04c)](getImportedSkillsRegistryPath);if(!_0x33cdb9){const _0x58b274={};return _0x58b274[_0x1d99f2(_0x40d4b7._0x17be80,0x85,_0x40d4b7._0x35d164,0xd5)]=_0x3bdee2[_0x1d99f2(0x17e,_0x40d4b7._0x4b1d6a,0x1f1,_0x40d4b7._0x21a17c)],_0x58b274[_0x5043b4(_0x40d4b7._0x530e1b,0x361,_0x40d4b7._0x13517b,_0x40d4b7._0xf60ef1)]={},_0x58b274;}function _0x1d99f2(_0x28a595,_0x177bbd,_0x483126,_0x28960d){return _0x3e4cbd(_0x28a595-0xdf,_0x483126,_0x483126-0xee,_0x28960d-_0x320b62._0x6b9abf);}try{if(_0x5043b4(_0x40d4b7._0x332962,_0x40d4b7._0x2e5e98,_0x40d4b7._0x474da7,0x2f9)===_0x5043b4(_0x40d4b7._0x414eee,_0x40d4b7._0x5c6b8d,0x2c6,0x3b3)){const _0x8fe8df=await _0x1195dc[_0x5043b4(_0x40d4b7._0x32c79c,_0x40d4b7._0x365d4e,0x220,_0x40d4b7._0x158f93)](_0x33cdb9,_0x3bdee2[_0x1d99f2(0x1bd,_0x40d4b7._0x4f29a0,0x149,0x19f)]);return JSON[_0x1d99f2(0x1b5,_0x40d4b7._0x45040c,0x219,_0x40d4b7._0x21217b)](_0x8fe8df);}else{_0x3e23c6[_0x1d99f2(0x28e,0x347,0x23f,_0x40d4b7._0x40c62c)][_0x5043b4(0x49c,0x517,0x489,0x505)](_0x52d262),_0xe4904=!![];const _0x5e7abe={};_0x5e7abe[_0x1d99f2(0x203,0x242,_0x40d4b7._0x327a92,_0x40d4b7._0x669db2)]=_0x3e496f,_0x5e7abe[_0x1d99f2(0x1f2,0x1d4,_0x40d4b7._0x45a0eb,0x2e4)+'t']=_0x5b2748,_0x35ad9c[_0x1d99f2(0x360,0x1dd,0x24a,0x24e)](_0x3bdee2[_0x1d99f2(_0x40d4b7._0x205a18,0x35d,_0x40d4b7._0x27080c,0x243)],_0x5e7abe);}}catch(_0x31ce47){if(_0x3bdee2[_0x1d99f2(_0x40d4b7._0x1ed286,0x2bf,0x188,_0x40d4b7._0x5cc260)](_0x3bdee2[_0x1d99f2(0x200,_0x40d4b7._0x8467fe,_0x40d4b7._0x40b596,0x129)],_0x5043b4(_0x40d4b7._0xcf40a7,0x194,0x186,0x38c))){if(_0x3bdee2[_0x5043b4(_0x40d4b7._0x173402,0x4fb,0x596,0x557)](_0x31ce47['code'],_0x3bdee2['ajKuw'])){if(_0x3bdee2[_0x1d99f2(_0x40d4b7._0x1eaafd,_0x40d4b7._0x22c18a,0xc3,_0x40d4b7._0x4ef560)](_0x5043b4(0x41a,_0x40d4b7._0xc105,_0x40d4b7._0x254083,_0x40d4b7._0x137585),_0x3bdee2[_0x1d99f2(_0x40d4b7._0x4a0354,_0x40d4b7._0x38cb8c,0x292,0x20f)]))_0x57553b['push'](_0x398fba+_0x5043b4(0x47a,0x4b3,_0x40d4b7._0x209dbc,_0x40d4b7._0x3d6d76));else{const _0x2916be={};return _0x2916be['version']='1.0.0',_0x2916be[_0x1d99f2(0x195,0x204,0x39f,0x296)]={},_0x2916be;}}const _0x505ba2={};_0x505ba2[_0x1d99f2(0x234,_0x40d4b7._0x5a7928,0x1e5,_0x40d4b7._0x4b5bd3)]=_0x31ce47[_0x5043b4(0x34e,0x3b4,_0x40d4b7._0x57fa16,_0x40d4b7._0x4c3bb2)],logger[_0x1d99f2(0x3be,0x2e1,_0x40d4b7._0x38c85e,_0x40d4b7._0x541f8a)](_0x1d99f2(_0x40d4b7._0x28af7a,_0x40d4b7._0x378f0d,_0x40d4b7._0x4173ff,0x111)+_0x1d99f2(_0x40d4b7._0x5c4110,-_0x40d4b7._0x3cd22e,0x1b2,0xc7)+_0x5043b4(0x2fd,_0x40d4b7._0x532342,_0x40d4b7._0x11b1ed,_0x40d4b7._0x1f702e)+_0x1d99f2(0x1dc,0x178,_0x40d4b7._0x2c4db0,_0x40d4b7._0x39120d),_0x505ba2);const _0x42ca6e={};return _0x42ca6e[_0x1d99f2(-_0x40d4b7._0x61af0b,0x157,_0x40d4b7._0x599c9b,0xd5)]='1.0.0',_0x42ca6e[_0x1d99f2(_0x40d4b7._0x59fb10,0x341,_0x40d4b7._0x3463b4,_0x40d4b7._0x40c62c)]={},_0x42ca6e;}else{const _0xb41dfb={};_0xb41dfb['skillId']=_0x584c54,_0xb41dfb[_0x5043b4(0x466,_0x40d4b7._0x5aae4c,_0x40d4b7._0x55d149,_0x40d4b7._0x19dd03)]=_0x17ef55[_0x1d99f2(_0x40d4b7._0x19fe47,0x227,_0x40d4b7._0x131c61,_0x40d4b7._0x5e0538)],_0x1e214a[_0x1d99f2(0x352,0x1bd,_0x40d4b7._0x1eaafd,0x23c)](_0x3bdee2['mjKau'],_0xb41dfb);}}}async function saveImportedSkillsRegistry(_0x51fddc){const _0x4e8975={_0x143270:0x597,_0x26d961:0x5e0,_0x18771f:0x4e0,_0x5b5cf6:0x2c4,_0x1224b7:0x237,_0x6e655d:0x379,_0x14404d:0x5c0,_0x277549:0x4c6,_0xd3a22e:0x54a,_0x2332d4:0x41b,_0x43f631:0x517,_0x228288:0x454,_0x46e86b:0x679,_0x10f406:0x55c,_0x58e0ff:0x65b},_0x5550a2={'pNoTq':function(_0x137a3a){return _0x137a3a();}},_0x253a7e=_0x5550a2['pNoTq'](getImportedSkillsRegistryPath);if(!_0x253a7e)return;const _0x37ec06={};_0x37ec06[_0xd77156(_0x4e8975._0x143270,_0x4e8975._0x26d961,0x595,_0x4e8975._0x18771f)]=!![];function _0x420524(_0x123eaa,_0x1f45e4,_0x18da9e,_0x32830b){return _0x3e4cbd(_0x123eaa-0x5f,_0x32830b,_0x18da9e-0x1ed,_0x123eaa- -0x251);}await _0x1195dc[_0x420524(-0x224,-0x257,-0x1a1,-_0x4e8975._0x5b5cf6)](_0x562125[_0x420524(-0x336,-0x28c,-_0x4e8975._0x1224b7,-_0x4e8975._0x6e655d)](_0x253a7e),_0x37ec06);function _0xd77156(_0xb22c6b,_0x2dd2ad,_0x205858,_0x2bd632){return _0x3e4cbd(_0xb22c6b-0x143,_0xb22c6b,_0x205858-0x43,_0x205858-0x530);}await _0x1195dc[_0xd77156(0x4a5,_0x4e8975._0x14404d,_0x4e8975._0x277549,_0x4e8975._0xd3a22e)](_0x253a7e,JSON[_0xd77156(_0x4e8975._0x2332d4,0x4c0,_0x4e8975._0x43f631,_0x4e8975._0x228288)](_0x51fddc,null,0x37*0x19+-0x413*-0x2+0xd83*-0x1),_0xd77156(0x4e0,_0x4e8975._0x46e86b,_0x4e8975._0x10f406,_0x4e8975._0x58e0ff));}async function getSkillFlags(_0x5ca32a){const _0x4172dd={_0x37edc0:0x38b,_0x39e3c4:0x383,_0x5e90fe:0x418,_0x1e4df8:0x7d},_0x5a4bd3={_0x27b944:0x11b,_0x2d95db:0x147,_0x260a21:0x1f1},_0xbe36f7={_0x11c45d:0x2c,_0x574c6f:0x372},_0x47db35={'Psovc':function(_0xaa627c){return _0xaa627c();}};function _0x19021a(_0x176796,_0x4bdcb5,_0x13b7bd,_0x4b7ed3){return _0x3e4cbd(_0x176796-0x18a,_0x13b7bd,_0x13b7bd-_0xbe36f7._0x11c45d,_0x4b7ed3-_0xbe36f7._0x574c6f);}function _0x44134c(_0x27563a,_0x1cfa93,_0x446c82,_0x5ddade){return _0x3e4cbd(_0x27563a-_0x5a4bd3._0x27b944,_0x446c82,_0x446c82-_0x5a4bd3._0x2d95db,_0x27563a- -_0x5a4bd3._0x260a21);}const _0x25ec35=await _0x47db35[_0x19021a(0x30f,_0x4172dd._0x37edc0,_0x4172dd._0x39e3c4,_0x4172dd._0x5e90fe)](loadImportedSkillsRegistry);return _0x25ec35['skills'][_0x5ca32a]?.[_0x44134c(-0xdc,-_0x4172dd._0x1e4df8,-0x154,-0x41)]||{};}async function isSkillReadonly(_0x229391){const _0x810ebe={_0x39b7a2:0x479,_0x1573d5:0x43d,_0x355760:0x3cb,_0x44331d:0x3f3,_0x21c336:0x494,_0x536feb:0x3a8,_0x1b2e18:0x441,_0x3e95c2:0x69c},_0x3ac108={_0x498cae:0x4bf},_0x3ac8e1={_0x2cd040:0x12d,_0x4f8cfd:0x3f9};function _0x4bc299(_0x2a91f5,_0x85abd3,_0x5f5454,_0xbe3dbc){return _0x3e4cbd(_0x2a91f5-_0x3ac8e1._0x2cd040,_0x2a91f5,_0x5f5454-0x169,_0xbe3dbc-_0x3ac8e1._0x4f8cfd);}const _0x1ebf4a={'Bhfdk':function(_0x42f300,_0x232edd){return _0x42f300(_0x232edd);},'yPicI':function(_0x11cc8e,_0x2aff71){return _0x11cc8e===_0x2aff71;},'ZqJjR':function(_0x32caef,_0x1c4237){return _0x32caef===_0x1c4237;}},_0x1382f6=await _0x1ebf4a[_0x4bd435(0x4d4,_0x810ebe._0x39b7a2,0x425,_0x810ebe._0x1573d5)](getSkillFlags,_0x229391);function _0x4bd435(_0x11d952,_0x3ad2fd,_0x5e9adb,_0x12c72b){return _0x3e4cbd(_0x11d952-0x1e4,_0x11d952,_0x5e9adb-0x1e,_0x12c72b-_0x3ac108._0x498cae);}return _0x1ebf4a[_0x4bd435(_0x810ebe._0x355760,_0x810ebe._0x44331d,0x432,_0x810ebe._0x21c336)](_0x1382f6['readonly'],!![])||_0x1ebf4a[_0x4bc299(0x2c5,_0x810ebe._0x536feb,_0x810ebe._0x1b2e18,0x3e2)](_0x1382f6[_0x4bd435(_0x810ebe._0x3e95c2,0x561,0x4ad,0x5a8)],!![]);}function parseSkillMd(_0x1b4d43){const _0x53e5ff={_0x1353e3:0x20c,_0x3c90e1:0x29c,_0x23bbba:0x28f,_0x3610e4:0x349,_0xb82487:0x3b4,_0x16fe6e:0x352,_0x5cffb9:0x6a,_0x3ca927:0x40b,_0xacd526:0x1dc,_0x4ef60c:0x124,_0x2ecedb:0xac,_0x2b4b49:0x4d,_0x2b02dc:0xe6,_0x459578:0x13b,_0x3aab40:0x410,_0x54ae08:0x324,_0x591286:0x143,_0x1aaab3:0x197,_0x1879b8:0x141,_0x23e43e:0x170,_0x179ff4:0x11b,_0x13c74b:0x313,_0xa1f196:0x222,_0x1f03ae:0x2fb,_0x4185a8:0x227,_0x272091:0x3e0,_0x57f08a:0x1f9,_0x41e47c:0x39d,_0x27f36d:0xa4,_0x33e00e:0x11f,_0x274c76:0x209,_0x209bc9:0x121,_0x17848a:0x227,_0x19f69c:0x285,_0x3c764a:0x294,_0x42d7cc:0x340,_0x79a1a4:0x242,_0x12c46f:0x36d,_0x482e93:0x289,_0x4ef192:0x34f,_0x4e87b5:0x341,_0x1fbc8f:0x26e,_0x471574:0x2f3,_0x14b79c:0x159,_0x37943e:0x35c,_0x2faf12:0x1c0,_0x52d150:0x5a1,_0xa2522f:0x4e7,_0x47d1b6:0x2f5,_0x24c56b:0x49a,_0x2b8e81:0x458,_0x48e278:0x480,_0x2fc469:0x33e,_0x2a0a3d:0x36a,_0xfb55cd:0x17f,_0x3c1b7b:0x238,_0x14d87d:0x21d,_0x231b91:0x195,_0xbffd69:0x2c9,_0x49e0aa:0x1af,_0x59c0de:0x409,_0x10fd36:0x31f,_0x59ec82:0x464,_0x3e804c:0xf3,_0x3d348f:0x97,_0x362cd5:0x2a0,_0x46dd18:0x287,_0x44c17e:0x44b,_0x5d1802:0x2c4,_0x937b9c:0x3d6,_0xdcaa6c:0x430,_0x5aab71:0x100,_0x184eed:0x95,_0x5330ca:0x136,_0xe86d6d:0x46f,_0x238da7:0x402},_0x5a9e84={_0x27e32e:0x51,_0x7f0878:0x1dd},_0x55b7bc={_0x368b7d:0x174,_0x3854c9:0x1c0},_0x41ddc6={};_0x41ddc6[_0x4cc53c(-0x293,-0x332,-_0x53e5ff._0x1353e3,-0x220)]=function(_0x480327,_0x494d11){return _0x480327!==_0x494d11;},_0x41ddc6[_0x3e7ad8(_0x53e5ff._0x3c90e1,_0x53e5ff._0x23bbba,_0x53e5ff._0x3610e4,_0x53e5ff._0xb82487)]=function(_0x1a57a3,_0x73692c){return _0x1a57a3<_0x73692c;};function _0x4cc53c(_0x396fe7,_0x15efe6,_0x408bab,_0x2e320d){return _0x3e4cbd(_0x396fe7-_0x55b7bc._0x368b7d,_0x15efe6,_0x408bab-_0x55b7bc._0x3854c9,_0x2e320d- -0x179);}_0x41ddc6[_0x3e7ad8(_0x53e5ff._0x16fe6e,0x358,0x2de,0x275)]=_0x4cc53c(_0x53e5ff._0x5cffb9,-0x150,-0x110,-0x6b),_0x41ddc6['bDjkA']=function(_0x96bb91,_0x2370b9){return _0x96bb91===_0x2370b9;},_0x41ddc6[_0x3e7ad8(0x3e3,_0x53e5ff._0x3ca927,0x397,0x3ff)]=_0x4cc53c(-0x242,-_0x53e5ff._0xacd526,-_0x53e5ff._0x4ef60c,-0x200),_0x41ddc6['AKtIB']=function(_0x5b356b,_0x3451d5){return _0x5b356b+_0x3451d5;},_0x41ddc6[_0x4cc53c(-_0x53e5ff._0x2ecedb,-_0x53e5ff._0x2b4b49,-_0x53e5ff._0x2b02dc,-0xf9)]=_0x4cc53c(-0x142,-_0x53e5ff._0x459578,-0x157,-0x24b)+_0x3e7ad8(_0x53e5ff._0x3aab40,0x509,0x4a6,0x41f);const _0x3da6d0=_0x41ddc6,_0x433656=_0x1b4d43[_0x3e7ad8(0x41d,0x4f1,0x3a5,_0x53e5ff._0x54ae08)]('\x0a');function _0x3e7ad8(_0x273fef,_0x3f3dcc,_0x510106,_0x43a03f){return _0x3e4cbd(_0x273fef-_0x5a9e84._0x27e32e,_0x43a03f,_0x510106-_0x5a9e84._0x7f0878,_0x273fef-0x389);}const _0xe0d629={};let _0x5817a5=![],_0x51675b=![],_0x243d8e=-0x5*0x251+-0x8c9+0x145e;for(let _0x3c57d7=-0x32b+-0xf5*-0x18+-0x25*0x89;_0x3da6d0['UKDTT'](_0x3c57d7,_0x433656['length']);_0x3c57d7++){if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x591286,-0x1bf,-_0x53e5ff._0x1aaab3,-0x1b0)]===_0x4cc53c(-0x177,0x79,0x52,-0x86)){if(_0x3da6d0['FikOl'](_0x5f3a55[_0x4cc53c(-0x2ed,-0x287,-_0x53e5ff._0x1879b8,-0x228)],_0x4cc53c(-_0x53e5ff._0x23e43e,-_0x53e5ff._0x179ff4,-0x1ec,-0x173)))throw _0x2772cc;}else{const _0x2d4212=_0x433656[_0x3c57d7];if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x13c74b,-_0x53e5ff._0xa1f196,-_0x53e5ff._0x1f03ae,-_0x53e5ff._0x4185a8)](_0x3c57d7,-0x22d5+0xf6*0x15+0xea7)&&_0x3da6d0[_0x3e7ad8(0x2db,_0x53e5ff._0x272091,0x394,_0x53e5ff._0x57f08a)](_0x2d4212[_0x4cc53c(-0x366,-_0x53e5ff._0x41e47c,-0x31f,-0x294)](),_0x3da6d0[_0x4cc53c(-0x1fe,-_0x53e5ff._0x27f36d,-0xb2,-_0x53e5ff._0x33e00e)])){_0x5817a5=!![];continue;}if(_0x5817a5){if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x274c76,-0x1b2,-_0x53e5ff._0x209bc9,-_0x53e5ff._0x17848a)](_0x2d4212[_0x4cc53c(-_0x53e5ff._0x19f69c,-0x34b,-0x1ce,-_0x53e5ff._0x3c764a)](),'---')){_0x5817a5=![],_0x51675b=!![],_0x243d8e=_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x42d7cc,-_0x53e5ff._0x79a1a4,-0x263,-0x24a)](_0x3c57d7,0x253d+0x1806+-0x3d42);continue;}const _0xcf7b60=_0x2d4212[_0x3e7ad8(_0x53e5ff._0x12c46f,0x332,0x444,_0x53e5ff._0x482e93)](/^([a-z-]+):\s*(.*)$/);if(_0xcf7b60){const [,_0x5d4d20,_0x230a5a]=_0xcf7b60;if(_0x5d4d20===_0x3da6d0['NNQOB']&&!_0x230a5a[_0x3e7ad8(0x26e,_0x53e5ff._0x4ef192,_0x53e5ff._0x4e87b5,0x37f)]())_0xe0d629[_0x5d4d20]=[];else{if(_0x230a5a[_0x3e7ad8(_0x53e5ff._0x1fbc8f,_0x53e5ff._0x471574,_0x53e5ff._0x14b79c,0x191)]()['startsWith']('[')&&_0x230a5a[_0x4cc53c(-_0x53e5ff._0x37943e,-_0x53e5ff._0x2faf12,-0x1ee,-_0x53e5ff._0x3c764a)]()[_0x3e7ad8(0x4a1,_0x53e5ff._0x52d150,0x3f2,0x47d)](']'))_0xe0d629[_0x5d4d20]=_0x230a5a['trim']()[_0x3e7ad8(0x3d6,_0x53e5ff._0xa2522f,_0x53e5ff._0x47d1b6,_0x53e5ff._0x24c56b)](-0x1*-0x25cf+0x1b59+-0x4127,-(-0x37*-0xad+0x5e5+0x2b0f*-0x1))['split'](',')['map'](_0x47896d=>_0x47896d[_0x3e7ad8(0x26e,0x22b,0x258,0x30e)]())[_0x3e7ad8(_0x53e5ff._0x2b8e81,_0x53e5ff._0x48e278,_0x53e5ff._0x2fc469,_0x53e5ff._0x2a0a3d)](Boolean);else _0x230a5a[_0x3e7ad8(_0x53e5ff._0x1fbc8f,_0x53e5ff._0xfb55cd,_0x53e5ff._0x3c1b7b,_0x53e5ff._0x14d87d)]()&&(_0xe0d629[_0x5d4d20]=_0x230a5a['trim']());}}else{if(_0x2d4212['trim']()[_0x4cc53c(-0x151,-_0x53e5ff._0x231b91,-_0x53e5ff._0xbffd69,-_0x53e5ff._0x49e0aa)]('-\x20')&&_0xe0d629[_0x3da6d0[_0x3e7ad8(_0x53e5ff._0x59c0de,_0x53e5ff._0x10fd36,0x522,_0x53e5ff._0x59ec82)]]){const _0x5558cd=Object[_0x4cc53c(-0xcf,-0x175,-0x11a,-_0x53e5ff._0x3e804c)](_0xe0d629)[_0x4cc53c(-_0x53e5ff._0x3d348f,-_0x53e5ff._0x362cd5,-_0x53e5ff._0x46dd18,-0x194)](_0x232272=>Array[_0x3e7ad8(0x3fb,0x4be,0x4dd,0x451)](_0xe0d629[_0x232272]));_0x5558cd&&_0xe0d629[_0x5558cd][_0x3e7ad8(0x49d,0x54e,_0x53e5ff._0x44c17e,0x56f)](_0x2d4212['trim']()['slice'](0x1*0xe+0x55*-0x3d+0x1435)[_0x4cc53c(-_0x53e5ff._0x5d1802,-0x229,-0x21c,-0x294)]());}}}}}const _0x126c53=_0x51675b?_0x433656[_0x3e7ad8(_0x53e5ff._0x937b9c,0x354,_0x53e5ff._0x3610e4,0x3e4)](_0x243d8e)[_0x3e7ad8(0x3e8,_0x53e5ff._0xdcaa6c,0x40f,0x345)]('\x0a'):_0x1b4d43,_0x5f0644={};return _0x5f0644[_0x4cc53c(-_0x53e5ff._0x5aab71,-_0x53e5ff._0x184eed,-0x206,-_0x53e5ff._0x5330ca)+'r']=_0xe0d629,_0x5f0644[_0x3e7ad8(0x499,0x55f,_0x53e5ff._0xe86d6d,_0x53e5ff._0x238da7)]=_0x126c53,_0x5f0644;}function _0x2dae0c(_0x23ab2b,_0x22fbc9,_0x96b86b,_0x7a098d){const _0x43a974={_0x2ce336:0x24f};return _0xdb5d(_0x22fbc9- -_0x43a974._0x2ce336,_0x23ab2b);}function serializeSkillMd(_0x27c415,_0x383324){const _0x2cf1f9={_0x4c9d4c:0x22d,_0x5bc15d:0x180,_0x2b8c28:0x3fa,_0x51a4c7:0x227,_0x178363:0x3b0,_0x1b0ef2:0x11f,_0x391476:0xeb,_0x473e4a:0x1a4,_0x48c1d8:0x1f8,_0x1e48e8:0x4cc,_0x24dc8e:0x3c5,_0x1f6b4f:0x473,_0x235196:0x4a9,_0x47aeaa:0x2b1,_0x48a90a:0x2ad,_0x5d40f6:0x30a,_0x161744:0x29f,_0x2aac88:0x1ee,_0x4e8074:0x278,_0x4bb0e0:0x21b,_0x2e3781:0x235,_0x5935c0:0x460,_0x3bc1e5:0x2d7,_0x2bbf17:0x37b,_0x483b21:0x303,_0x2a566f:0x286,_0x1e9261:0x339,_0x3153ac:0x2dc,_0x39a4e5:0x3eb,_0x4a612a:0x463,_0x4e028b:0x3ed,_0x2a5002:0x374,_0x3b8cc0:0x3da,_0x22ae07:0x2ff,_0x3d7682:0x412,_0x584f0e:0x1cf,_0x57f40a:0x104,_0x18d631:0x55b,_0x493893:0x301,_0x471f24:0x212,_0x2171c8:0x214,_0x4d19f3:0x1bd,_0x458687:0x192,_0x221dd1:0x4e0,_0x4ad911:0x475,_0x2d8277:0x44e,_0xddecaf:0xf8,_0x34e2d3:0x13a,_0x519f13:0x186,_0x33c597:0x3f,_0x36c6f2:0x490,_0x1f299c:0x4d4,_0x559b04:0x1bb,_0x4090f8:0x1cb,_0x3eba83:0x411,_0x3bdf04:0x4bf,_0x35dca3:0x53f,_0xc93ca8:0x42b,_0x4949e4:0x504,_0x39f8b3:0x363},_0x13ee86={_0x11ce0e:0x17e,_0x5e1670:0x140},_0x4f4e81={_0x363207:0x173,_0x5bf05c:0x139,_0x5dfb5e:0x218},_0x24ce83={};function _0x528034(_0x804b15,_0x35bd73,_0x36b441,_0x1f510e){return _0x3e4cbd(_0x804b15-_0x4f4e81._0x363207,_0x36b441,_0x36b441-_0x4f4e81._0x5bf05c,_0x35bd73- -_0x4f4e81._0x5dfb5e);}function _0x2e405d(_0x5575a8,_0x52481d,_0x428110,_0x48027a){return _0x3e4cbd(_0x5575a8-_0x13ee86._0x11ce0e,_0x5575a8,_0x428110-_0x13ee86._0x5e1670,_0x428110-0x3f0);}_0x24ce83[_0x528034(-_0x2cf1f9._0x4c9d4c,-0x146,-0x182,-_0x2cf1f9._0x5bc15d)]=_0x2e405d(0x237,_0x2cf1f9._0x2b8c28,0x334,_0x2cf1f9._0x51a4c7)+_0x528034(-0x253,-0x294,-0x359,-_0x2cf1f9._0x178363)+_0x528034(-0x100,-_0x2cf1f9._0x1b0ef2,-_0x2cf1f9._0x391476,-_0x2cf1f9._0x473e4a)+_0x528034(-0x257,-0x1f8,-0x2ac,-_0x2cf1f9._0x48c1d8)+_0x2e405d(_0x2cf1f9._0x1e48e8,_0x2cf1f9._0x24dc8e,_0x2cf1f9._0x1f6b4f,_0x2cf1f9._0x235196)+'\x20skill',_0x24ce83[_0x2e405d(0x1c6,_0x2cf1f9._0x47aeaa,0x2d2,_0x2cf1f9._0x48a90a)]=_0x528034(-_0x2cf1f9._0x5d40f6,-_0x2cf1f9._0x161744,-_0x2cf1f9._0x2aac88,-0x1e9),_0x24ce83[_0x528034(-_0x2cf1f9._0x4e8074,-_0x2cf1f9._0x4bb0e0,-_0x2cf1f9._0x2e3781,-0x30b)]=function(_0x17c0f1,_0x3901a2){return _0x17c0f1===_0x3901a2;},_0x24ce83['MobvY']=function(_0xda540c,_0x232fba){return _0xda540c!==_0x232fba;},_0x24ce83[_0x2e405d(0x4ef,0x54d,0x4a8,_0x2cf1f9._0x5935c0)]=_0x2e405d(_0x2cf1f9._0x3bc1e5,0x41a,0x3de,0x3ef);const _0x2000e2=_0x24ce83,_0x455fb5=[_0x2000e2[_0x528034(-_0x2cf1f9._0x2bbf17,-0x336,-_0x2cf1f9._0x483b21,-_0x2cf1f9._0x2a566f)]];for(const [_0x437fec,_0x35b65a]of Object[_0x2e405d(0x300,0x2fd,_0x2cf1f9._0x1e9261,_0x2cf1f9._0x3153ac)](_0x27c415)){if(Array['isArray'](_0x35b65a)){if(_0x2000e2[_0x2e405d(_0x2cf1f9._0x39a4e5,_0x2cf1f9._0x4a612a,_0x2cf1f9._0x4e028b,_0x2cf1f9._0x2a5002)](_0x35b65a[_0x528034(-_0x2cf1f9._0x3b8cc0,-_0x2cf1f9._0x22ae07,-0x416,-_0x2cf1f9._0x3d7682)],0x1e2d+0x11f6+-0x3023))_0x455fb5[_0x528034(-_0x2cf1f9._0x584f0e,-_0x2cf1f9._0x57f40a,-0x97,-0x80)](_0x437fec+_0x2e405d(0x51a,0x4d8,0x4e2,_0x2cf1f9._0x18d631));else{_0x455fb5[_0x528034(-0x1e6,-0x104,-0x52,-0x1bb)](_0x437fec+':');for(const _0x5645b9 of _0x35b65a){_0x455fb5[_0x2e405d(0x5b0,0x525,0x504,0x4e9)]('\x20\x20-\x20'+_0x5645b9);}}}else{if(_0x2000e2[_0x2e405d(0x242,0x3d0,_0x2cf1f9._0x493893,0x271)](_0x35b65a,undefined)&&_0x2000e2['MobvY'](_0x35b65a,null)&&_0x35b65a!==''){if(_0x2000e2[_0x528034(-0x1c4,-0x21b,-0x2b3,-_0x2cf1f9._0x471f24)](_0x528034(-_0x2cf1f9._0x2171c8,-0x187,-_0x2cf1f9._0x4d19f3,-0x8d),_0x2000e2['uKjEX'])){const _0x698371={};_0x698371[_0x528034(-0x1f0,-0x258,-0x326,-_0x2cf1f9._0x458687)]=_0x5c1acb['taskId'],_0x698371[_0x2e405d(_0x2cf1f9._0x221dd1,_0x2cf1f9._0x4ad911,0x4b0,_0x2cf1f9._0x2d8277)]=_0x26af4e,_0x698371['envName']=_0x11ecab,_0x698371[_0x528034(-_0x2cf1f9._0xddecaf,-_0x2cf1f9._0x34e2d3,-_0x2cf1f9._0x519f13,-_0x2cf1f9._0x33c597)]=_0x170baa[_0x2e405d(_0x2cf1f9._0x36c6f2,_0x2cf1f9._0x1f299c,0x3b6,0x2fb)],_0x4a09a5[_0x528034(-_0x2cf1f9._0x559b04,-0x1a9,-_0x2cf1f9._0x4090f8,-0x11f)](_0x2000e2['swxAh'],_0x698371);}else _0x455fb5['push'](_0x437fec+':\x20'+_0x35b65a);}}}return _0x455fb5[_0x2e405d(_0x2cf1f9._0x3eba83,_0x2cf1f9._0x3bdf04,0x504,_0x2cf1f9._0x35dca3)]('---'),_0x455fb5[_0x2e405d(0x41f,_0x2cf1f9._0xc93ca8,_0x2cf1f9._0x4949e4,0x4e3)](''),_0x455fb5['push'](_0x383324),_0x455fb5[_0x2e405d(_0x2cf1f9._0x39f8b3,0x3de,0x44f,0x38b)]('\x0a');}async function requireTaskAuth(_0x55270c,_0x25bde1,_0x58b6db){const _0x2a5885={_0x2bb337:0x230,_0x35d58f:0x23d,_0x4046ea:0x32a,_0x12fa24:0x1f1,_0x3028d8:0x2cb,_0x340902:0x2be,_0x2848b5:0x2a6,_0x2e4436:0xf4,_0x4c6e1e:0x19c,_0x324566:0x61c,_0x166d5b:0x50a,_0x2b0243:0x5a0,_0x1b8dc9:0xb3,_0x37fdb3:0x3db,_0x53c454:0x2b5,_0x1f2007:0x253,_0x15809b:0x45d,_0x82c311:0x3c1,_0x50f5b1:0x4d3,_0x5d2728:0x534,_0x10b89a:0x669,_0x5e296c:0x2f8,_0x452fac:0x2e0,_0x392d4b:0x347,_0x2aa6ad:0x230,_0x3cb867:0x13e,_0x108e0c:0x29a,_0x35af1c:0x21a,_0x2b04d9:0x2d5,_0x109497:0x325,_0x58eeb7:0x5d1,_0x1f4e45:0x4ad,_0x4c1c06:0x1c4,_0x446d8a:0x42,_0x1d438d:0x66,_0x4c0001:0xa4,_0x176e20:0x4f2,_0x3356c1:0x64b,_0x36c7f3:0x569,_0x4c94ea:0x469,_0x30943b:0x162,_0x133f41:0x1c4,_0x20af73:0x246,_0x268ec0:0xe6,_0x499994:0x48d,_0x2a6453:0x559,_0x4d050a:0x5be,_0x42c2f6:0x57a,_0x588434:0x282,_0x66e9c4:0x567,_0x197f89:0x465,_0x3997e4:0x3f6,_0x3912c3:0x411,_0x2289c9:0x3c5,_0x4c4af8:0x4b9,_0x63e9d6:0x453,_0x3a7ce3:0x408,_0x4df9ca:0x463,_0xbb3f2:0x40a,_0x538d10:0x4b9,_0x393084:0x363,_0x504847:0x1d5,_0x2d868f:0x1b1,_0x4b8cc8:0x248,_0x104407:0x3f1,_0x116ee4:0x453,_0x509b3d:0x249,_0x4ea8a4:0x192,_0x8f6835:0xe3,_0x2aaba7:0x127,_0x53b6de:0x1d5,_0x128647:0x14c,_0x1d4737:0x503,_0x11d762:0x40b,_0x3d3138:0x2be,_0x5292ac:0x1f5,_0x509478:0x424,_0xa62f40:0x3b2,_0x395dd3:0x548,_0x484b24:0x509,_0x26132b:0x51b,_0x5cfa1a:0xb5,_0x373253:0x577,_0x486d35:0x4ee,_0x1f5240:0x47d,_0x481ede:0x35e,_0x23c863:0x165,_0x1d443d:0xb2,_0x58cf92:0x11,_0x2d8929:0x12c,_0x210847:0x20a,_0x3c303b:0x2f5,_0x3b2ae3:0xdf,_0x2b319f:0x392,_0x4d49db:0x35d,_0x4c4c68:0xdf,_0x1e77b1:0x14e,_0x3161cf:0x11a,_0x187753:0xc5,_0x80058c:0x10d,_0xe1bed2:0x23b,_0x2e4965:0x239,_0x3ce33a:0x2f2,_0x139f03:0x1d3,_0x41f28f:0x178,_0x1d67dc:0x1a4,_0x542b94:0x3cc,_0x8c8b86:0x46a,_0xe39b29:0x3ba,_0xb34c52:0x1c3,_0x5406e2:0x1a0,_0x5c611e:0x1b3,_0x4f1a40:0x22e,_0x222534:0x417,_0x57c867:0x245,_0x369f83:0x526,_0x3c4c70:0x594,_0x5e313c:0x2b6,_0x499749:0x1e0,_0x40d786:0x22b,_0x4a6c88:0x1ae,_0x8b333e:0x1f7,_0x345972:0x276,_0x26b16c:0x429,_0x11a13c:0x4fc,_0x3173a5:0x50b,_0x469fe4:0x3a2,_0x87d93f:0x423,_0xa6f021:0x401,_0x1d3948:0x3b2,_0x22cb6c:0x208,_0x3bb384:0x5de,_0x3aa75b:0x595,_0x12a8bd:0x658,_0x2db7e3:0x21,_0x5004aa:0x11b,_0x5ed013:0x493,_0x597d49:0x53c,_0x206494:0x5c,_0x425b02:0xb5,_0xd35267:0x161,_0x58ef43:0x231,_0x44d83f:0x2aa,_0x18b224:0x486,_0x5cbbb6:0x3fd,_0x442ba9:0x56a,_0x57563b:0x5ce,_0x5aacf9:0x1fd,_0x2a5a47:0x299,_0x29a7f1:0x272,_0x3dcf2e:0x1f9,_0x37e5e9:0x124,_0x2ff273:0x495,_0x5d5daa:0x595,_0x3e7b4b:0x334,_0x23de20:0x3ce,_0x3e9bbf:0x519,_0x4c540d:0x53e,_0x3063b7:0x544,_0x172bfe:0x51c,_0x2726a0:0x2d4,_0x52de1c:0x46c,_0x22494b:0x3bf,_0x3924d1:0x3f3,_0x44979c:0x480,_0x404437:0x4d4,_0x14e9bb:0x4e8,_0x375dc5:0x4cd,_0x4b1942:0x40f,_0x53eb96:0x631,_0x28653b:0x2ad,_0x6466ac:0xd1,_0xf4f775:0x265,_0x748309:0x394,_0x44ea87:0x311,_0x1ddd1b:0x3ee,_0x4d2e18:0x46a,_0x417855:0x12f,_0x50c074:0x225,_0x4af35c:0x158,_0x14b959:0x18e,_0x1ff5c0:0xfd,_0x3aa7ac:0xd2,_0x16da6b:0x3e,_0x3f8abf:0x668,_0x84b1c9:0x320,_0x2085fb:0x284,_0x2b883e:0xc1,_0x4f5216:0x3bd,_0x159eee:0x6e1,_0xda1e60:0x1d5,_0x260914:0x1c3,_0x335465:0x2ae,_0x425101:0x2d8,_0x8c8527:0x3e8,_0x5f5701:0x6a7,_0x2f5259:0x59f,_0x4f71fd:0x508,_0x3bcfa8:0x578,_0xfa7181:0x4ac,_0x2571b0:0x32d,_0x3b5714:0x421,_0x11a5fb:0x63d,_0x4217e3:0x526,_0x20123d:0x5c3,_0x2e9ab5:0x524,_0x2a8f2f:0x507,_0x2ca79b:0x61c,_0x48bf77:0x46a,_0x3f4a4c:0x491,_0x1c50a1:0x556,_0x39cb1f:0x44a,_0x33f897:0x452,_0x1f49ec:0x516,_0x3be292:0x5ce,_0x4b614c:0x5ce,_0x35b37b:0x37f,_0x305139:0x41a,_0xbeb104:0x5ad,_0x37943c:0x6dc,_0x544452:0xbf,_0x4687a9:0x4f,_0x1a8a91:0x574,_0x16ec8c:0x2fd,_0x3c3528:0x23a,_0x209c6c:0x3c8,_0x5eb878:0x534,_0x937b50:0x1c1,_0x3218f7:0x1de,_0x1608a4:0x1f7,_0x619837:0x20a,_0x1b9a1d:0x582,_0x5e7a8f:0x1ba,_0x4d679c:0x1f5,_0x43b85d:0xf6,_0x27672a:0x301},_0x3487ee={_0x2c58f4:0x0,_0x3768e8:0x1b9},_0x4d35d4={'cSNcg':_0x18aba5(-_0x2a5885._0x2bb337,-_0x2a5885._0x35d58f,-_0x2a5885._0x4046ea,-0x317)+_0x18aba5(-_0x2a5885._0x12fa24,-0x236,-0x277,-_0x2a5885._0x3028d8)+_0x18aba5(-_0x2a5885._0x340902,-0x1b8,-0x28f,-_0x2a5885._0x2848b5)+_0x18aba5(-_0x2a5885._0x2e4436,-0x1a8,-0x203,-_0x2a5885._0x4c6e1e),'RGAqp':_0x2f7473(_0x2a5885._0x324566,_0x2a5885._0x166d5b,0x54a,_0x2a5885._0x2b0243)+_0x18aba5(-0x5e,-_0x2a5885._0x1b8dc9,-0x1d0,0x64)+'r','XacDt':_0x2f7473(0x356,_0x2a5885._0x37fdb3,0x437,0x3db)+_0x18aba5(-_0x2a5885._0x53c454,-_0x2a5885._0x1f2007,-0x2d0,-0x171)+'uest\x20missi'+_0x2f7473(_0x2a5885._0x15809b,_0x2a5885._0x82c311,_0x2a5885._0x50f5b1,0x577)+_0x2f7473(_0x2a5885._0x5d2728,_0x2a5885._0x10b89a,0x55e,0x50b),'xvKGz':_0x18aba5(-_0x2a5885._0x5e296c,-0x260,-_0x2a5885._0x452fac,-0x1cf)+'ed','UjiFs':function(_0x1f45b2,_0x1ae34a){return _0x1f45b2!==_0x1ae34a;},'RQlPO':'ZjqNl','JeOer':_0x18aba5(-_0x2a5885._0x392d4b,-_0x2a5885._0x2aa6ad,-_0x2a5885._0x3cb867,-0x242),'LiCct':'Skill\x20mana'+_0x18aba5(-0x35e,-_0x2a5885._0x1f2007,-_0x2a5885._0x108e0c,-0x241)+_0x18aba5(-0x1a6,-_0x2a5885._0x35af1c,-_0x2a5885._0x2b04d9,-_0x2a5885._0x109497)+_0x2f7473(_0x2a5885._0x58eeb7,0x4a0,0x4d6,_0x2a5885._0x1f4e45)+_0x18aba5(-0xf4,-0x205,-_0x2a5885._0x4c1c06,-0x1d9),'TEwqF':_0x18aba5(-_0x2a5885._0x446d8a,-0x142,-_0x2a5885._0x1d438d,-_0x2a5885._0x4c0001)+'t','dkqrd':_0x2f7473(_0x2a5885._0x176e20,_0x2a5885._0x3356c1,_0x2a5885._0x36c7f3,_0x2a5885._0x4c94ea)+'o\x20associat'+_0x18aba5(-_0x2a5885._0x30943b,-_0x2a5885._0x133f41,-_0x2a5885._0x20af73,-_0x2a5885._0x268ec0)+_0x2f7473(0x4f8,0x4f9,_0x2a5885._0x499994,0x472),'JzBia':function(_0x18ab0f,_0x133f01){return _0x18ab0f(_0x133f01);},'xBYdT':_0x2f7473(_0x2a5885._0x2a6453,_0x2a5885._0x4d050a,_0x2a5885._0x42c2f6,0x59b),'rwNQG':_0x18aba5(-_0x2a5885._0x588434,-0x2c8,-0x36d,-0x320)+_0x2f7473(0x4ae,0x665,_0x2a5885._0x66e9c4,_0x2a5885._0x197f89),'DdHAs':function(_0x115abd,_0x1dfe91,_0x41b887,_0x5a80c5){return _0x115abd(_0x1dfe91,_0x41b887,_0x5a80c5);},'YGOpv':'skills:tas'+_0x2f7473(_0x2a5885._0x3997e4,0x416,_0x2a5885._0x3912c3,_0x2a5885._0x2289c9),'nlFtF':_0x2f7473(_0x2a5885._0x4c4af8,0x493,0x466,_0x2a5885._0x63e9d6)+_0x2f7473(0x524,0x32c,0x416,_0x2a5885._0x3a7ce3)+_0x2f7473(_0x2a5885._0x4df9ca,0x327,_0x2a5885._0xbb3f2,_0x2a5885._0x538d10)+_0x2f7473(0x455,0x4dc,0x440,_0x2a5885._0x393084),'UbDvf':_0x18aba5(-_0x2a5885._0x504847,-_0x2a5885._0x2d868f,-0xa0,-0xed)+'not\x20have\x20p'+_0x18aba5(-0x199,-0x1f0,-_0x2a5885._0x4b8cc8,-0x2f3)+_0x2f7473(0x671,0x584,0x57c,0x64d)+_0x2f7473(0x48d,0x46a,_0x2a5885._0x104407,_0x2a5885._0x116ee4)+_0x18aba5(-_0x2a5885._0x509b3d,-_0x2a5885._0x4ea8a4,-0x279,-_0x2a5885._0x8f6835),'mlhfI':'Environmen'+_0x18aba5(-_0x2a5885._0x2aaba7,-_0x2a5885._0x53b6de,-0x2dd,-_0x2a5885._0x128647)+'d','KSOZU':_0x2f7473(0x4fd,0x53d,_0x2a5885._0x1d4737,_0x2a5885._0x11d762),'opGVA':function(_0x5cab1a){return _0x5cab1a();}},_0xe6dfa5=_0x55270c[_0x18aba5(-0x2de,-_0x2a5885._0x3d3138,-0x1ab,-_0x2a5885._0x5292ac)][_0x2f7473(0x49c,_0x2a5885._0x509478,_0x2a5885._0xa62f40,0x304)];if(!_0xe6dfa5){logger[_0x2f7473(_0x2a5885._0x395dd3,_0x2a5885._0x484b24,0x526,_0x2a5885._0x26132b)](_0x4d35d4[_0x18aba5(0x3c,-_0x2a5885._0x5cfa1a,-0x1b6,-0x1c0)]);const _0x4c2662={};return _0x4c2662[_0x2f7473(0x51e,0x52f,0x595,_0x2a5885._0x373253)]=_0x4d35d4['xvKGz'],_0x4c2662[_0x2f7473(_0x2a5885._0x486d35,0x491,_0x2a5885._0x1f5240,_0x2a5885._0x481ede)]=_0x18aba5(-_0x2a5885._0x23c863,-_0x2a5885._0x1d443d,-_0x2a5885._0x58cf92,-_0x2a5885._0x2d8929)+_0x18aba5(-0x2b2,-0x285,-0x1ef,-0x1a4)+'ader',_0x25bde1[_0x18aba5(-0x105,-_0x2a5885._0x210847,-0x266,-_0x2a5885._0x3c303b)](-0x36c+-0x15c8+0x1ac5)['json'](_0x4c2662);}if(!tasks){logger[_0x18aba5(-0x43,-_0x2a5885._0x3b2ae3,-0x4f,-0x1ba)](_0x4d35d4[_0x2f7473(_0x2a5885._0x2b319f,0x3a1,0x3c9,_0x2a5885._0x4d49db)]);const _0x5e266b={};return _0x5e266b[_0x18aba5(-0xbe,-_0x2a5885._0x4c4c68,0xe,-_0x2a5885._0x1e77b1)]='Internal\x20S'+_0x18aba5(-0x138,-0xb3,-_0x2a5885._0x3161cf,-_0x2a5885._0x187753)+'r',_0x5e266b[_0x18aba5(-_0x2a5885._0x80058c,-0x1f7,-0x152,-0x247)]=_0x18aba5(-_0x2a5885._0xe1bed2,-0x202,-_0x2a5885._0x2e4965,-_0x2a5885._0x3ce33a)+_0x18aba5(-_0x2a5885._0x139f03,-0xf7,-_0x2a5885._0x41f28f,-_0x2a5885._0x1d67dc)+_0x18aba5(-0x33f,-0x22d,-0x10f,-0x337),_0x25bde1[_0x2f7473(0x42f,_0x2a5885._0x542b94,_0x2a5885._0x8c8b86,_0x2a5885._0xe39b29)](-0x82*-0x13+-0x1952+0x11a0)['json'](_0x5e266b);}function _0x18aba5(_0x4cb2b6,_0x2b1d5b,_0x4737b6,_0x54fde7){return _0x3e4cbd(_0x4cb2b6-_0x3487ee._0x2c58f4,_0x54fde7,_0x4737b6-_0x3487ee._0x3768e8,_0x2b1d5b- -0x1bd);}const _0x593723=tasks[_0x18aba5(-_0x2a5885._0xb34c52,-0x233,-0x1dc,-0x322)](_0xe6dfa5);if(!_0x593723){if(_0x4d35d4[_0x18aba5(-0xa1,-_0x2a5885._0x5406e2,-0x1a9,-_0x2a5885._0x5c611e)](_0x4d35d4[_0x18aba5(-0x12a,-0x22b,-_0x2a5885._0x4f1a40,-0x1c0)],_0x4d35d4[_0x2f7473(0x3b0,0x3c6,0x476,_0x2a5885._0x222534)])){const _0x4cd484={};_0x4cd484[_0x18aba5(-_0x2a5885._0x57c867,-0x1fd,-_0x2a5885._0x5c611e,-0x1a0)]=_0xe6dfa5,logger[_0x2f7473(0x536,0x444,_0x2a5885._0x369f83,0x52b)](_0x4d35d4[_0x2f7473(0x5c7,0x5cc,_0x2a5885._0x3c4c70,0x4b8)],_0x4cd484);const _0x59a3e2={};return _0x59a3e2['error']=_0x4d35d4[_0x18aba5(-_0x2a5885._0x5e313c,-0x1de,-_0x2a5885._0x499749,-_0x2a5885._0x40d786)],_0x59a3e2[_0x18aba5(-_0x2a5885._0x4a6c88,-_0x2a5885._0x8b333e,-0x272,-_0x2a5885._0x345972)]=_0x2f7473(_0x2a5885._0x26b16c,0x578,_0x2a5885._0x11a13c,_0x2a5885._0x3173a5)+_0x2f7473(_0x2a5885._0x469fe4,0x57f,0x46f,_0x2a5885._0x87d93f),_0x25bde1[_0x2f7473(0x537,_0x2a5885._0xa6f021,0x46a,_0x2a5885._0x1d3948)](-0x2135+0x2648+0x382*-0x1)[_0x18aba5(-0x22d,-_0x2a5885._0x22cb6c,-0x1b1,-0x319)](_0x59a3e2);}else{_0x2fa13f['error'](_0x4d35d4['cSNcg']);const _0x5b7438={};return _0x5b7438[_0x2f7473(_0x2a5885._0x3bb384,0x569,_0x2a5885._0x3aa75b,_0x2a5885._0x12a8bd)]=_0x4d35d4[_0x18aba5(_0x2a5885._0x2db7e3,-0xc5,0x4b,-_0x2a5885._0x5004aa)],_0x5b7438[_0x2f7473(0x535,0x585,_0x2a5885._0x1f5240,0x47e)]=_0x2f7473(0x535,_0x2a5885._0x5ed013,0x472,_0x2a5885._0x597d49)+_0x18aba5(0x16,-0xf7,-_0x2a5885._0x206494,-_0x2a5885._0x425b02)+_0x18aba5(-_0x2a5885._0xd35267,-0x22d,-_0x2a5885._0x58ef43,-_0x2a5885._0x44d83f),_0x49a28a[_0x2f7473(_0x2a5885._0x18b224,_0x2a5885._0x5cbbb6,_0x2a5885._0x8c8b86,0x48e)](0x21*-0x2+0x1372*0x1+0x2*-0x89e)['json'](_0x5b7438);}}if(!_0x593723[_0x2f7473(0x522,_0x2a5885._0x442ba9,_0x2a5885._0x57563b,0x602)+'t']){const _0x28bf99={};_0x28bf99[_0x18aba5(-0x1be,-_0x2a5885._0x5aacf9,-_0x2a5885._0x2a5a47,-_0x2a5885._0x29a7f1)]=_0xe6dfa5,logger[_0x2f7473(0x531,0x5cb,_0x2a5885._0x369f83,0x513)](_0x18aba5(-_0x2a5885._0x3dcf2e,-0x10b,-_0x2a5885._0x37e5e9,-0x1e3)+'o\x20environm'+_0x2f7473(0x5d8,0x5de,0x4be,0x4d9),_0x28bf99);const _0x35e049={};return _0x35e049[_0x2f7473(_0x2a5885._0x2ff273,0x4c9,_0x2a5885._0x5d5daa,0x4f3)]=_0x4d35d4[_0x2f7473(_0x2a5885._0x395dd3,_0x2a5885._0x3e7b4b,0x42b,_0x2a5885._0x23de20)],_0x35e049[_0x2f7473(0x4c7,0x556,0x47d,_0x2a5885._0x3e9bbf)]=_0x4d35d4[_0x2f7473(_0x2a5885._0x4c540d,0x543,_0x2a5885._0x3063b7,_0x2a5885._0x172bfe)],_0x25bde1[_0x18aba5(-0x23f,-0x20a,-0x15d,-_0x2a5885._0x2726a0)](0xc36+0x212e+-0x2bd4)[_0x2f7473(0x3e9,0x4fd,_0x2a5885._0x52de1c,_0x2a5885._0x22494b)](_0x35e049);}const _0x19f6c2=_0x593723[_0x18aba5(-0x28c,-0x254,-0x265,-0x2fe)]?.['userId'],_0x5980a4=await _0x4d35d4[_0x2f7473(_0x2a5885._0xbb3f2,0x344,_0x2a5885._0x3924d1,_0x2a5885._0x44979c)](findUserById,_0x19f6c2);if(!_0x5980a4){if(_0x4d35d4[_0x2f7473(0x459,0x4e3,_0x2a5885._0x404437,0x3f9)](_0x2f7473(_0x2a5885._0x14e9bb,0x537,_0x2a5885._0x375dc5,_0x2a5885._0x26b16c),_0x4d35d4[_0x2f7473(_0x2a5885._0x4b1942,_0x2a5885._0x53eb96,0x52a,0x5d3)])){const _0xe0cd90={};_0xe0cd90['taskId']=_0xe6dfa5,_0xe0cd90[_0x18aba5(-0x258,-_0x2a5885._0x28653b,-0x39d,-0x313)]=_0x19f6c2,logger[_0x18aba5(-0x1c1,-_0x2a5885._0x1e77b1,-_0x2a5885._0x6466ac,-_0x2a5885._0xf4f775)](_0x4d35d4[_0x2f7473(_0x2a5885._0x748309,_0x2a5885._0x44ea87,_0x2a5885._0x1ddd1b,_0x2a5885._0x4d2e18)],_0xe0cd90);const _0x1eaf41={};return _0x1eaf41[_0x18aba5(-0x18a,-_0x2a5885._0x3b2ae3,-0x7a,-_0x2a5885._0x417855)]=_0x4d35d4[_0x18aba5(-0x24b,-0x1de,-_0x2a5885._0x50c074,-_0x2a5885._0x4af35c)],_0x1eaf41[_0x18aba5(-0x1fb,-0x1f7,-_0x2a5885._0x14b959,-_0x2a5885._0x1ff5c0)]=_0x18aba5(-0x7a,-_0x2a5885._0x3aa7ac,-_0x2a5885._0x16da6b,-0x95)+_0x2f7473(0x66a,_0x2a5885._0x3f8abf,0x5c8,0x4f4),_0x25bde1[_0x18aba5(-0x14e,-0x20a,-_0x2a5885._0x84b1c9,-0x14d)](0x5f*0x47+0x259d+-0x3e65)[_0x18aba5(-_0x2a5885._0x2085fb,-0x208,-0x283,-0xf6)](_0x1eaf41);}else{const _0x3b8f1f=_0x10a4ea[_0x18aba5(-_0x2a5885._0x2b883e,-0x137,-0x11f,-0x1a5)](_0x4ed77f)[_0x2f7473(0x3f1,0x54e,0x49c,_0x2a5885._0x4f5216)](_0x30899c=>_0x17f8ab['isArray'](_0x4c49f7[_0x30899c]));_0x3b8f1f&&_0x2ad9ff[_0x3b8f1f][_0x2f7473(0x670,0x543,0x5cb,_0x2a5885._0x159eee)](_0x38cb3c[_0x2f7473(0x298,0x499,0x39c,0x309)]()[_0x18aba5(-_0x2a5885._0xda1e60,-0x170,-0x27f,-_0x2a5885._0x260914)](0x1d0*-0x9+0xb97+0x4bb)[_0x18aba5(-_0x2a5885._0x335465,-_0x2a5885._0x425101,-_0x2a5885._0x8c8527,-0x2ce)]());}}if(!await _0x4d35d4['DdHAs'](hasPermission,_0x5980a4['id'],_0x4d35d4['YGOpv'],_0x593723[_0x2f7473(_0x2a5885._0x5f5701,_0x2a5885._0x2f5259,0x5ce,0x679)+'t'])){const _0x57afe3={};_0x57afe3[_0x2f7473(_0x2a5885._0x4f71fd,_0x2a5885._0x3bcfa8,0x477,_0x2a5885._0xfa7181)]=_0xe6dfa5,_0x57afe3['userId']=_0x5980a4['id'],_0x57afe3['username']=_0x5980a4[_0x2f7473(0x2f6,_0x2a5885._0x2571b0,0x3f6,0x42c)],logger[_0x2f7473(_0x2a5885._0x3b5714,_0x2a5885._0x11a5fb,_0x2a5885._0x4217e3,0x5c9)](_0x4d35d4[_0x2f7473(_0x2a5885._0x20123d,_0x2a5885._0x2e9ab5,0x571,0x4b2)],_0x57afe3);const _0x2f3b8f={};return _0x2f3b8f[_0x2f7473(_0x2a5885._0x2a8f2f,0x619,_0x2a5885._0x3aa75b,0x574)]=_0x2f7473(_0x2a5885._0x2ca79b,0x5d6,0x509,0x3e9),_0x2f3b8f['message']=_0x4d35d4['UbDvf'],_0x25bde1[_0x2f7473(0x4e2,0x3e7,_0x2a5885._0x48bf77,0x4dc)](-0x7*-0x3fd+0x192b*0x1+0x3383*-0x1)[_0x2f7473(0x4f0,_0x2a5885._0x3f4a4c,0x46c,_0x2a5885._0x1c50a1)](_0x2f3b8f);}_0x55270c['callingTas'+'k']=_0x593723,_0x55270c[_0x2f7473(_0x2a5885._0x4df9ca,_0x2a5885._0x39cb1f,_0x2a5885._0x33f897,0x479)]=_0x5980a4;function _0x2f7473(_0x1fa632,_0x5933a7,_0x4a2bcd,_0x10c4a0){return _0x3e4cbd(_0x1fa632-0x3d,_0x5933a7,_0x4a2bcd-0x59,_0x4a2bcd-0x4b7);}_0x55270c['environmen'+_0x2f7473(0x4eb,0x646,0x5c4,0x4ce)]=_0x593723[_0x2f7473(_0x2a5885._0x1f49ec,0x6a8,_0x2a5885._0x3be292,0x68c)+'t'];const _0x6520f0=coderConfig?.['environmen'+'ts']?.[_0x593723[_0x2f7473(0x554,0x55d,_0x2a5885._0x4b614c,0x686)+'t']];if(!_0x6520f0){const _0x7dfc68={};_0x7dfc68[_0x2f7473(0x4a2,_0x2a5885._0x35b37b,0x477,_0x2a5885._0x305139)]=_0xe6dfa5,_0x7dfc68['environmen'+'t']=_0x593723[_0x2f7473(_0x2a5885._0xbeb104,_0x2a5885._0x37943c,_0x2a5885._0x57563b,0x4db)+'t'],logger[_0x18aba5(-_0x2a5885._0x2e4436,-0x14e,-_0x2a5885._0x544452,-_0x2a5885._0x4687a9)](_0x4d35d4[_0x2f7473(0x4ee,0x603,_0x2a5885._0x1a8a91,0x568)],_0x7dfc68);const _0x5e798b={};return _0x5e798b[_0x2f7473(0x5cf,_0x2a5885._0x11a5fb,0x595,0x60e)]=_0x4d35d4[_0x18aba5(-_0x2a5885._0x16ec8c,-_0x2a5885._0x3c3528,-0x1bb,-_0x2a5885._0x210847)],_0x5e798b[_0x2f7473(0x44b,_0x2a5885._0x209c6c,_0x2a5885._0x1f5240,_0x2a5885._0x5eb878)]=_0x4d35d4[_0x18aba5(-_0x2a5885._0x937b50,-0x100,-_0x2a5885._0x3218f7,-0xc7)],_0x25bde1[_0x18aba5(-_0x2a5885._0x1608a4,-_0x2a5885._0x619837,-0xf5,-0x216)](-0x2*0x585+-0xbb*0x4+0x6*0x297)['json'](_0x5e798b);}_0x55270c[_0x2f7473(0x556,0x637,_0x2a5885._0x3be292,_0x2a5885._0x1b9a1d)+_0x18aba5(-_0x2a5885._0x5e7a8f,-0x270,-0x295,-0x38c)]=_0x6520f0,_0x55270c[_0x18aba5(-0xf2,-_0x2a5885._0x4d679c,-_0x2a5885._0x2848b5,-_0x2a5885._0x43b85d)+_0x2f7473(0x5cb,0x5cf,0x5bc,0x61c)]=_0x6520f0['skills']||[],_0x4d35d4[_0x18aba5(-_0x2a5885._0x27672a,-0x299,-0x260,-0x30d)](_0x58b6db);}async function validateSkillAccess(_0x566407,_0x9cef14,_0x1e1bb7){const _0x399f0b={_0x5a8df7:0x1d6,_0x19de6b:0x2ca,_0x2e842e:0x1f7,_0x54d9b3:0x226,_0x451338:0x15f,_0x1894f3:0x300,_0x7ae9b4:0x2a3,_0x1d2d1c:0x27e,_0x5df7c6:0x1a3,_0x285b6c:0x18e,_0x3865cb:0x64,_0x3466c3:0x162,_0x5e8a10:0x190,_0x360537:0x111,_0x2803e3:0x203,_0x5ebdd0:0x1ae,_0xe968da:0x155,_0x2b9171:0xf4,_0x334209:0x88,_0x3deb70:0x319,_0x13b818:0x2c5,_0x3126fd:0x101,_0x51f607:0x13,_0x2f4385:0xf2,_0x2ebfe8:0x1f2,_0x228486:0x57,_0x58decf:0x7,_0x2c4d38:0xc4,_0xa2e2b5:0x12b,_0x44a482:0x64,_0x2f3fbd:0x43,_0x2f9702:0x1c5,_0x1b343e:0x127,_0x3d8c34:0x1e,_0x2daa33:0x16d,_0x58929b:0xed,_0x116c4e:0x60,_0x419432:0x6,_0x2bf5c9:0x1a4,_0x4409cf:0x240,_0xabe44c:0x31,_0x3094ba:0x17f,_0x3e2d7a:0x22f,_0x188f1a:0xb9,_0x48f522:0x10e,_0x46aca3:0x1b7,_0x53ecd7:0x1e8,_0x2f1527:0x79,_0x24a442:0xd7,_0x3ff68a:0x96,_0xb8b6fa:0x3a,_0xe8dc9e:0x12e,_0x3e84e3:0x41,_0x535d18:0x8e,_0x291cfc:0x145,_0x196f8b:0x124,_0x20249c:0x199,_0x36c91d:0x98,_0x57c86d:0x21,_0x5b3ab2:0x8a,_0x2496d9:0x121,_0x45ea64:0x11c,_0x3c5060:0x1c8,_0x4edb80:0x221,_0x17e7c2:0x86,_0x32e551:0x107,_0x5b5eaa:0xc2,_0x1462ce:0x239,_0x4d4399:0x23,_0x591187:0x150,_0x59d8a7:0xa2,_0x2b61d5:0x34,_0x5b3ae0:0xaf,_0xcecf1:0x8d,_0x11ef01:0x5d,_0x908a9:0xec,_0x441a1a:0x1c,_0x1f5b18:0x5e,_0x12bc3a:0x86,_0xe167e:0x58,_0x1cbdb0:0xd9,_0x5164aa:0x1c2,_0x40387c:0xf5,_0x446adf:0x200,_0x2a4bda:0x1a5,_0x903353:0x355,_0xcac24c:0x1c4,_0x5e7661:0x17d,_0x2935cc:0x10e,_0x13ab2b:0x16c,_0x5d42e1:0x61,_0x287a64:0xb5,_0x310090:0x21b,_0x1abd0c:0x33a,_0x34d98e:0x119,_0x1090c0:0xdb,_0xe04e15:0x46,_0x2d8244:0x49,_0x2cabc8:0x54,_0x31e74c:0xdb,_0x5d21fe:0x136,_0xf2c0c5:0x4e,_0x14f326:0x157,_0x2c056e:0x106,_0x390fe2:0x266},_0x581b4d={_0x5f117f:0x196,_0xdd15a1:0x15b},_0x1bc778={_0x2dcf5c:0xd8},_0x48f0bf={'kqoXe':_0x189afc(_0x399f0b._0x5a8df7,0x229,0x1fd,_0x399f0b._0x19de6b)+'t','nhPwi':_0x189afc(_0x399f0b._0x2e842e,_0x399f0b._0x54d9b3,0x30d,_0x399f0b._0x451338)+_0x189afc(0x214,0x31c,_0x399f0b._0x1894f3,_0x399f0b._0x7ae9b4),'MsUiI':_0x189afc(0x233,_0x399f0b._0x1d2d1c,_0x399f0b._0x5df7c6,_0x399f0b._0x285b6c)+_0x4021d3(-0xb0,_0x399f0b._0x3865cb,0x46,-0xa1)+'o\x20environm'+_0x189afc(_0x399f0b._0x3466c3,0x62,0xa6,_0x399f0b._0x5e8a10),'rXsnV':'Forbidden','NQuIz':_0x189afc(_0x399f0b._0x360537,_0x399f0b._0x2803e3,_0x399f0b._0x5ebdd0,0x17e)+_0x4021d3(0x10d,_0x399f0b._0xe968da,0x36,_0x399f0b._0x2b9171)+_0x189afc(0x4e,-0x86,-_0x399f0b._0x334209,0x10e)+_0x189afc(0x272,_0x399f0b._0x3deb70,0x178,_0x399f0b._0x13b818)+'t','AUVpY':function(_0x33de56,_0x45c299){return _0x33de56(_0x45c299);},'vaxqY':_0x4021d3(_0x399f0b._0x3126fd,_0x399f0b._0x51f607,0x43,0x4b)+_0x4021d3(_0x399f0b._0x2f4385,0x3d,_0x399f0b._0x2ebfe8,_0x399f0b._0x228486)+_0x4021d3(-_0x399f0b._0x58decf,_0x399f0b._0x2c4d38,-0xdc,0x54)+'\x20from\x20task','TRhIs':_0x189afc(_0x399f0b._0xa2e2b5,_0x399f0b._0x44a482,_0x399f0b._0x2f3fbd,0xc3)+'\x20is\x20read-o'+_0x189afc(0x1b7,0xae,_0x399f0b._0x2f9702,0x1bb)+_0x189afc(_0x399f0b._0x1b343e,_0x399f0b._0x3d8c34,0x239,_0x399f0b._0x2daa33)+_0x189afc(_0x399f0b._0x2f3fbd,0xeb,0x4e,_0x399f0b._0x58929b),'YPyZg':function(_0x3029b9){return _0x3029b9();}},{skillId:_0x7ebaec}=_0x566407['params'],{callingTask:_0x3f3241,assignedSkills:_0x514d37}=_0x566407;if(_0x7ebaec[_0x4021d3(_0x399f0b._0x116c4e,_0x399f0b._0x419432,-0x66,0xa1)]('/')||_0x7ebaec[_0x189afc(_0x399f0b._0x2bf5c9,0x1be,0x142,_0x399f0b._0x4409cf)]('\x5c')||_0x7ebaec['includes']('..')){const _0x1dbbb4={};return _0x1dbbb4['error']=_0x48f0bf[_0x4021d3(-0x40,0x8c,_0x399f0b._0xabe44c,0xc7)],_0x1dbbb4[_0x189afc(0x121,0x1fb,_0x399f0b._0x3094ba,0x1e5)]=_0x48f0bf[_0x189afc(0x182,0xfa,_0x399f0b._0x3e2d7a,_0x399f0b._0x188f1a)],_0x9cef14[_0x189afc(_0x399f0b._0x48f522,_0x399f0b._0x46aca3,_0x399f0b._0x53ecd7,_0x399f0b._0x2f1527)](0xa53*0x3+-0xa*0x43+-0x1*0x1acb)[_0x4021d3(-0x34,0x7,-0x13b,0x62)](_0x1dbbb4);}if(!_0x514d37['includes'](_0x7ebaec)){const _0xd5db85={};_0xd5db85['taskId']=_0x3f3241['taskId'],_0xd5db85[_0x4021d3(_0x399f0b._0x24a442,0xfa,_0x399f0b._0x3ff68a,-_0x399f0b._0xb8b6fa)]=_0x7ebaec,_0xd5db85[_0x4021d3(_0x399f0b._0xe8dc9e,0x7f,_0x399f0b._0x3e84e3,_0x399f0b._0x535d18)+'t']=_0x566407[_0x4021d3(_0x399f0b._0xe8dc9e,_0x399f0b._0x291cfc,0x4b,0x212)+_0x4021d3(_0x399f0b._0x196f8b,_0x399f0b._0x20249c,_0x399f0b._0x36c91d,0x1fd)],_0xd5db85[_0x4021d3(-_0x399f0b._0x57c86d,-_0x399f0b._0x5b3ab2,0x62,-_0x399f0b._0x2496d9)+_0x4021d3(_0x399f0b._0x45ea64,_0x399f0b._0x3c5060,0x15d,_0x399f0b._0x4edb80)]=_0x514d37,logger[_0x4021d3(_0x399f0b._0x17e7c2,-0x2,_0x399f0b._0x32e551,-0x2)](_0x48f0bf[_0x4021d3(0x2b,0xd4,_0x399f0b._0x5b5eaa,-0xda)],_0xd5db85);const _0x1cd6a1={};return _0x1cd6a1[_0x189afc(_0x399f0b._0x1462ce,0x1eb,0x2ee,0x250)]=_0x48f0bf['rXsnV'],_0x1cd6a1[_0x4021d3(-_0x399f0b._0x4d4399,-0x4,-0x3,0xa)]=_0x48f0bf['NQuIz'],_0x9cef14[_0x189afc(0x10e,_0x399f0b._0x591187,_0x399f0b._0x59d8a7,0x1f)](-0x2038+-0x47*0x21+0x2af2)[_0x4021d3(-_0x399f0b._0x2b61d5,0xb5,0x52,-0xe7)](_0x1cd6a1);}if(await _0x48f0bf[_0x4021d3(_0x399f0b._0x5b3ae0,_0x399f0b._0x419432,_0x399f0b._0xcecf1,-_0x399f0b._0x11ef01)](isSkillReadonly,_0x7ebaec)){const _0x379381={};_0x379381[_0x189afc(0x11b,0x9,_0x399f0b._0x908a9,_0x399f0b._0x441a1a)]=_0x3f3241[_0x4021d3(-0x29,-_0x399f0b._0x1f5b18,-0x99,0x2d)],_0x379381['skillId']=_0x7ebaec,logger[_0x4021d3(_0x399f0b._0x12bc3a,-0x60,_0x399f0b._0x5df7c6,_0x399f0b._0xe167e)](_0x48f0bf[_0x189afc(0xf3,_0x399f0b._0x1cbdb0,_0x399f0b._0x5164aa,0x12f)],_0x379381);const _0x18f10f={};return _0x18f10f[_0x4021d3(_0x399f0b._0x40387c,0x24,0x1f5,0x19d)]=_0x48f0bf['rXsnV'],_0x18f10f[_0x189afc(_0x399f0b._0x2496d9,_0x399f0b._0x446adf,0x1e1,_0x399f0b._0x2a4bda)]=_0x48f0bf[_0x189afc(0x243,_0x399f0b._0x903353,_0x399f0b._0xcac24c,_0x399f0b._0x5e7661)],_0x9cef14[_0x189afc(_0x399f0b._0x2935cc,0x40,_0x399f0b._0x13ab2b,_0x399f0b._0x5d42e1)](-0x206+0x2*-0xa7f+0x1897)[_0x4021d3(-_0x399f0b._0x2b61d5,-0x13b,-0x10,-_0x399f0b._0x287a64)](_0x18f10f);}_0x566407[_0x189afc(_0x399f0b._0x310090,_0x399f0b._0x1abd0c,0x2d9,0x1f2)]=_0x7ebaec,_0x566407[_0x4021d3(0x1,0xb1,_0x399f0b._0x34d98e,_0x399f0b._0x1090c0)]=_0x562125[_0x4021d3(0x76,-_0x399f0b._0xe04e15,0x6e,-_0x399f0b._0x2d8244)](setupPath,'skills');function _0x4021d3(_0x36c4c3,_0x1ec11c,_0x460ed2,_0x4ac851){return _0x3e4cbd(_0x36c4c3-_0x1bc778._0x2dcf5c,_0x4ac851,_0x460ed2-0x192,_0x36c4c3-0x17);}function _0x189afc(_0xd99956,_0x1223a8,_0x2fcd7d,_0x53a9e9){return _0x3e4cbd(_0xd99956-_0x581b4d._0x5f117f,_0x53a9e9,_0x2fcd7d-0x3d,_0xd99956-_0x581b4d._0xdd15a1);}_0x566407[_0x4021d3(_0x399f0b._0x2cabc8,_0x399f0b._0x31e74c,_0x399f0b._0x5d21fe,-_0x399f0b._0xf2c0c5)]=_0x562125['join'](setupPath,'skills',_0x7ebaec),_0x48f0bf[_0x189afc(_0x399f0b._0x14f326,_0x399f0b._0x2c056e,_0x399f0b._0x390fe2,0x266)](_0x1e1bb7);}router[_0x3e4cbd(-0x47,-0xd,0x6f,-0x76)](_0x2dae0c(-0x2b,-0x96,-0xd3,-0x112),requireTaskAuth,async(_0x3c9dc8,_0x58fb22)=>{const _0x3479b0={_0x4d71ee:0x99,_0x2976ff:0x24,_0x2132bd:0x23a,_0x39ff31:0x1d7,_0x3189f1:0x168,_0x3b0f4b:0x47a,_0x126310:0x452,_0x124933:0x51f,_0x40e62f:0x415,_0x9231ef:0x3be,_0x41a7c0:0x3f7,_0x2d97e9:0xe,_0x4c6fdf:0x14d,_0xd22ec8:0xc5,_0x49f149:0x378,_0x1379bc:0x79,_0x5a6f7c:0x9a,_0xa42b6c:0x117,_0x432fe5:0x49,_0x1bb6d9:0x196,_0x33f7bc:0xed,_0x171fac:0x18a,_0xb60d74:0x20e,_0x8ad201:0x310,_0x2e65e6:0x3cd,_0x1b432d:0x13,_0x2b1d06:0x91,_0x51d702:0xaa,_0xba0ba3:0x373,_0x463a6d:0x44f,_0x3008c4:0x6,_0x1d29c2:0x12,_0x89794a:0x22,_0x32f22a:0x45,_0x2014f9:0x41,_0x502111:0xe6,_0x5710f0:0x29d,_0x7b938c:0x35a,_0x11b450:0x3ab,_0x5bcdb0:0x24e,_0x40ab26:0x5e,_0x4785bb:0x13f,_0x15b007:0x9c,_0x261166:0x26,_0x2eb3bb:0x407,_0x23ee56:0x521,_0x5c0524:0x57,_0x558f05:0x48,_0x5d4d29:0xe,_0x3f17ae:0x1,_0x4fdf57:0x15e,_0x2fa925:0x2e2,_0x17fe69:0x2ed,_0x514f11:0x24d,_0x46bc17:0x163,_0x5a9094:0x133,_0x3f3b15:0x9a,_0x11ff57:0x497,_0x22b913:0x42a,_0x722de8:0x3af,_0x4d8a9a:0x61,_0xb17dee:0x39,_0x45f9ce:0x342,_0x3fdfbe:0x31a,_0x1c1284:0xc4,_0x4b9528:0x3c3,_0x3e88c7:0x2aa,_0x452f4a:0x2c6},_0x43a719={_0x14b63f:0x405,_0x1595e8:0x92},_0x55a1d2={_0x2a7723:0x1ae};function _0x4e5a75(_0x218fa4,_0x47e74e,_0x4f1e37,_0x5d4dd4){return _0x2dae0c(_0x5d4dd4,_0x4f1e37-0x12c,_0x4f1e37-0x18b,_0x5d4dd4-_0x55a1d2._0x2a7723);}const _0x4457ad={'tWiKs':_0x4e5a75(-_0x3479b0._0x4d71ee,-0xb8,_0x3479b0._0x2976ff,-0x3b)+_0x1fe05c(0x19d,_0x3479b0._0x2132bd,_0x3479b0._0x39ff31,_0x3479b0._0x3189f1)+_0x1fe05c(_0x3479b0._0x3b0f4b,_0x3479b0._0x126310,0x3f3,_0x3479b0._0x124933),'ucQMU':_0x1fe05c(0x3f3,_0x3479b0._0x40e62f,_0x3479b0._0x9231ef,_0x3479b0._0x41a7c0),'KwRHA':'cGOSH','CWNWT':_0x4e5a75(-_0x3479b0._0x2d97e9,_0x3479b0._0x4c6fdf,0x4b,_0x3479b0._0xd22ec8),'ecffC':_0x1fe05c(0x278,_0x3479b0._0x49f149,0x277,0x397),'JnXEl':function(_0x462884,_0x3cf287){return _0x462884(_0x3cf287);},'dLGOl':function(_0x549684,_0x1439e4){return _0x549684!==_0x1439e4;},'nSxEg':_0x4e5a75(0x184,0x49,_0x3479b0._0x1379bc,_0x3479b0._0x5a6f7c),'IvBLt':_0x4e5a75(-_0x3479b0._0xa42b6c,-0xf9,-_0x3479b0._0x432fe5,0xa7)+'read\x20skill'},{callingTask:_0x36506f,environmentName:_0x351aa6,assignedSkills:_0x3ca5df}=_0x3c9dc8,_0x368be5={};_0x368be5['taskId']=_0x36506f[_0x1fe05c(0x24d,0x30c,0x257,0x422)],_0x368be5[_0x4e5a75(_0x3479b0._0x1bb6d9,_0x3479b0._0x33f7bc,_0x3479b0._0x171fac,_0x3479b0._0xb60d74)+'t']=_0x351aa6,logger[_0x1fe05c(_0x3479b0._0x8ad201,_0x3479b0._0x2e65e6,0x495,0x453)](_0x4457ad[_0x4e5a75(0x119,_0x3479b0._0x1b432d,_0x3479b0._0x2b1d06,_0x3479b0._0x51d702)],_0x368be5);const _0x25c178=_0x562125[_0x1fe05c(_0x3479b0._0xba0ba3,0x3ab,_0x3479b0._0x463a6d,0x4b4)](setupPath,_0x4457ad[_0x4e5a75(-0xf7,_0x3479b0._0x3008c4,-_0x3479b0._0x1d29c2,_0x3479b0._0x89794a)]),_0x5e205f=[];function _0x1fe05c(_0x45a1ef,_0x966e78,_0xcb102f,_0x471c4b){return _0x2dae0c(_0x45a1ef,_0x966e78-_0x43a719._0x14b63f,_0xcb102f-0x103,_0x471c4b-_0x43a719._0x1595e8);}for(const _0x506028 of _0x3ca5df){const _0x4d2269=_0x562125['join'](_0x25c178,_0x506028,_0x1fe05c(0x430,0x3ec,0x401,0x2e0));try{if(_0x4457ad[_0x4e5a75(-0x39,_0x3479b0._0x32f22a,_0x3479b0._0x2014f9,_0x3479b0._0x502111)]!==_0x4457ad[_0x1fe05c(0x28b,0x273,0x201,_0x3479b0._0x5710f0)]){const _0xec9ce2=await _0x1195dc[_0x1fe05c(0x21e,0x281,_0x3479b0._0x7b938c,0x35a)](_0x4d2269,_0x4457ad[_0x1fe05c(0x265,0x329,_0x3479b0._0x11b450,_0x3479b0._0x5bcdb0)]),{frontmatter:_0x2aeb45}=_0x4457ad[_0x4e5a75(-0xbc,0x86,-0x26,-_0x3479b0._0x40ab26)](parseSkillMd,_0xec9ce2),_0x468450=await _0x4457ad[_0x4e5a75(-_0x3479b0._0x4785bb,_0x3479b0._0x15b007,-_0x3479b0._0x261166,-0x62)](isSkillReadonly,_0x506028),_0x352bd2={};_0x352bd2['id']=_0x506028,_0x352bd2[_0x1fe05c(0x411,_0x3479b0._0x2eb3bb,_0x3479b0._0x23ee56,0x464)]=_0x2aeb45[_0x1fe05c(0x374,0x407,0x3ad,0x4a3)]||_0x506028,_0x352bd2[_0x4e5a75(0x90,0x70,-_0x3479b0._0x5c0524,-_0x3479b0._0x558f05)+'n']=_0x2aeb45[_0x4e5a75(_0x3479b0._0x5d4d29,_0x3479b0._0x3f17ae,-0x57,-_0x3479b0._0x4fdf57)+'n']||'',_0x352bd2[_0x1fe05c(_0x3479b0._0x2fa925,_0x3479b0._0x17fe69,0x3e7,_0x3479b0._0x514f11)]=!_0x468450,_0x5e205f[_0x4e5a75(_0x3479b0._0x46bc17,0xa8,0x187,0x1ec)](_0x352bd2);}else _0xc99fcc['environmen'+'ts'][_0x194e8][_0x1fe05c(0x3de,0x415,0x372,0x448)]=[];}catch(_0x4c20b8){if(_0x4457ad[_0x1fe05c(0x3ed,0x3a2,_0x3479b0._0x9231ef,0x466)](_0x4c20b8['code'],_0x4457ad['nSxEg'])){const _0x246c49={};_0x246c49[_0x4e5a75(_0x3479b0._0x2014f9,0x1e3,_0x3479b0._0x5a9094,_0x3479b0._0x3f3b15)]=_0x506028,_0x246c49[_0x1fe05c(_0x3479b0._0x11ff57,_0x3479b0._0x22b913,0x46e,_0x3479b0._0x722de8)]=_0x4c20b8[_0x4e5a75(-_0x3479b0._0x4d8a9a,0x28,_0x3479b0._0xb17dee,-0xd0)],logger[_0x1fe05c(_0x3479b0._0x45f9ce,0x3bb,_0x3479b0._0x3fdfbe,0x3c9)](_0x4457ad[_0x4e5a75(0x52,-0x9d,-0xaa,-_0x3479b0._0x1c1284)],_0x246c49);}}}const _0x122edb={};_0x122edb[_0x1fe05c(0x483,0x415,0x46c,_0x3479b0._0x4b9528)]=_0x5e205f,_0x122edb[_0x4e5a75(0x297,0x276,0x18a,0x19f)+'t']=_0x351aa6,_0x58fb22[_0x1fe05c(_0x3479b0._0x3e88c7,0x301,_0x3479b0._0x452f4a,0x323)](_0x122edb);}),router[_0x2dae0c(-0x1c7,-0xb0,-0x18c,-0x1a4)](_0x3e4cbd(-0xa2,-0x31,0x36,0x23),requireTaskAuth,async(_0x36c49b,_0xa68373)=>{const _0x2498d9={_0x356a67:0x93,_0x1b53c9:0x5e8,_0x5abb70:0x128,_0x10acf3:0x18e,_0x3d38d5:0xa5,_0x34e313:0x1a4,_0x4d3a8d:0x514,_0x1787fb:0x4a7,_0x2a8083:0x4a3,_0x557aab:0xfa,_0x24f16d:0x163,_0x3fa336:0x206,_0x311542:0x626,_0x209d04:0x6b0,_0x391907:0x4d5,_0x1ca711:0x349,_0x4cb18d:0x158,_0x1c50bb:0x5c,_0x5ba2b5:0x123,_0x466851:0x107,_0x342b49:0x7,_0x52865d:0x3d,_0x313454:0x29d,_0x1475a6:0x503,_0x3eb1a7:0x4b4,_0x47da88:0x4e0,_0xec2ac0:0x40a,_0x47ca64:0x50d,_0x3e1819:0x518,_0x37b961:0xd9,_0x331879:0x63e,_0x48e968:0x4ab,_0x136bb8:0x5af,_0x3245be:0x4df,_0x471a66:0x5d4,_0x2b7b6f:0x54e,_0x5b876b:0x4b9,_0x580a16:0x135,_0x18b5ae:0x2c8,_0x41c6cd:0x1b9,_0x2d76df:0x458,_0xd638c5:0x3f2,_0x2e4e58:0x159,_0xede5d6:0x286,_0xa4d502:0x1ab,_0xe684d0:0x25a,_0x241d7c:0x179,_0x5f597a:0xf9,_0x1b4c2c:0x19f,_0x1cd7b7:0x149,_0x38bf99:0x53e,_0x3cc759:0x5ed,_0x420179:0x1ab,_0x19bce2:0x150,_0x2f5661:0x300,_0x49ca8b:0x225,_0x1e0e59:0x16e,_0xafd750:0x23c,_0x3b6ec7:0x218,_0x2afbfa:0x532,_0x3b45c0:0x5bd,_0x50143a:0x617,_0x7282b:0x29f,_0xc85fe2:0x44c,_0x30d932:0xb6,_0x354cda:0x4c,_0x26c202:0x55,_0x35a7b0:0x537,_0x62dd07:0x5f5,_0x5c77bc:0x68,_0xe2a50a:0x17,_0x504863:0x4b8,_0x21af2d:0x4e6,_0x58f182:0x1ed,_0x35c8c9:0x229,_0x204834:0x1f6,_0x5dda51:0x542,_0x2cb004:0x4ee,_0x26d1d7:0x470,_0xabd675:0x5ff,_0x1b8af7:0x4ed,_0x2c5410:0x204,_0x3b4346:0x126,_0x4b85c0:0x1d2,_0x17a334:0xf5,_0x476c06:0x45e,_0x1d0b78:0x5c0,_0x56cda1:0x53a,_0x88bceb:0x5f9,_0x15d8ce:0x5ae,_0x29735f:0x22c,_0x5a162e:0x110,_0x4b7e49:0x48a,_0x3c2243:0x492,_0x64137d:0x205,_0x3df50a:0x557,_0xf1c5fd:0x519,_0x359ac4:0x552,_0x1a6a97:0x621,_0xdcf7df:0x61d,_0x3455ab:0x510,_0x200caf:0x3d9,_0x4bde68:0x3ff,_0xff34c5:0x4a8,_0x59fa6d:0x423,_0x3a3448:0x4eb,_0x7b00f4:0x4d2,_0x3c5fb8:0x54d,_0x3f636b:0x433,_0x32ec19:0x43c,_0x2ab5a7:0xbf,_0x496bb2:0xb4,_0x117fa5:0xcf,_0x4e4fac:0x3aa,_0x232d2d:0x440,_0x327cdf:0x595,_0x24a695:0x4a5,_0x2d5390:0x70,_0x505474:0x5,_0x58994f:0x4e4,_0x195b60:0x3a5,_0x42026d:0x476,_0x2367ba:0x4dc,_0x2a069b:0x180,_0x5ea49b:0x8c,_0xe106e0:0x248,_0x144ae9:0x233,_0x823606:0x13f,_0xfac1c5:0x626,_0x3fb604:0x583,_0x583ef7:0x3b5,_0x3f6ac9:0x75,_0x2ce524:0x188,_0x218e59:0x66,_0xc21d8f:0x3f,_0x421fc5:0x533,_0x1fb036:0x4e9,_0xc191fe:0xc4,_0x10139b:0x40f,_0x11e52b:0x4bf,_0x5db48b:0x1ef,_0x4aca5f:0x121,_0x25a6b1:0x62,_0x30b66b:0x30,_0x24cbf4:0x43f,_0x4f6394:0x29,_0x57164d:0xf7,_0x2df4b4:0x148,_0x145e04:0x46e,_0x5e6a9e:0x24a,_0x5f3aac:0x53f,_0x965c57:0x506,_0x1011ed:0x42b,_0x2dbb39:0xe5,_0x49bd32:0x5e4,_0x304776:0x3da,_0x1e0b5c:0x3f8,_0x553a31:0x58,_0x438709:0x115,_0x187a9e:0x78,_0x1129b4:0x3ef,_0x4b65a9:0x71d,_0x54d193:0x64a,_0x19ec3b:0x605,_0xf8db18:0x562,_0xf49e81:0x591,_0x515dd9:0x68a,_0x418d6c:0x5aa,_0x36ce29:0x40,_0x1b39aa:0x70,_0x44b13a:0xd1,_0x318b51:0x590,_0x4117ad:0x6d0,_0x18bd58:0x3be,_0x4d27b0:0x11a,_0x3cbce6:0x1d8,_0x180d7b:0x4d,_0x15ff8d:0x16d,_0x1f7bdd:0x148,_0x20a653:0x476,_0x1873d2:0x52f,_0xa6cfd0:0x315,_0x172634:0x3f0,_0x100d22:0x4fa,_0xad279f:0x489,_0x32bef3:0x61,_0x424fee:0x1fe,_0x2b7a39:0x101,_0x1baef0:0x1be,_0x2d61b9:0x14c,_0x527543:0x44b,_0xccea91:0x4bd,_0x18d8f4:0x4ce,_0xf6f19e:0x4fb,_0x2fa9fb:0x4bf,_0x1dc90c:0x496,_0x10747b:0x5ca,_0x543dac:0x69b,_0x2fd538:0x4e,_0x5d00ce:0x9,_0x6d98eb:0x2b,_0x5413cf:0x30,_0x12d76b:0x64,_0x52ecb2:0x173,_0x750cd9:0x3ac,_0x2d5490:0x44e,_0xfd18c0:0x3bd,_0x455495:0x597,_0x44b7b7:0x41d,_0x404568:0x4f3,_0x1ad011:0x238,_0xd6990e:0x1c2,_0x248fde:0x171,_0x5110e2:0x93,_0x3c98a8:0x194,_0x16ffba:0xad,_0x1ae7c5:0xf3,_0x46d81b:0x1c5,_0x1a94e8:0xff,_0x23a060:0x38e,_0x10a583:0x42a,_0x23cbff:0x4aa,_0x1566bd:0x5ae,_0x2832b9:0x5f0,_0x53eb9b:0x5d1,_0x33ea05:0x62c,_0x32f9b1:0x18a,_0x4deba8:0xc,_0x37b3c3:0x87,_0x164712:0x95,_0x843966:0x4e,_0x4200a2:0x1b3,_0x3031b4:0xc5,_0x49e3c5:0x64c,_0x159eeb:0x517,_0x33ad7e:0x553,_0x2217f4:0x643,_0x58c2ee:0x4f6,_0x42d710:0x598,_0x5a4226:0x4d0,_0xa179bc:0x51d,_0x582bc0:0xfe,_0x5c5f90:0x72,_0x6d5664:0x4aa,_0x27ca34:0x52d,_0x5f52c0:0x4bf,_0xa182d5:0x545,_0x5498a3:0x466,_0x37ebdd:0x63d,_0x16a0fc:0x30,_0x2da2ac:0x41,_0x21fd84:0xd8,_0x17a754:0xaf,_0x56fdff:0x6df,_0x255b39:0x671,_0x84490b:0x656,_0x3b354b:0x14e,_0x5acc52:0x7d,_0x41e455:0x8b,_0x2e861f:0xca,_0x673f3:0x41a,_0x54af31:0x61d,_0x3532bd:0x4b7,_0xd4aa72:0x71,_0x502d9a:0x89,_0x4a9615:0x30,_0x4b8da9:0x497,_0x1ebbde:0x550,_0x540b5b:0x6cf,_0x3a3096:0x1c3,_0x22fee3:0x4f0,_0x1afe0f:0x59f,_0x54b302:0x2c5,_0x5c5d95:0x120,_0x1b7556:0x2e3,_0x2b1219:0x460,_0x328e4c:0x442,_0x57769e:0x45b,_0xabd111:0x5e0,_0x387cda:0x5ac,_0x591a8c:0x67e,_0x2f2519:0x237,_0x2cd3cb:0x217,_0x401c33:0x27f,_0x1abb33:0x198,_0x5c95cc:0x1b8,_0x58bdd6:0x68,_0x5c04df:0x23,_0x4fe69f:0xc1,_0x4e4f87:0x5e,_0x493237:0x500,_0x4f49c3:0x490,_0x192a3b:0x621,_0x181eef:0x4fd,_0x5f3e62:0x588,_0x21649f:0x475,_0x56ca7d:0x537,_0x32d1b3:0x61c,_0x2010f2:0x5c5,_0x1ec5d4:0x4d7,_0x44e4c7:0x13a,_0x471a42:0x1a2,_0x1177c7:0x12d,_0x9fb586:0x1f5,_0x3a9fb2:0x4f,_0x3a14e5:0xd4,_0x1953da:0x1b1,_0x50ff38:0xf6,_0x3b26e6:0x623,_0x344790:0x5f1,_0x119eef:0x67b,_0x46a320:0x680,_0x2a42fc:0x56c,_0x3b082d:0x692,_0x49c91a:0x5ce,_0x4ffa35:0x579,_0x39776b:0x106,_0x41ba62:0x30,_0x366c97:0x1c0,_0x484d2d:0x1d4,_0x5bf8a7:0x615,_0x169c5b:0x491,_0x146a4b:0x4bd,_0x5986a4:0x4c7,_0x20f661:0x137,_0x18f566:0x54,_0x25dbb8:0xce,_0x2a43b5:0x4e5,_0x26d794:0x54a,_0x1170ff:0x485,_0x34046c:0x52e,_0x45a5ee:0x4e4,_0x57733d:0x582,_0x38bf36:0x44c,_0x7de0b0:0x178,_0x4be25f:0x42,_0x17e07a:0x75,_0x5a2d9b:0x5fe,_0x7993b1:0x624,_0xfc0ed2:0x6a9,_0x5090b3:0x9,_0xd7207f:0x465,_0x34d70f:0x3dc,_0x15b73e:0x9f,_0x2c60a2:0x45,_0x2b4757:0x5b9,_0x35ba02:0x151,_0x3f41a7:0x39,_0x333b23:0x95,_0x269a5f:0x167,_0x5550b4:0x14b,_0xba3756:0x37,_0x151bf2:0x5b,_0x33b9ed:0x589,_0x55d44a:0x55a,_0x14abf7:0x4d2,_0x10a0bf:0x44c,_0x2ac765:0x361,_0x2c89e3:0x4ea,_0xec3113:0x430,_0x42a4fc:0x3b0,_0x114818:0x27,_0x4f190c:0x1b0,_0x21a4b4:0x5cd,_0x368675:0x6cd,_0x50a1cf:0x61e,_0xe0bf37:0x60d,_0x23e9b0:0x532,_0x3d31c1:0x47f,_0xacae59:0x57d,_0x1690f5:0x3a,_0x21f5e2:0x8a,_0x28faff:0x59a,_0x1ca0e2:0x569,_0x43dcb3:0x2a8,_0x7d1eca:0x20e,_0x417fb7:0x416,_0x1de627:0x4b8,_0x1515ea:0x116,_0x3ba6ee:0x45,_0x51c49a:0xed,_0x5e45e2:0x50f,_0x340241:0x351,_0x24d10b:0x3f3,_0x5917f6:0x4cc,_0x2d66d7:0x6e7,_0x1d3509:0x4e3,_0x4aecdc:0x5b3,_0x553fdf:0x655,_0x359612:0x5e8,_0x411959:0x52a,_0x2ff100:0x431,_0xbd43ff:0x54b,_0x4da9be:0x15b,_0x2feafc:0x135,_0x312529:0x4b6,_0xe6877d:0x612,_0x511092:0x438,_0x4da62d:0x8d,_0x1a8de7:0x426,_0x4ff925:0x5b7,_0x2b5f71:0x632,_0x906968:0x8,_0x3442bb:0x564,_0x1a9437:0x5da,_0x5d599f:0x6d5,_0xb3a29f:0x149,_0x301bf8:0x1ff,_0x2e7b8b:0x1f9,_0x60166e:0x621,_0x3edd3a:0x467,_0x5ab63d:0x25,_0xd2f7d0:0x3fe,_0x49618b:0x23f,_0x285789:0x61b,_0x4ef341:0x621,_0x114c43:0x70a,_0x160442:0x4f1,_0xee0131:0x401,_0x3077a3:0x3f7,_0x2fda1a:0x73,_0x16d890:0x559,_0x42a30b:0x5ef,_0x5d030b:0x528,_0x3ee5a4:0x9f,_0x1143e8:0x1b0,_0x1d3561:0x156,_0x576467:0xeb,_0x92340f:0x1da,_0xf6eb51:0x565,_0x13a043:0x621,_0x550070:0x680,_0x40c79f:0x163,_0x15f62e:0x134,_0x258c70:0x88,_0x4d838c:0x11b,_0x4de123:0x9,_0x273e78:0x69a,_0x4af9bc:0x717,_0x2be791:0x486,_0x415c8d:0x4a0,_0x1e5ccd:0x83,_0x2372fa:0x97,_0x24b3f3:0xa2,_0x2c4c39:0x7c,_0x7a3f63:0x156,_0x25bf22:0x260,_0x2b0aca:0x212,_0x4ebe5b:0xef,_0x345a75:0x104,_0x227d71:0x30,_0xb9148e:0x4e,_0x1c1ace:0x119,_0x2cabcb:0xd0,_0x5b6450:0x1a7,_0x2d2069:0x48b,_0x4b5ede:0x484,_0x5340cd:0x3ee,_0xfcbe68:0x604,_0x4af5ac:0x606,_0x27981d:0x375,_0x5c15cf:0x5aa,_0x45a77e:0x4f4,_0x9735c4:0x5f7,_0x49087d:0x5ba,_0x4bdf1a:0x221,_0x53078f:0x138,_0x3b79df:0x52,_0x3bcb54:0x5ca,_0x532aae:0x559,_0x4a0f94:0x5d3,_0x2ef242:0x99,_0x291b99:0x595,_0x10cfc6:0x630,_0x378274:0x311,_0x3fbc54:0x1fe,_0x3049d7:0x478,_0x4c22d0:0x59c,_0x2a2e7c:0x26c,_0x3d0c1f:0x152,_0xe8155b:0xaa,_0x5ad4c1:0xb6,_0xcf44ca:0x22,_0x515ccb:0x63f,_0x52b2b4:0x564,_0x2d62f2:0x3fa,_0x4ce7d5:0x7b,_0x3fcc80:0x3d7,_0x54f92d:0x3af,_0x1e2965:0x4bf,_0x47960c:0x41b,_0x101ed7:0x25b,_0x3c1b95:0x14e,_0x2f5a1f:0x1ed,_0x3efcf8:0x14,_0x4d07cc:0x1d3,_0x4cd914:0x1ea,_0x496ffd:0x253,_0x476f4b:0xe7,_0x5023bd:0x6,_0x2828d5:0xdc,_0x5ada2a:0x105,_0x4f68e1:0x19c,_0x53b5c8:0xa9,_0x2bc134:0x57c,_0x55b7e7:0x619,_0x1d6658:0x593,_0x16c1fa:0x2b,_0x33fab3:0x5d2,_0x45efc2:0x59d,_0x382aa4:0x98,_0x5b1191:0x11,_0x5f2354:0x4,_0x18e3a6:0x425,_0x3368ec:0x521,_0x38e48a:0x4b6,_0x1a6099:0x181},_0x483e2d={_0x1bf2b2:0xa8},_0x1ccf6b={_0x5ba97b:0x55,_0x9336b6:0x13c},_0xb5410f={'oDxCs':_0x40359e(-0xac,-0xc4,-0x98,-_0x2498d9._0x356a67)+'t','UVaEX':_0x2ddc78(0x4a2,_0x2498d9._0x1b53c9,0x50e,0x5b0)+'le\x20path','npmtn':_0x40359e(-0x81,-0xce,-_0x2498d9._0x5abb70,-_0x2498d9._0x10acf3)+_0x40359e(-_0x2498d9._0x3d38d5,-0x231,-0x15a,-_0x2498d9._0x34e313)+_0x2ddc78(_0x2498d9._0x4d3a8d,_0x2498d9._0x1787fb,_0x2498d9._0x2a8083,0x50f)+_0x40359e(-_0x2498d9._0x557aab,-_0x2498d9._0x24f16d,-_0x2498d9._0x3fa336,-0xf2)+_0x2ddc78(_0x2498d9._0x311542,_0x2498d9._0x209d04,0x5b1,0x655),'BTDlP':_0x2ddc78(0x45b,_0x2498d9._0x391907,0x467,_0x2498d9._0x1ca711)+'ed','VXsUo':_0x40359e(-_0x2498d9._0x4cb18d,-0xad,-0x13d,-_0x2498d9._0x1c50bb)+_0x40359e(-0x246,-0x31f,-0x1c9,-0x20a)+_0x40359e(-_0x2498d9._0x5ba2b5,-0x1cf,-0x1dd,-_0x2498d9._0x466851),'odBQq':_0x40359e(_0x2498d9._0x342b49,-_0x2498d9._0x52865d,0x6,-0x5c)+_0x40359e(-0xc7,-_0x2498d9._0x313454,-0xf4,-0x19c)+_0x2ddc78(0x4c2,0x44a,_0x2498d9._0x1475a6,0x445)+_0x2ddc78(0x443,_0x2498d9._0x3eb1a7,_0x2498d9._0x47da88,_0x2498d9._0xec2ac0),'WDUBh':function(_0x53ccb2,_0xc54a40){return _0x53ccb2!==_0xc54a40;},'iKXLz':function(_0x114676,_0x3571d2){return _0x114676!==_0x3571d2;},'jhoOQ':'string','RgzOn':'Skill\x20ID\x20i'+_0x2ddc78(0x4fd,0x4f1,_0x2498d9._0x47ca64,_0x2498d9._0x3e1819)+_0x40359e(-_0x2498d9._0x4cb18d,-0x50,-0x3c,-_0x2498d9._0x37b961)+'be\x20a\x20strin'+'g','HZqkI':_0x2ddc78(_0x2498d9._0x331879,_0x2498d9._0x48e968,_0x2498d9._0x136bb8,_0x2498d9._0x3245be)+_0x2ddc78(_0x2498d9._0x471a66,_0x2498d9._0x2b7b6f,0x57b,_0x2498d9._0x5b876b)+_0x40359e(-0x12d,-0xf5,-_0x2498d9._0x580a16,-0x1f4)+_0x40359e(-0x113,-_0x2498d9._0x18b5ae,-0x13e,-_0x2498d9._0x41c6cd),'YDbcg':_0x2ddc78(_0x2498d9._0x2d76df,0x5d0,0x4ed,_0x2498d9._0xd638c5)+'n\x20is\x20requi'+_0x40359e(-_0x2498d9._0x2e4e58,-0xce,-_0x2498d9._0xede5d6,-_0x2498d9._0xa4d502)+_0x40359e(-0x253,-_0x2498d9._0xe684d0,-0x7b,-_0x2498d9._0x241d7c)+'ring','VfVkw':function(_0x44ec27,_0x15300e){return _0x44ec27===_0x15300e;},'jHpWf':_0x40359e(-0x237,-_0x2498d9._0x5f597a,-_0x2498d9._0x1b4c2c,-_0x2498d9._0x1cd7b7),'qZxLW':_0x2ddc78(0x605,_0x2498d9._0x38bf99,_0x2498d9._0x3cc759,0x5e0)+_0x40359e(-_0x2498d9._0x420179,-0x92,-_0x2498d9._0x19bce2,-0x9d)+_0x40359e(-0x127,-_0x2498d9._0x2f5661,-_0x2498d9._0x49ca8b,-0x1f4)+_0x40359e(-_0x2498d9._0x1e0e59,-0x23c,-0x23d,-_0x2498d9._0x41c6cd),'HekcB':_0x40359e(-_0x2498d9._0xafd750,-_0x2498d9._0x41c6cd,-_0x2498d9._0x3b6ec7,-0x132),'UoQvI':'nSnZB','Zezvg':'Skill\x20ID\x20m'+'ust\x20contai'+_0x2ddc78(_0x2498d9._0x2afbfa,0x602,_0x2498d9._0x3b45c0,_0x2498d9._0x50143a)+_0x40359e(-0x322,-0x145,-_0x2498d9._0x7282b,-0x232)+'characters'+',\x20hyphens,'+'\x20and\x20under'+_0x2ddc78(0x43b,0x523,_0x2498d9._0xc85fe2,0x3fc),'apJNq':_0x40359e(-0x12b,-_0x2498d9._0x30d932,-0x6a,-0x72)+_0x40359e(-0xe2,_0x2498d9._0x354cda,-0x17,-_0x2498d9._0x26c202),'mpQiH':_0x2ddc78(_0x2498d9._0x35a7b0,_0x2498d9._0x62dd07,0x5d3,0x629),'WRtla':_0x40359e(_0x2498d9._0x5c77bc,_0x2498d9._0xe2a50a,-0x122,-0x6e),'lUIKs':_0x2ddc78(0x3b5,0x55a,_0x2498d9._0x504863,_0x2498d9._0x21af2d)+_0x40359e(-_0x2498d9._0x58f182,-0x2c3,-_0x2498d9._0x35c8c9,-_0x2498d9._0x204834),'SDTpz':function(_0x4fc38d,_0x114e10){return _0x4fc38d===_0x114e10;},'jBiXt':_0x2ddc78(_0x2498d9._0x5dda51,_0x2498d9._0x2cb004,0x4b5,_0x2498d9._0x26d1d7),'PPyIN':_0x2ddc78(0x61d,_0x2498d9._0xabd675,0x510,_0x2498d9._0x1b8af7),'kmJsa':function(_0x391836,_0x4a88dc){return _0x391836!==_0x4a88dc;},'wSBMi':_0x40359e(-0xff,-0x274,-0x1c4,-0x180),'TsFoV':_0x40359e(-_0x2498d9._0x2c5410,-_0x2498d9._0x3b4346,-_0x2498d9._0x4b85c0,-_0x2498d9._0x17a334),'GDHUT':function(_0x5e9c76,_0x2fb143){return _0x5e9c76>_0x2fb143;},'tUVkh':'allowed-to'+_0x40359e(-0x15a,0x39,0x2e,-0x87),'uIDls':function(_0x20fa44,_0x4caf5a){return _0x20fa44===_0x4caf5a;},'XOWbq':_0x2ddc78(0x570,0x3cb,_0x2498d9._0x476c06,0x35e),'hKOpm':function(_0x457b18,_0x433d15){return _0x457b18===_0x433d15;},'TQHPT':_0x40359e(-0x116,-0x206,-0x151,-0x116),'JpNmW':_0x2ddc78(0x46f,0x5bd,0x4b0,0x41d)+_0x2ddc78(_0x2498d9._0x1d0b78,_0x2498d9._0x56cda1,_0x2498d9._0x88bceb,0x510),'FVnOW':function(_0x249e56,_0x3c00b4,_0x36333c){return _0x249e56(_0x3c00b4,_0x36333c);},'cBsMd':_0x2ddc78(0x5ac,_0x2498d9._0x15d8ce,0x536,0x46b),'nAewt':_0x40359e(-0x318,-_0x2498d9._0x29735f,-_0x2498d9._0x5a162e,-0x22e),'jmLHx':_0x2ddc78(0x48f,_0x2498d9._0x4b7e49,_0x2498d9._0x3c2243,0x375)+'gned\x20to\x20en'+_0x40359e(-0x2fc,-0x218,-0x2a4,-_0x2498d9._0x64137d)+_0x2ddc78(_0x2498d9._0x3df50a,0x55c,_0x2498d9._0xf1c5fd,_0x2498d9._0x359ac4)+')','zkJzm':_0x2ddc78(0x598,0x680,_0x2498d9._0x1a6a97,0x52e)+'ts','cVXwL':_0x2ddc78(_0x2498d9._0xdcf7df,0x656,_0x2498d9._0x1a6a97,_0x2498d9._0x3455ab)+_0x2ddc78(_0x2498d9._0x200caf,_0x2498d9._0x4bde68,0x49e,0x425),'LABtC':_0x2ddc78(_0x2498d9._0xff34c5,_0x2498d9._0x59fa6d,0x43a,_0x2498d9._0x3a3448),'SYNKQ':_0x2ddc78(_0x2498d9._0x7b00f4,_0x2498d9._0x3c5fb8,_0x2498d9._0x3f636b,_0x2498d9._0x32ec19),'IJxMA':_0x40359e(-_0x2498d9._0x2ab5a7,-0x178,-_0x2498d9._0x496bb2,-_0x2498d9._0x117fa5),'bSqyD':_0x2ddc78(0x4fa,_0x2498d9._0x4e4fac,0x492,0x510)+_0x2ddc78(_0x2498d9._0x232d2d,_0x2498d9._0x327cdf,0x532,_0x2498d9._0x24a695)+_0x40359e(-0xe1,-_0x2498d9._0x2d5390,0x32,-_0x2498d9._0x505474)+'config\x20fil'+'e','DRZdX':function(_0x103d6b,_0x5e04ee){return _0x103d6b===_0x5e04ee;},'YAPtE':_0x2ddc78(_0x2498d9._0x58994f,_0x2498d9._0x195b60,_0x2498d9._0x42026d,_0x2498d9._0x2367ba),'mMOfF':_0x40359e(-_0x2498d9._0x2a069b,-0xb9,-0x45,-_0x2498d9._0x5ea49b)+_0x40359e(-0x121,-_0x2498d9._0xe106e0,-_0x2498d9._0x144ae9,-_0x2498d9._0x823606)+'k','igkzc':'Failed\x20to\x20'+'create\x20ski'+'ll','jwTKw':_0x2ddc78(_0x2498d9._0xfac1c5,0x639,0x5c1,_0x2498d9._0x3fb604)};function _0x40359e(_0x2c0c7a,_0x1383a1,_0x2439e1,_0xd2f1c5){return _0x2dae0c(_0x2439e1,_0xd2f1c5- -_0x1ccf6b._0x5ba97b,_0x2439e1-0x57,_0xd2f1c5-_0x1ccf6b._0x9336b6);}const {callingTask:_0x2eb171,taskUser:_0x38d95e,environmentName:_0x1f10bb,environmentConfig:_0x354bb5}=_0x36c49b,{id:_0x1cdc91,name:_0x7692fb,description:_0x4c587f,body:_0x156135,'allowed-tools':_0x3b6f5f,model:_0x465f4b,'argument-hint':_0x5b11db,assignToEnvironment:assignToEnvironment=!![]}=_0x36c49b['body'];function _0x2ddc78(_0x12edfc,_0x1229da,_0x4ba688,_0x34463a){return _0x3e4cbd(_0x12edfc-_0x483e2d._0x1bf2b2,_0x1229da,_0x4ba688-0x169,_0x4ba688-0x50a);}if(!_0x1cdc91||_0xb5410f[_0x2ddc78(0x3ee,0x37b,0x460,_0x2498d9._0x583ef7)](typeof _0x1cdc91,_0xb5410f[_0x40359e(-0x2a7,-_0x2498d9._0x17a334,-_0x2498d9._0x3f6ac9,-_0x2498d9._0x2ce524)])){const _0x152087={};return _0x152087['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x218e59,-_0x2498d9._0xc21d8f,0x9,-0x101)],_0x152087[_0x2ddc78(_0x2498d9._0x421fc5,0x58e,0x4d0,_0x2498d9._0x1fb036)]=_0xb5410f[_0x40359e(-0x5b,-0x153,-0x16,-_0x2498d9._0xc191fe)],_0xa68373['status'](-0x1c1*-0x7+-0x2140+0x281*0x9)[_0x2ddc78(_0x2498d9._0x10139b,0x48e,_0x2498d9._0x11e52b,0x3ac)](_0x152087);}if(!_0x7692fb||typeof _0x7692fb!==_0xb5410f[_0x40359e(-_0x2498d9._0x5db48b,-_0x2498d9._0x4aca5f,-0x248,-0x188)]){const _0x5195e6={};return _0x5195e6[_0x40359e(-0x3b,-_0x2498d9._0x25a6b1,-0xfc,-_0x2498d9._0x30b66b)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x24cbf4,0x593,0x517,0x5be)],_0x5195e6[_0x40359e(-_0x2498d9._0x4f6394,-0x13a,-_0x2498d9._0x57164d,-_0x2498d9._0x2df4b4)]=_0xb5410f[_0x2ddc78(0x52a,0x4f9,_0x2498d9._0x145e04,0x4ac)],_0xa68373[_0x2ddc78(0x540,0x4bf,0x4bd,0x4f0)](0x224b+-0x17*0x8+-0x2003)[_0x40359e(-_0x2498d9._0x5e6a9e,-0x157,-0x154,-_0x2498d9._0x2e4e58)](_0x5195e6);}if(!_0x4c587f||_0xb5410f['iKXLz'](typeof _0x4c587f,_0x2ddc78(_0x2498d9._0x5f3aac,_0x2498d9._0x965c57,_0x2498d9._0x1011ed,0x4d4))){const _0x2a86a2={};return _0x2a86a2[_0x40359e(_0x2498d9._0x2dbb39,-0xd6,-0x102,-_0x2498d9._0x30b66b)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x49bd32,0x535,0x517,0x597)],_0x2a86a2[_0x2ddc78(_0x2498d9._0x304776,_0x2498d9._0x1e0b5c,0x4d0,0x4b8)]=_0xb5410f['YDbcg'],_0xa68373[_0x40359e(-_0x2498d9._0x553a31,-_0x2498d9._0x438709,-_0x2498d9._0x187a9e,-0x15b)](0x196a*0x1+-0x8*-0x255+0x2a82*-0x1)[_0x2ddc78(0x453,_0x2498d9._0x1129b4,_0x2498d9._0x11e52b,0x46c)](_0x2a86a2);}if(!_0x156135||_0xb5410f['iKXLz'](typeof _0x156135,_0xb5410f['jhoOQ'])){if(_0xb5410f[_0x2ddc78(_0x2498d9._0x4b65a9,_0x2498d9._0x54d193,_0x2498d9._0x19ec3b,_0x2498d9._0x56cda1)](_0xb5410f[_0x2ddc78(_0x2498d9._0xf8db18,_0x2498d9._0xf49e81,0x57e,0x5da)],_0xb5410f[_0x2ddc78(0x523,_0x2498d9._0x515dd9,0x57e,_0x2498d9._0x418d6c)])){const _0x5075eb={};return _0x5075eb['error']=_0x40359e(-_0x2498d9._0x36ce29,-0x11c,0x70,-_0x2498d9._0x356a67)+'t',_0x5075eb[_0x40359e(-_0x2498d9._0x1b39aa,-0x18d,-_0x2498d9._0x44b13a,-0x148)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x318b51,_0x2498d9._0x4117ad,0x5d2,0x626)],_0xa68373[_0x2ddc78(_0x2498d9._0x2d76df,_0x2498d9._0x18bd58,0x4bd,0x3b4)](0x335*0xa+-0x9d*-0x13+-0x2a29)[_0x40359e(-0x10c,-0x60,-_0x2498d9._0x4d27b0,-_0x2498d9._0x2e4e58)](_0x5075eb);}else{const _0x1b7021={};return _0x1b7021['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x3cbce6,-0x9f,-_0x2498d9._0x180d7b,-0x101)],_0x1b7021[_0x40359e(-0x1d6,-0x1c0,-_0x2498d9._0x15ff8d,-_0x2498d9._0x1f7bdd)]=_0xb5410f[_0x2ddc78(0x4f3,0x586,0x4f0,0x5d9)],_0xd62fcf[_0x2ddc78(_0x2498d9._0x20a653,_0x2498d9._0x1873d2,0x4bd,0x443)](0xcac+0x1a3f*-0x1+-0x9b*-0x19)['json'](_0x1b7021);}}if(!/^[a-zA-Z0-9_-]+$/[_0x2ddc78(0x395,0x38b,0x472,_0x2498d9._0x1129b4)](_0x1cdc91)){if(_0xb5410f[_0x40359e(-_0x2498d9._0xa6cfd0,-0x20a,-0x2d2,-0x221)](_0xb5410f[_0x2ddc78(0x30d,0x46b,_0x2498d9._0x172634,0x445)],_0xb5410f[_0x2ddc78(0x5e9,0x5a9,_0x2498d9._0x100d22,_0x2498d9._0xad279f)])){const _0xfebb4a={};return _0xfebb4a['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x32bef3,-_0x2498d9._0x424fee,-0xcd,-_0x2498d9._0x2b7a39)],_0xfebb4a[_0x40359e(-0x76,-_0x2498d9._0x1baef0,-_0x2498d9._0x2d61b9,-0x148)]=_0xb5410f[_0x2ddc78(0x631,0x50e,0x538,_0x2498d9._0x527543)],_0xa68373[_0x2ddc78(0x48e,0x491,_0x2498d9._0xccea91,_0x2498d9._0x18d8f4)](0xa43+-0x2*0x8ef+-0x92b*-0x1)[_0x2ddc78(0x4e3,_0x2498d9._0xf6f19e,_0x2498d9._0x2fa9fb,_0x2498d9._0x1dc90c)](_0xfebb4a);}else{const _0x2417a0={};_0x2417a0[_0x2ddc78(0x605,0x6e8,_0x2498d9._0x10747b,_0x2498d9._0x543dac)]=_0x5b6858,_0x2417a0[_0x40359e(_0x2498d9._0x557aab,-0x7d,_0x2498d9._0x2fd538,_0x2498d9._0x5d00ce)+'t']=_0x4c07d0,_0x2417a0[_0x40359e(0x9b,_0x2498d9._0x6d98eb,0x6b,-_0x2498d9._0x5413cf)]=_0x10b07f['message'],_0x33ea72[_0x40359e(-_0x2498d9._0x12d76b,-_0x2498d9._0x52ecb2,-_0x2498d9._0x1e0e59,-0x9f)](_0x2ddc78(0x4a9,_0x2498d9._0x750cd9,_0x2498d9._0x2d5490,_0x2498d9._0xfd18c0)+'persist\x20sk'+_0x2ddc78(_0x2498d9._0x455495,_0x2498d9._0x44b7b7,0x509,_0x2498d9._0x404568)+_0x40359e(-_0x2498d9._0x1ad011,-_0x2498d9._0xd6990e,-0x22b,-_0x2498d9._0x248fde)+_0x40359e(-_0x2498d9._0x5110e2,-0x140,-0xd6,-_0x2498d9._0x3c98a8)+_0x40359e(-_0x2498d9._0x16ffba,-_0x2498d9._0x1ae7c5,-_0x2498d9._0x46d81b,-_0x2498d9._0x1a94e8)+_0x2ddc78(_0x2498d9._0x23a060,_0x2498d9._0x1dc90c,_0x2498d9._0x10a583,_0x2498d9._0x23cbff)+_0x2ddc78(_0x2498d9._0x1566bd,_0x2498d9._0x2832b9,_0x2498d9._0x53eb9b,_0x2498d9._0x33ea05)+_0x40359e(-_0x2498d9._0x32f9b1,-_0x2498d9._0x4deba8,_0x2498d9._0x37b3c3,-_0x2498d9._0x164712),_0x2417a0);}}if(_0x1cdc91[_0x40359e(_0x2498d9._0x843966,-_0x2498d9._0x3f6ac9,-_0x2498d9._0x4200a2,-_0x2498d9._0x3031b4)]('/')||_0x1cdc91[_0x2ddc78(_0x2498d9._0x49e3c5,_0x2498d9._0x159eeb,_0x2498d9._0x33ad7e,_0x2498d9._0x2217f4)]('\x5c')||_0x1cdc91[_0x2ddc78(0x46d,0x518,0x553,_0x2498d9._0x18d8f4)]('..')){const _0x242df3={};return _0x242df3[_0x2ddc78(_0x2498d9._0x58c2ee,0x6f1,0x5e8,0x583)]=_0xb5410f['oDxCs'],_0x242df3[_0x2ddc78(_0x2498d9._0x42d710,0x49b,_0x2498d9._0x5a4226,_0x2498d9._0xa179bc)]=_0xb5410f[_0x40359e(0x105,-_0x2498d9._0x582bc0,-_0x2498d9._0x5c5f90,-0x17)],_0xa68373['status'](0x1c80+0x75a+-0x85*0x42)[_0x2ddc78(_0x2498d9._0x6d5664,_0x2498d9._0x27ca34,_0x2498d9._0x5f52c0,_0x2498d9._0x59fa6d)](_0x242df3);}const _0x20d45f=_0x562125[_0x2ddc78(_0x2498d9._0xa182d5,_0x2498d9._0x5498a3,0x569,_0x2498d9._0x37ebdd)](setupPath,_0xb5410f[_0x40359e(-_0x2498d9._0x16a0fc,-0x12d,-_0x2498d9._0x2da2ac,-0x37)]),_0x3dc1d7=_0x562125[_0x40359e(-0x152,-_0x2498d9._0x21fd84,0x6b,-_0x2498d9._0x17a754)](_0x20d45f,_0x1cdc91),_0x3c7b67=_0x562125['join'](_0x3dc1d7,_0xb5410f['WRtla']),_0x28e6b7=new Date()[_0x2ddc78(_0x2498d9._0x56fdff,_0x2498d9._0x255b39,0x5f1,_0x2498d9._0x84490b)+'g'](),_0x5c71d9={};_0x5c71d9[_0x40359e(-0x1d5,-0x249,-0xa4,-_0x2498d9._0x3b354b)]=_0x2eb171[_0x40359e(-_0x2498d9._0x5acc52,-0x201,-0x16c,-0x14e)],_0x5c71d9['skillId']=_0x1cdc91,_0x5c71d9[_0x40359e(-0x9d,-_0x2498d9._0x41e455,-_0x2498d9._0x2e861f,0x9)+'t']=_0x1f10bb,_0x5c71d9[_0x2ddc78(0x462,0x495,_0x2498d9._0x673f3,0x4ec)]=_0x38d95e['id'],_0x5c71d9[_0x2ddc78(0x672,_0x2498d9._0x54af31,0x595,0x642)+'vironment']=assignToEnvironment,logger[_0x2ddc78(0x4d3,0x5b4,0x58b,0x4ea)](_0xb5410f['lUIKs'],_0x5c71d9);try{try{await _0x1195dc[_0x2ddc78(0x5cd,0x44c,_0x2498d9._0x3532bd,_0x2498d9._0x3fb604)](_0x3dc1d7);const _0x2ea1fb={};return _0x2ea1fb[_0x40359e(-_0x2498d9._0xd4aa72,-0xf1,-_0x2498d9._0x502d9a,-_0x2498d9._0x4a9615)]=_0xb5410f['oDxCs'],_0x2ea1fb[_0x2ddc78(0x557,_0x2498d9._0x4b8da9,0x4d0,_0x2498d9._0x32ec19)]=_0x2ddc78(_0x2498d9._0x1ebbde,_0x2498d9._0x540b5b,0x5bb,0x6d4)+_0x1cdc91+('\x27\x20already\x20'+_0x40359e(-0xda,-0x5f,-_0x2498d9._0x3a3096,-_0x2498d9._0x16ffba)),_0xa68373[_0x2ddc78(0x414,_0x2498d9._0x22fee3,_0x2498d9._0xccea91,0x4d3)](-0x2339+0x99*-0x26+-0x1*-0x3b7f)[_0x2ddc78(_0x2498d9._0x1afe0f,0x401,0x4bf,0x3aa)](_0x2ea1fb);}catch(_0x189152){if(_0xb5410f[_0x40359e(-_0x2498d9._0x54b302,-_0x2498d9._0x5c5d95,-_0x2498d9._0x1b7556,-_0x2498d9._0x49ca8b)]('BZZkM',_0xb5410f['jBiXt'])){if(_0xb5410f[_0x2ddc78(0x488,0x385,_0x2498d9._0x2b1219,0x3ae)](_0x189152[_0x2ddc78(0x3f4,_0x2498d9._0x328e4c,_0x2498d9._0x57769e,0x572)],_0xb5410f[_0x2ddc78(_0x2498d9._0x56cda1,_0x2498d9._0xabd111,_0x2498d9._0x387cda,_0x2498d9._0x591a8c)])){if(_0xb5410f[_0x40359e(-_0x2498d9._0x2f2519,-0x128,-_0x2498d9._0x2cd3cb,-0x224)](_0xb5410f[_0x40359e(-0xa9,-_0x2498d9._0x401c33,-0x1ee,-_0x2498d9._0x1abb33)],_0xb5410f[_0x40359e(-0x33c,-0x1f6,-_0x2498d9._0x5c95cc,-0x22a)]))throw _0x189152;else return;}}else _0x2f2510[_0x87b58b]=_0xfd2e5b['trim']()[_0x40359e(-_0x2498d9._0x58bdd6,-0x167,-_0x2498d9._0x5c04df,-_0x2498d9._0x4fe69f)](-0x192f*-0x1+-0x1bf2+-0x4*-0xb1,-(0xa04*0x1+0x1ad4+-0x1*0x24d7))[_0x40359e(_0x2498d9._0x4e4f87,0x54,-0x18f,-0x7a)](',')['map'](_0x5270e2=>_0x5270e2[_0x40359e(-0x127,-0x1bb,-0x2ff,-0x229)]())['filter'](_0x9f0a8d);}const _0x4871cb={};_0x4871cb[_0x2ddc78(_0x2498d9._0x493237,_0x2498d9._0x4f49c3,0x56f,_0x2498d9._0x192a3b)]=!![],await _0x1195dc[_0x2ddc78(_0x2498d9._0x181eef,0x56d,_0x2498d9._0x35a7b0,_0x2498d9._0x5f3e62)](_0x20d45f,_0x4871cb);const _0x27a837={};_0x27a837['recursive']=!![],await _0x1195dc[_0x2ddc78(_0x2498d9._0x21649f,0x42a,_0x2498d9._0x56ca7d,0x60f)](_0x3dc1d7,_0x27a837);const _0x46b2cc={};_0x46b2cc[_0x2ddc78(_0x2498d9._0x32d1b3,0x56b,_0x2498d9._0x2010f2,0x4c1)]=_0x7692fb,_0x46b2cc[_0x2ddc78(_0x2498d9._0x1ec5d4,0x359,_0x2498d9._0x232d2d,0x3f8)+'n']=_0x4c587f;const _0x54d5ce=_0x46b2cc;_0x3b6f5f&&Array['isArray'](_0x3b6f5f)&&_0xb5410f[_0x40359e(-0x22a,-_0x2498d9._0x44e4c7,-_0x2498d9._0x471a42,-_0x2498d9._0x1177c7)](_0x3b6f5f[_0x40359e(-0x124,-0x2eb,-0x220,-_0x2498d9._0x9fb586)],0x258+-0x18c1+-0x1669*-0x1)&&(_0x54d5ce[_0xb5410f[_0x40359e(-0xb7,-0x117,-_0x2498d9._0x3a9fb2,-_0x2498d9._0x3a14e5)]]=_0x3b6f5f);if(_0x465f4b){if(_0xb5410f[_0x40359e(-_0x2498d9._0x1953da,-0x1cf,-_0x2498d9._0x50ff38,-0x1dc)](_0xb5410f[_0x2ddc78(_0x2498d9._0x3b26e6,0x62d,0x56c,_0x2498d9._0x344790)],_0xb5410f[_0x2ddc78(_0x2498d9._0x119eef,_0x2498d9._0x46a320,_0x2498d9._0x2a42fc,0x60a)]))_0x54d5ce['model']=_0x465f4b;else{_0x1290d3[_0x2ddc78(_0x2498d9._0x3b082d,_0x2498d9._0x49c91a,_0x2498d9._0x4ffa35,0x56a)](_0xb5410f['npmtn']);const _0x5322c5={};return _0x5322c5[_0x40359e(-_0x2498d9._0x39776b,-0xa0,-0x55,-_0x2498d9._0x41ba62)]=_0xb5410f[_0x40359e(-_0x2498d9._0x366c97,-_0x2498d9._0x484d2d,-0x19b,-0x1fa)],_0x5322c5['message']=_0x2ddc78(0x71c,0x5f4,_0x2498d9._0x5bf8a7,0x59e)+'Task-Id\x20he'+'ader',_0x2f4091[_0x2ddc78(_0x2498d9._0x169c5b,0x5aa,_0x2498d9._0x146a4b,0x573)](-0x10*-0x209+-0x2447+0x8*0xa9)[_0x2ddc78(0x5aa,0x471,0x4bf,_0x2498d9._0x5986a4)](_0x5322c5);}}_0x5b11db&&(_0xb5410f[_0x40359e(-0x16c,-0x22b,-0xbb,-_0x2498d9._0x20f661)](_0xb5410f[_0x40359e(-0x1d1,-_0x2498d9._0x18f566,-0x48,-_0x2498d9._0x25dbb8)],_0xb5410f[_0x2ddc78(_0x2498d9._0x2a43b5,_0x2498d9._0x4d3a8d,_0x2498d9._0x26d794,_0x2498d9._0x1170ff)])?_0x54d5ce[_0xb5410f[_0x2ddc78(0x507,_0x2498d9._0x34046c,_0x2498d9._0x45a5ee,_0x2498d9._0x57733d)]]=_0x5b11db:_0x3eedd8['model']=_0x57a2f7);const _0x48ee24=_0xb5410f[_0x2ddc78(0x5fa,0x552,0x4f7,_0x2498d9._0x38bf36)](serializeSkillMd,_0x54d5ce,_0x156135);await _0x1195dc[_0x40359e(-0x26d,-0x7f,-0x26d,-_0x2498d9._0x7de0b0)](_0x3c7b67,_0x48ee24,_0xb5410f[_0x40359e(-_0x2498d9._0x4be25f,-_0x2498d9._0x17e07a,0x5e,-0x97)]);let _0x321564=![];if(assignToEnvironment&&coderConfig){const _0x42c6d1=coderConfig['environmen'+'ts']?.[_0x1f10bb];if(_0x42c6d1){if(!_0x42c6d1[_0x2ddc78(_0x2498d9._0x5a2d9b,_0x2498d9._0x7993b1,0x5d3,_0x2498d9._0xfc0ed2)]){if(_0xb5410f['kmJsa'](_0xb5410f[_0x40359e(-0x1e4,-_0x2498d9._0x5090b3,-0x191,-0x117)],_0x2ddc78(_0x2498d9._0xd7207f,_0x2498d9._0x34d70f,0x407,_0x2498d9._0x391907)))_0x42c6d1[_0x40359e(-_0x2498d9._0x15b73e,0x8c,-0x38,-_0x2498d9._0x2c60a2)]=[];else{const _0x19dca3={};return _0x19dca3[_0x2ddc78(_0x2498d9._0x2b4757,0x530,_0x2498d9._0x1b53c9,0x61f)]=_0xb5410f[_0x40359e(-0x176,-_0x2498d9._0x35ba02,-_0x2498d9._0x3f41a7,-_0x2498d9._0x2b7a39)],_0x19dca3[_0x2ddc78(0x43a,0x4ed,0x4d0,0x549)]='Skill\x20ID\x20m'+_0x40359e(_0x2498d9._0x333b23,-_0x2498d9._0x269a5f,-0xbd,-0x58)+_0x40359e(-0xa7,-_0x2498d9._0x5550b4,-_0x2498d9._0xba3756,-_0x2498d9._0x151bf2)+_0x2ddc78(0x3f1,0x3bc,0x3e6,0x333)+_0x2ddc78(_0x2498d9._0x493237,0x5a4,0x594,0x485)+',\x20hyphens,'+_0x2ddc78(_0x2498d9._0x33b9ed,0x484,_0x2498d9._0x55d44a,0x54a)+_0x2ddc78(0x36d,_0x2498d9._0x14abf7,_0x2498d9._0x10a0bf,_0x2498d9._0x2ac765),_0x524d08[_0x2ddc78(_0x2498d9._0x2c89e3,_0x2498d9._0xec3113,0x4bd,_0x2498d9._0x42a4fc)](0xd66+-0x4c*-0x59+-0x2642)[_0x2ddc78(0x5bb,0x5d0,_0x2498d9._0x11e52b,0x487)](_0x19dca3);}}if(!_0x42c6d1['skills'][_0x40359e(_0x2498d9._0x114818,-_0x2498d9._0x4f190c,-0xeb,-_0x2498d9._0x3031b4)](_0x1cdc91)){_0x42c6d1[_0x2ddc78(0x542,_0x2498d9._0x21a4b4,0x5d3,_0x2498d9._0x368675)][_0x2ddc78(0x72f,0x6b2,_0x2498d9._0x50a1cf,_0x2498d9._0xe0bf37)](_0x1cdc91),_0x321564=!![];const _0x1eb3d0={};_0x1eb3d0[_0x40359e(-_0x2498d9._0x5c5f90,-0xd6,-0x35,-_0x2498d9._0x2fd538)]=_0x1cdc91,_0x1eb3d0[_0x40359e(0x40,0x4f,0x10c,0x9)+'t']=_0x1f10bb,logger[_0x2ddc78(_0x2498d9._0x23e9b0,_0x2498d9._0x3d31c1,0x58b,_0x2498d9._0xacae59)](_0xb5410f[_0x40359e(-_0x2498d9._0x1690f5,_0x2498d9._0x21f5e2,0x5b,-0x44)],_0x1eb3d0);}}try{const _0x57fedb=_0x562125[_0x2ddc78(0x49d,_0x2498d9._0x28faff,_0x2498d9._0x1ca0e2,_0x2498d9._0x5a4226)](setupPath,_0xb5410f['zkJzm'],_0x1f10bb,_0xb5410f[_0x40359e(-_0x2498d9._0x43dcb3,-0x150,-0x25c,-_0x2498d9._0x7d1eca)]);let _0x18b746,_0x367bd5,_0x578ba1;try{const _0x438e63=await _0x1195dc['readFile'](_0x57fedb,_0x2ddc78(0x57d,0x654,0x536,_0x2498d9._0x417fb7));_0x367bd5=JSON[_0x2ddc78(0x4e6,_0x2498d9._0x1de627,0x4c1,0x5bf)](_0x438e63),_0x18b746=_0x57fedb,!_0x367bd5[_0x40359e(-0x13c,-_0x2498d9._0x1515ea,-0x57,-_0x2498d9._0x3ba6ee)]&&(_0x367bd5[_0x40359e(0x38,-_0x2498d9._0x51c49a,-0x14d,-_0x2498d9._0x2c60a2)]=[]),_0x578ba1=_0x367bd5[_0x2ddc78(_0x2498d9._0x5dda51,_0x2498d9._0x5e45e2,0x5d3,0x6b6)];}catch{if(_0xb5410f[_0x2ddc78(_0x2498d9._0x340241,0x452,_0x2498d9._0x24d10b,0x333)](_0x2ddc78(_0x2498d9._0x5917f6,_0x2498d9._0x2d66d7,0x5e4,_0x2498d9._0x1a6a97),_0xb5410f[_0x2ddc78(_0x2498d9._0x1d3509,0x5b9,_0x2498d9._0x4aecdc,_0x2498d9._0x553fdf)])){const _0x405242={};return _0x405242[_0x2ddc78(0x5ea,0x6df,_0x2498d9._0x359612,0x6d2)]=_0x2ddc78(_0x2498d9._0x411959,_0x2498d9._0x2ff100,_0x2498d9._0xbd43ff,0x57a),_0x405242[_0x40359e(-0xcc,-_0x2498d9._0x4da9be,-0x18e,-0x148)]=_0x2ddc78(0x5ed,0x53f,0x5bb,0x6da)+_0x1f026c+(_0x40359e(-_0x2498d9._0x2feafc,-0xa2,0x55,-0x32)+_0x2ddc78(_0x2498d9._0x312529,_0x2498d9._0xe6877d,0x5c9,0x542)+'er\x20environ'+_0x2ddc78(0x551,0x4cf,0x481,_0x2498d9._0x511092)+'run\x20with\x20f'+'orce=true\x20'+_0x40359e(-_0x2498d9._0x4da62d,-0xf3,-0x10d,-0x64)+_0x2ddc78(_0x2498d9._0x1a8de7,_0x2498d9._0x4ff925,_0x2498d9._0xa182d5,_0x2498d9._0x2b5f71)+_0x40359e(0x68,0x12,0xe1,_0x2498d9._0x906968)+_0x2ddc78(_0x2498d9._0x56fdff,_0x2498d9._0x3442bb,_0x2498d9._0x1a9437,_0x2498d9._0x5d599f)+_0x40359e(-_0x2498d9._0xb3a29f,-0xee,-_0x2498d9._0x301bf8,-_0x2498d9._0x2e7b8b)),_0x405242[_0x2ddc78(0x52f,0x506,_0x2498d9._0x60166e,0x5fe)+'ts']=_0x203336,_0x994a6c['status'](0x34b*0x6+-0x10aa+-0x17f)[_0x2ddc78(_0x2498d9._0x3455ab,0x591,0x4bf,_0x2498d9._0x3edd3a)](_0x405242);}else{const _0xbc91d9=_0x562125[_0x40359e(-0x113,_0x2498d9._0x5ab63d,-0xfa,-0xaf)](setupPath,_0xb5410f[_0x2ddc78(0x42a,_0x2498d9._0xd2f7d0,_0x2498d9._0x58c2ee,0x4c5)]),_0x3d750a=await _0x1195dc[_0x40359e(-0x2e7,-0x130,-0x157,-0x1d9)](_0xbc91d9,_0xb5410f['cBsMd']);_0x367bd5=JSON[_0x40359e(-_0x2498d9._0x5a162e,-_0x2498d9._0x49618b,-_0x2498d9._0x1ae7c5,-0x157)](_0x3d750a),_0x18b746=_0xbc91d9;if(_0x367bd5[_0x2ddc78(_0x2498d9._0x285789,0x5b3,_0x2498d9._0x4ef341,0x661)+'ts']&&_0x367bd5[_0x2ddc78(_0x2498d9._0x114c43,0x700,_0x2498d9._0x1a6a97,0x5af)+'ts'][_0x1f10bb]){if(_0xb5410f[_0x2ddc78(_0x2498d9._0x160442,_0x2498d9._0xee0131,_0x2498d9._0x3077a3,0x37d)](_0xb5410f[_0x40359e(_0x2498d9._0x2fda1a,-0x25,-0x148,-0x29)],_0xb5410f[_0x2ddc78(_0x2498d9._0x16d890,0x666,_0x2498d9._0x42a30b,_0x2498d9._0x5d030b)])){const _0x20797d={};_0x20797d['taskId']=_0x147595,_0x33c24e[_0x40359e(-0x10e,-0x3f,-0xbf,-_0x2498d9._0x3ee5a4)](_0xb5410f['VXsUo'],_0x20797d);const _0x3171d9={};return _0x3171d9['error']=_0xb5410f[_0x2ddc78(0x474,0x547,0x517,0x519)],_0x3171d9[_0x40359e(-0x32,-_0x2498d9._0x466851,-_0x2498d9._0x1ad011,-0x148)]=_0xb5410f[_0x40359e(-0x198,-_0x2498d9._0x1143e8,-0x85,-0x10c)],_0x5b37ca[_0x40359e(-_0x2498d9._0x1d3561,-0x1fe,-0xe1,-0x15b)](0x610+0x10db*-0x1+-0xc5b*-0x1)[_0x40359e(-_0x2498d9._0x576467,-_0x2498d9._0x92340f,-0x86,-_0x2498d9._0x2e4e58)](_0x3171d9);}else!_0x367bd5[_0x2ddc78(_0x2498d9._0xf6eb51,_0x2498d9._0x5f3e62,_0x2498d9._0x13a043,_0x2498d9._0x550070)+'ts'][_0x1f10bb][_0x40359e(0xc5,0x16,-_0x2498d9._0x40c79f,-_0x2498d9._0x2c60a2)]&&(_0x367bd5[_0x2ddc78(0x63d,0x5c9,0x621,0x619)+'ts'][_0x1f10bb][_0x40359e(-_0x2498d9._0x15f62e,-_0x2498d9._0x258c70,-0xc3,-_0x2498d9._0x2c60a2)]=[]),_0x578ba1=_0x367bd5[_0x40359e(0xf5,-0x7b,_0x2498d9._0x4d838c,_0x2498d9._0x4de123)+'ts'][_0x1f10bb]['skills'];}}}if(_0x578ba1&&!_0x578ba1['includes'](_0x1cdc91)){_0x578ba1[_0x2ddc78(_0x2498d9._0x273e78,0x575,0x61e,_0x2498d9._0x4af9bc)](_0x1cdc91),await _0x1195dc[_0x2ddc78(_0x2498d9._0x2be791,0x384,_0x2498d9._0x415c8d,_0x2498d9._0x55d44a)](_0x18b746,JSON['stringify'](_0x367bd5,null,0x7d*0x14+0x1ef4+-0x28b6),_0xb5410f[_0x40359e(-0x7a,_0x2498d9._0x1e5ccd,-0x47,-_0x2498d9._0x2372fa)]);const _0x4c0364={};_0x4c0364[_0x2ddc78(0x645,0x588,0x5ca,0x65d)]=_0x1cdc91,_0x4c0364[_0x40359e(_0x2498d9._0x24b3f3,-_0x2498d9._0x2c4c39,0xf0,_0x2498d9._0x5090b3)+'t']=_0x1f10bb,_0x4c0364['configPath']=_0x18b746,logger[_0x40359e(-0x44,-_0x2498d9._0x7a3f63,-0x189,-_0x2498d9._0x4da62d)](_0xb5410f['bSqyD'],_0x4c0364);}}catch(_0x4fee78){if(_0xb5410f['DRZdX'](_0x40359e(-_0x2498d9._0x25bf22,-0x1e0,-_0x2498d9._0x2b0aca,-_0x2498d9._0x471a42),_0xb5410f[_0x40359e(0x20,-_0x2498d9._0x1e5ccd,-_0x2498d9._0x4ebe5b,-0x14)])){const _0x3fa52f={};_0x3fa52f['skillId']=_0x1cdc91,_0x3fa52f[_0x40359e(-0x8d,0xa,-0xad,0x9)+'t']=_0x1f10bb,_0x3fa52f[_0x40359e(-_0x2498d9._0x5a162e,-_0x2498d9._0x345a75,-0x124,-_0x2498d9._0x227d71)]=_0x4fee78[_0x2ddc78(0x547,0x450,0x4d0,0x573)],logger[_0x40359e(-0x67,-0x105,-_0x2498d9._0xb9148e,-_0x2498d9._0x15b73e)](_0x2ddc78(0x3f1,0x486,0x44e,0x3bd)+'persist\x20sk'+_0x40359e(-_0x2498d9._0x1c1ace,-_0x2498d9._0x2cabcb,-0x115,-0x10f)+_0x40359e(-0x24c,-0xbd,-_0x2498d9._0x5b6450,-0x171)+_0x2ddc78(_0x2498d9._0x2d2069,_0x2498d9._0x5f3e62,_0x2498d9._0x4b5ede,_0x2498d9._0x5340cd)+_0x2ddc78(0x42b,_0x2498d9._0xfcbe68,0x519,_0x2498d9._0x4af5ac)+_0x2ddc78(_0x2498d9._0x27981d,0x4c2,0x42a,0x37f)+_0x2ddc78(0x63a,_0x2498d9._0x5c15cf,_0x2498d9._0x53eb9b,_0x2498d9._0x45a77e)+_0x2ddc78(0x57c,_0x2498d9._0x9735c4,0x583,0x52d),_0x3fa52f);}else{const _0x179354=_0x1fecdf[_0x2ddc78(0x61f,_0x2498d9._0x49087d,0x5d9,0x5d3)](_0x2ff380=>_0x2ff380!==_0x3006ed);_0xb5410f[_0x40359e(-0x153,-0x314,-0x2d5,-_0x2498d9._0x4bdf1a)](_0x179354['length'],_0x3e8d66[_0x40359e(-_0x2498d9._0x53078f,-0x252,-_0x2498d9._0x3a3096,-_0x2498d9._0x9fb586)])&&(_0x49d406[_0x40359e(-0x100,0xdb,_0x2498d9._0x3b79df,0x9)+'ts'][_0x2dd6f4][_0x2ddc78(_0x2498d9._0x3bcb54,_0x2498d9._0x532aae,_0x2498d9._0x4a0f94,0x4ef)]=_0x179354,_0x58c6d5=!![]);}}}const _0x2822a3={};_0x2822a3['taskId']=_0x2eb171[_0x40359e(-_0x2498d9._0x2ef242,-0x195,-0x12c,-0x14e)],_0x2822a3[_0x2ddc78(_0x2498d9._0x291b99,_0x2498d9._0x10cfc6,0x5ca,_0x2498d9._0x10cfc6)]=_0x1cdc91,_0x2822a3['environmen'+'t']=_0x1f10bb,_0x2822a3[_0x40359e(-0x1cd,-_0x2498d9._0x378274,-0x240,-_0x2498d9._0x3fbc54)]=_0x38d95e['id'],_0x2822a3['assigned']=_0x321564,logger[_0x2ddc78(_0x2498d9._0x3049d7,_0x2498d9._0x4c22d0,0x58b,0x4b5)](_0xb5410f[_0x40359e(-0x119,-0x1f9,-_0x2498d9._0x2a2e7c,-_0x2498d9._0x3d0c1f)],_0x2822a3);const _0x54bce9={};_0x54bce9[_0x40359e(-_0x2498d9._0xe8155b,_0x2498d9._0x41e455,-_0x2498d9._0x5ad4c1,-_0x2498d9._0xcf44ca)]=!![],_0x54bce9['id']=_0x1cdc91,_0x54bce9[_0x2ddc78(0x5a4,_0x2498d9._0x515ccb,0x621,_0x2498d9._0x52b2b4)+'t']=_0x1f10bb,_0x54bce9['createdAt']=_0x28e6b7,_0x54bce9['createdByT'+_0x2ddc78(0x490,0x368,0x475,_0x2498d9._0x2d62f2)]=_0x2eb171[_0x40359e(-0x139,-0xc3,-_0x2498d9._0x580a16,-_0x2498d9._0x3b354b)],_0x54bce9[_0x40359e(-_0x2498d9._0x4ce7d5,-_0x2498d9._0x25a6b1,-0x115,-0xa0)+'serId']=_0x38d95e['id'],_0x54bce9[_0x2ddc78(0x3cb,_0x2498d9._0x3fcc80,0x44f,0x3dd)]=_0x321564,_0xa68373[_0x40359e(-0xd8,-0xd4,-0xff,-0x15b)](0x6c8+-0x27*0x36+0x23b)[_0x2ddc78(0x405,_0x2498d9._0x54f92d,_0x2498d9._0x1e2965,0x5a2)](_0x54bce9);}catch(_0x4b7903){const _0x2b572d={};_0x2b572d[_0x2ddc78(_0x2498d9._0x47960c,_0x2498d9._0x42d710,0x4ca,0x418)]=_0x2eb171[_0x40359e(-_0x2498d9._0x101ed7,-0x177,-0x175,-_0x2498d9._0x3c1b95)],_0x2b572d['skillId']=_0x1cdc91,_0x2b572d[_0x2ddc78(0x523,0x5a5,_0x2498d9._0x359612,0x63f)]=_0x4b7903[_0x40359e(-0x1b5,-0xb1,-_0x2498d9._0x2f5a1f,-_0x2498d9._0x2df4b4)],logger['error'](_0xb5410f[_0x40359e(-0x23,-_0x2498d9._0x3efcf8,0x8e,-0xa)],_0x2b572d);try{if(_0xb5410f['iKXLz'](_0xb5410f[_0x40359e(-0x24f,-0x13a,-0x1da,-_0x2498d9._0x4d07cc)],_0xb5410f[_0x40359e(-_0x2498d9._0x4cd914,-_0x2498d9._0x496ffd,-0xe3,-_0x2498d9._0x4d07cc)])){_0x2b5ba9[_0x2ddc78(_0x2498d9._0x318b51,0x65f,0x61e,0x653)](_0x45aaa7+':');for(const _0x160106 of _0x1d87aa){_0x14c305[_0x40359e(_0x2498d9._0x476f4b,-0x9d,0x20,_0x2498d9._0x5023bd)](_0x40359e(0x14,-_0x2498d9._0x2828d5,-_0x2498d9._0x5ada2a,-_0x2498d9._0x2828d5)+_0x160106);}}else{const _0x452bf1={};_0x452bf1[_0x40359e(-_0x2498d9._0x37b3c3,-_0x2498d9._0x4f68e1,-_0x2498d9._0x18f566,-_0x2498d9._0x53b5c8)]=!![],_0x452bf1[_0x2ddc78(_0x2498d9._0x47ca64,_0x2498d9._0x2bc134,_0x2498d9._0x55b7e7,_0x2498d9._0x1d6658)]=!![],await _0x1195dc['rm'](_0x3dc1d7,_0x452bf1);}}catch{}const _0x26d338={};_0x26d338[_0x40359e(_0x2498d9._0x16c1fa,-0x50,-0xdd,-_0x2498d9._0x41ba62)]=_0x2ddc78(_0x2498d9._0x33fab3,0x556,_0x2498d9._0x45efc2,0x69c)+_0x40359e(-_0x2498d9._0x382aa4,0x42,_0x2498d9._0x5b1191,-_0x2498d9._0x5f2354)+'r',_0x26d338[_0x2ddc78(0x532,_0x2498d9._0x18e3a6,0x4d0,0x4c5)]=_0xb5410f['igkzc'],_0xa68373[_0x2ddc78(_0x2498d9._0x3368ec,0x3a0,0x4bd,_0x2498d9._0x38e48a)](0x2b*0x86+0x214b+-0x35d9)[_0x40359e(-_0x2498d9._0x18f566,-_0x2498d9._0x1a6099,-0x1d3,-_0x2498d9._0x2e4e58)](_0x26d338);}}),router['get'](_0x2dae0c(-0xd8,-0x3d,0x7b,0x40)+'killId',requireTaskAuth,validateSkillAccess,async(_0x5e064f,_0x5728c0)=>{const _0x550fea={_0x5bb429:0x293,_0x503a1b:0x235,_0x1d4bd:0x13c,_0x22626f:0xfd,_0x468fa9:0xbc,_0x1402c8:0x1c,_0x28bd61:0x28b,_0x164ef3:0x47f,_0xecedb3:0x19a,_0x171a47:0x27b,_0x53c049:0x34d,_0x59cad7:0x438,_0x1ebccd:0x41f,_0xb194ba:0xb0,_0x5864c6:0x6c,_0x5c5ee7:0x79,_0x3d1278:0x26f,_0x4719dc:0x38e,_0x2b8c5d:0x388,_0x54b079:0x46c,_0x1bfe6b:0x3ae,_0x435c26:0x510,_0x4b6819:0x3f2,_0xf12007:0x35f,_0x181811:0x302,_0xe4addb:0x3b7,_0x2938ba:0x4fc,_0x10bf11:0x40d,_0x5498a6:0x31b,_0x493942:0x414,_0x7d31f2:0x3e9,_0x2580cf:0x35f,_0x4155f8:0x315,_0x5d730b:0x24b,_0x8af0b:0x30a,_0x5172e6:0x3e2,_0x31ffd8:0x345,_0x4d3ed2:0x189,_0xeca5df:0x125,_0x527dc6:0x7c,_0x1dc9dc:0x407,_0x3e0f24:0x3b8,_0x2bd905:0x431,_0x3d8d1a:0x4ac,_0x53c52b:0xda,_0x1cda38:0xfd,_0x4f4d51:0x163,_0x2cf6f9:0x145,_0x275001:0x292,_0x4dcddd:0x3eb,_0x2a57bb:0x3cc,_0x26d16e:0x17c,_0x26634b:0x26c,_0x18c3b0:0xfa,_0x34df15:0x102,_0x151d72:0x1b,_0x3a0bfd:0x475,_0x25c03d:0x2c0,_0x1e63b3:0x3b4,_0x335709:0x386,_0xfd8be4:0x221,_0xa38837:0x170,_0x52bc1d:0x35c,_0x2a7b4d:0x28f,_0xdff12e:0x175,_0x51119d:0x2e6,_0x5a3026:0x269,_0x1b785b:0x190,_0x5c4770:0x334,_0x7497d6:0x419,_0x3b35e5:0x27b,_0xe6313e:0x2fb,_0x1324a9:0x38b,_0x20ef5d:0x50c,_0x1ee459:0x414,_0x1af6d1:0x54d,_0x31a737:0x4de,_0x1b8652:0x4a4,_0x5d7bfd:0x3da,_0x3f2d79:0x32f,_0x545549:0x2f7,_0x1fa0f2:0x174,_0x14c643:0x3f2,_0x5ca1b5:0x413,_0x274cd8:0x24a,_0x5b2e5f:0x303,_0x1bf657:0x2ee,_0x48cdaf:0x33c,_0x22a5c4:0x385,_0x3f8b67:0x376,_0x2035a5:0x340,_0x4bd2a7:0x3b6,_0x4ad206:0x27c,_0x119d4b:0x2f3,_0x8a25da:0x27f,_0x550791:0x2ef,_0x23d6f2:0x343,_0x528ca2:0x306,_0x56b370:0x245,_0x2551d7:0x33e,_0x2a9de7:0x3b4,_0x281f3f:0x30d,_0x5b0e3d:0x3cf,_0x36aa35:0x38c,_0x139ccc:0x481,_0x1ffef4:0x428,_0x5828d1:0x3d7,_0x3259d3:0x42e,_0x57f073:0x16a,_0x468bd5:0x28a,_0x2bc1be:0x105,_0xa30c97:0xf,_0x40dc0c:0x18a,_0x2dfe92:0xe,_0x16bb68:0x3fd,_0x58b8c4:0x3e1,_0x188c8e:0x4,_0x33cafe:0x3c9,_0x2f1e0d:0x3f9,_0x184e0f:0x492,_0x853f41:0x4c2,_0x4788ef:0x2a5,_0x6435ba:0x455,_0x52014b:0x25d,_0x538a93:0x86,_0x3de67c:0x27b,_0x4714a3:0x563,_0x4ef51f:0x4dd,_0x21e7f4:0x3ac,_0xe2c82d:0x120,_0x41a4be:0x1d1,_0xf3a58e:0x2f1,_0x350479:0x3de,_0x224610:0x295,_0xaffc8b:0x2ae,_0x17548d:0x294,_0x214de4:0x493,_0x407013:0x381,_0x5569b0:0x38c,_0x142e8a:0x3df,_0x291969:0x280,_0x2aca44:0x208,_0x5314c5:0x182,_0x271e12:0x254,_0x2608cf:0x184,_0x2c5b06:0x242,_0x408802:0x1af,_0x43cc50:0x27e,_0x18fbc3:0x1e6,_0x488bee:0x461,_0x54abc8:0x4a2,_0x36e4da:0x477,_0x1efbda:0x24b,_0x426d9b:0x2b8,_0x132cb2:0x21c,_0x2f4896:0x18f,_0x5391e7:0x160,_0x1ba9bd:0x46c,_0x45a104:0x4df,_0xf4dd27:0x347,_0x142208:0x328,_0x4ac8f4:0x2d6,_0x5c7ec0:0x3d3,_0x3b9bf7:0x459,_0x3a8822:0x45f,_0x2c00bd:0x4d0,_0x6a0446:0x384,_0x28a007:0xab,_0x57cf8b:0x379,_0x1d30fc:0x12f},_0x44eee4={_0x4943a9:0x19,_0x259f40:0x1cf},_0xb3dd71={_0x3a0de8:0x125,_0x28efe6:0x1eb},_0x122ff0={};function _0x1e7362(_0x804872,_0xf396d3,_0x4c91e5,_0xa81d3f){return _0x2dae0c(_0x4c91e5,_0xa81d3f-0x47f,_0x4c91e5-_0xb3dd71._0x3a0de8,_0xa81d3f-_0xb3dd71._0x28efe6);}_0x122ff0['bfohf']=_0x2d96bf(_0x550fea._0x5bb429,0x24a,0x288,0x23e)+'t',_0x122ff0[_0x2d96bf(_0x550fea._0x503a1b,_0x550fea._0x1d4bd,0x97,0x1f5)]=_0x2d96bf(0x160,0x191,_0x550fea._0x22626f,_0x550fea._0x468fa9)+'/skills/:s'+'killId\x20to\x20'+_0x2d96bf(0x147,0xf1,_0x550fea._0x1402c8,0x97)+'LL.md',_0x122ff0[_0x2d96bf(0x3d3,0x2d6,0x2fd,_0x550fea._0x28bd61)]='Invalid\x20sk'+_0x1e7362(0x3cb,0x586,0x43d,_0x550fea._0x164ef3),_0x122ff0[_0x2d96bf(0x150,_0x550fea._0xecedb3,0xed,_0x550fea._0x171a47)]=_0x1e7362(0x352,_0x550fea._0x53c049,_0x550fea._0x59cad7,_0x550fea._0x1ebccd)+_0x2d96bf(0x12,_0x550fea._0xb194ba,-_0x550fea._0x5864c6,_0x550fea._0x5c5ee7)+'details',_0x122ff0['MpVKY']=_0x2d96bf(0x2e7,_0x550fea._0x3d1278,0x21d,0x29b),_0x122ff0[_0x1e7362(_0x550fea._0x4719dc,_0x550fea._0x2b8c5d,0x48d,0x456)]=_0x1e7362(_0x550fea._0x54b079,_0x550fea._0x1bfe6b,_0x550fea._0x435c26,_0x550fea._0x4b6819),_0x122ff0[_0x1e7362(0x3cf,_0x550fea._0xf12007,_0x550fea._0x181811,_0x550fea._0xe4addb)]=function(_0x300eff,_0x42e8d4){return _0x300eff===_0x42e8d4;},_0x122ff0[_0x1e7362(_0x550fea._0x2938ba,_0x550fea._0x10bf11,_0x550fea._0x5498a6,_0x550fea._0x493942)]=_0x1e7362(0x392,0x3f6,0x282,0x30e),_0x122ff0[_0x1e7362(_0x550fea._0x7d31f2,_0x550fea._0x2580cf,0x2fd,_0x550fea._0x4155f8)]=_0x1e7362(_0x550fea._0x5d730b,_0x550fea._0x8af0b,_0x550fea._0x5172e6,_0x550fea._0x31ffd8),_0x122ff0[_0x2d96bf(0x225,_0x550fea._0x4d3ed2,_0x550fea._0xeca5df,_0x550fea._0x527dc6)]=function(_0x3bc7e3,_0x977317){return _0x3bc7e3===_0x977317;},_0x122ff0[_0x1e7362(_0x550fea._0x1dc9dc,0x51c,_0x550fea._0x3e0f24,_0x550fea._0x2bd905)]=_0x1e7362(0x4cd,0x51b,0x4d1,_0x550fea._0x3d8d1a),_0x122ff0['poLLr']=_0x2d96bf(_0x550fea._0x53c52b,_0x550fea._0x1cda38,0x1a4,_0x550fea._0x4f4d51)+_0x1e7362(0x407,0x3f9,0x3a8,0x44d),_0x122ff0[_0x2d96bf(_0x550fea._0x4f4d51,0x1d9,_0x550fea._0x2cf6f9,0x296)]=function(_0x17f25f,_0x5d5735){return _0x17f25f===_0x5d5735;},_0x122ff0[_0x1e7362(0x2d9,_0x550fea._0x275001,0x380,0x36d)]=_0x1e7362(_0x550fea._0x4dcddd,0x3d9,0x38c,_0x550fea._0x2a57bb),_0x122ff0[_0x2d96bf(_0x550fea._0x26d16e,0x1e1,_0x550fea._0x26634b,0x234)]=function(_0x417561,_0x1a6228){return _0x417561!==_0x1a6228;};function _0x2d96bf(_0x246232,_0x44d3f4,_0x3345b1,_0x43149c){return _0x3e4cbd(_0x246232-0x1e0,_0x246232,_0x3345b1-_0x44eee4._0x4943a9,_0x44d3f4-_0x44eee4._0x259f40);}_0x122ff0[_0x2d96bf(0x1e9,_0x550fea._0x18c3b0,0x149,_0x550fea._0x2cf6f9)]=_0x2d96bf(0x1,_0x550fea._0x34df15,-_0x550fea._0x151d72,0x1b7),_0x122ff0[_0x1e7362(_0x550fea._0x3a0bfd,0x481,_0x550fea._0x25c03d,0x3dd)]='Not\x20Found';const _0x2df0c7=_0x122ff0,{callingTask:_0x206fe7,skillId:_0x3daec4,skillPath:_0x46dae8,environmentName:_0x540f19}=_0x5e064f,_0x10691c={};_0x10691c[_0x1e7362(0x379,_0x550fea._0x1e63b3,0x2bb,_0x550fea._0x335709)]=_0x206fe7[_0x2d96bf(_0x550fea._0xfd8be4,0x18f,_0x550fea._0xa38837,0xc7)],_0x10691c[_0x2d96bf(_0x550fea._0x52bc1d,_0x550fea._0x2a7b4d,0x2fa,_0x550fea._0xdff12e)]=_0x3daec4,_0x10691c[_0x2d96bf(0x1fb,_0x550fea._0x51119d,_0x550fea._0x5a3026,0x398)+'t']=_0x540f19,logger['info'](_0x2df0c7[_0x2d96bf(0x20d,0x19a,0x245,_0x550fea._0x1b785b)],_0x10691c);const _0x1cdad0=_0x562125['join'](_0x46dae8,_0x2df0c7['MpVKY']);try{const _0x23cca6=await _0x1195dc[_0x1e7362(_0x550fea._0x5c4770,_0x550fea._0x7497d6,_0x550fea._0x3b35e5,_0x550fea._0xe6313e)](_0x1cdad0,_0x2df0c7[_0x2d96bf(0x37d,0x25f,0x18b,0x370)]),{frontmatter:_0x2fda2e,body:_0x453b56}=parseSkillMd(_0x23cca6),_0x2053af=[];try{if(_0x2df0c7[_0x1e7362(0x354,0x331,0x48d,_0x550fea._0xe4addb)](_0x2df0c7[_0x1e7362(_0x550fea._0x1324a9,_0x550fea._0x20ef5d,0x39e,_0x550fea._0x1ee459)],_0x2df0c7['EWOSR'])){const _0x4145fb={};return _0x4145fb[_0x1e7362(_0x550fea._0x1af6d1,0x3b5,_0x550fea._0x31a737,_0x550fea._0x1b8652)]=_0x2df0c7[_0x1e7362(_0x550fea._0x5d7bfd,_0x550fea._0x3f2d79,0x380,_0x550fea._0x545549)],_0x4145fb['message']=_0x2df0c7[_0x2d96bf(_0x550fea._0x1fa0f2,_0x550fea._0x1d4bd,0x202,0x130)],_0x27eb1f[_0x1e7362(0x39c,_0x550fea._0x14c643,0x45d,0x379)](-0x71*-0x7+0x884*-0x3+0x1805)[_0x2d96bf(0x153,0x184,0x281,0x25c)](_0x4145fb);}else{const _0x28716e={};_0x28716e['withFileTy'+_0x1e7362(_0x550fea._0x5ca1b5,_0x550fea._0x274cd8,0x27c,_0x550fea._0x5b2e5f)]=!![];const _0x53213b=await _0x1195dc[_0x1e7362(_0x550fea._0x1bf657,_0x550fea._0x48cdaf,_0x550fea._0x22a5c4,_0x550fea._0x3f8b67)](_0x46dae8,_0x28716e);for(const _0x42f376 of _0x53213b){if(_0x2df0c7[_0x1e7362(_0x550fea._0x2035a5,_0x550fea._0x3a0bfd,_0x550fea._0x4bd2a7,0x380)](_0x42f376[_0x2d96bf(0x1d2,0x28a,_0x550fea._0x4ad206,_0x550fea._0x119d4b)],'SKILL.md'))continue;if(_0x42f376[_0x1e7362(0x35f,_0x550fea._0x8a25da,_0x550fea._0x550791,_0x550fea._0x23d6f2)]()){const _0x431d30={};_0x431d30[_0x2d96bf(0x34b,0x28a,0x1af,_0x550fea._0x528ca2)]=_0x42f376['name'],_0x431d30[_0x1e7362(0x26c,_0x550fea._0x56b370,0x322,0x352)]=_0x2df0c7['EutPK'],_0x2053af[_0x2d96bf(0x2d8,0x2e3,_0x550fea._0x2551d7,_0x550fea._0x2a9de7)](_0x431d30);}else{if(_0x42f376[_0x1e7362(0x237,0x20e,0x3b5,_0x550fea._0x281f3f)+'y']()){const _0x50775f={};_0x50775f['name']=_0x42f376[_0x1e7362(_0x550fea._0x5b0e3d,_0x550fea._0x36aa35,0x471,_0x550fea._0x139ccc)],_0x50775f['type']='directory',_0x2053af[_0x1e7362(_0x550fea._0x1ffef4,_0x550fea._0x5828d1,_0x550fea._0x3259d3,0x4da)](_0x50775f);}}}}}catch{}const _0x2689d0={};_0x2689d0['id']=_0x3daec4,_0x2689d0['name']=_0x2fda2e[_0x2d96bf(_0x550fea._0x57f073,_0x550fea._0x468bd5,0x359,0x257)]||_0x3daec4,_0x2689d0[_0x2d96bf(0x76,_0x550fea._0x2bc1be,_0x550fea._0xa30c97,0x1bb)+'n']=_0x2fda2e[_0x2d96bf(_0x550fea._0x40dc0c,0x105,_0x550fea._0x2dfe92,0xf2)+'n']||'',_0x2689d0[_0x1e7362(_0x550fea._0x16bb68,0x563,_0x550fea._0x58b8c4,0x4d6)]=_0x453b56,_0x2689d0['allowed-to'+'ols']=_0x2fda2e[_0x2df0c7[_0x2d96bf(-_0x550fea._0x188c8e,0xeb,0xcd,0x14)]]||[],_0x2689d0[_0x1e7362(_0x550fea._0x33cafe,_0x550fea._0x2f1e0d,_0x550fea._0x184e0f,_0x550fea._0x853f41)]=_0x2fda2e['model']||null,_0x2689d0[_0x1e7362(_0x550fea._0x4788ef,_0x550fea._0x6435ba,0x2e9,0x36c)+'int']=_0x2fda2e[_0x2d96bf(_0x550fea._0x52014b,0x175,_0x550fea._0x538a93,0x19c)+'int']||null,_0x2689d0[_0x2d96bf(0x29d,_0x550fea._0x3de67c,0x251,0x17b)]=_0x2053af,_0x2689d0[_0x1e7362(0x5bc,_0x550fea._0x4714a3,0x521,_0x550fea._0x4ef51f)+'t']=_0x540f19,_0x5728c0[_0x1e7362(0x43e,_0x550fea._0x21e7f4,0x333,0x37b)](_0x2689d0);}catch(_0x5a0114){if(_0x2df0c7['Ksyyw'](_0x5a0114[_0x2d96bf(0x186,_0x550fea._0xe2c82d,0x1e2,0x8f)],_0x2df0c7['nTGcb'])){if(_0x2df0c7['VbIKl'](_0x2df0c7[_0x1e7362(0x236,0x1eb,_0x550fea._0x41a4be,_0x550fea._0xf3a58e)],_0x2df0c7['zFpUk'])){const _0x4b48db={};return _0x4b48db[_0x1e7362(0x4c0,_0x550fea._0x350479,0x52f,_0x550fea._0x1b8652)]=_0x2df0c7[_0x1e7362(_0x550fea._0x224610,0x1de,_0x550fea._0xaffc8b,0x2f7)],_0x4b48db[_0x1e7362(_0x550fea._0x17548d,_0x550fea._0x214de4,_0x550fea._0x407013,_0x550fea._0x5569b0)]=_0x2df0c7[_0x2d96bf(0x2e4,0x2d6,_0x550fea._0x142e8a,_0x550fea._0x291969)],_0x201785[_0x2d96bf(_0x550fea._0x2aca44,_0x550fea._0x5314c5,_0x550fea._0x271e12,0x11b)](0x21*0x5b+0x101*0x3+-0xd2e)[_0x2d96bf(0xc4,_0x550fea._0x2608cf,_0x550fea._0x2c5b06,_0x550fea._0x408802)](_0x4b48db);}else{const _0x3452b7={};return _0x3452b7[_0x2d96bf(0x218,0x2ad,0x2be,0x36a)]=_0x2df0c7[_0x2d96bf(_0x550fea._0x43cc50,_0x550fea._0x18fbc3,0x1d6,0x265)],_0x3452b7[_0x1e7362(_0x550fea._0xe6313e,_0x550fea._0x488bee,0x333,_0x550fea._0x5569b0)]=_0x1e7362(_0x550fea._0x54abc8,0x52c,0x3be,_0x550fea._0x36e4da)+_0x3daec4+(_0x1e7362(0x22b,0x318,_0x550fea._0x1efbda,_0x550fea._0x426d9b)+'d'),_0x5728c0['status'](-0x1184+0x63f+0xcd9)[_0x2d96bf(0x1f8,0x184,_0x550fea._0x132cb2,0x187)](_0x3452b7);}}const _0x42e2b0={};_0x42e2b0['taskId']=_0x206fe7[_0x2d96bf(0x249,_0x550fea._0x2f4896,_0x550fea._0x5391e7,0xf1)],_0x42e2b0[_0x1e7362(0x399,_0x550fea._0x1ba9bd,_0x550fea._0x45a104,0x486)]=_0x3daec4,_0x42e2b0[_0x2d96bf(_0x550fea._0xf4dd27,0x2ad,0x362,_0x550fea._0x142208)]=_0x5a0114['message'],logger['error']('Failed\x20to\x20'+'read\x20skill',_0x42e2b0);const _0x327427={};_0x327427[_0x2d96bf(0x372,0x2ad,_0x550fea._0x4ac8f4,_0x550fea._0x181811)]=_0x1e7362(_0x550fea._0x2551d7,0x37b,_0x550fea._0x5c7ec0,_0x550fea._0x3b9bf7)+_0x1e7362(0x471,_0x550fea._0x3a8822,0x567,_0x550fea._0x2c00bd)+'r',_0x327427[_0x1e7362(0x42d,0x363,_0x550fea._0x6a0446,_0x550fea._0x36aa35)]=_0x2d96bf(_0x550fea._0x28a007,0x113,0x19,0x174)+'read\x20skill',_0x5728c0[_0x1e7362(_0x550fea._0x51119d,0x270,0x46b,_0x550fea._0x57cf8b)](-0x1415+-0x1b8b*-0x1+-0x582)[_0x2d96bf(0x236,0x184,_0x550fea._0x2608cf,_0x550fea._0x1d30fc)](_0x327427);}}),router[_0x3e4cbd(-0x16,-0x7b,0x4d,0xa1)](_0x3e4cbd(-0x69,-0x28,0x6a,0x7c)+_0x2dae0c(-0x1d7,-0x178,-0xc7,-0x1d1),requireTaskAuth,validateSkillAccess,async(_0x2df3e5,_0x1c51cd)=>{const _0x528ed3={_0x59af70:0x553,_0x41bf73:0x3b0,_0x8d5c73:0x44f,_0x214cac:0x41,_0x11b53f:0xf6,_0x271933:0x45c,_0xf2fc8d:0x54c,_0x1fd234:0x3fb,_0x188bf0:0x94,_0x1a8aa2:0xc2,_0x80d302:0x225,_0x2f0ae7:0x2e0,_0x2bbbba:0x1d8,_0x213b74:0x1,_0x25a07b:0x30a,_0x40f5ab:0x380,_0x5bce12:0x3a2,_0x17c5d1:0x2d8,_0x210f79:0x163,_0x362dc3:0x26,_0x2f7119:0x18,_0x2570b4:0x1b0,_0x3f3ccc:0x26d,_0x280181:0x98,_0x4710b1:0x75,_0x4c4c06:0x32,_0x16f6d8:0x39,_0x37854b:0x340,_0x1998ef:0x3dc,_0x1ab7d4:0x3b8,_0x246f4b:0x256,_0x2627f5:0x41b,_0x5589cb:0x304,_0x461b55:0x2a4,_0xca634d:0x212,_0x24327a:0x1d1,_0x3a6212:0xd1,_0xd875ab:0x145,_0x16ad09:0x1c5,_0x1ebc7c:0x4ca,_0xa33a90:0x33f,_0x887ab2:0x67,_0x27dc7b:0x72,_0x2c5cd8:0x36f,_0x5e0319:0x36b,_0x1f9368:0x3c5,_0x30f2e6:0x1b1,_0x228706:0x180,_0x46af32:0x197,_0x398260:0x48c,_0xf145c:0xdd,_0x2e3839:0x522,_0x483ff0:0x501,_0x4a6429:0x46d,_0x49e0f2:0x392,_0x499070:0x4a9,_0x24dcf6:0x48e,_0x1e50d1:0x46d,_0x518ab0:0x115,_0x5c93ed:0x2e,_0x54d3d6:0x1f4,_0x2eee80:0x7d,_0x53071f:0x13d,_0x1e7649:0x23,_0x1e14db:0x3ca,_0x400bce:0x5aa,_0x8ee84d:0x3a0,_0xb6768f:0x2be,_0x77c617:0x2f5,_0x3369cf:0xfa,_0x5f22f2:0x1d5,_0x36bef0:0x56,_0x231994:0x3b2,_0x415c42:0x41e,_0x1d02f0:0x311,_0x59846b:0x30d,_0x43e460:0x18b,_0x367ca3:0x3ba,_0x3fc7b9:0x375,_0x2a48d2:0x9b,_0x1ac779:0x193,_0x2bdd9a:0x69,_0x5548c3:0x351,_0x5ac7c3:0x48a,_0x41d10b:0x259,_0x137570:0x264,_0x46c6d7:0x33b,_0x2c6fc7:0x2da,_0x1d6f95:0x156,_0x267bf5:0x12f,_0x3b6b17:0x2e1,_0x54a9b4:0x21a,_0x37d9a3:0x15a,_0x27c177:0x56,_0x2f3fd1:0x27e,_0x530c07:0x447,_0x1c5ae4:0x5b2,_0xeaf1:0x3b1,_0x1780f7:0x49e,_0x283115:0x118,_0x5bac62:0x1b5,_0x48dead:0x1c,_0x5e73e7:0x459,_0x2ab42f:0xb3,_0x19b03c:0x122,_0x3ad653:0x272,_0x2fd75c:0x18d,_0x358327:0x1f7,_0x570ca6:0x13b,_0x3e0d3c:0x2f7,_0x5098ed:0x204,_0x3211fb:0x2c9,_0x526d7f:0x2a8,_0xce6a82:0x300,_0x3d143d:0x162,_0x14da6b:0x26a,_0x3b8cc4:0x10f,_0xbf5278:0xa3,_0xf0472a:0x4c5,_0x29d68e:0x4b9,_0x2e18a7:0x68,_0x51df20:0x126,_0x52760d:0xf3,_0x320181:0x4fd,_0xfb382c:0x3eb,_0xbf89e1:0x403,_0x306aee:0x412,_0x348b0a:0x309,_0x349e44:0x366,_0x1e4b73:0x394,_0x1e3382:0x4ff,_0x417157:0x86,_0x3370ea:0x11f,_0x472ba1:0xc8,_0x1104fd:0x11c,_0x23a905:0x14c,_0x13c1c1:0xd9,_0xe40bbd:0x19a,_0x2d7c70:0x287,_0x2fccf8:0x54,_0x8817f5:0xe0,_0x344a8a:0x10f,_0x492ab3:0x3f3,_0x3b0952:0x1ce,_0x8ab7f5:0x159,_0x5da417:0x3d5,_0x2c59f4:0x403,_0x88d240:0x552,_0x2f76dd:0x441,_0x48b929:0x19,_0x3e9cc6:0xe2,_0x4fe0da:0x4d7,_0x868038:0x32b,_0x24a1d7:0x35e,_0x46345c:0x2fd,_0x120bc4:0x2be,_0x28bb80:0x341,_0x3d83b5:0x325,_0x548830:0x2c4,_0x383ac5:0x99,_0x5af5e1:0x170,_0x396b66:0x87,_0x17e230:0x285,_0x43d843:0x457,_0x21de16:0x487,_0x4fc8bf:0x86,_0x56bcbb:0x104,_0x334197:0x408,_0x2e23e3:0x476,_0x331090:0x386,_0x3a798f:0x49e,_0x43b944:0x106,_0x110656:0xec,_0x1f9976:0x92,_0x178d7d:0x1b1},_0x37dcfa={'GugcQ':function(_0x1da6b8,_0x474240){return _0x1da6b8===_0x474240;},'miYDG':_0x3ac87b(0x4b6,_0x528ed3._0x59af70,_0x528ed3._0x41bf73,_0x528ed3._0x8d5c73),'KJVaZ':_0x4ede4d(-0xe9,-_0x528ed3._0x214cac,-_0x528ed3._0x11b53f,-0x1cf)+'t','dzOFE':_0x3ac87b(0x445,0x4db,0x51b,_0x528ed3._0x271933)+_0x3ac87b(0x509,_0x528ed3._0xf2fc8d,_0x528ed3._0x1fd234,0x479),'hpNpl':function(_0x5e1187,_0x4c8206){return _0x5e1187===_0x4c8206;},'VbFMr':function(_0x10d690,_0x4f3205){return _0x10d690===_0x4f3205;},'YKQqb':_0x4ede4d(-0x101,-_0x528ed3._0x188bf0,-_0x528ed3._0x1a8aa2,0x1a)+_0x4ede4d(-0x241,-_0x528ed3._0x80d302,-0x215,-0x122)+_0x4ede4d(-0x206,-0x1c3,-_0x528ed3._0x2f0ae7,-0x1b2)+_0x4ede4d(-0xce,-0x9f,-_0x528ed3._0x2bbbba,_0x528ed3._0x213b74),'FOzhw':'Task\x20updat'+_0x3ac87b(_0x528ed3._0x25a07b,_0x528ed3._0x40f5ab,_0x528ed3._0x5bce12,_0x528ed3._0x17c5d1),'XaWDH':function(_0x4a05d5,_0x2c3999){return _0x4a05d5!==_0x2c3999;},'GyLCM':function(_0x3f1b9e,_0x48b01e){return _0x3f1b9e!==_0x48b01e;},'fQcCP':_0x4ede4d(-0xc4,-_0x528ed3._0x210f79,-_0x528ed3._0x362dc3,_0x528ed3._0x2f7119),'WJDaI':_0x4ede4d(-_0x528ed3._0x2570b4,-_0x528ed3._0x210f79,-0x253,-_0x528ed3._0x3f3ccc),'zZaKu':'yavwG','hQUvd':'utf-8','uasDZ':function(_0x34b71f,_0xe120a6){return _0x34b71f===_0xe120a6;},'ipWUu':_0x4ede4d(-0x15e,-0x1a7,-_0x528ed3._0x280181,-0x11e),'ueEPa':function(_0x1e7daa,_0x44e70f){return _0x1e7daa(_0x44e70f);},'nqCTE':function(_0x4f4d1e,_0x365c16){return _0x4f4d1e!==_0x365c16;},'FohWn':_0x3ac87b(0x27c,0x2b7,0x2c4,0x2ee)+'ols','CcbWE':function(_0x59425d,_0x50fe50){return _0x59425d>_0x50fe50;},'tghdu':function(_0x508ee0,_0x3b0ceb){return _0x508ee0!==_0x3b0ceb;},'ndRka':function(_0x430dff,_0x163567){return _0x430dff!==_0x163567;},'XVRbe':'argument-h'+_0x4ede4d(-_0x528ed3._0x4710b1,-0x4b,-_0x528ed3._0x4c4c06,_0x528ed3._0x16f6d8),'xykKq':'PwmUF','fYdax':function(_0x49e06f,_0x43881a){return _0x49e06f!==_0x43881a;},'meHuD':function(_0x259b9d,_0x1e50a4,_0x1b28c1){return _0x259b9d(_0x1e50a4,_0x1b28c1);},'yXLbp':_0x3ac87b(0x29d,0x296,_0x528ed3._0x37854b,0x2d7)+_0x3ac87b(0x2ef,0x42c,_0x528ed3._0x1998ef,0x38f)+'k','HpEwq':_0x3ac87b(_0x528ed3._0x1ab7d4,_0x528ed3._0x246f4b,_0x528ed3._0x2627f5,_0x528ed3._0x5589cb)+_0x3ac87b(_0x528ed3._0x461b55,_0x528ed3._0xca634d,_0x528ed3._0x24327a,0x2cf)+'ll','bKJKS':_0x4ede4d(-_0x528ed3._0x3a6212,-_0x528ed3._0xd875ab,-_0x528ed3._0x16ad09,-0x142)+_0x3ac87b(0x4e8,0x3ce,0x56c,_0x528ed3._0x1ebc7c)+'r'},{callingTask:_0x55d85f,taskUser:_0x463ee7,skillId:_0x170f56,skillPath:_0x3367f1,environmentName:_0x2ebd2b}=_0x2df3e5;function _0x3ac87b(_0x3fbe79,_0x24cf61,_0x27a3a0,_0x1c2571){return _0x3e4cbd(_0x3fbe79-0x6,_0x24cf61,_0x27a3a0-0x156,_0x1c2571-0x3c0);}const {name:_0x39f730,description:_0x5dd40c,body:_0x519b71,'allowed-tools':_0x195066,model:_0x59111f,'argument-hint':_0x42be51}=_0x2df3e5['body'];function _0x4ede4d(_0x339178,_0x9cf731,_0x3a354e,_0x240f28){return _0x2dae0c(_0x3a354e,_0x339178- -0xab,_0x3a354e-0x15d,_0x240f28-0x91);}if(_0x39f730===undefined&&_0x37dcfa['GugcQ'](_0x5dd40c,undefined)&&_0x519b71===undefined&&_0x37dcfa[_0x3ac87b(0x314,0x31e,_0x528ed3._0xa33a90,0x3f6)](_0x195066,undefined)&&_0x59111f===undefined&&_0x37dcfa[_0x4ede4d(-_0x528ed3._0x887ab2,-_0x528ed3._0x27dc7b,0x2d,0x0)](_0x42be51,undefined)){const _0x2f46b9={};return _0x2f46b9['error']=_0x3ac87b(_0x528ed3._0x2c5cd8,_0x528ed3._0x5e0319,_0x528ed3._0x1f9368,0x43b)+'t',_0x2f46b9['message']=_0x37dcfa['YKQqb'],_0x1c51cd[_0x4ede4d(-_0x528ed3._0x30f2e6,-_0x528ed3._0x228706,-_0x528ed3._0x46af32,-0x1fd)](-0xe8a+-0xcf7*-0x1+0x323)[_0x3ac87b(0x3d8,0x35e,_0x528ed3._0x398260,0x375)](_0x2f46b9);}logger['info'](_0x37dcfa[_0x4ede4d(-0x154,-0x6e,-0x1a2,-0x16a)],{'taskId':_0x55d85f['taskId'],'skillId':_0x170f56,'environment':_0x2ebd2b,'userId':_0x463ee7['id'],'fields':{'name':_0x37dcfa[_0x4ede4d(-0xb7,-0x19c,0x45,-_0x528ed3._0xf145c)](_0x39f730,undefined),'description':_0x37dcfa[_0x3ac87b(_0x528ed3._0x2e3839,_0x528ed3._0x483ff0,0x4c9,_0x528ed3._0x4a6429)](_0x5dd40c,undefined),'body':_0x37dcfa['XaWDH'](_0x519b71,undefined),'allowedTools':_0x37dcfa[_0x3ac87b(_0x528ed3._0x49e0f2,0x41b,_0x528ed3._0x499070,_0x528ed3._0x24dcf6)](_0x195066,undefined),'model':_0x37dcfa[_0x3ac87b(0x3cc,0x363,0x4c5,_0x528ed3._0x1e50d1)](_0x59111f,undefined),'argumentHint':_0x42be51!==undefined}});const _0x427678=_0x562125['join'](_0x3367f1,_0x37dcfa[_0x4ede4d(-_0x528ed3._0x518ab0,-_0x528ed3._0x5c93ed,-0x8c,-_0x528ed3._0x54d3d6)]),_0x2fcec0=new Date()[_0x4ede4d(-_0x528ed3._0x2eee80,-_0x528ed3._0x53071f,-_0x528ed3._0x1e7649,-0x11e)+'g']();try{let _0x1db971='';try{if(_0x37dcfa[_0x3ac87b(_0x528ed3._0x1e14db,0x45d,_0x528ed3._0x400bce,0x48e)](_0x37dcfa[_0x3ac87b(0x324,0x2d2,0x4b2,_0x528ed3._0x8ee84d)],_0x37dcfa['zZaKu']))_0x1db971=await _0x1195dc[_0x3ac87b(0x3d3,_0x528ed3._0xb6768f,0x2fe,_0x528ed3._0x77c617)](_0x427678,_0x37dcfa[_0x4ede4d(-_0x528ed3._0x3369cf,-_0x528ed3._0x5f22f2,-_0x528ed3._0x36bef0,-0x65)]);else{if(_0x37dcfa[_0x4ede4d(-0x91,-0x108,-0x49,-0x156)](_0x2d377d[_0x3ac87b(_0x528ed3._0x231994,0x3f3,_0x528ed3._0x415c42,_0x528ed3._0x1d02f0)],'ENOENT')){const _0x396f99={};return _0x396f99[_0x4ede4d(-0x25c,-0x372,-_0x528ed3._0x59846b,-_0x528ed3._0x43e460)]=_0x37dcfa[_0x3ac87b(0x2c3,_0x528ed3._0x367ca3,_0x528ed3._0x3fc7b9,0x30a)],_0x396f99[_0x4ede4d(-_0x528ed3._0x2a48d2,-0xa5,-_0x528ed3._0x1ac779,-_0x528ed3._0x2bdd9a)]={},_0x396f99;}const _0x3c8d37={};_0x3c8d37[_0x3ac87b(0x461,0x52b,0x427,0x49e)]=_0x482531[_0x3ac87b(0x3fc,0x3a6,_0x528ed3._0x5548c3,0x386)],_0x529a55[_0x3ac87b(0x3e7,0x5b6,_0x528ed3._0x5ac7c3,0x49e)](_0x3ac87b(0x276,_0x528ed3._0x41d10b,_0x528ed3._0x137570,0x304)+_0x4ede4d(-0x26a,-0x28d,-0x2ef,-_0x528ed3._0x46c6d7)+_0x3ac87b(0x3e2,_0x528ed3._0x2c6fc7,0x3f2,0x335)+_0x4ede4d(-0x1b8,-_0x528ed3._0x1d6f95,-_0x528ed3._0x267bf5,-0x188),_0x3c8d37);const _0x4c805d={};return _0x4c805d[_0x3ac87b(0x1bd,_0x528ed3._0x3b6b17,0x341,0x2c8)]=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x54a9b4,-_0x528ed3._0x37d9a3,-0x213,-0x2dd)],_0x4c805d[_0x4ede4d(-0x9b,_0x528ed3._0x27c177,-0x60,-0x8d)]={},_0x4c805d;}}catch(_0x49dc45){if(_0x37dcfa['uasDZ'](_0x49dc45['code'],_0x37dcfa[_0x3ac87b(_0x528ed3._0x415c42,_0x528ed3._0x2f3fd1,_0x528ed3._0x530c07,0x35c)])){const _0x33aab3={};return _0x33aab3[_0x3ac87b(_0x528ed3._0x1c5ae4,0x4a2,_0x528ed3._0xeaf1,_0x528ed3._0x1780f7)]=_0x4ede4d(-_0x528ed3._0x283115,-_0x528ed3._0x5bac62,-_0x528ed3._0x48dead,-0x1e6),_0x33aab3[_0x3ac87b(0x494,0x316,_0x528ed3._0x5e73e7,0x386)]=_0x4ede4d(-_0x528ed3._0x2ab42f,-_0x528ed3._0x19b03c,0x13,0x5f)+_0x170f56+(_0x4ede4d(-_0x528ed3._0x3ad653,-_0x528ed3._0x2fd75c,-_0x528ed3._0x358327,-0x1fb)+'d'),_0x1c51cd[_0x4ede4d(-_0x528ed3._0x30f2e6,-0xed,-_0x528ed3._0x570ca6,-_0x528ed3._0x461b55)](0x1*0x2689+-0x20c*0x13+0x1ef)['json'](_0x33aab3);}throw _0x49dc45;}const _0x4654ee=_0x37dcfa[_0x4ede4d(-0x21e,-0x199,-0x2aa,-_0x528ed3._0x3e0d3c)](parseSkillMd,_0x1db971),_0xa83f7b={'name':_0x39f730!==undefined?_0x39f730:_0x4654ee['frontmatte'+'r']['name']||_0x170f56,'description':_0x37dcfa[_0x4ede4d(-_0x528ed3._0x5098ed,-0x178,-0xf3,-_0x528ed3._0x3211fb)](_0x5dd40c,undefined)?_0x5dd40c:_0x4654ee['frontmatte'+'r'][_0x4ede4d(-0x22e,-_0x528ed3._0x526d7f,-0x18d,-_0x528ed3._0xce6a82)+'n']||''},_0x8e1f90=_0x195066!==undefined?_0x195066:_0x4654ee['frontmatte'+'r'][_0x37dcfa[_0x4ede4d(-0x237,-_0x528ed3._0x3d143d,-0x1cf,-0x15e)]];_0x8e1f90&&_0x37dcfa['CcbWE'](_0x8e1f90[_0x3ac87b(0x2c0,0x28d,0x35a,0x2d9)],0x11*-0x65+-0xa8+0x75d)&&(_0xa83f7b[_0x37dcfa[_0x4ede4d(-0x237,-_0x528ed3._0x14da6b,-0x12e,-0x293)]]=_0x8e1f90);const _0x3a1859=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x3b8cc4,0xd,-0x1a9,-_0x528ed3._0xbf5278)](_0x59111f,undefined)?_0x59111f:_0x4654ee[_0x3ac87b(_0x528ed3._0xf0472a,0x392,_0x528ed3._0x29d68e,0x403)+'r'][_0x4ede4d(-_0x528ed3._0x2e18a7,-_0x528ed3._0x51df20,-_0x528ed3._0x52760d,-0xc1)];_0x3a1859&&(_0xa83f7b['model']=_0x3a1859);const _0x591bc6=_0x37dcfa['ndRka'](_0x42be51,undefined)?_0x42be51:_0x4654ee[_0x3ac87b(_0x528ed3._0x320181,_0x528ed3._0xfb382c,0x463,_0x528ed3._0xbf89e1)+'r'][_0x37dcfa['XVRbe']];if(_0x591bc6){if(_0x37dcfa[_0x3ac87b(0x31d,0x2af,_0x528ed3._0x306aee,0x33c)](_0x37dcfa['xykKq'],_0x3ac87b(0x3f9,_0x528ed3._0x348b0a,_0x528ed3._0x1ab7d4,0x364)))_0xa83f7b[_0x3ac87b(0x45d,0x38a,0x3f9,_0x528ed3._0x349e44)+_0x3ac87b(0x3cb,_0x528ed3._0x1e4b73,_0x528ed3._0x1e3382,0x4af)]=_0x591bc6;else{const _0x3bbf9a={};return _0x3bbf9a[_0x4ede4d(-_0x528ed3._0x417157,-_0x528ed3._0x3370ea,0x51,-0x112)]=_0x37dcfa[_0x4ede4d(-0x16f,-0x1de,-_0x528ed3._0x472ba1,-_0x528ed3._0x1104fd)],_0x3bbf9a['message']=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x23a905,-0x162,-0x263,-_0x528ed3._0x13c1c1)],_0x541788[_0x4ede4d(-0x1b1,-0xb4,-_0x528ed3._0xe40bbd,-_0x528ed3._0x2d7c70)](-0x2683*0x1+0x155e+0x12b5)['json'](_0x3bbf9a);}}const _0x246c2a=_0x37dcfa['fYdax'](_0x519b71,undefined)?_0x519b71:_0x4654ee[_0x4ede4d(-_0x528ed3._0x2fccf8,0x3,-_0x528ed3._0x8817f5,-_0x528ed3._0x344a8a)],_0x49309a=_0x37dcfa[_0x3ac87b(0x1f8,_0x528ed3._0x492ab3,0x377,0x300)](serializeSkillMd,_0xa83f7b,_0x246c2a);await _0x1195dc[_0x4ede4d(-_0x528ed3._0x3b0952,-0x235,-0xb3,-0x2b9)](_0x427678,_0x49309a,_0x37dcfa[_0x4ede4d(-0xfa,-_0x528ed3._0x8ab7f5,-0x14c,-0x148)]);const _0x533f51={};_0x533f51['taskId']=_0x55d85f['taskId'],_0x533f51['skillId']=_0x170f56,_0x533f51['environmen'+'t']=_0x2ebd2b,_0x533f51['userId']=_0x463ee7['id'],logger[_0x3ac87b(_0x528ed3._0x5da417,_0x528ed3._0x2c59f4,_0x528ed3._0x88d240,_0x528ed3._0x2f76dd)](_0x37dcfa['yXLbp'],_0x533f51);const _0x2b18ee={};_0x2b18ee[_0x4ede4d(-0x78,_0x528ed3._0x48b929,0xa2,-_0x528ed3._0x3e9cc6)]=!![],_0x2b18ee['id']=_0x170f56,_0x2b18ee[_0x3ac87b(0x477,0x4f1,0x57a,_0x528ed3._0x4fe0da)+'t']=_0x2ebd2b,_0x2b18ee[_0x3ac87b(0x303,0x3a5,_0x528ed3._0x868038,_0x528ed3._0x24a1d7)]=_0x2fcec0,_0x2b18ee[_0x3ac87b(_0x528ed3._0x46345c,0x32b,_0x528ed3._0x120bc4,_0x528ed3._0x28bb80)+'askId']=_0x55d85f[_0x3ac87b(0x46c,_0x528ed3._0x3d83b5,_0x528ed3._0x548830,0x380)],_0x2b18ee[_0x4ede4d(-_0x528ed3._0x383ac5,-0x80,-0x115,0x7c)+_0x4ede4d(-_0x528ed3._0x5af5e1,-_0x528ed3._0x396b66,-0xcd,-0x14e)]=_0x463ee7['id'],_0x1c51cd[_0x3ac87b(_0x528ed3._0x17e230,0x3f5,0x353,0x375)](_0x2b18ee);}catch(_0x4a5fd9){const _0x48e85e={};_0x48e85e[_0x3ac87b(_0x528ed3._0x43d843,_0x528ed3._0x21de16,0x40d,0x380)]=_0x55d85f[_0x3ac87b(0x46a,0x320,0x352,0x380)],_0x48e85e[_0x4ede4d(-0xa4,-0xe9,-0x1a,-0x5a)]=_0x170f56,_0x48e85e[_0x4ede4d(-_0x528ed3._0x4fc8bf,-0xb4,-_0x528ed3._0x56bcbb,-0x16f)]=_0x4a5fd9[_0x3ac87b(0x3da,_0x528ed3._0x334197,_0x528ed3._0x2e23e3,_0x528ed3._0x331090)],logger[_0x3ac87b(0x56d,0x462,0x42e,_0x528ed3._0x3a798f)](_0x37dcfa[_0x4ede4d(-_0x528ed3._0x43b944,-0x89,-0x32,-0x1da)],_0x48e85e);const _0x49f91e={};_0x49f91e[_0x4ede4d(-0x86,0xd,-0x12e,-0x20)]=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x110656,-0xd7,-0xc1,-_0x528ed3._0x1f9976)],_0x49f91e['message']=_0x37dcfa['HpEwq'],_0x1c51cd[_0x4ede4d(-_0x528ed3._0x178d7d,-0x274,-0x2a8,-0x137)](-0x1d79+-0x20ef*0x1+-0x2*-0x202e)[_0x4ede4d(-0x1af,-0x22a,-0xe7,-_0x528ed3._0x1a8aa2)](_0x49f91e);}}),router[_0x2dae0c(0x2a,-0x93,-0x123,-0xf1)]('/skills/:s'+'killId',requireTaskAuth,validateSkillAccess,async(_0x385f36,_0x53cca5)=>{const _0x4c338a={_0x364423:0x609,_0x130a46:0x50a,_0x11cce1:0x5a9,_0x3c041a:0x4b4,_0x31a934:0x4f3,_0x2be52d:0x4e2,_0x55ce29:0x3de,_0x10afd2:0x466,_0x5a0c1e:0x4b5,_0x51273c:0x16c,_0xbe070c:0xad,_0x199619:0x89,_0x580b34:0xeb,_0x292b88:0x11,_0x1a8deb:0x90,_0x5c592b:0x20e,_0x1bd4ed:0x1bf,_0x308c46:0x217,_0x47179f:0xea,_0x4335a7:0x543,_0x554642:0x474,_0x1ba25b:0x585,_0x27730c:0x2de,_0x1a137d:0x48c,_0x4cf698:0x42c,_0x344640:0x43e,_0x5105b5:0x582,_0x11e9f2:0x620,_0x4cd2d0:0x558,_0x1e5788:0x3be,_0x170508:0x1d5,_0x3fee35:0x233,_0x3a2ae5:0x33c,_0x2d132c:0x8e,_0x3f4015:0x33,_0x1e48af:0x138,_0x428902:0x241,_0x3c4473:0x2cd,_0x41017e:0x149,_0x1034a3:0x2c,_0x3972c1:0x645,_0x2c118e:0x41a,_0x2af6f5:0x3d5,_0x91f690:0x4e1,_0x56fb1e:0x5f1,_0x59fc66:0x5a6,_0x274cd2:0x1ae,_0x900545:0x281,_0x4e5b8c:0x2be,_0x5d748d:0x536,_0x123b89:0x548,_0x294d27:0x1f3,_0x11698d:0x330,_0x59f4a4:0x68c,_0x5639b4:0x567,_0x29e535:0x3b7,_0x109d31:0x5a7,_0x543b08:0x3e3,_0x24cde3:0x47a,_0x13d9e1:0x329,_0x46ba77:0x4f4,_0x4c1c69:0x26a,_0x1c405a:0x20e,_0x5aa279:0x658,_0x116a23:0x579,_0x58365e:0x4e5,_0x9b76d1:0x596,_0xda9c69:0x58f,_0x156090:0x530,_0x2f0c00:0x4dc,_0x6b5040:0x46e,_0x1e941c:0x67d,_0x13a416:0x68b,_0x4b371b:0x95,_0x3502c8:0x22a,_0x28c8c5:0x508,_0x18e12a:0xe8,_0x34f274:0x147,_0x49a26f:0xef,_0x5ea85a:0x8f,_0x153658:0x43c,_0x339b23:0x511,_0x3edd57:0x48a,_0x1dae6d:0x64a,_0x52c2de:0x54b,_0x4b3f6b:0x3af,_0x37adff:0x36a,_0x469aae:0x420,_0x43ac6d:0x63c,_0x19e5d7:0x501,_0x50874e:0x1f7,_0x4810bc:0x227,_0x17aba4:0x213,_0x6a6d37:0x27,_0x4bedcd:0x139,_0x280103:0x11a,_0x2b9fd9:0x3ad,_0x1f9e4b:0x376,_0x40cd07:0x26f,_0xedda3f:0x1b5,_0x493380:0x126,_0x96450:0x402,_0x90f5e6:0x4f1,_0x346dca:0x63f,_0x44bef7:0x4d9,_0x83c016:0x21e,_0x2af7d9:0x1ff,_0x2849ef:0x1ff,_0x3316d3:0x460,_0x89e90f:0x386,_0x56e166:0x541,_0x588988:0x342,_0x38e464:0xc4,_0x297b31:0x99,_0x331e11:0x467,_0xec208e:0x487,_0x3ce1d3:0x5a1,_0x33a204:0x610,_0xafd675:0x2a,_0x17ef41:0x143,_0x557d0f:0x5f8,_0x1716a6:0x6fb,_0x24c315:0x3b7,_0x2c885c:0x3b8,_0x1333b1:0x61e,_0xd622d1:0x547,_0xdcdc29:0x5aa,_0x3a1c59:0x16b,_0x23d2b1:0xa4,_0x1dcd11:0x1b,_0x48074b:0x255,_0x19cf58:0x1ec,_0x4d4733:0x308,_0x581e63:0x1dd,_0x20ee0f:0x5bd,_0x1de1c8:0x600,_0x41475d:0x67b,_0x1c3e4a:0x52b,_0x4e256d:0x59d,_0x1d618e:0x7f,_0x10d828:0xba,_0x46df15:0x146,_0x2c15b1:0x253,_0x5e780d:0x179,_0x34819b:0xfe,_0x257ce7:0x36f,_0x269630:0x46b,_0xfd01f3:0x592,_0x21b438:0x639,_0x4c324f:0x503,_0xa36a41:0x5f1,_0x216bc2:0x560,_0x2eb072:0x4e2,_0x1e31c9:0x4cc,_0x5cbeb6:0x3eb,_0x8027d0:0x39a,_0x5ac50c:0x43b,_0x4b4465:0x249,_0x1895f2:0x137,_0x2e919a:0x4c,_0x23e234:0x105,_0x4b2f0c:0x18c,_0x13cbf:0x6a7,_0x407054:0x624,_0x15d78f:0x5d3,_0x38a0f6:0x5fe,_0xd55723:0x285,_0x274ad7:0x1d1,_0x9a3d3d:0x4c1,_0x29bf83:0x62b,_0x202751:0x519,_0x236c9a:0x5cc,_0x1f1826:0x2a8,_0x43722e:0x638,_0x344dac:0x69a,_0x45f1e1:0x708,_0x4d1e93:0x5f2,_0xff7c0c:0x5b4,_0x158ee4:0x4f4,_0x335343:0x356,_0x2b50d0:0x32e,_0x5787ec:0x2dd,_0xb569b4:0x36e,_0x35fafa:0x3e0,_0x41d5d6:0x124,_0xf8709a:0x1f1,_0x4e3246:0x400,_0x1c8329:0x4d1,_0x4d65ac:0x5c3,_0x3731f9:0x5ba,_0x5d8fd1:0x52e,_0x48fc3f:0x51d,_0x934596:0x1cc,_0x178177:0x122,_0x566251:0x288,_0x2210f3:0x286,_0x23ece9:0x234,_0x3de856:0x1f2,_0x53e4a9:0x412,_0xd6eb1a:0x380,_0x4c4bdb:0x366,_0x5d12bc:0x1bd,_0x592523:0x166,_0x34bfd3:0x1da,_0x501ef2:0x152,_0x13fdce:0xc,_0x45ad8a:0xd6,_0x2734c9:0x1d0,_0x4e96f3:0x122,_0x20cff6:0x21d,_0x3ff705:0x353,_0x35ddc2:0x2d8,_0x259bff:0x3f8,_0x389925:0x31f,_0xae7a18:0x44a,_0x5d4337:0x28c,_0x388652:0x2a7,_0x167eee:0x3a3,_0x3e85bc:0x5e2,_0x3cba1e:0x56e,_0x1a883f:0x581,_0x171b37:0x5ef,_0x2d25e8:0x4db,_0x164e7c:0x58b,_0xfd81dc:0x515,_0x2d57fc:0x737,_0x11b53d:0x702,_0x425115:0x69f,_0x57e509:0x37a,_0x143ac8:0x5e2,_0x4ddb9b:0x17d,_0x2b9b09:0x4b0,_0x23fd7e:0x670,_0x52fb32:0x1be,_0x54f966:0x59c,_0x59a837:0x4b5,_0x4121ae:0x395,_0x54758b:0x2a4,_0x245beb:0x274,_0x32cf87:0x30c,_0x3ba548:0x492,_0x1040dd:0x52d,_0x30be1d:0x4e8,_0x3c2f81:0x547,_0x498c72:0x5db,_0x579152:0xc3,_0x554d90:0x5f5,_0x61aeac:0x564,_0x250ff0:0x5cf,_0x33c1c9:0x4d7,_0x108275:0x414,_0x448f89:0xdf,_0x16780f:0x148,_0x188b67:0x649,_0x5473f8:0x43b,_0x2d81c1:0x348,_0x5daf80:0x29f,_0x2ad28c:0x186,_0xca0a0a:0x144,_0x2d16aa:0x5b5,_0x567925:0x21b,_0x109cfe:0x190,_0x3081de:0x706,_0x4c4f72:0x66c,_0x299007:0x235,_0x104b5b:0x125,_0x4066ba:0x204,_0x4d200f:0x1ca,_0x1f9470:0x186,_0x44cf5c:0x279,_0x25f2b7:0x5b9,_0x26d551:0x4e2,_0x421d5e:0x569,_0x347069:0x671,_0x1b8d04:0x604,_0x2579e4:0x432,_0x26364b:0x240,_0xa8b079:0x2a9,_0x2a869e:0x3ad,_0x535182:0x352,_0x5dc65c:0x23d,_0x3c2050:0x3bf,_0x5ee81e:0x155,_0x2cbeb3:0x1ea,_0x3cb039:0x115,_0x5b1a0a:0x2fe,_0x2a0037:0x444,_0x4968f1:0x3f2,_0x42e64a:0x588,_0x3fae84:0x3c4,_0x11c861:0x425,_0x2358b3:0x1bd,_0x4c1761:0x33e,_0x4768ed:0x533,_0x2e7eb3:0x5f9,_0x147d6e:0xf1,_0x44f531:0xfb,_0x135e5a:0x191,_0x2a3fa2:0x4c0,_0x57edaa:0x54e,_0x2d6ee4:0x436,_0x51c92a:0x1d8,_0x5cbaab:0x29a,_0x4abae1:0x5f8,_0x360779:0x2dd,_0xb3f4b5:0x266,_0x28d52a:0x28f,_0x52a3a4:0x53b,_0x1d712a:0x5d0,_0x5c3559:0x4cd,_0x338898:0x1db,_0x50a796:0x644,_0xf988a5:0x25f,_0x53ca45:0x17a,_0x16c907:0x249,_0x391123:0x208,_0x10f4b6:0x1e3,_0x1c82a4:0x30f,_0x13154b:0x2b7,_0x44c403:0x303,_0x1e1eab:0x270,_0x32363a:0x539,_0x27eb1d:0x64e,_0x3ca2bb:0x291,_0x457021:0x216,_0x5b071b:0x405,_0x5d23bd:0x43b,_0x5e6d01:0x6c0,_0x513e06:0x71c,_0x52a2fc:0x6b1,_0xbad20f:0x614,_0x591190:0x64d,_0x7d0525:0x60b,_0x159174:0x73e,_0x1b0fec:0x6e5,_0x5137d8:0x306,_0x196f37:0x1f8,_0x314470:0x1d7,_0x5e16f3:0x123,_0x3259fe:0x601,_0x5aeb96:0x709,_0x44760c:0x547,_0x30c5af:0x186,_0x446d98:0x5e2,_0x6b25be:0x3ce,_0x458a75:0x398,_0xefa1f1:0x367,_0x4de0e4:0x2a4,_0x3756ae:0x1e4,_0x5bc621:0x432,_0xbf70af:0x5d9,_0x7f6a3a:0x4e8,_0x1a9c85:0x650,_0x7a0346:0x254,_0x585023:0x359,_0x14f98f:0x1a9,_0x25e187:0x265,_0x2fbaad:0xb6,_0x4977bb:0x3f9,_0x45893b:0x4e2,_0x5b7ace:0x66b,_0x3df9a4:0x656,_0xbf33bb:0x668,_0x7974e0:0x2e6,_0x3ae843:0x4ed,_0xde1075:0x4a3,_0x2e1667:0x48d,_0x2c79c6:0x4ec,_0x10fc73:0x18c,_0x3bde83:0xc4,_0x555aa6:0x170,_0x550cae:0x1ba,_0x27ee0e:0x6fa,_0x4baae4:0x6dc,_0x9738ed:0x594,_0xa99e1d:0x69d,_0x58671a:0x6cc,_0x4cc4de:0x69c,_0x50d434:0x5f1,_0x214023:0x653,_0x5f19ef:0x4d6,_0x2da3db:0x5d3,_0x2cf583:0x176,_0xf2088b:0xd5,_0x1b132c:0x17b,_0x546d54:0xae,_0x29d552:0x5c1,_0x183f47:0x598,_0x5e1a27:0x27f,_0x4b1b9d:0x5c5,_0x306e27:0x602,_0x9627b8:0x5f2,_0x11549a:0x664,_0x127451:0x426,_0x2ef7ad:0x52c,_0x3c5611:0x515,_0x20fd7d:0x475,_0x29ae75:0x2f0,_0x4f2d21:0x6ed,_0x405cda:0x5be,_0x480466:0x60f,_0x2c2dbd:0x2c8,_0x1e4863:0x24b,_0x340295:0x3e1,_0x5a2e32:0x4c0,_0x8f52d4:0x490,_0x1c4906:0x407,_0x426c2e:0x232,_0x329660:0x44c,_0x183f13:0x73,_0x3ecde8:0x186,_0xbf361f:0x275,_0x3ccdaf:0x1e1,_0x5891ea:0x2ba,_0x4e8302:0x10,_0x7c523d:0x121,_0x5a8ab0:0x2c4,_0x30f336:0x2b2,_0x240389:0x154,_0x469f01:0x3a2,_0x26ed49:0x6a4,_0x39c404:0x5a0,_0x55f566:0x570,_0x2a203c:0x5cd,_0x5eeed9:0x56c,_0x1e923a:0x2ba,_0x5197cc:0x31d,_0x2634aa:0x19d,_0xe39137:0x15b,_0x157e06:0x154,_0x9e9d03:0x131,_0x3240ab:0x20a,_0x4327e0:0x5d1,_0x5d76f0:0x50b,_0x53f2e7:0x485,_0x257030:0x45d,_0xdb3a1d:0x549,_0x23fdfa:0x4a8,_0x48806d:0x20d,_0x4f28aa:0x16d,_0x5555e6:0x1b1,_0x24ae44:0x2b4,_0x554f1:0x18,_0xf7e2a:0x42b,_0x5d5156:0x55b,_0x309859:0x4f9,_0x5809bb:0x3cf,_0x591d12:0x478,_0x1fa14f:0x5ff,_0x5055fb:0x611,_0x778eda:0x686,_0x2352a2:0x63e,_0x27b8c7:0x600,_0x343352:0x10a,_0x16d88d:0x464,_0x291fd7:0x53b,_0x20c184:0x2c0,_0x14eb3d:0x2a4,_0x45671f:0x32a,_0x30b5fd:0xb6,_0x56330a:0x28,_0x3a7c7f:0x537,_0x2c8147:0x46d,_0x5bee71:0x5b3,_0x1b4b40:0x3ed,_0x5838e3:0x45e,_0x52bd5f:0x63d,_0xe83063:0x535,_0x1304f6:0x84,_0x148779:0x6c7,_0x4fa19f:0x74b,_0x4d4b37:0x6ac,_0x189409:0x53e,_0x312e4a:0x264,_0x2ea1d0:0x2c3,_0x5f2d0f:0x1b8,_0x4f8bda:0x203,_0x47330c:0x99,_0x2c4eeb:0xc1,_0x314cad:0x81,_0x3cd2f8:0x1cd,_0x3cc1d5:0x41,_0xd9fbd8:0x179,_0x17e1c8:0x111,_0x5a56d8:0x4d7,_0x12ca11:0x49e,_0xcb95b0:0x574,_0x3ed536:0x100,_0x1ec3ec:0x186,_0x581118:0x11d,_0x45d584:0x16a,_0x5eb8e9:0x50c,_0x1a683f:0x5e2,_0x5e40f0:0x6d4,_0x3a422b:0x539,_0x28624a:0x124,_0x29f470:0x24b,_0x1c80b4:0x305,_0x546bdb:0xfa,_0x4f02e4:0x2d8,_0x1f196b:0x4e2,_0x1316f9:0x3e7,_0x4425d5:0x3f2,_0x5dc6ec:0x2cc,_0x19e68c:0x1a6,_0x5419ee:0x2f3,_0x3ef518:0x22d,_0x5498f0:0x3da,_0x563293:0x387,_0x3d1c41:0x2d5,_0x214afe:0x2a7,_0x5c6882:0x361,_0x43d937:0x544,_0x1fa0e6:0x195,_0x27d0f1:0xbf,_0x178e2f:0x399,_0xb9cbfc:0x516,_0x2fe1b3:0x41b,_0xa6a212:0x3ff,_0x37477c:0x2ca,_0x1a6202:0x60e,_0x2eccf9:0x62b,_0x3128b2:0x2a5,_0xce2d7b:0x1b7,_0x4aafbd:0x25c,_0x4f6ecc:0x639,_0x580c92:0x3ea,_0x21223b:0x393,_0x435575:0x69c,_0x122e13:0x607,_0x5be5a0:0x3db,_0x6ea0a6:0x53c,_0x39ec84:0x23b,_0xba7fe8:0x1c4,_0xe6071a:0x159,_0xe3bb4b:0x4aa,_0x1f5156:0x530,_0x332911:0x58a,_0xa25396:0x49b,_0x53d930:0x53a,_0x149c84:0x458,_0x25a15e:0x5e6,_0x24f3f5:0x673,_0xdb5c9f:0x432,_0x1eb8a7:0x247,_0x511fef:0x2f9,_0x342846:0x2ed,_0x511ef3:0x278,_0x534d91:0x182,_0x40e282:0x1a1,_0x4ecd51:0x282,_0x489998:0x294,_0x210e9a:0x275,_0x23f84c:0x285,_0x595326:0x516,_0x1efa0b:0x17b,_0x1a04ba:0x121,_0x37d20b:0x268,_0x5c1650:0x256,_0x138763:0x36d,_0x19af56:0x1c8,_0x1fc90e:0x275,_0x1309d1:0x276,_0x49d329:0x5a0,_0x1346b6:0x4e6,_0x3c3f88:0xd1,_0x4d12e1:0xbc,_0x55ecb4:0x454,_0x533323:0x18e,_0x9778b3:0x1c1,_0x47f8b5:0xad,_0x116206:0x2e,_0x34d5d1:0x3a6,_0x5107e7:0x2bc,_0x20280f:0x2bd,_0x4d2dc9:0x421,_0x1ef3cf:0x4d5,_0x5a6ab0:0x5ef},_0x2b9959={_0x4549ab:0x9d,_0x11f4d3:0x1b1},_0x59873a={'RGwrV':'allowed-to'+_0x3095c(_0x4c338a._0x364423,_0x4c338a._0x130a46,_0x4c338a._0x11cce1,0x4c1),'FdpJO':_0x3095c(0x684,_0x4c338a._0x3c041a,0x56e,_0x4c338a._0x31a934),'VcKea':_0x3095c(_0x4c338a._0x2be52d,_0x4c338a._0x55ce29,_0x4c338a._0x10afd2,_0x4c338a._0x5a0c1e)+_0x55a954(_0x4c338a._0x51273c,_0x4c338a._0xbe070c,-0x1b,0x1c9)+_0x55a954(_0x4c338a._0x199619,_0x4c338a._0x580b34,_0x4c338a._0x292b88,_0x4c338a._0x1a8deb)+_0x55a954(0x158,0x22e,_0x4c338a._0x5c592b,_0x4c338a._0x1bd4ed)+_0x55a954(0x260,0x151,_0x4c338a._0x308c46,_0x4c338a._0x47179f)+_0x3095c(_0x4c338a._0x4335a7,_0x4c338a._0x554642,0x573,_0x4c338a._0x1ba25b),'LVIPh':_0x55a954(0x1a4,0x1f0,0x256,_0x4c338a._0x27730c)+'ted\x20by\x20tas'+_0x3095c(0x485,_0x4c338a._0x1a137d,_0x4c338a._0x4cf698,_0x4c338a._0x344640)+'\x20registry\x20'+_0x3095c(0x4de,0x50c,_0x4c338a._0x5105b5,_0x4c338a._0x11e9f2),'ZHKZE':_0x3095c(_0x4c338a._0x4cd2d0,0x3d3,0x466,_0x4c338a._0x1e5788)+'write\x20skil'+_0x55a954(_0x4c338a._0x170508,0x284,_0x4c338a._0x3fee35,_0x4c338a._0x3a2ae5),'YWgol':'Internal\x20S'+'erver\x20Erro'+'r','ewnSD':_0x55a954(_0x4c338a._0x2d132c,0x10a,_0x4c338a._0x3f4015,0x20f)+_0x55a954(_0x4c338a._0x1e48af,0x197,0x27c,0x1e4),'hmDeo':_0x55a954(0x1ac,_0x4c338a._0x428902,0x322,_0x4c338a._0x3c4473)+'t','wIBTc':_0x55a954(0x15d,0x1ca,0x1aa,_0x4c338a._0x41017e)+_0x55a954(0x216,0x128,_0x4c338a._0x1034a3,0xb6),'kduBq':function(_0x2fc448,_0x40c396){return _0x2fc448===_0x40c396;},'aWPBq':_0x3095c(0x4d3,_0x4c338a._0x3972c1,0x528,_0x4c338a._0x2c118e),'iytru':_0x3095c(_0x4c338a._0x2af6f5,0x4e8,_0x4c338a._0x10afd2,_0x4c338a._0x91f690)+_0x3095c(0x4f6,_0x4c338a._0x56fb1e,0x4d4,_0x4c338a._0x59fc66),'vNyzj':_0x55a954(0x184,0x1c0,0x25b,0x1f5)+_0x55a954(0x1f6,_0x4c338a._0x274cd2,_0x4c338a._0x900545,_0x4c338a._0x4e5b8c)+'d','HNrrC':_0x3095c(0x4b3,_0x4c338a._0x5d748d,_0x4c338a._0x123b89,0x518),'fCAju':function(_0x3f1f9b,_0x1afe8b){return _0x3f1f9b===_0x1afe8b;},'oSryF':function(_0x104e49,_0x4140ed){return _0x104e49===_0x4140ed;},'meYdk':function(_0xd1b42c,_0x2cdc9a){return _0xd1b42c!==_0x2cdc9a;},'lgAgE':_0x55a954(_0x4c338a._0x294d27,0x26e,_0x4c338a._0x11698d,0x233),'uJPin':_0x3095c(_0x4c338a._0x59f4a4,0x504,0x621,0x61a)+_0x3095c(0x5d6,0x5e2,0x4db,0x3fd)+_0x3095c(0x5bb,0x4af,0x520,_0x4c338a._0x5639b4)+_0x3095c(_0x4c338a._0x29e535,_0x4c338a._0x109d31,0x492,_0x4c338a._0x543b08)+'n\x22','yPYHz':function(_0x1890f4,_0x29434d){return _0x1890f4===_0x29434d;},'gkcrS':function(_0x135345,_0x3b8008){return _0x135345>_0x3b8008;},'dqajT':_0x3095c(_0x4c338a._0x24cde3,_0x4c338a._0x13d9e1,0x440,_0x4c338a._0x46ba77),'ymSIT':'Conflict','Cqeqj':function(_0x45a9da,_0x38341a){return _0x45a9da===_0x38341a;},'udfem':'Task\x20delet'+_0x55a954(_0x4c338a._0x4c1c69,_0x4c338a._0x1c405a,0x2c4,0x29c)+'ssigning\x20s'+_0x3095c(0x67c,_0x4c338a._0x5aa279,_0x4c338a._0x116a23,_0x4c338a._0x58365e),'rCSwA':_0x3095c(_0x4c338a._0x9b76d1,0x69c,_0x4c338a._0xda9c69,_0x4c338a._0x156090),'dFjHj':_0x3095c(0x486,_0x4c338a._0x2f0c00,_0x4c338a._0x6b5040,_0x4c338a._0x2af6f5),'ZJkJv':function(_0x3f5de8,_0x303a88){return _0x3f5de8===_0x303a88;},'DSQdj':'environmen'+'ts','nVssH':_0x3095c(_0x4c338a._0x1e941c,0x6fd,0x639,_0x4c338a._0x13a416)+_0x55a954(_0x4c338a._0x4b371b,0x15a,_0x4c338a._0x3502c8,0x1be),'xIXal':'utf-8','CLFVJ':function(_0x2e50ca,_0x4550b5){return _0x2e50ca===_0x4550b5;},'dWZgs':_0x3095c(_0x4c338a._0x28c8c5,0x5eb,0x5d0,0x67a),'GgyIy':_0x55a954(0x22e,0x11e,_0x4c338a._0x18e12a,_0x4c338a._0x34f274),'XRMPm':function(_0x5e5932,_0x2d48ce){return _0x5e5932===_0x2d48ce;},'hUVUk':'MXNYW','cKdnk':_0x55a954(0x1ea,_0x4c338a._0x49a26f,0x6c,_0x4c338a._0x5ea85a),'fyFox':_0x3095c(0x4fb,0x5b8,0x5bf,0x65c),'QCHqg':'wweXX','eGRcO':_0x3095c(_0x4c338a._0x153658,_0x4c338a._0x339b23,0x466,_0x4c338a._0x3edd57)+'read\x20confi'+'g\x20while\x20un'+_0x3095c(_0x4c338a._0x1dae6d,0x596,0x604,_0x4c338a._0x52c2de)+_0x3095c(_0x4c338a._0x4b3f6b,0x548,0x4b9,0x472),'WyxVf':_0x3095c(0x440,_0x4c338a._0x37adff,0x466,_0x4c338a._0x469aae)+'update\x20env'+_0x3095c(_0x4c338a._0x43ac6d,0x734,0x61b,_0x4c338a._0x19e5d7)+_0x55a954(_0x4c338a._0x50874e,0x1e6,0x21a,0x22d)+'e\x20deleting'+'\x20skill','rzsDq':_0x55a954(_0x4c338a._0x4810bc,0x1f6,0x30a,_0x4c338a._0x17aba4),'Kykkx':function(_0x13f973,_0x128f08){return _0x13f973===_0x128f08;},'nJzbj':function(_0x23d02d,_0x330db6,_0x457cf4){return _0x23d02d(_0x330db6,_0x457cf4);},'sSZCU':_0x55a954(_0x4c338a._0x6a6d37,_0x4c338a._0x4bedcd,_0x4c338a._0x280103,0x247),'yezBN':_0x3095c(_0x4c338a._0x2b9fd9,_0x4c338a._0x1f9e4b,0x430,0x411),'SIJgy':function(_0x20eeff){return _0x20eeff();},'owtYM':_0x55a954(_0x4c338a._0x40cd07,_0x4c338a._0xedda3f,_0x4c338a._0x493380,0x194),'TAMOq':'LePkq','cEKSx':function(_0x5301b7,_0x4f9f29){return _0x5301b7(_0x4f9f29);},'lIwpO':'Skill\x20dele'+_0x3095c(0x5b2,_0x4c338a._0x96450,_0x4c338a._0x90f5e6,0x52d)+'k','onuFN':_0x3095c(_0x4c338a._0x346dca,_0x4c338a._0x44bef7,0x530,0x58c),'nhvEu':'WAxym','UoePq':'Skill\x20unas'+'signed\x20by\x20'+_0x55a954(_0x4c338a._0x83c016,_0x4c338a._0x2af7d9,0x1ff,_0x4c338a._0x2849ef),'blMgv':'Failed\x20to\x20'+_0x3095c(0x359,0x51a,_0x4c338a._0x3316d3,0x3d4)+_0x3095c(_0x4c338a._0x89e90f,_0x4c338a._0x56e166,0x427,_0x4c338a._0x588988)+'kill','kRugP':'Failed\x20to\x20'+'delete\x20ski'+'ll'},{callingTask:_0x196aa9,taskUser:_0xf20092,skillId:_0x50f6e6,skillPath:_0x1306ee,environmentName:_0x3e2379}=_0x385f36,_0xb2ac12=_0x385f36[_0x55a954(0x63,_0x4c338a._0x38e464,_0x4c338a._0x297b31,0x19c)][_0x3095c(_0x4c338a._0x331e11,0x55f,_0x4c338a._0xec208e,0x36e)]??_0x385f36['body']?.['mode']??_0x59873a[_0x3095c(_0x4c338a._0x3ce1d3,0x6be,0x5ae,0x5dc)];function _0x55a954(_0x3c91d3,_0x24e03f,_0x3ea020,_0x1fbc54){return _0x2dae0c(_0x3c91d3,_0x24e03f-0x27f,_0x3ea020-_0x2b9959._0x4549ab,_0x1fbc54-_0x2b9959._0x11f4d3);}const _0x595694=_0x59873a[_0x3095c(0x6e5,0x548,_0x4c338a._0x33a204,0x713)](typeof _0xb2ac12,_0x55a954(_0x4c338a._0xafd675,0xe7,0xad,_0x4c338a._0x17ef41))?_0xb2ac12[_0x3095c(0x58c,0x5f4,_0x4c338a._0x557d0f,_0x4c338a._0x1716a6)+'e']():_0x59873a['HNrrC'],_0x355262=_0x385f36[_0x3095c(0x4c7,_0x4c338a._0x24c315,0x420,0x529)][_0x55a954(0x2b4,0x2d5,0x31b,_0x4c338a._0x2c885c)]??_0x385f36['body']?.['force'],_0x36b471=_0x59873a[_0x3095c(0x4aa,_0x4c338a._0x1333b1,_0x4c338a._0xd622d1,_0x4c338a._0xdcdc29)](_0x355262,!![])||_0x355262===_0x55a954(_0x4c338a._0x3a1c59,_0x4c338a._0x23d2b1,-0x28,-_0x4c338a._0x1dcd11);function _0x3095c(_0x4b9ecb,_0x49abd4,_0x170ff4,_0x3712cb){return _0x2dae0c(_0x49abd4,_0x170ff4-0x5db,_0x170ff4-0x30,_0x3712cb-0xaf);}const _0x324758=new Date()[_0x55a954(0x344,0x2ad,0x19a,_0x4c338a._0x48074b)+'g']();if(_0x595694!==_0x55a954(0x21e,_0x4c338a._0x19cf58,_0x4c338a._0x4d4733,_0x4c338a._0x581e63)&&_0x59873a[_0x3095c(0x653,0x529,_0x4c338a._0x20ee0f,0x527)](_0x595694,_0x59873a['lgAgE'])){const _0x3fcdb9={};return _0x3fcdb9[_0x3095c(0x5c0,0x5f5,_0x4c338a._0x1de1c8,_0x4c338a._0x41475d)]=_0x3095c(_0x4c338a._0x1c3e4a,0x4b6,_0x4c338a._0x4e256d,0x4b2)+'t',_0x3fcdb9['message']=_0x59873a[_0x55a954(_0x4c338a._0x1d618e,_0x4c338a._0x10d828,-0x2e,_0x4c338a._0x46df15)],_0x53cca5[_0x55a954(_0x4c338a._0x2c15b1,_0x4c338a._0x5e780d,0x1d5,_0x4c338a._0x34819b)](0x5*-0x3db+0x2285+-0xdae)['json'](_0x3fcdb9);}const _0x4f53c7=Object[_0x3095c(0x4c6,_0x4c338a._0x257ce7,_0x4c338a._0x269630,0x414)](coderConfig?.[_0x3095c(0x541,_0x4c338a._0xfd01f3,_0x4c338a._0x21b438,0x557)+'ts']||{})[_0x3095c(_0x4c338a._0x4c324f,0x66b,_0x4c338a._0xa36a41,_0x4c338a._0x216bc2)](([,_0x414f6a])=>Array[_0x3095c(0x53b,0x600,0x594,0x66a)](_0x414f6a['skills'])&&_0x414f6a[_0x3095c(0x582,0x5b6,0x5eb,0x4dc)][_0x55a954(0xf6,0x20f,0x301,0x27c)](_0x50f6e6))['map'](([_0x2cda86])=>_0x2cda86),_0x4c2e9a=_0x4f53c7['filter'](_0x3cf7b9=>_0x3cf7b9!==_0x3e2379);if(_0x59873a[_0x3095c(0x3f6,_0x4c338a._0x2eb072,0x4fb,0x4d9)](_0x595694,_0x59873a['HNrrC'])&&_0x59873a[_0x3095c(0x4c4,0x429,_0x4c338a._0x1e31c9,0x458)](_0x4c2e9a[_0x3095c(_0x4c338a._0x5cbeb6,_0x4c338a._0x8027d0,_0x4c338a._0x5ac50c,0x3df)],0x2*0x9ce+0x1588+-0xa49*0x4)&&!_0x36b471){if(_0x59873a['kduBq'](_0x59873a[_0x55a954(_0x4c338a._0x4b4465,_0x4c338a._0x1895f2,_0x4c338a._0x2e919a,0x5c)],_0x59873a[_0x55a954(0x1c5,_0x4c338a._0x1895f2,0x2e,0xcf)])){const _0x421a83={};return _0x421a83['error']=_0x59873a['ymSIT'],_0x421a83[_0x55a954(_0x4c338a._0x23e234,_0x4c338a._0x4b2f0c,0x25e,0xcf)]=_0x3095c(_0x4c338a._0x13cbf,_0x4c338a._0x407054,_0x4c338a._0x15d78f,0x5c3)+_0x50f6e6+(_0x3095c(_0x4c338a._0x5d748d,0x6e5,_0x4c338a._0x38a0f6,0x6eb)+_0x55a954(0x336,_0x4c338a._0xd55723,0x2c8,_0x4c338a._0x274ad7)+_0x3095c(0x5ba,0x4f6,_0x4c338a._0x9a3d3d,0x425)+'ments.\x20Re-'+_0x3095c(_0x4c338a._0x29bf83,0x50a,0x5de,_0x4c338a._0x202751)+'orce=true\x20'+_0x3095c(0x67c,_0x4c338a._0x19e5d7,_0x4c338a._0x236c9a,0x55d)+_0x55a954(_0x4c338a._0x1f1826,0x201,0x163,0x124)+_0x3095c(0x583,0x674,_0x4c338a._0x43722e,_0x4c338a._0x344dac)+_0x3095c(_0x4c338a._0x45f1e1,0x6db,_0x4c338a._0x4d1e93,_0x4c338a._0xff7c0c)+_0x3095c(_0x4c338a._0x158ee4,0x4f7,0x437,_0x4c338a._0x335343)),_0x421a83[_0x55a954(_0x4c338a._0x2b50d0,_0x4c338a._0x5787ec,_0x4c338a._0xb569b4,_0x4c338a._0x35fafa)+'ts']=_0x4c2e9a,_0x53cca5[_0x55a954(_0x4c338a._0x41d5d6,0x179,_0x4c338a._0x47179f,_0x4c338a._0xf8709a)](-0x473*0x1+-0x153c+0x48c*0x6)[_0x3095c(_0x4c338a._0x4e3246,_0x4c338a._0x1c8329,0x4d7,_0x4c338a._0x4d65ac)](_0x421a83);}else _0x1d34a9[_0x6882bf]=[];}const _0x4a6d28=_0x59873a[_0x3095c(0x5a9,_0x4c338a._0x3731f9,0x4a4,0x5c3)](_0x595694,_0x59873a[_0x3095c(0x52b,_0x4c338a._0x5d8fd1,_0x4c338a._0x48fc3f,0x501)])?[_0x3e2379]:_0x36b471?_0x4f53c7:[_0x3e2379],_0x1991eb={};_0x1991eb[_0x55a954(0x106,0x186,0x235,_0x4c338a._0x934596)]=_0x196aa9[_0x55a954(0x257,0x186,_0x4c338a._0x178177,_0x4c338a._0x566251)],_0x1991eb[_0x55a954(0x345,_0x4c338a._0x2210f3,_0x4c338a._0x23ece9,_0x4c338a._0x3de856)]=_0x50f6e6,_0x1991eb[_0x3095c(0x399,0x547,0x487,_0x4c338a._0x53e4a9)]=_0x595694,_0x1991eb['force']=_0x36b471,_0x1991eb[_0x55a954(_0x4c338a._0xd6eb1a,0x2dd,0x241,0x30f)+'t']=_0x3e2379,_0x1991eb[_0x55a954(0x394,0x2dd,0x262,_0x4c338a._0x4c4bdb)+_0x55a954(_0x4c338a._0x5d12bc,_0x4c338a._0x592523,_0x4c338a._0x34bfd3,_0x4c338a._0x501ef2)+'gn']=_0x4a6d28,_0x1991eb[_0x55a954(-_0x4c338a._0x13fdce,_0x4c338a._0x45ad8a,_0x4c338a._0x2734c9,_0x4c338a._0x4e96f3)]=_0xf20092['id'],logger[_0x55a954(0x16e,0x247,_0x4c338a._0x20cff6,0x2ed)](_0x59873a[_0x55a954(_0x4c338a._0x3ff705,_0x4c338a._0x35ddc2,_0x4c338a._0x259bff,0x1bd)],_0x1991eb);try{if(_0x59873a['rCSwA']===_0x59873a[_0x3095c(0x4f2,_0x4c338a._0x389925,_0x4c338a._0x2c118e,_0x4c338a._0xae7a18)])_0x2f7ca6[_0x59873a['RGwrV']]=_0x3af84b;else{for(const _0x507da8 of _0x4a6d28){if(_0x59873a[_0x3095c(0x6d8,0x609,0x5c6,0x63c)](_0x55a954(0x308,0x2a7,0x23f,_0x4c338a._0x5d4337),_0x55a954(0x234,_0x4c338a._0x388652,0x2c2,_0x4c338a._0x167eee)))try{const _0x38f2f2=_0x562125[_0x3095c(_0x4c338a._0x3e85bc,_0x4c338a._0x3cba1e,_0x4c338a._0x1a883f,_0x4c338a._0x171b37)](setupPath,_0x59873a[_0x3095c(0x5d9,_0x4c338a._0x2d25e8,_0x4c338a._0x164e7c,_0x4c338a._0xfd81dc)],_0x507da8,_0x59873a[_0x3095c(_0x4c338a._0x2d57fc,_0x4c338a._0x11b53d,0x617,_0x4c338a._0x425115)]);let _0xbbe52b,_0x472192,_0x50e3bb=![];try{const _0x276c9c=await _0x1195dc[_0x3095c(0x531,0x3b2,0x457,_0x4c338a._0x57e509)](_0x38f2f2,_0x59873a[_0x3095c(_0x4c338a._0x143ac8,0x5e3,0x601,0x60d)]);_0x472192=JSON[_0x55a954(0xd1,_0x4c338a._0x4ddb9b,0xaa,0x1c5)](_0x276c9c),_0xbbe52b=_0x38f2f2;if(Array[_0x3095c(_0x4c338a._0x2b9b09,0x47f,0x594,_0x4c338a._0x23fd7e)](_0x472192[_0x55a954(_0x4c338a._0x52fb32,0x28f,0x22e,0x1c7)])){if(_0x59873a['CLFVJ'](_0x59873a['dWZgs'],_0x59873a[_0x3095c(_0x4c338a._0x54f966,0x563,_0x4c338a._0x59a837,0x5ba)])){const _0x5a92fb={};return _0x5a92fb[_0x55a954(_0x4c338a._0x4121ae,_0x4c338a._0x54758b,_0x4c338a._0x245beb,_0x4c338a._0x32cf87)]=_0x59873a[_0x3095c(0x43e,0x408,0x50d,0x496)],_0x5a92fb[_0x3095c(_0x4c338a._0x3ba548,_0x4c338a._0x1040dd,_0x4c338a._0x30be1d,_0x4c338a._0x3c2f81)]=_0x3095c(_0x4c338a._0x498c72,0x56c,0x5d3,0x54b)+_0x4ef558+(_0x55a954(0xf,0xb8,_0x4c338a._0x579152,0x14d)+'d'),_0x5f4686[_0x3095c(_0x4c338a._0x543b08,0x5cb,0x4d5,_0x4c338a._0x554d90)](0x2*0x7b4+0x540+0x4a*-0x42)[_0x3095c(_0x4c338a._0x61aeac,_0x4c338a._0x250ff0,_0x4c338a._0x33c1c9,_0x4c338a._0x108275)](_0x5a92fb);}else{const _0x2e37d3=_0x472192['skills']['filter'](_0x1b5e94=>_0x1b5e94!==_0x50f6e6);if(_0x2e37d3[_0x55a954(0x82,_0x4c338a._0x448f89,0x10b,_0x4c338a._0x16780f)]!==_0x472192[_0x3095c(0x5b6,_0x4c338a._0x188b67,0x5eb,0x59b)][_0x3095c(0x3c7,0x45b,_0x4c338a._0x5473f8,_0x4c338a._0x2d81c1)]){if(_0x59873a['XRMPm'](_0x59873a[_0x55a954(-0x48,0xc8,0x15d,0x1a2)],'MXNYW'))_0x472192['skills']=_0x2e37d3,_0x50e3bb=!![];else{const _0x3235d2={};_0x3235d2[_0x55a954(_0x4c338a._0x5daf80,_0x4c338a._0x2ad28c,_0x4c338a._0xca0a0a,0x114)]=_0x115b26[_0x3095c(_0x4c338a._0x2d16aa,0x601,_0x4c338a._0x2be52d,0x4ee)],_0x3235d2[_0x55a954(_0x4c338a._0x567925,0x286,_0x4c338a._0x109cfe,0x179)]=_0x1935af,_0x3235d2[_0x3095c(_0x4c338a._0x3081de,0x5ab,_0x4c338a._0x1de1c8,_0x4c338a._0x4c4f72)]=_0x22e30b['message'],_0x245133[_0x55a954(0x202,_0x4c338a._0x299007,_0x4c338a._0x104b5b,_0x4c338a._0x2b50d0)](_0x59873a[_0x55a954(0xf3,_0x4c338a._0x4066ba,0x2d7,0x172)],_0x3235d2);const _0x299240={};_0x299240[_0x55a954(_0x4c338a._0x4d200f,_0x4c338a._0x1f9470,0x1b4,_0x4c338a._0x44cf5c)]=_0x1068a2[_0x3095c(_0x4c338a._0x25f2b7,0x3d3,_0x4c338a._0x26d551,_0x4c338a._0x421d5e)],_0x299240['skillId']=_0x476d94,_0x299240['environmen'+'t']=_0x45d86f,_0x299240[_0x3095c(_0x4c338a._0x347069,0x632,0x631,_0x4c338a._0x1b8d04)]=_0x2dc0f7,_0x299240[_0x3095c(0x476,0x510,_0x4c338a._0x2579e4,0x317)]=_0x3e0462['id'],_0x31eec0['warn'](_0x59873a[_0x55a954(0x12c,_0x4c338a._0x26364b,_0x4c338a._0xa8b079,0x2e5)],_0x299240);const _0x4204fd={};return _0x4204fd[_0x55a954(0x331,0x2b2,_0x4c338a._0x2a869e,_0x4c338a._0x535182)]=!![],_0x4204fd['id']=_0x36f5be,_0x4204fd['mode']=_0x1d5ff4,_0x4204fd[_0x55a954(0x2b3,0x2d5,_0x4c338a._0x5dc65c,0x2ef)]=_0x2fd7b2,_0x4204fd[_0x55a954(_0x4c338a._0x3c2050,0x2dd,_0x4c338a._0x567925,0x1d5)+'t']=_0x13bf45,_0x4204fd['removedFro'+'mEnvironme'+'nts']=_0x37a67f,_0x4204fd[_0x55a954(0x10d,_0x4c338a._0x5ee81e,_0x4c338a._0x2cbeb3,_0x4c338a._0x3cb039)+_0x55a954(0x389,0x2ba,_0x4c338a._0x5b1a0a,0x28f)]=![],_0x4204fd[_0x3095c(0x603,0x625,0x53c,_0x4c338a._0x2a0037)]=_0x537362,_0x4204fd['deletedByT'+_0x3095c(_0x4c338a._0x4968f1,0x570,0x48d,0x597)]=_0x513d3f[_0x3095c(_0x4c338a._0x42e64a,0x444,0x4e2,0x514)],_0x4204fd[_0x3095c(0x4de,_0x4c338a._0x3fae84,_0x4c338a._0x11c861,0x40b)+'serId']=_0x5b846d['id'],_0x21d7b2[_0x3095c(0x446,0x3c2,0x4d7,0x59e)](_0x4204fd);}}}}}catch{const _0x1568cd=_0x562125[_0x55a954(_0x4c338a._0x2358b3,0x225,_0x4c338a._0x4c1761,0x1c8)](setupPath,_0x59873a[_0x3095c(0x578,_0x4c338a._0x1a137d,_0x4c338a._0x4768ed,_0x4c338a._0x2e7eb3)]);try{const _0x4c57fe=await _0x1195dc[_0x55a954(_0x4c338a._0x147d6e,_0x4c338a._0x44f531,0x11b,_0x4c338a._0x135e5a)](_0x1568cd,_0x3095c(_0x4c338a._0x2a3fa2,0x568,_0x4c338a._0x57edaa,0x443));_0x472192=JSON[_0x3095c(_0x4c338a._0x2d6ee4,_0x4c338a._0x4d65ac,0x4d9,0x4a4)](_0x4c57fe),_0xbbe52b=_0x1568cd;const _0xae8c64=_0x472192[_0x55a954(0x218,0x2dd,_0x4c338a._0x51c92a,_0x4c338a._0x5cbaab)+'ts']?.[_0x507da8]?.['skills'];if(Array[_0x3095c(0x4b6,_0x4c338a._0x4abae1,0x594,0x520)](_0xae8c64)){const _0x13aff6=_0xae8c64['filter'](_0x2c7694=>_0x2c7694!==_0x50f6e6);_0x13aff6['length']!==_0xae8c64['length']&&(_0x472192[_0x55a954(0x1db,_0x4c338a._0x360779,_0x4c338a._0xb3f4b5,0x2e6)+'ts'][_0x507da8][_0x55a954(0x295,_0x4c338a._0x28d52a,0x35c,0x307)]=_0x13aff6,_0x50e3bb=!![]);}}catch(_0x555af8){if(_0x59873a[_0x3095c(_0x4c338a._0x52a3a4,_0x4c338a._0x1d712a,_0x4c338a._0x20ee0f,_0x4c338a._0x5c3559)](_0x59873a[_0x55a954(0x168,0xe3,0x6b,_0x4c338a._0x338898)],_0x59873a[_0x3095c(_0x4c338a._0x50a796,0x62e,0x59f,0x524)])){const _0x33e523={};_0x33e523[_0x55a954(_0x4c338a._0xf988a5,0x186,0x24b,0x291)]=_0x196aa9[_0x55a954(_0x4c338a._0x53ca45,_0x4c338a._0x1f9470,_0x4c338a._0x16c907,_0x4c338a._0x391123)],_0x33e523[_0x55a954(0x2a3,0x286,0x37e,_0x4c338a._0x10f4b6)]=_0x50f6e6,_0x33e523[_0x55a954(_0x4c338a._0x1c82a4,_0x4c338a._0x13154b,_0x4c338a._0x44c403,_0x4c338a._0x1e1eab)]=_0x507da8,_0x33e523[_0x3095c(0x700,_0x4c338a._0x32363a,_0x4c338a._0x1de1c8,_0x4c338a._0x27eb1d)]=_0x555af8['message'],logger['warn'](_0x59873a[_0x55a954(_0x4c338a._0x3ca2bb,0x1c7,0x1cf,_0x4c338a._0x457021)],_0x33e523);continue;}else{if(_0x14d6fb[_0x3095c(0x370,_0x4c338a._0x5b071b,_0x4c338a._0x5d23bd,0x525)]===0x1b7*-0x9+0x1478+-0x509)_0x184aad[_0x3095c(_0x4c338a._0x5e6d01,0x674,0x636,_0x4c338a._0x513e06)](_0xdcbaa7+_0x3095c(_0x4c338a._0x52a2fc,0x4fb,_0x4c338a._0xbad20f,_0x4c338a._0x591190));else{_0x267a1b[_0x3095c(0x621,0x656,0x636,_0x4c338a._0x7d0525)](_0x1a4bf8+':');for(const _0x4ade75 of _0x33c9bb){_0x3eade2[_0x3095c(_0x4c338a._0x159174,_0x4c338a._0x1b0fec,0x636,0x6b8)](_0x55a954(_0x4c338a._0x5137d8,_0x4c338a._0x196f37,_0x4c338a._0x314470,_0x4c338a._0x5e16f3)+_0x4ade75);}}}}}_0x50e3bb&&await _0x1195dc['writeFile'](_0xbbe52b,JSON['stringify'](_0x472192,null,0x1*-0xc01+0x1d9*0x2+0x1*0x851),_0x59873a[_0x3095c(0x691,0x53e,_0x4c338a._0x3259fe,_0x4c338a._0x5aeb96)]);}catch(_0x59a559){const _0x1e4936={};_0x1e4936[_0x3095c(0x560,_0x4c338a._0x44760c,_0x4c338a._0x2be52d,0x5f0)]=_0x196aa9[_0x55a954(0x14d,_0x4c338a._0x30c5af,0x137,0x1d5)],_0x1e4936[_0x3095c(0x57d,0x600,_0x4c338a._0x446d98,_0x4c338a._0x347069)]=_0x50f6e6,_0x1e4936[_0x55a954(0x23f,_0x4c338a._0x13154b,_0x4c338a._0x6b25be,_0x4c338a._0x458a75)]=_0x507da8,_0x1e4936[_0x55a954(_0x4c338a._0xefa1f1,_0x4c338a._0x4de0e4,0x1ff,_0x4c338a._0x3756ae)]=_0x59a559[_0x3095c(_0x4c338a._0x5bc621,_0x4c338a._0xbf70af,_0x4c338a._0x7f6a3a,0x56f)],logger[_0x3095c(0x5c0,_0x4c338a._0x1a9c85,0x591,0x491)](_0x59873a[_0x55a954(0x14b,_0x4c338a._0x7a0346,0x13d,_0x4c338a._0x585023)],_0x1e4936);}else{const _0x5a99e0={};_0x5a99e0[_0x55a954(_0x4c338a._0x14f98f,0x186,_0x4c338a._0x25e187,_0x4c338a._0x2fbaad)]=_0x19463b[_0x3095c(0x461,_0x4c338a._0x4977bb,_0x4c338a._0x45893b,0x44d)],_0x5a99e0[_0x3095c(_0x4c338a._0x5b7ace,0x506,0x5e2,_0x4c338a._0x3df9a4)]=_0x427fd7,_0x5a99e0[_0x3095c(0x6d3,0x653,0x5e4,_0x4c338a._0xbf33bb)]=_0x2c702c,_0x5a99e0[_0x55a954(0x257,_0x4c338a._0x4de0e4,_0x4c338a._0x7974e0,_0x4c338a._0x7974e0)]=_0x3049ac[_0x3095c(0x473,0x3fb,0x4e8,0x499)],_0x94df[_0x3095c(0x4ee,_0x4c338a._0x3ae843,0x600,0x57c)](_0x59873a[_0x3095c(0x53f,0x3bb,0x428,_0x4c338a._0xde1075)],_0x5a99e0);const _0x4ddf7f={};_0x4ddf7f[_0x55a954(0x18e,0x2a4,0x280,0x33c)]=_0x59873a[_0x3095c(_0x4c338a._0x2e1667,_0x4c338a._0x2c79c6,0x412,0x359)],_0x4ddf7f[_0x55a954(0x1a9,_0x4c338a._0x10fc73,_0x4c338a._0x3bde83,0x24c)]=_0x59873a[_0x55a954(0x12a,0x21e,_0x4c338a._0x555aa6,0x108)],_0x5ecc6e['status'](0x120f+-0x78+-0xfa3)['json'](_0x4ddf7f);}}for(const _0x48db54 of _0x4a6d28){if(_0x59873a[_0x55a954(0x26b,0x2b4,0x374,_0x4c338a._0x550cae)](_0x59873a['rzsDq'],_0x59873a['rzsDq'])){const _0x934471=coderConfig?.[_0x3095c(_0x4c338a._0x27ee0e,_0x4c338a._0x4baae4,0x639,0x63b)+'ts']?.[_0x48db54]?.['skills'];if(!Array[_0x3095c(_0x4c338a._0x61aeac,0x54b,_0x4c338a._0x9738ed,_0x4c338a._0xa99e1d)](_0x934471))continue;coderConfig[_0x3095c(_0x4c338a._0x58671a,_0x4c338a._0x5d748d,0x639,_0x4c338a._0x4cc4de)+'ts'][_0x48db54]['skills']=_0x934471[_0x3095c(0x57a,0x50d,_0x4c338a._0x50d434,0x576)](_0x2e9dae=>_0x2e9dae!==_0x50f6e6);}else{const _0x3713b1={};return _0x3713b1[_0x3095c(_0x4c338a._0x3731f9,0x5eb,0x600,_0x4c338a._0x214023)]=_0x59873a[_0x3095c(0x560,0x5e0,0x559,_0x4c338a._0x5f19ef)],_0x3713b1[_0x55a954(_0x4c338a._0x4bedcd,_0x4c338a._0x10fc73,0x9c,0xbb)]=_0x59873a[_0x3095c(_0x4c338a._0x2da3db,0x42f,0x4f5,0x547)],_0x499722[_0x55a954(0x90,_0x4c338a._0x5e780d,_0x4c338a._0x2cf583,0x173)](-0xbf3+-0xa11+0x1794)[_0x55a954(_0x4c338a._0xf2088b,_0x4c338a._0x1b132c,_0x4c338a._0x546d54,0xc8)](_0x3713b1);}}if(_0x59873a[_0x3095c(0x4c2,0x676,_0x4c338a._0x29d552,_0x4c338a._0x183f47)](_0x595694,_0x59873a['HNrrC'])){const _0x3ba931={};_0x3ba931[_0x55a954(0x1b3,0x22b,_0x4c338a._0x5e1a27,0x134)]=!![],_0x3ba931[_0x3095c(_0x4c338a._0x4b1b9d,0x6f5,0x631,_0x4c338a._0x306e27)]=!![],await _0x1195dc['rm'](_0x1306ee,_0x3ba931),_0x59873a[_0x3095c(_0x4c338a._0x9627b8,_0x4c338a._0x11549a,0x569,0x50a)](removeContainersForSkill,_0x1306ee,logger)[_0x3095c(0x523,0x641,0x543,_0x4c338a._0x127451)](()=>{});let _0x6e5c0e=![];try{if(_0x59873a[_0x3095c(_0x4c338a._0x2ef7ad,0x50b,_0x4c338a._0x3c5611,_0x4c338a._0x20fd7d)]!==_0x59873a['yezBN']){const _0xfaa841=await _0x59873a[_0x3095c(_0x4c338a._0x29d552,0x613,0x58e,0x5b8)](loadImportedSkillsRegistry);_0xfaa841['skills']?.[_0x50f6e6]&&(_0x59873a[_0x55a954(0x1d8,_0x4c338a._0xf988a5,0x216,_0x4c338a._0x29ae75)](_0x59873a[_0x3095c(_0x4c338a._0x4f2d21,_0x4c338a._0x405cda,_0x4c338a._0x480466,0x580)],_0x59873a[_0x55a954(0x378,_0x4c338a._0x2c2dbd,_0x4c338a._0x1e4863,_0x4c338a._0x340295)])?_0x2772f2[_0x5c6f94]['push'](_0x363cd3[_0x3095c(0x3c3,_0x4c338a._0x5a2e32,0x407,0x3ec)]()[_0x55a954(0x157,0x213,0x315,0x154)](-0x517*0x7+-0x33*-0x97+-0x2*-0x2c7)[_0x3095c(_0x4c338a._0x8f52d4,0x417,_0x4c338a._0x1c4906,0x415)]()):(delete _0xfaa841[_0x55a954(0x2f5,0x28f,0x1be,_0x4c338a._0x426c2e)][_0x50f6e6],await _0x59873a['cEKSx'](saveImportedSkillsRegistry,_0xfaa841),_0x6e5c0e=!![]));const _0xca577a={};_0xca577a[_0x3095c(0x49e,_0x4c338a._0x329660,0x4e2,0x3d2)]=_0x196aa9[_0x55a954(_0x4c338a._0x183f13,_0x4c338a._0x3ecde8,_0x4c338a._0xbf361f,0x80)],_0xca577a[_0x55a954(0x1bb,_0x4c338a._0x2210f3,_0x4c338a._0x3ccdaf,0x23d)]=_0x50f6e6,_0xca577a['environmen'+'t']=_0x3e2379,_0xca577a['force']=_0x36b471,_0xca577a['removedFro'+_0x55a954(0x328,_0x4c338a._0x5891ea,0x29d,0x22c)]=_0x6e5c0e,_0xca577a[_0x55a954(-_0x4c338a._0x4e8302,0xd6,0x69,0x6c)]=_0xf20092['id'],logger[_0x55a954(_0x4c338a._0x4ddb9b,_0x4c338a._0x299007,_0x4c338a._0x7c523d,_0x4c338a._0x5a8ab0)](_0x59873a['lIwpO'],_0xca577a);const _0x66612={};return _0x66612[_0x55a954(0x34d,_0x4c338a._0x30f336,0x38c,0x19a)]=!![],_0x66612['id']=_0x50f6e6,_0x66612[_0x55a954(0x1e0,0x12b,0x183,_0x4c338a._0x240389)]=_0x595694,_0x66612[_0x55a954(0x35a,0x2d5,0x285,0x296)]=_0x36b471,_0x66612['environmen'+'t']=_0x3e2379,_0x66612[_0x3095c(0x5a0,0x418,0x4b1,_0x4c338a._0x469f01)+_0x3095c(0x5b7,_0x4c338a._0x26ed49,_0x4c338a._0x39c404,_0x4c338a._0x55f566)+_0x3095c(_0x4c338a._0x41475d,_0x4c338a._0x56fb1e,_0x4c338a._0x2a203c,_0x4c338a._0x5eeed9)]=_0x4a6d28,_0x66612[_0x3095c(0x3b8,0x5b4,0x4b1,0x495)+_0x55a954(0x35e,_0x4c338a._0x1e923a,_0x4c338a._0x5197cc,_0x4c338a._0x2634aa)]=_0x6e5c0e,_0x66612['deletedAt']=_0x324758,_0x66612[_0x55a954(0x235,0x23b,_0x4c338a._0xe39137,0x28b)+_0x55a954(_0x4c338a._0x157e06,_0x4c338a._0x9e9d03,_0x4c338a._0x3240ab,0x1a7)]=_0x196aa9[_0x3095c(_0x4c338a._0x4327e0,_0x4c338a._0x5d76f0,0x4e2,_0x4c338a._0x53f2e7)],_0x66612[_0x3095c(_0x4c338a._0x257030,0x445,0x425,0x395)+'serId']=_0xf20092['id'],_0x53cca5[_0x3095c(_0x4c338a._0xdb3a1d,0x46c,0x4d7,_0x4c338a._0x23fdfa)](_0x66612);}else{if(_0x59873a[_0x55a954(_0x4c338a._0x48806d,0x219,0x332,0x18d)](_0x203d3d['code'],_0x59873a['aWPBq'])){const _0x5a10e0={};return _0x5a10e0['error']=_0x59873a[_0x55a954(_0x4c338a._0x4f28aa,_0x4c338a._0x5555e6,_0x4c338a._0x24ae44,0x187)],_0x5a10e0['message']=_0x3095c(_0x4c338a._0x3c041a,0x5fc,0x5d3,0x556)+_0x4ed325+(_0x55a954(0x12f,0xb8,0x46,-_0x4c338a._0x554f1)+'d'),_0x1a5cde[_0x3095c(_0x4c338a._0xf7e2a,_0x4c338a._0x5d5156,0x4d5,_0x4c338a._0x309859)](-0x23*-0xfd+0x1743+-0x3846)[_0x3095c(0x3f1,0x3d0,0x4d7,_0x4c338a._0x5809bb)](_0x5a10e0);}const _0x19c3da={};_0x19c3da['taskId']=_0x32bc4f[_0x3095c(_0x4c338a._0x591d12,0x3ce,_0x4c338a._0x45893b,0x404)],_0x19c3da[_0x3095c(_0x4c338a._0x1fa14f,0x57b,0x5e2,_0x4c338a._0x5055fb)]=_0x59e9c3,_0x19c3da[_0x3095c(_0x4c338a._0x778eda,_0x4c338a._0x2352a2,0x600,0x5ce)]=_0x228d28['message'],_0x11c648[_0x3095c(0x524,0x505,_0x4c338a._0x27b8c7,0x6d8)](_0x55a954(-0x13,_0x4c338a._0x343352,0x196,0x26)+_0x3095c(_0x4c338a._0x16d88d,_0x4c338a._0x291fd7,0x4d4,0x553),_0x19c3da);const _0x53867b={};_0x53867b[_0x55a954(_0x4c338a._0x20c184,_0x4c338a._0x14eb3d,_0x4c338a._0x45671f,_0x4c338a._0x567925)]=_0x59873a[_0x55a954(0x186,_0x4c338a._0x30b5fd,_0x4c338a._0x56330a,0x188)],_0x53867b[_0x3095c(0x3fb,0x478,0x4e8,0x56b)]=_0x59873a[_0x3095c(0x3e8,_0x4c338a._0x3a7c7f,_0x4c338a._0x2c8147,0x487)],_0x2c3f23['status'](-0x8*-0x20c+0x1592+-0x23fe)[_0x3095c(_0x4c338a._0x5bee71,_0x4c338a._0x1b4b40,_0x4c338a._0x33c1c9,_0x4c338a._0x5838e3)](_0x53867b);}}catch(_0x4bb1fe){if(_0x59873a['onuFN']===_0x59873a[_0x3095c(_0x4c338a._0x52bd5f,0x58f,_0x4c338a._0xe83063,0x577)]){const _0x1a7bb8={};_0x1a7bb8[_0x55a954(_0x4c338a._0x1304f6,0x186,0x1c8,_0x4c338a._0x5555e6)]=_0x481167,_0x1a7bb8[_0x3095c(_0x4c338a._0x148779,0x70e,0x639,_0x4c338a._0x4fa19f)+'t']=_0x5f78d3[_0x3095c(_0x4c338a._0x4d4b37,_0x4c338a._0x189409,_0x4c338a._0x21b438,0x644)+'t'],_0xc54947[_0x55a954(_0x4c338a._0x312e4a,0x235,0x230,_0x4c338a._0x2ea1d0)](_0x59873a[_0x55a954(0xbc,0xbc,0x29,0x48)],_0x1a7bb8);const _0x5515f3={};return _0x5515f3[_0x55a954(0x1c0,0x2a4,_0x4c338a._0x5f2d0f,_0x4c338a._0x4f8bda)]=_0x59873a[_0x55a954(0x179,0x1b1,_0x4c338a._0x47330c,_0x4c338a._0x2c4eeb)],_0x5515f3[_0x55a954(0x9d,_0x4c338a._0x10fc73,0xd5,0x1ad)]=_0x59873a[_0x55a954(_0x4c338a._0x314cad,0xbc,_0x4c338a._0x3cd2f8,-_0x4c338a._0x3cc1d5)],_0x5b60f1[_0x55a954(0x217,_0x4c338a._0xd9fbd8,0x111,_0x4c338a._0x17e1c8)](-0x1*-0x6c5+-0x2187*0x1+0x1c56)[_0x3095c(0x42e,0x51c,_0x4c338a._0x5a56d8,0x5a1)](_0x5515f3);}else{const _0x50531e={};_0x50531e[_0x3095c(_0x4c338a._0x12ca11,_0x4c338a._0xcb95b0,0x4e2,_0x4c338a._0xde1075)]=_0x196aa9[_0x55a954(_0x4c338a._0x3ed536,_0x4c338a._0x1ec3ec,_0x4c338a._0x581118,_0x4c338a._0x45d584)],_0x50531e[_0x3095c(_0x4c338a._0x5eb8e9,_0x4c338a._0x4335a7,_0x4c338a._0x1a683f,_0x4c338a._0x5e40f0)]=_0x50f6e6,_0x50531e['error']=_0x4bb1fe[_0x3095c(0x5f0,0x5fe,0x4e8,_0x4c338a._0x3a422b)],logger[_0x55a954(_0x4c338a._0x28624a,_0x4c338a._0x299007,_0x4c338a._0x29f470,_0x4c338a._0x1c80b4)](_0x59873a[_0x55a954(_0x4c338a._0x546bdb,0x204,0x211,_0x4c338a._0x4f02e4)],_0x50531e);const _0x1ef3e5={};_0x1ef3e5[_0x3095c(0x52b,_0x4c338a._0x109d31,_0x4c338a._0x1f196b,0x49d)]=_0x196aa9[_0x3095c(_0x4c338a._0x1316f9,_0x4c338a._0x4425d5,0x4e2,0x5fb)],_0x1ef3e5[_0x55a954(_0x4c338a._0x5dc6ec,0x286,_0x4c338a._0x19e68c,_0x4c338a._0x5419ee)]=_0x50f6e6,_0x1ef3e5[_0x55a954(_0x4c338a._0x3ef518,_0x4c338a._0x360779,_0x4c338a._0x5498f0,_0x4c338a._0x563293)+'t']=_0x3e2379,_0x1ef3e5[_0x55a954(0x241,_0x4c338a._0x3d1c41,_0x4c338a._0x214afe,_0x4c338a._0x5c6882)]=_0x36b471,_0x1ef3e5['userId']=_0xf20092['id'],logger[_0x3095c(_0x4c338a._0x43d937,_0x4c338a._0xbf33bb,0x591,0x5a5)]('Skill\x20dele'+_0x55a954(0x174,_0x4c338a._0x1fa0e6,0x167,0x25d)+_0x55a954(0x1c8,0xd0,_0x4c338a._0x27d0f1,0x74)+_0x3095c(_0x4c338a._0x178e2f,_0x4c338a._0xb9cbfc,_0x4c338a._0x2fe1b3,_0x4c338a._0xa6a212)+_0x55a954(_0x4c338a._0x37477c,0x226,0x14c,_0x4c338a._0x14f98f),_0x1ef3e5);const _0x558d78={};return _0x558d78[_0x3095c(0x6e7,0x565,_0x4c338a._0x1a6202,_0x4c338a._0x2eccf9)]=!![],_0x558d78['id']=_0x50f6e6,_0x558d78['mode']=_0x595694,_0x558d78[_0x55a954(_0x4c338a._0x3128b2,_0x4c338a._0x3d1c41,_0x4c338a._0xce2d7b,_0x4c338a._0x4aafbd)]=_0x36b471,_0x558d78[_0x3095c(0x658,0x528,_0x4c338a._0x4f6ecc,0x74e)+'t']=_0x3e2379,_0x558d78[_0x3095c(_0x4c338a._0x580c92,0x3a7,0x4b1,_0x4c338a._0x21223b)+_0x55a954(0x1f9,0x244,0x2b6,0x161)+_0x3095c(0x4d6,_0x4c338a._0x435575,0x5cd,_0x4c338a._0x122e13)]=_0x4a6d28,_0x558d78[_0x3095c(0x414,0x4e7,0x4b1,_0x4c338a._0x5be5a0)+'mRegistry']=![],_0x558d78[_0x3095c(0x53a,0x56e,_0x4c338a._0x6ea0a6,0x535)]=_0x324758,_0x558d78[_0x55a954(0x355,_0x4c338a._0x39ec84,_0x4c338a._0xba7fe8,0x2f9)+_0x55a954(0x23f,0x131,_0x4c338a._0xe6071a,0x10d)]=_0x196aa9[_0x3095c(0x51e,_0x4c338a._0xe3bb4b,_0x4c338a._0x45893b,0x46a)],_0x558d78[_0x3095c(0x348,_0x4c338a._0x1f5156,0x425,0x3f7)+_0x3095c(0x482,_0x4c338a._0x332911,_0x4c338a._0xb9cbfc,0x59a)]=_0xf20092['id'],_0x53cca5[_0x3095c(0x589,0x4f8,0x4d7,_0x4c338a._0x53e4a9)](_0x558d78);}}}const _0x5eb5f1={};_0x5eb5f1[_0x3095c(_0x4c338a._0x580c92,_0x4c338a._0xa25396,_0x4c338a._0x45893b,0x3fa)]=_0x196aa9[_0x3095c(_0x4c338a._0x53d930,_0x4c338a._0x149c84,0x4e2,_0x4c338a._0x25a15e)],_0x5eb5f1['skillId']=_0x50f6e6,_0x5eb5f1[_0x3095c(0x6c8,_0x4c338a._0x24f3f5,0x639,0x5da)+'t']=_0x3e2379,_0x5eb5f1[_0x3095c(0x51c,0x33c,_0x4c338a._0xdb5c9f,0x382)]=_0xf20092['id'],logger[_0x55a954(0x232,_0x4c338a._0x1eb8a7,_0x4c338a._0x511fef,_0x4c338a._0x342846)](_0x59873a['UoePq'],_0x5eb5f1);const _0x1a7d66={};return _0x1a7d66[_0x55a954(_0x4c338a._0x25e187,0x2b2,_0x4c338a._0x511ef3,0x1aa)]=!![],_0x1a7d66['id']=_0x50f6e6,_0x1a7d66['mode']=_0x595694,_0x1a7d66['environmen'+'t']=_0x3e2379,_0x1a7d66[_0x55a954(_0x4c338a._0x534d91,_0x4c338a._0x40e282,0x101,_0x4c338a._0x4ecd51)+_0x55a954(0x1c2,0x264,0x377,_0x4c338a._0x489998)+_0x55a954(_0x4c338a._0xd6eb1a,_0x4c338a._0x210e9a,_0x4c338a._0x23f84c,0x23c)]=_0x4a6d28,_0x1a7d66['updatedAt']=_0x324758,_0x1a7d66['updatedByT'+'askId']=_0x196aa9[_0x55a954(0x23b,_0x4c338a._0x3ecde8,0x18f,0x1bf)],_0x1a7d66['updatedByU'+_0x3095c(0x586,0x4ce,_0x4c338a._0x595326,0x466)]=_0xf20092['id'],_0x53cca5[_0x55a954(0x1b7,_0x4c338a._0x1efa0b,0x190,_0x4c338a._0x1a04ba)](_0x1a7d66);}}catch(_0x309c67){const _0xbea94b={};_0xbea94b['taskId']=_0x196aa9[_0x55a954(0x16e,_0x4c338a._0x1ec3ec,_0x4c338a._0x37d20b,_0x4c338a._0x5c1650)],_0xbea94b[_0x55a954(0x2b6,_0x4c338a._0x2210f3,_0x4c338a._0x138763,_0x4c338a._0x19af56)]=_0x50f6e6,_0xbea94b['mode']=_0x595694,_0xbea94b[_0x3095c(0x703,_0x4c338a._0x778eda,_0x4c338a._0x27b8c7,0x61a)]=_0x309c67[_0x55a954(_0x4c338a._0x1fc90e,0x18c,_0x4c338a._0x1309d1,_0x4c338a._0x308c46)],logger[_0x3095c(_0x4c338a._0x49d329,0x670,0x600,_0x4c338a._0x1346b6)](_0x59873a[_0x55a954(0xfc,0x121,_0x4c338a._0x3c3f88,_0x4c338a._0x4d12e1)],_0xbea94b);const _0x5b78ee={};return _0x5b78ee[_0x55a954(0x2aa,0x2a4,0x32c,0x2d2)]=_0x59873a[_0x3095c(_0x4c338a._0x55ecb4,0x49d,_0x4c338a._0x53e4a9,_0x4c338a._0x1316f9)],_0x5b78ee['message']=_0x595694===_0x59873a['HNrrC']?_0x59873a[_0x55a954(_0x4c338a._0x533323,0x211,0xfe,_0x4c338a._0x9778b3)]:_0x55a954(_0x4c338a._0x199619,0x10a,_0x4c338a._0x47f8b5,_0x4c338a._0x116206)+_0x3095c(0x439,_0x4c338a._0x34d5d1,0x427,0x535)+_0x55a954(_0x4c338a._0x5107e7,_0x4c338a._0x20cff6,_0x4c338a._0x20280f,0x10b),_0x53cca5[_0x3095c(0x5a4,_0x4c338a._0x4d2dc9,_0x4c338a._0x1ef3cf,_0x4c338a._0x5a6ab0)](-0x2143+0x1*-0x184d+-0xee1*-0x4)['json'](_0x5b78ee);}}),router[_0x3e4cbd(-0x18d,-0x71,-0x11f,-0x76)](_0x3e4cbd(0xc8,0x14c,0xf,0x7c)+'killId/fil'+'es/*',requireTaskAuth,validateSkillAccess,async(_0x1b1dd0,_0x51ea2c)=>{const _0x2e4d13={_0x1ed756:0x477,_0x50cb69:0x587,_0x33b812:0x49a,_0x543bd3:0x41c,_0x56eb0a:0x2bd,_0x27a537:0x2a6,_0x1db918:0x3d2,_0x3fd888:0x2c9,_0x37e857:0x390,_0x5b2c9e:0x3d1,_0x176fcc:0x3bb,_0x2075e1:0x3ca,_0x3d4e9a:0x47c,_0x445aff:0x415,_0x21e2aa:0x541,_0x24ec7e:0x3c6,_0x2dba6f:0x3c0,_0x23f1e9:0x402,_0x46ebb7:0x2a4,_0x116e89:0x249,_0x57b9fd:0x305,_0x11d499:0x317,_0x4c60cd:0x4b1,_0x51224f:0x530,_0x43cf9b:0x50a,_0x3b9e6a:0x29c,_0x4aa54:0x384,_0x1a42af:0x409,_0x716475:0x446,_0x161370:0x475,_0x6c045a:0x555,_0x54f30e:0x549,_0x159ca3:0x43a,_0x3b7c90:0x3a3,_0x5c7719:0x3a8,_0x15a354:0x53d,_0x34ada4:0x4f0,_0x3c8cd3:0x5f4,_0xdcb3df:0x5cd,_0x53f232:0x551,_0x2e3c91:0x43c,_0x1206c9:0x53b,_0x5b5d1a:0x3dd,_0x94fed2:0x3cc,_0x523aae:0x4bc,_0x5c9fa7:0x413,_0x3f4226:0x3d7,_0x27f4de:0x334,_0x3c0fde:0x3c5,_0x3af51b:0x41a,_0x185857:0x4fb,_0x588275:0x399,_0x192ce8:0x30d,_0x1dc8a2:0x441,_0x4d7501:0x540,_0xc260eb:0x4c0,_0x42169d:0x32b,_0x4fd8e2:0x1d4,_0x1f4ab9:0x2af,_0x141280:0x25c,_0x3949ad:0x3e3,_0x30bb06:0x323,_0x48caf3:0x32e,_0x1ece87:0x22b,_0x216382:0x364,_0x2b79c0:0x36c,_0x12d2d4:0x3f5,_0x190329:0x5ad,_0x161f1f:0x472,_0xae1c6d:0x42b,_0x4e88b8:0x3eb,_0x963614:0x39d,_0x369541:0x340,_0x39057d:0x318,_0x49bfe1:0x40d,_0x2a70fb:0x340,_0x519bd1:0x279,_0x39f626:0x364,_0x4d3094:0x4fb,_0x35513d:0x490,_0xb3cb62:0x537,_0x55b91b:0x55f,_0x185cdf:0x392,_0x2f813b:0x348,_0x4c1de6:0x26f,_0x2e7e5d:0x567,_0x1496d5:0x495,_0x347563:0x393,_0x4fddb5:0x470,_0x3a1778:0x4a2,_0x4a4ab7:0x449,_0x1ea93b:0x3f7,_0x390cbd:0x36b,_0x283579:0x2c2,_0x472b11:0x32d,_0x310fa7:0x311,_0x2a186d:0x4b8,_0x4cfca4:0x4f6,_0x270235:0x55f,_0x12e99e:0x40c,_0x54766c:0x2ef,_0x143f76:0x2e6,_0x2318c2:0x2e9,_0x126ecb:0x309,_0x4eab01:0x3ef,_0x4e1d34:0x3ff,_0x4fb542:0x502,_0x5b34c5:0x30c,_0x483150:0x3b5,_0x16a914:0x3eb,_0x2dd122:0x4db,_0x21e76a:0x380,_0xda7ebc:0x45e,_0x11b205:0x34c,_0x4864f7:0x550,_0x3aada9:0x57b,_0x100b11:0x513,_0x21e0ae:0x336,_0x176721:0x554,_0x37ab18:0x3f3,_0x303ebb:0x48a,_0x599810:0x333,_0x3ac5f0:0x49b,_0xb3a9f6:0x411,_0x42eb05:0x22f,_0xee4de4:0x4f2,_0x4f3a81:0x398,_0x1e0ec4:0x41a,_0x88fa51:0x440,_0x4a289c:0x53f,_0x7e438b:0x4db,_0x18989a:0x3ad,_0xfb4218:0x325,_0x56b350:0x514,_0x453ba0:0x412,_0x181779:0x436,_0x42ab62:0x1b9,_0x326a0c:0x264,_0x5db9ac:0x24e,_0xf63d9c:0x36c,_0xc8e4b5:0x4e7,_0x6fa78b:0x4b1},_0x4cc454={_0x3e9df8:0x76,_0x49d8b9:0x436},_0x118429={_0x1d5b29:0x169,_0x26fa5a:0xc8,_0x3ac30f:0x380},_0x15e4bb={};_0x15e4bb[_0x18ae8c(0x5ab,0x469,0x4b5,0x597)]='Attempt\x20to'+'\x20edit\x20read'+'only\x20skill'+_0x8663a(_0x2e4d13._0x1ed756,_0x2e4d13._0x50cb69,_0x2e4d13._0x33b812,_0x2e4d13._0x543bd3),_0x15e4bb[_0x8663a(_0x2e4d13._0x56eb0a,0x394,_0x2e4d13._0x27a537,0x217)]=_0x8663a(0x4c7,0x353,_0x2e4d13._0x1db918,_0x2e4d13._0x3fd888),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x37e857,_0x2e4d13._0x5b2c9e,_0x2e4d13._0x176fcc,0x3f6)]=_0x18ae8c(_0x2e4d13._0x2075e1,0x397,0x406,0x497)+_0x8663a(_0x2e4d13._0x3d4e9a,0x374,_0x2e4d13._0x445aff,0x351)+_0x18ae8c(_0x2e4d13._0x21e2aa,0x507,0x492,_0x2e4d13._0x24ec7e)+_0x18ae8c(_0x2e4d13._0x2dba6f,0x467,_0x2e4d13._0x23f1e9,0x3b9)+_0x8663a(0x208,_0x2e4d13._0x46ebb7,0x268,_0x2e4d13._0x116e89),_0x15e4bb[_0x8663a(0x3ac,_0x2e4d13._0x57b9fd,0x2f8,_0x2e4d13._0x11d499)]=_0x18ae8c(_0x2e4d13._0x4c60cd,0x3e6,_0x2e4d13._0x4c60cd,0x46e)+'t',_0x15e4bb[_0x18ae8c(_0x2e4d13._0x51224f,0x611,_0x2e4d13._0x43cf9b,0x48d)]=_0x8663a(_0x2e4d13._0x3b9e6a,0x440,_0x2e4d13._0x4aa54,_0x2e4d13._0x1a42af)+'le\x20path',_0x15e4bb[_0x18ae8c(_0x2e4d13._0x716475,_0x2e4d13._0x161370,0x526,0x567)]='sziZu',_0x15e4bb['pXsIm']=_0x18ae8c(0x546,_0x2e4d13._0x6c045a,_0x2e4d13._0x54f30e,_0x2e4d13._0x159ca3),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x3b7c90,_0x2e4d13._0x5c7719,0x32d,0x3b4)]=_0x18ae8c(_0x2e4d13._0x15a354,0x507,0x462,_0x2e4d13._0x34ada4),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x3c8cd3,_0x2e4d13._0xdcb3df,0x537,0x5bd)]=function(_0x532d6b,_0x3047f2){return _0x532d6b===_0x3047f2;},_0x15e4bb['XUHZf']=_0x18ae8c(0x50a,_0x2e4d13._0x53f232,_0x2e4d13._0x2e3c91,_0x2e4d13._0x1206c9),_0x15e4bb[_0x8663a(_0x2e4d13._0x1db918,0x4e9,_0x2e4d13._0x5b5d1a,_0x2e4d13._0x94fed2)]=_0x18ae8c(0x491,_0x2e4d13._0x523aae,0x482,_0x2e4d13._0x5c9fa7),_0x15e4bb['hhURu']='Failed\x20to\x20'+_0x8663a(_0x2e4d13._0x3f4226,0x32c,0x332,_0x2e4d13._0x27f4de)+_0x8663a(0x33c,_0x2e4d13._0x3c0fde,_0x2e4d13._0x3af51b,_0x2e4d13._0x185857);function _0x8663a(_0x2f9d66,_0x420a8b,_0xda9a72,_0x4d0908){return _0x3e4cbd(_0x2f9d66-_0x118429._0x1d5b29,_0x420a8b,_0xda9a72-_0x118429._0x26fa5a,_0xda9a72-_0x118429._0x3ac30f);}_0x15e4bb[_0x18ae8c(0x451,0x504,0x436,_0x2e4d13._0x588275)]=_0x8663a(0x50c,_0x2e4d13._0x192ce8,0x413,0x3c6)+_0x18ae8c(_0x2e4d13._0x1dc8a2,0x4a3,_0x2e4d13._0x4d7501,_0x2e4d13._0xc260eb)+'r',_0x15e4bb[_0x8663a(_0x2e4d13._0x42169d,_0x2e4d13._0x4fd8e2,0x2a8,_0x2e4d13._0x1f4ab9)]=_0x8663a(0x352,0x3a3,0x2c4,_0x2e4d13._0x141280)+_0x8663a(_0x2e4d13._0x3949ad,_0x2e4d13._0x30bb06,0x3a9,0x384);const _0x4d2f6d=_0x15e4bb,{callingTask:_0x2ded70,skillId:_0x4796bb,skillPath:_0x5e9f8c,environmentName:_0x16effe}=_0x1b1dd0;function _0x18ae8c(_0x5f0705,_0x58b90b,_0x22aae2,_0x36ac4b){return _0x3e4cbd(_0x5f0705-_0x4cc454._0x3e9df8,_0x58b90b,_0x22aae2-0x1e1,_0x22aae2-_0x4cc454._0x49d8b9);}const _0x40b1f2=_0x1b1dd0[_0x18ae8c(0x422,_0x2e4d13._0x48caf3,0x343,_0x2e4d13._0x1ece87)][0x1d24+0x1178+0xba7*-0x4];if(_0x40b1f2['includes']('..')){const _0x49465e={};return _0x49465e[_0x8663a(_0x2e4d13._0x216382,_0x2e4d13._0x2b79c0,0x45e,0x558)]=_0x4d2f6d[_0x18ae8c(0x406,0x2cf,0x3ae,0x451)],_0x49465e['message']=_0x4d2f6d[_0x18ae8c(0x506,_0x2e4d13._0x12d2d4,_0x2e4d13._0x43cf9b,_0x2e4d13._0x190329)],_0x51ea2c['status'](-0x947+0x32+-0x6d*-0x19)[_0x18ae8c(_0x2e4d13._0x161f1f,_0x2e4d13._0xae1c6d,_0x2e4d13._0x4e88b8,_0x2e4d13._0x2e3c91)](_0x49465e);}const _0x2c38e2={};_0x2c38e2[_0x8663a(_0x2e4d13._0x963614,0x445,_0x2e4d13._0x369541,_0x2e4d13._0x39057d)]=_0x2ded70[_0x8663a(0x294,_0x2e4d13._0x49bfe1,_0x2e4d13._0x2a70fb,_0x2e4d13._0x519bd1)],_0x2c38e2[_0x8663a(_0x2e4d13._0x39f626,_0x2e4d13._0x4d3094,0x440,_0x2e4d13._0x35513d)]=_0x4796bb,_0x2c38e2['filepath']=_0x40b1f2,_0x2c38e2[_0x18ae8c(_0x2e4d13._0xb3cb62,_0x2e4d13._0x55b91b,0x54d,0x462)+'t']=_0x16effe,logger['info'](_0x8663a(_0x2e4d13._0x185cdf,_0x2e4d13._0x2f813b,0x3db,0x4ac)+_0x18ae8c(0x363,0x3cc,0x362,_0x2e4d13._0x4c1de6)+'ile',_0x2c38e2);const _0x3cbd8f=_0x562125[_0x18ae8c(_0x2e4d13._0x523aae,_0x2e4d13._0x2e7e5d,_0x2e4d13._0x1496d5,0x3ad)](_0x5e9f8c,_0x40b1f2);try{if(_0x4d2f6d[_0x8663a(0x4dc,_0x2e4d13._0x347563,_0x2e4d13._0x4fddb5,_0x2e4d13._0x3a1778)]!==_0x4d2f6d[_0x18ae8c(0x3ab,_0x2e4d13._0x4a4ab7,_0x2e4d13._0x1ea93b,0x33e)]){const _0x4ac7b5=await _0x1195dc[_0x18ae8c(0x36c,0x25e,_0x2e4d13._0x390cbd,_0x2e4d13._0x283579)](_0x3cbd8f,_0x4d2f6d[_0x18ae8c(0x3fd,0x214,_0x2e4d13._0x472b11,_0x2e4d13._0x310fa7)]),_0x596d4e={};_0x596d4e[_0x18ae8c(_0x2e4d13._0x2a186d,0x56c,_0x2e4d13._0x4cfca4,0x3e3)]=_0x4796bb,_0x596d4e[_0x18ae8c(_0x2e4d13._0x270235,0x407,0x4f8,0x568)]=_0x40b1f2,_0x596d4e[_0x8663a(_0x2e4d13._0x12e99e,0x1f0,_0x2e4d13._0x54766c,0x3f7)]=_0x4ac7b5,_0x51ea2c[_0x18ae8c(_0x2e4d13._0x143f76,0x368,0x3eb,0x32a)](_0x596d4e);}else{const _0x32bf82={};_0x32bf82[_0x8663a(0x2de,_0x2e4d13._0x2318c2,0x340,0x2fc)]=_0x3af9f3[_0x8663a(0x3e4,_0x2e4d13._0x126ecb,0x340,0x376)],_0x32bf82['skillId']=_0x1e1327,_0xa4ff05[_0x8663a(0x458,0x357,_0x2e4d13._0x4eab01,0x36c)](_0x4d2f6d[_0x8663a(0x443,0x419,_0x2e4d13._0x4e1d34,_0x2e4d13._0x4fb542)],_0x32bf82);const _0x3651f0={};return _0x3651f0['error']=_0x4d2f6d['IeNrQ'],_0x3651f0[_0x8663a(0x2cc,_0x2e4d13._0x5b34c5,0x346,_0x2e4d13._0x3fd888)]=_0x4d2f6d['BBNTi'],_0x14f3ff[_0x18ae8c(0x398,0x400,0x3e9,0x496)](-0x228f+-0x17c8+0x3bea)[_0x18ae8c(_0x2e4d13._0x483150,0x2d1,_0x2e4d13._0x16a914,0x483)](_0x3651f0);}}catch(_0x47dbb7){if(_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x2dd122,0x5e3,0x537,0x60d)](_0x47dbb7['code'],_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x21e76a,0x4e6,0x3f4,0x4d9)])){const _0x34567b={};return _0x34567b[_0x8663a(0x3c3,0x414,_0x2e4d13._0xda7ebc,_0x2e4d13._0x11b205)]=_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x4864f7,_0x2e4d13._0x3aada9,0x493,_0x2e4d13._0x100b11)],_0x34567b[_0x8663a(0x3d5,0x30d,0x346,0x424)]='File\x20\x27'+_0x40b1f2+(_0x8663a(0x23c,_0x2e4d13._0x21e0ae,0x272,0x237)+_0x18ae8c(_0x2e4d13._0x176721,_0x2e4d13._0x37ab18,_0x2e4d13._0x303ebb,0x3cf)+'\x20\x27')+_0x4796bb+'\x27',_0x51ea2c[_0x8663a(0x395,0x448,_0x2e4d13._0x599810,0x303)](-0x10*0x12a+0x1527+-0xf3)[_0x18ae8c(_0x2e4d13._0x3ac5f0,0x37f,0x3eb,0x3a5)](_0x34567b);}const _0xdd4dff={};_0xdd4dff[_0x8663a(_0x2e4d13._0xb3a9f6,_0x2e4d13._0x42eb05,0x340,0x43a)]=_0x2ded70[_0x18ae8c(_0x2e4d13._0xee4de4,_0x2e4d13._0x4f3a81,0x3f6,_0x2e4d13._0x1e0ec4)],_0xdd4dff[_0x8663a(0x391,0x557,_0x2e4d13._0x88fa51,_0x2e4d13._0x4a289c)]=_0x4796bb,_0xdd4dff[_0x18ae8c(_0x2e4d13._0x7e438b,0x57f,0x4f8,0x49b)]=_0x40b1f2,_0xdd4dff['error']=_0x47dbb7[_0x8663a(0x2dc,0x28f,0x346,_0x2e4d13._0x18989a)],logger['error'](_0x4d2f6d[_0x8663a(0x498,_0x2e4d13._0xfb4218,0x3a2,0x311)],_0xdd4dff);const _0x21ceea={};_0x21ceea[_0x18ae8c(0x591,0x45b,_0x2e4d13._0x56b350,0x4cf)]=_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x453ba0,0x3b4,_0x2e4d13._0x181779,0x526)],_0x21ceea['message']=_0x4d2f6d[_0x8663a(_0x2e4d13._0x42ab62,0x1ad,0x2a8,_0x2e4d13._0x326a0c)],_0x51ea2c[_0x8663a(_0x2e4d13._0x5db9ac,_0x2e4d13._0xf63d9c,0x333,0x36c)](-0x1*-0x463+-0x25b5+0x2346)[_0x18ae8c(_0x2e4d13._0xc8e4b5,0x3fd,_0x2e4d13._0x4e88b8,_0x2e4d13._0x6fa78b)](_0x21ceea);}}),router['put'](_0x3e4cbd(0x13c,0x11d,0x76,0x7c)+_0x3e4cbd(0xd7,0x112,0x17,0x44)+_0x3e4cbd(-0xc,0x167,0x4c,0x67),requireTaskAuth,validateSkillAccess,async(_0x17b689,_0x361670)=>{const _0x15bf09={_0x993730:0xdd,_0x199df7:0xd4,_0x4f06d3:0x1d4,_0x1c6efc:0x1b9,_0x408c28:0x15a,_0x43ae79:0x8f,_0x4914df:0x102,_0x313ff8:0x3,_0x1651f3:0x189,_0x5a61f4:0xd7,_0xd6319a:0xb8,_0x41bac2:0x187,_0x29e2f4:0x86,_0xbae95f:0x13,_0x311a3a:0x2f,_0x104c51:0x173,_0x50582b:0x35,_0x296e27:0x19c,_0x4f36e2:0x219,_0x4f2a5c:0x1c0,_0x330719:0x109,_0x1d2cb8:0x15d,_0x3fa3bf:0x208,_0x36468a:0x22,_0x5c23c4:0x26,_0x209c39:0x87,_0x159ede:0x1ea,_0x3b9713:0x87,_0x180b58:0x11e,_0x55bc6d:0x191,_0x93c249:0x152,_0x2b2f3a:0x7a,_0x534baf:0x86,_0x5645e4:0x5,_0x4541f7:0x2e6,_0xa40f3b:0x32b,_0xb4fa3d:0x1fb,_0x14ccc0:0xa7,_0x110337:0x39,_0x3c9868:0x83,_0xf3c28b:0x143,_0x4cbb13:0x257,_0x4a3ed1:0xc1,_0x404046:0x177,_0xf992a1:0x1f0,_0x35ddf3:0xc2,_0x317ab1:0x1d1,_0x108130:0x180,_0x498fa1:0x2d7,_0x8ca8c:0x87,_0x264fcb:0x68,_0x53b39:0x114,_0x41562c:0xe8,_0xe71c0e:0x54,_0x244a93:0x254,_0x2f72ae:0x277,_0x334ee0:0x38c,_0x3df115:0x28f,_0x495391:0x14c,_0x3f3aaa:0xc0,_0xf543d4:0x12e,_0x2df826:0xc3,_0x241692:0x40,_0x2abad4:0x5d,_0x5015a7:0x85,_0x2ba8ad:0x2f,_0x34fa5e:0xd9,_0x30fba1:0x2b6,_0x4b47e0:0x20c,_0x6378ac:0xa8,_0x3afdc1:0xcb,_0x222fd3:0x27,_0x899249:0x188,_0x55547e:0x1f8,_0x29c651:0x2f9,_0x2a2c35:0x156,_0x591741:0x12d,_0x4517de:0x31f,_0x481a78:0x348,_0x1ff19c:0x52,_0x3b497b:0x57,_0x129d62:0x15f,_0x1144cd:0x19a,_0x2f752a:0x3f,_0x463339:0x165,_0x4d47c3:0x121,_0x1b7f29:0x67,_0x2e70b3:0x48,_0x4d8db6:0x129,_0x35991f:0x14c,_0x49a39c:0x10f,_0x138eb6:0x14e,_0x5979c8:0x1df,_0x2437cd:0xe8,_0x32a03c:0x183,_0xb6e6f3:0x8c,_0x563e11:0x204,_0x57baa2:0xa,_0x140be3:0x45,_0x2754e4:0x180,_0x191750:0x160,_0x35b7c6:0x8c,_0x52c28f:0x14,_0x5d80f1:0x44,_0x3c69bb:0x116,_0x30145b:0x7d,_0x3242cf:0xa7,_0x9f5b3:0xe0,_0x504da2:0x76,_0x1cb12e:0x74,_0x36d6b5:0x133,_0x553a18:0x7e,_0x35aa05:0x6c,_0x18fbeb:0x159,_0x85145f:0x112,_0x3928b7:0xb5,_0x45cb5a:0x98,_0x4c595a:0x1a7,_0x3068ae:0xe5,_0xeb564e:0x1b3,_0x8a1de0:0x170,_0x48865e:0x1ca,_0x56135c:0x285,_0x50b69e:0x2f7,_0xa9800a:0x281,_0xd31467:0x25b,_0x3e9fbb:0x24e,_0x56ea01:0x4f,_0x1b104c:0x16c,_0x18b2fd:0x57,_0x54245d:0x34,_0x1417a5:0x66,_0x211a41:0xb,_0x3b89a0:0x8a,_0x3437ae:0x239,_0x9190c8:0x264,_0x5a9da2:0x2e2,_0x179fd9:0x281,_0xdc5c7c:0x18d,_0x3da248:0x149,_0x597c60:0x1f4,_0x233773:0x12f,_0x506597:0xb7,_0x3e87de:0xb3,_0x9dacdb:0x192,_0x34a5dc:0x207,_0x5e0ff6:0x268,_0x136dda:0x60,_0x54bc60:0xcf,_0x233b16:0xab,_0x27fe82:0x21,_0x3ea9e9:0x259,_0x3db42d:0x26b,_0x10d285:0x354,_0x31e63c:0x2f,_0x75e11d:0xbf,_0x3bbee8:0x9c,_0x53c77b:0x42},_0x13afb4={_0x49899e:0x103,_0x5db593:0xb},_0x209603={};function _0x5dcb3c(_0x226ca3,_0x4b33e1,_0x21da49,_0x44c6a0){return _0x3e4cbd(_0x226ca3-0x93,_0x226ca3,_0x21da49-_0x13afb4._0x49899e,_0x44c6a0-_0x13afb4._0x5db593);}_0x209603['kCuWo']=_0x5dcb3c(-0xb,_0x15bf09._0x993730,0x180,_0x15bf09._0x199df7);function _0x313b4d(_0xb5d491,_0x41988e,_0x4b9244,_0x2fbd1d){return _0x2dae0c(_0x4b9244,_0x41988e-0x252,_0x4b9244-0x1a5,_0x2fbd1d-0xed);}_0x209603[_0x5dcb3c(_0x15bf09._0x4f06d3,_0x15bf09._0x1c6efc,_0x15bf09._0x408c28,0xeb)]=_0x5dcb3c(0x26,-_0x15bf09._0x43ae79,_0x15bf09._0x4914df,-_0x15bf09._0x313ff8)+_0x313b4d(0x269,0x21e,0x1e9,_0x15bf09._0x1651f3)+'n',_0x209603[_0x5dcb3c(_0x15bf09._0x5a61f4,0x77,0xeb,0xef)]=_0x5dcb3c(0x12d,_0x15bf09._0xd6319a,_0x15bf09._0x41bac2,_0x15bf09._0x29e2f4)+'t',_0x209603[_0x5dcb3c(_0x15bf09._0xbae95f,0xed,0x92,0xc0)]=_0x5dcb3c(_0x15bf09._0x311a3a,-0xe0,-0x105,0xf)+_0x313b4d(_0x15bf09._0x104c51,0xfb,_0x15bf09._0x50582b,_0x15bf09._0x296e27),_0x209603[_0x5dcb3c(-_0x15bf09._0x4f36e2,-_0x15bf09._0x4f2a5c,-0x98,-_0x15bf09._0x330719)]=function(_0x24cde1,_0x26cdc2){return _0x24cde1===_0x26cdc2;},_0x209603[_0x313b4d(0x86,_0x15bf09._0x1d2cb8,0xea,_0x15bf09._0x3fa3bf)]=function(_0x111584,_0x52e3d2){return _0x111584!==_0x52e3d2;},_0x209603['OAPUC']=_0x5dcb3c(-0xc0,0xf2,-_0x15bf09._0x36468a,_0x15bf09._0x5c23c4),_0x209603['djFeK']=_0x313b4d(_0x15bf09._0x209c39,0x15b,0xe1,_0x15bf09._0x159ede)+_0x5dcb3c(-0x37,0xdc,0x13b,_0x15bf09._0x3b9713)+'killId\x20to\x20'+_0x313b4d(_0x15bf09._0x180b58,0xbb,0x18,0x36)+_0x5dcb3c(-0x12f,-0x59,-0x2d,-0x32),_0x209603['pIsli']='Content\x20fi'+_0x313b4d(0x37b,0x272,0x1c6,_0x15bf09._0x55bc6d)+'uired',_0x209603['PMgnm']='Task\x20updat'+_0x313b4d(_0x15bf09._0x93c249,_0x15bf09._0x2b2f3a,-_0x15bf09._0x534baf,_0x15bf09._0x5645e4)+_0x313b4d(_0x15bf09._0x4541f7,0x27f,_0x15bf09._0xa40f3b,0x267),_0x209603['oPeGC']='utf-8',_0x209603[_0x313b4d(0x289,0x16d,0x208,_0x15bf09._0xb4fa3d)]=_0x5dcb3c(-_0x15bf09._0x14ccc0,_0x15bf09._0x110337,-_0x15bf09._0x3c9868,-0xb1)+_0x313b4d(-0x4e,0xaf,0x7b,0xb1)+_0x313b4d(_0x15bf09._0xf3c28b,_0x15bf09._0x4cbb13,0x280,0x24f),_0x209603[_0x5dcb3c(-0x10b,-_0x15bf09._0x4a3ed1,-_0x15bf09._0x404046,-0x106)]='Internal\x20S'+_0x5dcb3c(_0x15bf09._0xf992a1,-0x4,_0x15bf09._0x110337,0x115)+'r',_0x209603[_0x313b4d(_0x15bf09._0x35ddf3,_0x15bf09._0x317ab1,_0x15bf09._0x108130,_0x15bf09._0x498fa1)]='Failed\x20to\x20'+_0x5dcb3c(_0x15bf09._0x8ca8c,-0x120,-_0x15bf09._0x264fcb,-0x24);const _0x2d4fbe=_0x209603,{callingTask:_0x6301d6,taskUser:_0x6e2be,skillId:_0x38c162,skillPath:_0x2bee95,environmentName:_0xb57c55}=_0x17b689,_0x491cd5=_0x17b689[_0x5dcb3c(-0xf4,-0x17d,-_0x15bf09._0x53b39,-_0x15bf09._0x41562c)][-0x1aa1+0x33d*0x1+0xbb2*0x2],{content:_0x26642b}=_0x17b689['body'];if(_0x491cd5[_0x5dcb3c(-0x81,-0x66,0x4,_0x15bf09._0xe71c0e)]('..')){const _0x505b6d={};return _0x505b6d[_0x313b4d(_0x15bf09._0x244a93,_0x15bf09._0x2f72ae,_0x15bf09._0x334ee0,0x347)]=_0x2d4fbe[_0x313b4d(_0x15bf09._0x3df115,0x27d,0x225,0x173)],_0x505b6d['message']=_0x2d4fbe[_0x5dcb3c(_0x15bf09._0x495391,-0x3a,0x86,_0x15bf09._0x3f3aaa)],_0x361670[_0x313b4d(0x10c,0x14c,0xd7,_0x15bf09._0xf543d4)](0x1*0xb+0xd*-0x4b+0x7c*0xb)[_0x5dcb3c(0x5d,_0x15bf09._0x2df826,0xc1,-_0x15bf09._0x241692)](_0x505b6d);}if(_0x2d4fbe[_0x313b4d(-_0x15bf09._0x2abad4,_0x15bf09._0x5015a7,-_0x15bf09._0x2ba8ad,_0x15bf09._0x34fa5e)](_0x491cd5,_0x313b4d(0x22e,0x239,_0x15bf09._0x30fba1,0x11d))){if(_0x2d4fbe[_0x313b4d(_0x15bf09._0x4b47e0,0x15d,_0x15bf09._0x6378ac,0x25b)](_0x2d4fbe[_0x5dcb3c(-0x7d,0x17,-0x54,-_0x15bf09._0x3afdc1)],_0x2d4fbe[_0x313b4d(_0x15bf09._0x199df7,0xc3,-_0x15bf09._0x222fd3,_0x15bf09._0x899249)])){if(!_0x4ae646)return null;return _0x3783ce[_0x313b4d(0x144,_0x15bf09._0x55547e,_0x15bf09._0x29c651,_0x15bf09._0x2a2c35)](_0x52dbf1,_0x2d4fbe['kCuWo'],_0x2d4fbe[_0x5dcb3c(-0x2d,_0x15bf09._0x591741,_0x15bf09._0x43ae79,0xeb)]);}else{const _0x5bab12={};return _0x5bab12[_0x313b4d(_0x15bf09._0x4517de,_0x15bf09._0x2f72ae,_0x15bf09._0x481a78,0x218)]=_0x5dcb3c(-_0x15bf09._0x1ff19c,0xc1,0x173,0x86)+'t',_0x5bab12[_0x313b4d(_0x15bf09._0x3b497b,_0x15bf09._0x129d62,0x262,_0x15bf09._0x1144cd)]=_0x2d4fbe[_0x5dcb3c(0x2d,-0x50,0x13f,_0x15bf09._0x2f752a)],_0x361670[_0x313b4d(_0x15bf09._0x463339,_0x15bf09._0x495391,_0x15bf09._0x4d47c3,0xc1)](0xcb5+0x368+0x95*-0x19)[_0x5dcb3c(-0x33,_0x15bf09._0x1b7f29,-0xa4,-0x40)](_0x5bab12);}}if(_0x26642b===undefined){const _0x36ae5e={};return _0x36ae5e['error']=_0x2d4fbe[_0x5dcb3c(0x1fd,_0x15bf09._0x2e70b3,0xa3,0xef)],_0x36ae5e['message']=_0x2d4fbe[_0x5dcb3c(0xe6,0x2a,-0x36,0x13)],_0x361670[_0x313b4d(_0x15bf09._0x4d8db6,_0x15bf09._0x35991f,0xe9,_0x15bf09._0x49a39c)](0xfe8+-0xec2+-0x35*-0x2)[_0x313b4d(0x161,_0x15bf09._0x138eb6,0x7e,_0x15bf09._0x5979c8)](_0x36ae5e);}const _0xd34e6a={};_0xd34e6a[_0x5dcb3c(-_0x15bf09._0x2437cd,0xb5,-0x80,-0x35)]=_0x6301d6['taskId'],_0xd34e6a['skillId']=_0x38c162,_0xd34e6a[_0x313b4d(0x349,0x25b,0x15d,_0x15bf09._0x32a03c)]=_0x491cd5,_0xd34e6a[_0x313b4d(0x1dd,0x2b0,0x2d5,0x306)+'t']=_0xb57c55,_0xd34e6a[_0x5dcb3c(-_0x15bf09._0xb6e6f3,-_0x15bf09._0x563e11,_0x15bf09._0x57baa2,-0xe5)]=_0x6e2be['id'],logger[_0x5dcb3c(_0x15bf09._0x140be3,_0x15bf09._0x2754e4,_0x15bf09._0x191750,_0x15bf09._0x35b7c6)](_0x2d4fbe[_0x313b4d(-_0x15bf09._0x52c28f,0x78,0x31,-_0x15bf09._0x5d80f1)],_0xd34e6a);const _0x32d4e7=_0x562125[_0x5dcb3c(_0x15bf09._0x3c69bb,-_0x15bf09._0x30145b,_0x15bf09._0x3242cf,0x6a)](_0x2bee95,_0x491cd5),_0x5b39da=new Date()['toISOStrin'+'g']();try{const _0x80478c=_0x562125['dirname'](_0x32d4e7),_0x117753={};_0x117753['recursive']=!![],await _0x1195dc['mkdir'](_0x80478c,_0x117753),await _0x1195dc[_0x313b4d(_0x15bf09._0x9f5b3,0x12f,_0x15bf09._0x504da2,0xf9)](_0x32d4e7,_0x26642b,_0x2d4fbe[_0x5dcb3c(_0x15bf09._0x1cb12e,_0x15bf09._0x36d6b5,_0x15bf09._0x553a18,0x71)]);const _0x5d62cb={};_0x5d62cb[_0x313b4d(_0x15bf09._0x35aa05,_0x15bf09._0x18fbeb,_0x15bf09._0x85145f,0x159)]=_0x6301d6[_0x5dcb3c(-_0x15bf09._0x5015a7,0xd2,-_0x15bf09._0x3928b7,-0x35)],_0x5d62cb[_0x5dcb3c(0x2,0x13e,_0x15bf09._0x45cb5a,0xcb)]=_0x38c162,_0x5d62cb['filepath']=_0x491cd5,_0x5d62cb[_0x5dcb3c(-0x16a,-0x62,-_0x15bf09._0x4c595a,-_0x15bf09._0x3068ae)]=_0x6e2be['id'],logger['info'](_0x313b4d(0xfc,0x160,_0x15bf09._0xeb564e,_0x15bf09._0x8a1de0)+_0x313b4d(0x28c,_0x15bf09._0x48865e,0x126,0x212)+'y\x20task',_0x5d62cb);const _0xedb075={};_0xedb075[_0x313b4d(0x395,_0x15bf09._0x56135c,_0x15bf09._0x50b69e,0x2d5)]=!![],_0xedb075['skillId']=_0x38c162,_0xedb075[_0x313b4d(_0x15bf09._0xa9800a,_0x15bf09._0xd31467,0x225,_0x15bf09._0x3e9fbb)]=_0x491cd5,_0xedb075[_0x5dcb3c(-0xc8,-_0x15bf09._0x56ea01,-_0x15bf09._0x1b104c,-_0x15bf09._0x18b2fd)]=_0x5b39da,_0xedb075[_0x5dcb3c(-0x34,-0x125,0x7d,-0x74)+_0x5dcb3c(-_0x15bf09._0x54245d,_0x15bf09._0x1417a5,-_0x15bf09._0x211a41,-_0x15bf09._0x3b89a0)]=_0x6301d6[_0x313b4d(0x268,_0x15bf09._0x18fbeb,0x5d,0x25c)],_0xedb075[_0x313b4d(_0x15bf09._0x3437ae,_0x15bf09._0x9190c8,_0x15bf09._0x5a9da2,0x272)+_0x313b4d(_0x15bf09._0x179fd9,_0x15bf09._0xdc5c7c,_0x15bf09._0x3da248,_0x15bf09._0x597c60)]=_0x6e2be['id'],_0x361670[_0x5dcb3c(0xc8,-0x10d,-_0x15bf09._0x233773,-0x40)](_0xedb075);}catch(_0x3be074){const _0x3e80d5={};_0x3e80d5[_0x5dcb3c(-_0x15bf09._0x43ae79,0x8,_0x15bf09._0x506597,-0x35)]=_0x6301d6[_0x313b4d(_0x15bf09._0x264fcb,0x159,_0x15bf09._0x4c595a,_0x15bf09._0x3e87de)],_0x3e80d5[_0x313b4d(0x177,0x259,_0x15bf09._0x9dacdb,0x1c8)]=_0x38c162,_0x3e80d5[_0x313b4d(_0x15bf09._0x34a5dc,0x25b,0x17b,0x248)]=_0x491cd5,_0x3e80d5['error']=_0x3be074[_0x313b4d(0x185,0x15f,_0x15bf09._0x5e0ff6,0x242)],logger[_0x5dcb3c(0x194,_0x15bf09._0x136dda,_0x15bf09._0xbae95f,0xe9)](_0x2d4fbe[_0x5dcb3c(-0xb3,-_0x15bf09._0x54bc60,_0x15bf09._0x233b16,-_0x15bf09._0x27fe82)],_0x3e80d5);const _0x1e6f67={};_0x1e6f67[_0x313b4d(_0x15bf09._0x3ea9e9,_0x15bf09._0x2f72ae,_0x15bf09._0x3db42d,_0x15bf09._0x10d285)]=_0x2d4fbe['WpJwF'],_0x1e6f67[_0x5dcb3c(-0xf2,-0x1d,0x2a,-_0x15bf09._0x31e63c)]=_0x2d4fbe['xHUVs'],_0x361670[_0x5dcb3c(_0x15bf09._0x75e11d,-0xc9,_0x15bf09._0x3bbee8,-_0x15bf09._0x53c77b)](0x383*-0xa+-0x1*0x943+0x2e55)['json'](_0x1e6f67);}}),router[_0x2dae0c(0x3,-0x93,-0x1a1,-0x1f)](_0x2dae0c(-0x2b,-0x3d,-0x8d,-0xff)+_0x3e4cbd(-0xd8,0x87,0x1c,0x44)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x5e11a6,_0x1c8cd8)=>{const _0x4bd30b={_0x55b620:0x29,_0x5c8550:0x45,_0x4ec728:0x33a,_0x2bf9d6:0x23d,_0x5d1afa:0x383,_0x2d47e1:0x193,_0x2b37b3:0x170,_0x1245b2:0x148,_0x55ca92:0x14d,_0x236d80:0x16e,_0x3cda18:0xc8,_0x4f6db8:0x2a0,_0x4f3044:0x1d9,_0x3c5f5b:0x13b,_0x191ad5:0x100,_0x29c408:0x161,_0x5bb635:0x1f7,_0x14cd1a:0x110,_0x16cf90:0x177,_0x53f712:0x1b0,_0x3e5df1:0xee,_0x17d930:0xb5,_0x53d9c8:0x1f4,_0x2d8f31:0x24e,_0x377f7a:0x30,_0xc725d1:0xb3,_0xf19de:0x248,_0x5b0856:0x2da,_0xfcc833:0x15e,_0x3748e0:0x1ea,_0x2278f8:0x1d1,_0x26f674:0x355,_0x4ac7c0:0x30f,_0x9823cf:0x204,_0x926eaf:0x167,_0x3c3282:0xdb,_0x472cbe:0x114,_0x44959d:0x82,_0x252e12:0x95,_0x2cc696:0x5f,_0x309ddc:0x19,_0x551243:0x88,_0x2492ee:0x69,_0x3a84fa:0xfc,_0x19539c:0x45,_0x329c5d:0xdc,_0x2b3ab0:0xa1,_0x2a735e:0xcd,_0x3608f4:0x207,_0x3a6cfd:0x251,_0x16bf20:0x5d,_0x549d24:0x1c4,_0x221618:0x25,_0x40f109:0xc0,_0x585d13:0x105,_0x3ef5bc:0x4f,_0x287ae5:0x39,_0x4fe48b:0xd3,_0x5cfa9a:0x27f,_0xf794bc:0x2fb,_0x392582:0x28c,_0xf0e4b9:0x17a,_0x52b18c:0x16a,_0x163639:0x1b1,_0x17953a:0x18a,_0x4c7471:0x1e1,_0x1533ad:0x7d,_0xb025eb:0x102,_0x267ca9:0x17d,_0x6b76ba:0x2a,_0x423669:0x95,_0x73cff8:0x31f,_0x4fed96:0x277,_0x14fbfe:0xcf,_0x4da842:0x1c3,_0x56735c:0x76,_0x2c57b6:0x7b,_0x565f4e:0x309,_0x411f6f:0x313,_0x7b1950:0x229,_0x325dba:0x1ab,_0x52fd34:0x98,_0x17273b:0x120,_0x3d2b94:0x182,_0x58f2dc:0x69,_0x2dc711:0x263,_0x4dce16:0x213,_0x2e9dd3:0x16e,_0x4d52a2:0x104,_0x1053ae:0x7d,_0x42317d:0x2c0,_0x52e009:0x1e3,_0xef0b2f:0x30e,_0x34d22a:0x2c5,_0x1fad4d:0x1fc,_0x58c9a8:0x9b,_0x2d5971:0x14a,_0x42d03d:0x161,_0x32ad6d:0x1f9,_0x306dca:0x6f,_0x1165dc:0xf,_0x1fd72c:0x3c,_0x37ed6d:0x129,_0x474f53:0x138,_0x45c939:0xde,_0x5c1b80:0xc5,_0x4022ae:0x16e,_0x4e1bb0:0x8b,_0x2380f0:0x53,_0x2a6bf1:0x43,_0x52661a:0x13b,_0x1a2028:0x1c3,_0x16f50d:0x97,_0x1e5a74:0x36,_0x81ea3c:0x14e,_0x38fb4c:0xad,_0x42b66a:0x1da,_0x39bf2b:0x1cc,_0x49a6f7:0x70,_0x21ff1a:0x90,_0x1cd911:0x75,_0x4eab00:0x55,_0x213546:0xdd,_0x3a6876:0xd8,_0x2b9a1e:0xb,_0x248627:0x324,_0x4f5a0e:0x223,_0x294825:0x10,_0x4f1579:0xf,_0x2b1ec5:0x8a,_0x107212:0x57,_0xc1ef43:0xc0,_0x4fef3f:0x163,_0x53bb2d:0x1d9,_0x2b1fd7:0x215,_0x3425d7:0x26c,_0x270040:0x19d,_0x21ffd4:0x5,_0x3585e6:0x211,_0xf08c83:0x124,_0x3bc479:0x15c,_0x1ad6cf:0x1b6,_0x9ddbf8:0x28c,_0x5946dc:0xf0,_0x271d94:0xcd,_0x584a39:0x5a,_0x5729ef:0x199,_0x885165:0x82,_0x4e5567:0x7f,_0x24cb50:0x159,_0x15713d:0x85,_0x3dc693:0x60,_0x32263e:0x127,_0x5767a7:0x116,_0xac6dac:0x67,_0x5cdd73:0x16e,_0xf59e51:0xb2,_0x5b0ebc:0xcc,_0x4f54cd:0x29,_0x44b50e:0x77,_0x4f0ae7:0x31,_0x38a598:0x277,_0x5a9381:0x87,_0x19d89a:0x23c,_0x129f11:0x174,_0x15d380:0x10d,_0x573af2:0x137,_0x122d98:0x207,_0x3b49c2:0x172,_0x644956:0x335,_0x1856b0:0x48,_0x2e6c61:0x6d,_0x4bbc81:0x198,_0x85c0f9:0xbf,_0x5962bb:0x7,_0x290a80:0x1ce,_0x3908a0:0x174,_0x1d1276:0x23,_0x4b660a:0x19,_0x56dd1c:0x2d,_0x2c4aa3:0x96,_0x56535a:0x3f,_0x2c81e8:0xfe},_0x108d5f={_0x55dd4e:0x6e,_0x442c41:0x143},_0x290554={_0x17e8d4:0x149},_0x128671={};_0x128671[_0x1d1ea3(_0x4bd30b._0x55b620,0x81,-0x5e,_0x4bd30b._0x5c8550)]=_0x36a3d0(_0x4bd30b._0x4ec728,0x29d,0x19c,_0x4bd30b._0x2bf9d6),_0x128671[_0x36a3d0(_0x4bd30b._0x5d1afa,_0x4bd30b._0x2d47e1,0x2f2,0x2ae)]=function(_0xc24bf6,_0x421d43){return _0xc24bf6!==_0x421d43;},_0x128671['KkUan']=_0x1d1ea3(-_0x4bd30b._0x2b37b3,-0xf4,-_0x4bd30b._0x1245b2,-0xbb),_0x128671[_0x1d1ea3(-_0x4bd30b._0x55ca92,-_0x4bd30b._0x236d80,-0x192,-_0x4bd30b._0x3cda18)]=_0x36a3d0(_0x4bd30b._0x4f6db8,_0x4bd30b._0x4f3044,0x268,0x229)+'t',_0x128671[_0x36a3d0(_0x4bd30b._0x3c5f5b,0x152,0xe1,0x1e1)]='Invalid\x20fi'+_0x36a3d0(_0x4bd30b._0x191ad5,_0x4bd30b._0x29c408,_0x4bd30b._0x5bb635,_0x4bd30b._0x14cd1a),_0x128671[_0x36a3d0(0x30c,0x345,0x2d4,0x2ba)]=function(_0x322176,_0xbd3c8a){return _0x322176===_0xbd3c8a;},_0x128671[_0x36a3d0(_0x4bd30b._0x16cf90,_0x4bd30b._0x53f712,_0x4bd30b._0x3e5df1,_0x4bd30b._0x17d930)]=_0x36a3d0(0x34e,_0x4bd30b._0x53d9c8,0x209,_0x4bd30b._0x2d8f31),_0x128671[_0x1d1ea3(-0x5a,-0xdd,-_0x4bd30b._0x377f7a,-_0x4bd30b._0xc725d1)]=_0x1d1ea3(-0xb2,-0x140,-0x115,-_0x4bd30b._0xf19de)+'ete\x20SKILL.'+'md',_0x128671[_0x36a3d0(_0x4bd30b._0x5b0856,_0x4bd30b._0xfcc833,0x1fe,_0x4bd30b._0x3748e0)]=function(_0x5240c9,_0x290f16){return _0x5240c9===_0x290f16;},_0x128671[_0x36a3d0(0x0,0x18d,_0x4bd30b._0x2278f8,0xe2)]=_0x36a3d0(_0x4bd30b._0x26f674,_0x4bd30b._0x4ac7c0,_0x4bd30b._0x9823cf,0x245),_0x128671[_0x36a3d0(0x144,_0x4bd30b._0x926eaf,_0x4bd30b._0x3c3282,_0x4bd30b._0x472cbe)]=_0x1d1ea3(-0x162,-0x55,-_0x4bd30b._0x44959d,-_0x4bd30b._0x252e12),_0x128671[_0x1d1ea3(_0x4bd30b._0x2cc696,_0x4bd30b._0x309ddc,-0xed,-0xc5)]=function(_0x1b04f9,_0x1e0272){return _0x1b04f9===_0x1e0272;},_0x128671[_0x36a3d0(_0x4bd30b._0x551243,_0x4bd30b._0x2492ee,0x24,_0x4bd30b._0x3a84fa)]=_0x1d1ea3(-0x62,-_0x4bd30b._0x19539c,-_0x4bd30b._0x329c5d,0xb3),_0x128671[_0x36a3d0(0x48,_0x4bd30b._0x2b3ab0,0xf8,_0x4bd30b._0x2a735e)]='Not\x20Found',_0x128671[_0x36a3d0(0x1e4,_0x4bd30b._0x3608f4,0x26e,_0x4bd30b._0x3a6cfd)]=_0x36a3d0(0x19f,_0x4bd30b._0x16bf20,_0x4bd30b._0x549d24,0xf2)+_0x1d1ea3(0x2,_0x4bd30b._0x221618,0xc4,0xc0)+'e';const _0x20a4f8=_0x128671,{callingTask:_0x16c211,taskUser:_0x141ef0,skillId:_0x270758,skillPath:_0x178048,environmentName:_0x37ba30}=_0x5e11a6,_0x46e233=_0x5e11a6[_0x1d1ea3(-0x171,-0x13e,-_0x4bd30b._0x40f109,-_0x4bd30b._0x585d13)][-0x7b5*0x1+-0x30e*0xa+0x2641];if(_0x46e233[_0x36a3d0(0x144,0x304,0x29b,_0x4bd30b._0x5bb635)]('..')){if(_0x20a4f8[_0x1d1ea3(-_0x4bd30b._0x3ef5bc,0xb5,0x72,-0x28)](_0x20a4f8[_0x1d1ea3(-0xb8,_0x4bd30b._0x287ae5,0xd6,_0x4bd30b._0x4fe48b)],_0x36a3d0(0x365,0x2a2,0x194,_0x4bd30b._0x5cfa9a))){const _0x142dab={};return _0x142dab[_0x36a3d0(0x242,0x329,_0x4bd30b._0xf794bc,_0x4bd30b._0x392582)]=_0x20a4f8['oCoVa'],_0x142dab[_0x1d1ea3(-0x6b,-0x85,-_0x4bd30b._0xf0e4b9,-_0x4bd30b._0x52b18c)]=_0x20a4f8[_0x36a3d0(_0x4bd30b._0x163639,_0x4bd30b._0x17953a,0xec,_0x4bd30b._0x4c7471)],_0x1c8cd8[_0x36a3d0(0x147,0xa7,_0x4bd30b._0x1533ad,_0x4bd30b._0x29c408)](-0x1228+0x1667+-0x2af)[_0x1d1ea3(-_0x4bd30b._0xb025eb,-0x96,-_0x4bd30b._0x267ca9,-0xc4)](_0x142dab);}else{const _0x25f6a2={};return _0x25f6a2[_0x36a3d0(-_0x4bd30b._0x6b76ba,_0x4bd30b._0x52b18c,_0x4bd30b._0x423669,0xb6)]=_0x20a4f8[_0x1d1ea3(-0x70,0x81,0xb2,0x10)],_0x25f6a2[_0x36a3d0(_0x4bd30b._0x73cff8,_0x4bd30b._0x53f712,0x256,_0x4bd30b._0x4fed96)]={},_0x25f6a2;}}if(_0x20a4f8['VmXOD'](_0x46e233,_0x20a4f8[_0x36a3d0(_0x4bd30b._0x14fbfe,0xd3,_0x4bd30b._0x4da842,0xb5)])){const _0x120a41={};return _0x120a41[_0x1d1ea3(0x3f,0x93,_0x4bd30b._0x56735c,-_0x4bd30b._0x2c57b6)]=_0x36a3d0(_0x4bd30b._0x565f4e,_0x4bd30b._0x411f6f,0x16b,_0x4bd30b._0x7b1950)+'t',_0x120a41[_0x1d1ea3(-0xa2,-0x85,0x34,-0xfc)]=_0x20a4f8['QuuLR'],_0x1c8cd8[_0x1d1ea3(-_0x4bd30b._0x325dba,-_0x4bd30b._0x52fd34,0x7e,-_0x4bd30b._0x17273b)](-0x575+0x261e+-0x1f19)[_0x1d1ea3(-_0x4bd30b._0x3d2b94,-0x96,-_0x4bd30b._0x58f2dc,-0x7d)](_0x120a41);}const _0x4abf7c={};_0x4abf7c[_0x36a3d0(0xd5,_0x4bd30b._0x2dc711,0xfc,0x16e)]=_0x16c211[_0x36a3d0(0x143,0x24a,_0x4bd30b._0x4dce16,_0x4bd30b._0x2e9dd3)],_0x4abf7c[_0x1d1ea3(0x133,0x75,_0x4bd30b._0x4d52a2,-_0x4bd30b._0x1053ae)]=_0x270758,_0x4abf7c[_0x36a3d0(_0x4bd30b._0x42317d,_0x4bd30b._0x52e009,0x34a,0x270)]=_0x46e233,_0x4abf7c[_0x36a3d0(0x20d,_0x4bd30b._0xef0b2f,0x289,_0x4bd30b._0x34d22a)+'t']=_0x37ba30,_0x4abf7c[_0x1d1ea3(-_0x4bd30b._0x1fad4d,-_0x4bd30b._0x3c5f5b,-_0x4bd30b._0x58c9a8,-0x1de)]=_0x141ef0['id'];function _0x36a3d0(_0x53861d,_0x5e3d96,_0x25b3c2,_0x4131a3){return _0x3e4cbd(_0x53861d-_0x290554._0x17e8d4,_0x5e3d96,_0x25b3c2-0x13b,_0x4131a3-0x1ae);}logger['info'](_0x1d1ea3(-_0x4bd30b._0x17d930,-_0x4bd30b._0x2d5971,-_0x4bd30b._0x42d03d,-0x71)+_0x36a3d0(0x187,_0x4bd30b._0x3e5df1,-0x67,0x8f)+'file',_0x4abf7c);const _0x119998=_0x562125[_0x36a3d0(_0x4bd30b._0x32ad6d,0x114,0x182,0x20d)](_0x178048,_0x46e233);function _0x1d1ea3(_0x47ed15,_0x58ab26,_0x33c172,_0x3b90da){return _0x2dae0c(_0x33c172,_0x58ab26-_0x108d5f._0x55dd4e,_0x33c172-0x11d,_0x3b90da-_0x108d5f._0x442c41);}try{if(_0x20a4f8[_0x1d1ea3(_0x4bd30b._0x306dca,-_0x4bd30b._0x1165dc,-0x57,0x9c)](_0x20a4f8['gRxOe'],'aXUPO')){const _0x1080b7=await _0x1195dc[_0x1d1ea3(-0xfb,-0xa6,-_0x4bd30b._0x1fd72c,-_0x4bd30b._0x17953a)](_0x119998);if(_0x1080b7[_0x1d1ea3(-_0x4bd30b._0x37ed6d,-_0x4bd30b._0x4d52a2,-_0x4bd30b._0x55ca92,-0x1fb)+'y']()){const _0x3fd212={};_0x3fd212[_0x1d1ea3(_0x4bd30b._0x474f53,0x1a,0xb0,_0x4bd30b._0x45c939)]=!![],_0x3fd212[_0x1d1ea3(-0x32,0xc4,_0x4bd30b._0x5c1b80,0xea)]=!![],await _0x1195dc['rm'](_0x119998,_0x3fd212);}else await _0x1195dc['unlink'](_0x119998);const _0x190c81={};_0x190c81[_0x1d1ea3(-_0x4bd30b._0x4022ae,-_0x4bd30b._0x4e1bb0,-0x39,-0xd8)]=_0x16c211[_0x36a3d0(_0x4bd30b._0x2380f0,0x19d,0x1ee,0x16e)],_0x190c81[_0x1d1ea3(0x67,0x75,0x12d,0x5b)]=_0x270758,_0x190c81[_0x1d1ea3(-0x7b,0x77,0x27,-0x89)]=_0x46e233,_0x190c81[_0x1d1ea3(-_0x4bd30b._0x2a6bf1,-_0x4bd30b._0x52661a,-0x251,-_0x4bd30b._0x1a2028)]=_0x141ef0['id'],logger[_0x1d1ea3(-_0x4bd30b._0x16f50d,_0x4bd30b._0x1e5a74,_0x4bd30b._0x81ea3c,-_0x4bd30b._0x38fb4c)](_0x36a3d0(0x165,_0x4bd30b._0x42b66a,_0x4bd30b._0x39bf2b,0x175)+_0x1d1ea3(0x12a,0xb8,_0x4bd30b._0x377f7a,0x63)+'y\x20task',_0x190c81);const _0x1eacfd={};_0x1eacfd[_0x1d1ea3(0xa,_0x4bd30b._0x2b3ab0,-_0x4bd30b._0x49a6f7,0x25)]=!![],_0x1eacfd[_0x1d1ea3(-_0x4bd30b._0x21ff1a,_0x4bd30b._0x1cd911,_0x4bd30b._0x4eab00,0x17)]=_0x270758,_0x1eacfd[_0x1d1ea3(_0x4bd30b._0x213546,0x77,_0x4bd30b._0x3a6876,-_0x4bd30b._0x2b9a1e)]=_0x46e233,_0x1eacfd[_0x36a3d0(0x261,_0x4bd30b._0x248627,0x1c1,_0x4bd30b._0x4f5a0e)+_0x1d1ea3(_0x4bd30b._0x294825,-0xe0,0x26,-0x1b8)]=_0x16c211[_0x1d1ea3(-_0x4bd30b._0x4f1579,-_0x4bd30b._0x4e1bb0,-0x5a,-_0x4bd30b._0x2b1ec5)],_0x1eacfd['deletedByU'+'serId']=_0x141ef0['id'],_0x1c8cd8[_0x36a3d0(_0x4bd30b._0x107212,0x1fb,_0x4bd30b._0xc1ef43,_0x4bd30b._0x4fef3f)](_0x1eacfd);}else _0x31f0e4=_0x2286a2[_0x36a3d0(0x21f,0x1a0,0x2c0,_0x4bd30b._0x53bb2d)],_0x1f04ae=_0x3255a5['setupPath'],_0x324416=_0x57d2d6['coderConfi'+'g'];}catch(_0x529554){if(_0x20a4f8[_0x36a3d0(_0x4bd30b._0x2b1fd7,_0x4bd30b._0x3425d7,0x2bb,0x1ea)](_0x20a4f8[_0x1d1ea3(-_0x4bd30b._0x270040,-0xe5,-_0x4bd30b._0x21ffd4,-0x23)],_0x20a4f8[_0x36a3d0(_0x4bd30b._0x3585e6,_0x4bd30b._0xf08c83,0x19c,0x114)])){if(_0x20a4f8['dMSho'](_0x529554[_0x1d1ea3(-0x15e,-0xfa,-_0x4bd30b._0x3bc479,-0x90)],_0x20a4f8[_0x36a3d0(0x74,0x1c3,0x13,0xfc)])){const _0x585444={};return _0x585444[_0x36a3d0(0x3a2,_0x4bd30b._0x1ad6cf,0x289,_0x4bd30b._0x9ddbf8)]=_0x20a4f8[_0x36a3d0(_0x4bd30b._0x5946dc,0xf,0xba,_0x4bd30b._0x271d94)],_0x585444[_0x1d1ea3(_0x4bd30b._0x584a39,-0x85,-_0x4bd30b._0x58c9a8,-0x128)]=_0x1d1ea3(_0x4bd30b._0x5729ef,_0x4bd30b._0x885165,_0x4bd30b._0x4e5567,-0x11)+_0x46e233+(_0x1d1ea3(-0x1e5,-_0x4bd30b._0x24cb50,-0x23a,-0x268)+'d'),_0x1c8cd8[_0x1d1ea3(-_0x4bd30b._0x15713d,-0x98,_0x4bd30b._0x3dc693,-_0x4bd30b._0x32263e)](-0x2*-0xd77+-0x1*-0x12b9+-0x2c13)[_0x36a3d0(_0x4bd30b._0x5767a7,0x216,0x1f0,0x163)](_0x585444);}const _0x30bd93={};_0x30bd93[_0x36a3d0(0x9a,_0x4bd30b._0xac6dac,0x146,_0x4bd30b._0x5cdd73)]=_0x16c211['taskId'],_0x30bd93[_0x1d1ea3(-0xa9,0x75,_0x4bd30b._0xf59e51,_0x4bd30b._0x5b0ebc)]=_0x270758,_0x30bd93[_0x1d1ea3(-_0x4bd30b._0x4f54cd,_0x4bd30b._0x44b50e,_0x4bd30b._0x55ca92,_0x4bd30b._0x4f0ae7)]=_0x46e233,_0x30bd93['error']=_0x529554[_0x36a3d0(_0x4bd30b._0x38a598,_0x4bd30b._0x5a9381,_0x4bd30b._0x19d89a,_0x4bd30b._0x129f11)],logger['error'](_0x1d1ea3(-0x99,-0x107,-_0x4bd30b._0x15d380,-_0x4bd30b._0x573af2)+'delete\x20ski'+_0x36a3d0(0x194,_0x4bd30b._0x122d98,0x164,0x237),_0x30bd93);const _0x1fa4b1={};_0x1fa4b1[_0x36a3d0(_0x4bd30b._0x3b49c2,0x3a0,_0x4bd30b._0x644956,_0x4bd30b._0x9ddbf8)]=_0x1d1ea3(0x158,_0x4bd30b._0x1856b0,-_0x4bd30b._0x2e6c61,0x73)+_0x1d1ea3(_0x4bd30b._0x4bbc81,_0x4bd30b._0x85c0f9,_0x4bd30b._0x5962bb,0x1b1)+'r',_0x1fa4b1[_0x36a3d0(0x1a5,_0x4bd30b._0x290a80,0x5c,_0x4bd30b._0x3908a0)]=_0x20a4f8[_0x1d1ea3(_0x4bd30b._0x1d1276,0x58,0x76,-_0x4bd30b._0x4b660a)],_0x1c8cd8[_0x1d1ea3(-0xc6,-0x98,_0x4bd30b._0x56dd1c,-0xf7)](0x1ef5+0x37a*0x5+-0x2e63)[_0x1d1ea3(-_0x4bd30b._0x16bf20,-_0x4bd30b._0x2c4aa3,_0x4bd30b._0x56535a,-_0x4bd30b._0x2c81e8)](_0x1fa4b1);}else _0x35dbb3[_0x476098]=_0x275009[_0x1d1ea3(-0xbe,-0x166,-0x27f,-0x1e3)]();}});export default router;
1
+ function _0x5351(_0x5b48c5,_0x3349ac){_0x5b48c5=_0x5b48c5-(-0x969+-0x2636*0x1+0x1*0x30c1);const _0x21fb09=_0x2d54();let _0x4dc47d=_0x21fb09[_0x5b48c5];if(_0x5351['BTKsbc']===undefined){var _0x47226d=function(_0x256edb){const _0x53493b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc07ee9='',_0x44012d='';for(let _0x3f33f7=-0x91*0x26+-0x1*0x22db+0x3861,_0x90468c,_0x38328c,_0x21768d=-0x1452+-0xa94*-0x1+-0x1d*-0x56;_0x38328c=_0x256edb['charAt'](_0x21768d++);~_0x38328c&&(_0x90468c=_0x3f33f7%(0x2b*-0x25+0x1716+0x35f*-0x5)?_0x90468c*(0x1efb+-0xe78*-0x2+0x497*-0xd)+_0x38328c:_0x38328c,_0x3f33f7++%(0x2*-0x1126+-0x14bb+0x370b))?_0xc07ee9+=String['fromCharCode'](-0x1baa*0x1+-0x1*-0x137d+0x92c&_0x90468c>>(-(0xc46+0xe2*0x29+0x1*-0x3076)*_0x3f33f7&-0x188f+-0x24d7+0x3d6c)):0xa04*0x3+-0x8*-0x2e9+-0x1aaa*0x2){_0x38328c=_0x53493b['indexOf'](_0x38328c);}for(let _0x32a4fb=-0x3*-0x765+0x1720+-0x1*0x2d4f,_0x59a5a8=_0xc07ee9['length'];_0x32a4fb<_0x59a5a8;_0x32a4fb++){_0x44012d+='%'+('00'+_0xc07ee9['charCodeAt'](_0x32a4fb)['toString'](-0x21d9*0x1+0x14e3*-0x1+0x1*0x36cc))['slice'](-(-0x2448*-0x1+0xced+-0x9d7*0x5));}return decodeURIComponent(_0x44012d);};_0x5351['jUwdsE']=_0x47226d,_0x5351['LhSMyc']={},_0x5351['BTKsbc']=!![];}const _0x43edf9=_0x21fb09[0x3*-0x713+0x13*0x16b+0x5b8*-0x1],_0x2c1df1=_0x5b48c5+_0x43edf9,_0x37305e=_0x5351['LhSMyc'][_0x2c1df1];return!_0x37305e?(_0x4dc47d=_0x5351['jUwdsE'](_0x4dc47d),_0x5351['LhSMyc'][_0x2c1df1]=_0x4dc47d):_0x4dc47d=_0x37305e,_0x4dc47d;}(function(_0x307363,_0x42adac){const _0x9e1b3f={_0x1bdca3:0x3ef,_0x1f203c:0x41b,_0x16dc86:0x2bb,_0x5309fc:0x2ef,_0xd2ad1a:0x3b5,_0x35ba16:0x2d6,_0xde25f3:0x1cc,_0x3486be:0x2d5,_0x2128f0:0x393,_0x5516f1:0x558,_0x921cfd:0x488,_0x532355:0x470,_0x4653a5:0x578,_0x4034ec:0x63f,_0x1a75bb:0x55d,_0x55405c:0x648,_0x4b92b1:0x46b,_0x11f5c8:0x54a,_0x2d2de0:0x4ff,_0x42281e:0x343,_0x39ee27:0x43f},_0x361e63={_0x4db6bb:0x272};function _0x2b1575(_0x21d672,_0x4453ab,_0x2ab42e,_0x169165){return _0x5351(_0x2ab42e-0x178,_0x4453ab);}const _0x632603=_0x307363();function _0x46b1cc(_0x16a13a,_0x322948,_0x1bb43a,_0x2f4840){return _0x5351(_0x322948-_0x361e63._0x4db6bb,_0x16a13a);}while(!![]){try{const _0x2f9d02=-parseInt(_0x2b1575(0x3b0,0x3c0,_0x9e1b3f._0x1bdca3,0x302))/(-0x1365+0xa7d+-0x1*-0x8e9)*(-parseInt(_0x2b1575(_0x9e1b3f._0x1f203c,0x292,0x36b,_0x9e1b3f._0x16dc86))/(-0x25b1*0x1+-0xe18+0x33cb))+parseInt(_0x2b1575(0x36a,0x3cc,_0x9e1b3f._0x5309fc,0x3e3))/(-0x22a2+0x827*0x3+-0x8*-0x146)+parseInt(_0x2b1575(_0x9e1b3f._0xd2ad1a,0x3f4,_0x9e1b3f._0x35ba16,_0x9e1b3f._0xde25f3))/(0x85+0x248+0x1*-0x2c9)*(parseInt(_0x2b1575(_0x9e1b3f._0x3486be,_0x9e1b3f._0x2128f0,0x366,0x37e))/(-0x1fc7+0x1*0x1edb+0xf1*0x1))+parseInt(_0x2b1575(0x45e,_0x9e1b3f._0x5516f1,_0x9e1b3f._0x921cfd,_0x9e1b3f._0x532355))/(-0xfb6*-0x1+0x44f*-0x4+0x18c)+-parseInt(_0x46b1cc(_0x9e1b3f._0x4653a5,0x52d,_0x9e1b3f._0x4034ec,_0x9e1b3f._0x1a75bb))/(-0x1de3+-0x15f+-0x1*-0x1f49)*(parseInt(_0x46b1cc(0x62d,0x587,_0x9e1b3f._0x55405c,_0x9e1b3f._0x4b92b1))/(-0x98a+-0x1*-0x1316+0x15c*-0x7))+-parseInt(_0x46b1cc(0x653,0x588,_0x9e1b3f._0x11f5c8,_0x9e1b3f._0x2d2de0))/(-0x1dca+-0x26c0+0x4493)+parseInt(_0x2b1575(0x3b3,_0x9e1b3f._0x42281e,_0x9e1b3f._0x39ee27,0x349))/(-0xf62+0x1362+-0x3f6*0x1);if(_0x2f9d02===_0x42adac)break;else _0x632603['push'](_0x632603['shift']());}catch(_0x56f9b8){_0x632603['push'](_0x632603['shift']());}}}(_0x2d54,0x93274+0x115*-0x461+0xd0ef));import _0x3dec07 from'express';import{promises as _0x199fd3}from'fs';import _0x593d90 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const router=_0x3dec07['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x5a20e0){const _0x466122={_0x2c060c:0x38d,_0x205103:0x4f6,_0x2eda68:0x46c,_0x7f4dc7:0x492,_0x443595:0x6a3,_0x370344:0x3d2,_0x24a966:0x449},_0x3bd284={_0x337a93:0x3e3},_0x338f83={_0x225a4d:0x2ee};function _0x24c62f(_0x504761,_0x3befb1,_0x4ca8c5,_0x21f3d6){return _0x5351(_0x21f3d6-_0x338f83._0x225a4d,_0x3befb1);}tasks=_0x5a20e0[_0x24c62f(_0x466122._0x2c060c,_0x466122._0x205103,_0x466122._0x2eda68,_0x466122._0x7f4dc7)],setupPath=_0x5a20e0[_0x62c3ec(0x62a,_0x466122._0x443595,0x662,0x61c)];function _0x62c3ec(_0x3160a5,_0x5b77e3,_0x266589,_0x43ce51){return _0x5351(_0x266589-_0x3bd284._0x337a93,_0x5b77e3);}coderConfig=_0x5a20e0[_0x24c62f(_0x466122._0x370344,0x3fc,0x46e,_0x466122._0x24a966)+'g'];}export function updateSkillManagementConfig(_0x52ef66){coderConfig=_0x52ef66;}function getImportedSkillsRegistryPath(){const _0x3bfb1c={_0x5e2cc4:0x39a,_0xd5672f:0x2f7,_0x3880f5:0x379,_0x46ed83:0x4ad,_0x7cdb21:0x473,_0x38aad2:0x2fc,_0x269188:0x433,_0x14df41:0x296,_0x5098f0:0x345,_0x112abf:0x379},_0x4d1a0b={};_0x4d1a0b[_0x5d1c08(_0x3bfb1c._0x5e2cc4,_0x3bfb1c._0xd5672f,0x42b,_0x3bfb1c._0x3880f5)]=_0x5d1c08(_0x3bfb1c._0x46ed83,0x4a5,0x3e1,_0x3bfb1c._0x7cdb21)+_0x5d1c08(_0x3bfb1c._0x38aad2,0x412,0x22a,0x334)+'n';function _0x44596c(_0x268b14,_0x1c2092,_0x5e5b2b,_0x4b6a3c){return _0x5351(_0x268b14-0x60,_0x4b6a3c);}function _0x5d1c08(_0x268e6a,_0x4bbb19,_0xbb3214,_0xc48b6){return _0x5351(_0xc48b6-0x17d,_0x268e6a);}const _0xeafb06=_0x4d1a0b;if(!setupPath)return null;return _0x593d90[_0x5d1c08(0x4c6,0x408,0x47f,0x4aa)](setupPath,_0x5d1c08(0x33b,_0x3bfb1c._0x269188,_0x3bfb1c._0x14df41,_0x3bfb1c._0x5098f0),_0xeafb06[_0x5d1c08(0x2f1,0x3df,0x3aa,_0x3bfb1c._0x112abf)]);}async function loadImportedSkillsRegistry(){const _0x4d9e28={_0x376d6f:0x5c,_0x37b772:0x2e,_0x2ff93a:0x91,_0x36fd37:0x14d,_0x4227fc:0x48a,_0x18ab22:0x376,_0x127ba5:0x411,_0x584bf8:0x1d8,_0x53ecf8:0x230,_0x566466:0x4f,_0x3f7ff0:0xae,_0x519835:0x1d,_0x3b88dd:0x309,_0x202474:0x338,_0x11f6a9:0x494,_0x25d92b:0x43c,_0x10cbf7:0x347,_0x552a0a:0x47,_0x86caed:0x7,_0xf00a34:0xa2,_0x169f3c:0x75,_0x562c40:0x5c,_0x2b0148:0x21c,_0x1629c3:0x1f,_0x9895c1:0x256,_0x225161:0x2bc,_0x4b3e41:0x3e3,_0x172d7e:0x31d,_0x5226bf:0x18,_0x449408:0x246,_0x3de817:0x242,_0x16327a:0x1b9,_0x5b82a3:0x19a,_0x5b27f8:0x249,_0x478caf:0x155,_0x32e8e2:0x4bf,_0x2de8f5:0xfb,_0xda4e74:0x30,_0x4e63ac:0x56,_0x302a04:0xc9,_0x547fa1:0x15d,_0x4fa258:0x3b,_0x51196b:0xb3},_0x16985a={_0x16f8ee:0x170},_0x596d99={'acANF':function(_0x15d3a3){return _0x15d3a3();},'vQMSk':_0x1766f6(0xc6,-_0x4d9e28._0x376d6f,-0x1c,-0x58),'mZXQz':_0x1766f6(0x144,_0x4d9e28._0x37b772,_0x4d9e28._0x2ff93a,_0x4d9e28._0x36fd37),'reONt':function(_0x5cc16b,_0x1e0bdd){return _0x5cc16b===_0x1e0bdd;},'bFaiQ':'ENOENT'},_0x4c6396=_0x596d99[_0x21009e(_0x4d9e28._0x4227fc,_0x4d9e28._0x18ab22,0x495,_0x4d9e28._0x127ba5)](getImportedSkillsRegistryPath);function _0x1766f6(_0x33d9e4,_0x572c4c,_0x151c30,_0x4af62b){return _0x5351(_0x572c4c- -0x2e0,_0x151c30);}if(!_0x4c6396){const _0x9ad38c={};return _0x9ad38c[_0x21009e(_0x4d9e28._0x584bf8,0x271,0x2b4,_0x4d9e28._0x53ecf8)]=_0x596d99[_0x1766f6(_0x4d9e28._0x566466,-_0x4d9e28._0x3f7ff0,-_0x4d9e28._0x519835,-0x1ce)],_0x9ad38c[_0x21009e(_0x4d9e28._0x3b88dd,0x31f,_0x4d9e28._0x202474,0x3dd)]={},_0x9ad38c;}function _0x21009e(_0x36150e,_0x2a4a51,_0x3d55cc,_0x4aef5f){return _0x5351(_0x3d55cc-_0x16985a._0x16f8ee,_0x4aef5f);}try{const _0x3f6bb6=await _0x199fd3[_0x21009e(0x530,_0x4d9e28._0x11f6a9,_0x4d9e28._0x25d92b,_0x4d9e28._0x10cbf7)](_0x4c6396,_0x596d99['mZXQz']);return JSON['parse'](_0x3f6bb6);}catch(_0x28b192){if(_0x596d99[_0x1766f6(-0x116,-_0x4d9e28._0x552a0a,-0x117,-0xae)](_0x28b192['code'],_0x596d99[_0x1766f6(0x8,0x2,_0x4d9e28._0x86caed,-_0x4d9e28._0xf00a34)])){const _0x1e6971={};return _0x1e6971['version']=_0x1766f6(-_0x4d9e28._0x169f3c,-_0x4d9e28._0x562c40,-0x104,0x9b),_0x1e6971[_0x1766f6(-_0x4d9e28._0x2b0148,-0x118,-_0x4d9e28._0x1629c3,-0x53)]={},_0x1e6971;}const _0x508df0={};_0x508df0[_0x21009e(_0x4d9e28._0x9895c1,_0x4d9e28._0x225161,0x371,0x482)]=_0x28b192[_0x21009e(_0x4d9e28._0x4b3e41,_0x4d9e28._0x172d7e,0x414,0x41a)],logger[_0x1766f6(-0x22,-0xdf,-0xfb,_0x4d9e28._0x5226bf)](_0x1766f6(-_0x4d9e28._0x449408,-0x130,-_0x4d9e28._0x3de817,-_0x4d9e28._0x16327a)+_0x1766f6(-0x15f,-_0x4d9e28._0x5b82a3,-_0x4d9e28._0x5b27f8,-_0x4d9e28._0x478caf)+_0x21009e(0x427,0x511,0x4d5,_0x4d9e28._0x32e8e2)+_0x1766f6(_0x4d9e28._0x376d6f,0x31,_0x4d9e28._0x2de8f5,_0x4d9e28._0xda4e74),_0x508df0);const _0x5b06e8={};return _0x5b06e8['version']=_0x596d99[_0x1766f6(_0x4d9e28._0x4e63ac,-0xae,0x9,-_0x4d9e28._0x302a04)],_0x5b06e8[_0x1766f6(-_0x4d9e28._0x547fa1,-0x118,-_0x4d9e28._0x4fa258,-_0x4d9e28._0x51196b)]={},_0x5b06e8;}}function _0x506a52(_0x2b43ad,_0x25d8c6,_0x6d7f0b,_0x351d1b){const _0x47e412={_0xcab70:0x3d6};return _0x5351(_0x25d8c6-_0x47e412._0xcab70,_0x6d7f0b);}async function saveImportedSkillsRegistry(_0x6336b9){const _0x3fd072={_0x2f1837:0xb5,_0x201a39:0x160,_0x3f4c97:0x13e,_0x382dc1:0x320,_0x17d248:0xa4,_0x1fafb7:0xa5,_0x24cb69:0xfe,_0x3075a1:0x198,_0x5323ad:0x1c9,_0x1e0710:0x28b,_0xf1fc33:0x377,_0x429f77:0x39d,_0x57a7f1:0x2ab,_0x5536af:0x1c4,_0x593e2f:0x190,_0xb5e8a7:0x158,_0x46007e:0x188,_0x4586b1:0x160,_0x28ba1c:0x1fd,_0x433f6c:0x8d,_0x59d0d6:0x57,_0x26c33a:0x11d,_0xb3eb01:0x18a,_0x2f066b:0x102,_0x503956:0x1b2,_0x195656:0x1c7,_0x5868ee:0x3aa,_0x50a2a6:0x2e0,_0x2bf4d0:0x2d6},_0x288f43={};function _0x41795f(_0x3de7ec,_0x55118b,_0x3ae596,_0x5c0687){return _0x5351(_0x5c0687- -0x63,_0x3ae596);}_0x288f43[_0x41795f(_0x3fd072._0x2f1837,0x1c,_0x3fd072._0x201a39,_0x3fd072._0x3f4c97)]=_0x41795f(0x2ce,_0x3fd072._0x382dc1,0x276,0x23a);function _0x2bba53(_0x32c08f,_0x21cf49,_0x30a6c7,_0x5d3f74){return _0x5351(_0x30a6c7- -0x3d4,_0x21cf49);}_0x288f43[_0x41795f(_0x3fd072._0x17d248,_0x3fd072._0x1fafb7,_0x3fd072._0x24cb69,0x19d)]=_0x41795f(_0x3fd072._0x3075a1,_0x3fd072._0x5323ad,0x1ae,_0x3fd072._0x1e0710),_0x288f43[_0x2bba53(-_0x3fd072._0xf1fc33,-0x38a,-0x289,-0x17d)]=_0x41795f(0x296,0x234,_0x3fd072._0x429f77,_0x3fd072._0x57a7f1);const _0x4e4537=_0x288f43,_0xef9978=getImportedSkillsRegistryPath();if(!_0xef9978){if(_0x4e4537['keEgO']!==_0x4e4537['keEgO']){const _0x55d607={};return _0x55d607[_0x2bba53(-_0x3fd072._0x5536af,-0x11c,-0x1d3,-0x1e5)]=_0x4e4537[_0x41795f(0x13f,0x1ee,_0x3fd072._0x593e2f,0x13e)],_0x55d607[_0x41795f(0x217,0x243,_0x3fd072._0xb5e8a7,0x241)]='Skill\x20\x27'+_0x499630+(_0x41795f(0x226,_0x3fd072._0x46007e,0x19a,0x204)+'d'),_0x5c3737[_0x2bba53(-_0x3fd072._0x4586b1,-_0x3fd072._0x28ba1c,-0xe0,-0x175)](0x2*0x1378+-0x2132+-0x42a*0x1)[_0x2bba53(_0x3fd072._0x433f6c,-0xcc,-0x9a,-0xea)](_0x55d607);}else return;}const _0x1b08ec={};_0x1b08ec[_0x41795f(_0x3fd072._0x59d0d6,_0x3fd072._0x26c33a,0x6f,0xc3)]=!![],await _0x199fd3[_0x2bba53(-_0x3fd072._0xb3eb01,0x24,-_0x3fd072._0x2f066b,-0x1f5)](_0x593d90['dirname'](_0xef9978),_0x1b08ec),await _0x199fd3[_0x2bba53(-_0x3fd072._0x503956,-0x259,-_0x3fd072._0x195656,-0xa4)](_0xef9978,JSON[_0x41795f(_0x3fd072._0x5868ee,_0x3fd072._0x50a2a6,0x35e,_0x3fd072._0x2bf4d0)](_0x6336b9,null,0xc4e+-0x1ca5*-0x1+0x1*-0x28f1),_0x4e4537['Zjvcq']);}async function getSkillFlags(_0x1c0f07){const _0x1a0af6=await loadImportedSkillsRegistry();return _0x1a0af6['skills'][_0x1c0f07]?.['flags']||{};}async function isSkillReadonly(_0x349245){const _0x48a134={_0x7ddbf:0x132,_0x36b45e:0x9,_0x3b24df:0xfa,_0x40cbfe:0x2b4,_0x2178cc:0x110,_0x14ec2e:0x169,_0x131295:0x1b5,_0xdbed3e:0x2c9,_0x1f590e:0x13b,_0x4d541d:0x2c6,_0x1d168f:0x323};function _0x45d0ac(_0x234539,_0x1b342d,_0x2ab270,_0x2eec87){return _0x5351(_0x2eec87- -0x3bc,_0x1b342d);}function _0x211a31(_0x4ca0b5,_0x1dd333,_0x311dea,_0x147d04){return _0x5351(_0x311dea- -0x3d3,_0x1dd333);}const _0x2b4285={'xKZmM':function(_0x55e926,_0x1a0c63){return _0x55e926(_0x1a0c63);},'WaNRE':function(_0x5b3720,_0x2bc9a3){return _0x5b3720===_0x2bc9a3;}},_0x38d0c5=await _0x2b4285[_0x45d0ac(-_0x48a134._0x7ddbf,0x17,_0x48a134._0x36b45e,-_0x48a134._0x3b24df)](getSkillFlags,_0x349245);return _0x2b4285[_0x211a31(-_0x48a134._0x40cbfe,-0x295,-0x1b5,-0x219)](_0x38d0c5[_0x45d0ac(-0x18a,-_0x48a134._0x2178cc,-_0x48a134._0x14ec2e,-0x72)],!![])||_0x2b4285[_0x211a31(-0x2ab,-0x209,-_0x48a134._0x131295,-_0x48a134._0xdbed3e)](_0x38d0c5[_0x211a31(-_0x48a134._0x1f590e,-_0x48a134._0x4d541d,-0x24c,-_0x48a134._0x1d168f)],!![]);}function parseSkillMd(_0x3d5bc4){const _0x5d2c43={_0x4ba43b:0x247,_0x2572df:0x396,_0x1f5d1f:0x342,_0x20409a:0x43e,_0x4a2c36:0x30,_0xe5c2e6:0x184,_0x121dbb:0x456,_0x466ca8:0x3cc,_0xb8daa1:0x428,_0x383e53:0x2b,_0x36f138:0x28,_0x357cfc:0x47,_0x305c26:0x26,_0x168b14:0x238,_0x5e4d8c:0x278,_0x5b0459:0x14d,_0x365fc7:0x211,_0x10d3dd:0x150,_0x249955:0x20a,_0x361186:0x116,_0x577a04:0x327,_0x4d7b7a:0x341,_0x51a3f4:0x250,_0x1afa31:0x10b,_0x39516e:0x8a,_0x491231:0xc,_0x403f84:0x66,_0x283db7:0xc5,_0x104e69:0x501,_0x4ba19d:0x277,_0x53b688:0x2fb,_0x4c5a6e:0x154,_0x192803:0x391,_0x4223a7:0x77,_0x48c61a:0x60,_0x1cfe3c:0x2e,_0x1a51c5:0x152,_0x56f023:0xa3,_0x50dec6:0xd1,_0x3fe177:0x52c,_0x48dd9a:0x3f4,_0x15bb14:0x355,_0x532157:0x450,_0x1c2506:0x3eb,_0x4d096b:0x4c4,_0x346db1:0x111,_0x2a45f2:0x1e8,_0x2d862e:0x1cb,_0x4508f5:0x304,_0x14a3cb:0x2ab,_0x34f9ea:0x13a,_0x3da194:0x16,_0x51c67d:0x9,_0x2f6978:0x342,_0x278708:0x358,_0x23657c:0x2b7,_0x2341b6:0x47e,_0x245089:0x448,_0x467e8c:0x3a9,_0xfaf4da:0x8f,_0x38a8e6:0x7,_0x181e2e:0x65,_0x3bd212:0x104,_0x30b30f:0x3f5,_0x4c34db:0x378,_0x9713d8:0x3ce,_0x1eecc2:0xf1,_0x1f7202:0x6e,_0x33b7fe:0x157,_0x1c3b46:0xf7,_0x4f271e:0xd0,_0x54c953:0x32a,_0x84cb72:0x359,_0x2d4f32:0x209,_0x3d8d78:0x3c,_0x2355ac:0xd6,_0x3d08b9:0x258,_0xfe8bac:0x194,_0xe644a9:0x19b,_0x1ae522:0x1f2,_0xe6ca3d:0x28,_0x1ef808:0x6c,_0x35ca6d:0x1b,_0x54a959:0x83,_0x142ea6:0x2c4,_0x576922:0x372,_0x31f77b:0x3a8,_0x43ca54:0x2c,_0x43016c:0xb,_0x246105:0x3f6,_0x31eea8:0x301,_0x374563:0x2e7,_0x1e6c75:0x108,_0x5c2308:0x7a,_0xba8e3f:0x98,_0x5e2099:0x197,_0x5125fc:0x11d,_0x389730:0x408,_0x442ecb:0x2d8,_0x231e7e:0x2f2,_0x2181dd:0x1e0,_0x4a56ad:0x280,_0x57f4de:0x62,_0x1a4f58:0xbc,_0x372701:0x3d,_0x3b1119:0x94,_0xdc5ca4:0xc6,_0x4d9595:0x68,_0xa2a74d:0x3a,_0xc4bec5:0x58,_0x183707:0x10,_0x3eee16:0x122,_0x542116:0xf1,_0x58396a:0xea,_0x2859c7:0xbd,_0x97428a:0x6,_0x578522:0x291,_0x1191df:0x93,_0x89920f:0xee,_0x4a1090:0xbf,_0x2db121:0x109,_0x2f8ea6:0x9,_0x3c3515:0xbe,_0x331f17:0x16b,_0x1b3e98:0x438,_0x3464ae:0x37e,_0xe4328f:0x500,_0x59cfb7:0xd9,_0x46d241:0x1ed,_0x3aec93:0x191,_0x3cfb00:0x410,_0xb671d7:0x363,_0x3cfec0:0xe1,_0x3ac2e3:0x3b,_0xb058b4:0x45,_0x461bfd:0x390,_0x42d87c:0x4a2,_0x58d002:0x2e6,_0x4d9156:0x402,_0x234c99:0x3e0,_0x18643a:0x37b,_0x4ed522:0x434,_0x5d11de:0x3cd,_0x2faf5c:0xec,_0x47efbf:0x1a2,_0x2eb451:0xa9},_0x402f04={_0x213ece:0xec},_0xc0ac61={_0x262fe4:0x242},_0x26426f={};_0x26426f['nlPKT']=_0x30306b(0x337,_0x5d2c43._0x4ba43b,_0x5d2c43._0x2572df,0x325)+_0x30306b(_0x5d2c43._0x1f5d1f,_0x5d2c43._0x20409a,0x2e7,0x3f1)+'d',_0x26426f[_0x5d34e6(-0x4a,-0x107,-_0x5d2c43._0x4a2c36,-_0x5d2c43._0xe5c2e6)]='Not\x20Found',_0x26426f[_0x30306b(_0x5d2c43._0x121dbb,0x3a1,0x446,0x4f6)]=_0x30306b(_0x5d2c43._0x466ca8,0x330,0x432,0x4c5)+'t',_0x26426f[_0x30306b(_0x5d2c43._0xb8daa1,0x3e2,0x34a,0x35d)]='Task\x20has\x20n'+_0x5d34e6(-0x119,-_0x5d2c43._0x383e53,_0x5d2c43._0x36f138,-_0x5d2c43._0x357cfc)+_0x5d34e6(0xa8,-0x69,-0x28,_0x5d2c43._0x305c26)+_0x30306b(_0x5d2c43._0x168b14,_0x5d2c43._0x5e4d8c,_0x5d2c43._0x5b0459,0x241),_0x26426f['eahBo']=function(_0x5492ff,_0x27baf6){return _0x5492ff<_0x27baf6;};function _0x5d34e6(_0x1e9038,_0x1e1137,_0x57a231,_0x4cf6ba){return _0x5351(_0x1e1137- -_0xc0ac61._0x262fe4,_0x4cf6ba);}_0x26426f[_0x30306b(_0x5d2c43._0x365fc7,_0x5d2c43._0x10d3dd,_0x5d2c43._0x249955,_0x5d2c43._0x361186)]=_0x30306b(_0x5d2c43._0x577a04,_0x5d2c43._0x4d7b7a,0x268,_0x5d2c43._0x51a3f4);function _0x30306b(_0x2f2bc5,_0x1807db,_0x46492c,_0x2b29f3){return _0x5351(_0x2f2bc5-_0x402f04._0x213ece,_0x1807db);}_0x26426f[_0x5d34e6(-0x89,0x9f,_0x5d2c43._0x1afa31,-0x65)]='LeLul',_0x26426f[_0x5d34e6(_0x5d2c43._0x39516e,0x89,_0x5d2c43._0x491231,-0x86)]=_0x5d34e6(_0x5d2c43._0x403f84,-0x3a,-0x12,_0x5d2c43._0x283db7),_0x26426f[_0x30306b(0x448,0x50a,0x363,_0x5d2c43._0x104e69)]=function(_0x4fa1c0,_0x1c8a05){return _0x4fa1c0===_0x1c8a05;},_0x26426f['blcEd']=function(_0x24fb4a,_0xe9b904){return _0x24fb4a+_0xe9b904;},_0x26426f[_0x30306b(_0x5d2c43._0x4ba19d,_0x5d2c43._0x53b688,_0x5d2c43._0x4c5a6e,_0x5d2c43._0x192803)]=_0x5d34e6(-0x118,-_0x5d2c43._0x4223a7,0xa,-0x87),_0x26426f[_0x5d34e6(_0x5d2c43._0x48c61a,0x94,0x94,-_0x5d2c43._0x1cfe3c)]='allowed-to'+_0x5d34e6(_0x5d2c43._0x1a51c5,_0x5d2c43._0x56f023,0xcd,_0x5d2c43._0x50dec6),_0x26426f[_0x30306b(0x420,0x2fe,_0x5d2c43._0x3fe177,0x37c)]=function(_0x150f5f,_0x5a7a80){return _0x150f5f!==_0x5a7a80;},_0x26426f[_0x30306b(_0x5d2c43._0x48dd9a,_0x5d2c43._0x15bb14,_0x5d2c43._0x532157,0x352)]=_0x5d34e6(0x68,0xcd,0x24,-0x27),_0x26426f['UgiZJ']='BSyCS',_0x26426f['iWVhn']=_0x30306b(_0x5d2c43._0x1c2506,_0x5d2c43._0x1f5d1f,_0x5d2c43._0x4d096b,0x42e);const _0x54a523=_0x26426f,_0x44dce9=_0x3d5bc4[_0x5d34e6(_0x5d2c43._0x346db1,0xc8,0x143,_0x5d2c43._0x2a45f2)]('\x0a'),_0x3a42a2={};let _0x2f6b6a=![],_0x3ecff4=![],_0x3c697c=-0x5*-0x27b+0x9d*0x1f+-0x1f6a;for(let _0x5f0fb2=-0x1bd6+-0x1cf*-0x12+0x2*-0x25c;_0x54a523['eahBo'](_0x5f0fb2,_0x44dce9['length']);_0x5f0fb2++){const _0x4bb6b3=_0x44dce9[_0x5f0fb2];if(_0x5f0fb2===-0x1b51+-0x23*0x92+0x2f47&&_0x4bb6b3['trim']()===_0x54a523['HqaYA']){if(_0x54a523['qsjaF']!==_0x54a523['aDFLk']){_0x2f6b6a=!![];continue;}else{const _0x195cbc={};_0x195cbc['taskId']=_0x109d3e,_0x195cbc['environmen'+'t']=_0x408715[_0x30306b(0x2c4,_0x5d2c43._0x2d862e,_0x5d2c43._0x4508f5,_0x5d2c43._0x14a3cb)+'t'],_0x44a091['warn'](_0x54a523['nlPKT'],_0x195cbc);const _0x24420d={};return _0x24420d['error']=_0x54a523[_0x30306b(0x227,0x202,0x265,_0x5d2c43._0x34f9ea)],_0x24420d[_0x5d34e6(0x25,0x62,_0x5d2c43._0x3da194,0xc9)]=_0x5d34e6(-0x93,_0x5d2c43._0x51c67d,0xe1,_0x5d2c43._0x403f84)+_0x30306b(_0x5d2c43._0x2f6978,0x3d9,_0x5d2c43._0x278708,_0x5d2c43._0x23657c)+'d',_0x5d7a6e[_0x30306b(0x3e0,0x304,0x39f,_0x5d2c43._0x2341b6)](-0x212b+-0x1039*-0x1+0x943*0x2)['json'](_0x24420d);}}if(_0x2f6b6a){if(_0x54a523[_0x30306b(_0x5d2c43._0x245089,_0x5d2c43._0x467e8c,0x453,0x4b7)](_0x4bb6b3[_0x30306b(0x2f2,0x203,0x3ea,0x3ef)](),_0x5d34e6(_0x5d2c43._0xfaf4da,-_0x5d2c43._0x38a8e6,_0x5d2c43._0x181e2e,_0x5d2c43._0x3bd212))){_0x2f6b6a=![],_0x3ecff4=!![],_0x3c697c=_0x54a523[_0x30306b(0x405,_0x5d2c43._0x30b30f,0x480,_0x5d2c43._0x4c34db)](_0x5f0fb2,0x1cdd+0x91c*0x4+0x15*-0x31c);continue;}const _0x469f98=_0x4bb6b3[_0x30306b(0x31c,0x2bf,_0x5d2c43._0x9713d8,0x27a)](/^([a-z-]+):\s*(.*)$/);if(_0x469f98){const [,_0x302602,_0x5bda2c]=_0x469f98;if(_0x54a523[_0x5d34e6(0xce,0x11a,_0x5d2c43._0x1eecc2,0x98)](_0x302602,'allowed-to'+_0x5d34e6(_0x5d2c43._0x1f7202,_0x5d2c43._0x56f023,_0x5d2c43._0x33b7fe,_0x5d2c43._0x1c3b46))&&!_0x5bda2c[_0x5d34e6(-0xb9,-0x3c,0xdb,-_0x5d2c43._0x4f271e)]())_0x3a42a2[_0x302602]=[];else{if(_0x5bda2c['trim']()[_0x30306b(_0x5d2c43._0x54c953,_0x5d2c43._0x84cb72,_0x5d2c43._0x2d4f32,0x2a3)]('[')&&_0x5bda2c[_0x5d34e6(0x2,-_0x5d2c43._0x3d8d78,-0x10b,-_0x5d2c43._0x2355ac)]()['endsWith'](']')){if(_0x30306b(_0x5d2c43._0x3d08b9,0x16f,0x29b,_0x5d2c43._0xfe8bac)===_0x54a523[_0x30306b(_0x5d2c43._0x4ba19d,_0x5d2c43._0xe644a9,0x247,_0x5d2c43._0x1ae522)]){const _0x98b2bb=_0x57ab9a['filter'](_0x3afc21=>_0x3afc21!==_0x3d1eb1);_0x98b2bb[_0x5d34e6(_0x5d2c43._0xe6ca3d,_0x5d2c43._0x1ef808,0x10f,_0x5d2c43._0x35ca6d)]!==_0x43e8f0[_0x5d34e6(-_0x5d2c43._0x54a959,0x6c,0x3f,0x4d)]&&(_0x9a1d1[_0x30306b(_0x5d2c43._0x142ea6,_0x5d2c43._0x576922,0x34a,_0x5d2c43._0x31f77b)+'ts'][_0x3bff95][_0x5d34e6(-0x89,-0x7a,0x1d,-0xfd)]=_0x98b2bb,_0x580639=!![]);}else _0x3a42a2[_0x302602]=_0x5bda2c['trim']()[_0x5d34e6(_0x5d2c43._0x43ca54,0x106,-_0x5d2c43._0x43016c,0x20d)](0x9cd+0x148b*0x1+-0x1e57*0x1,-(-0x26af+0x1b83+0xb2d))[_0x30306b(_0x5d2c43._0x246105,_0x5d2c43._0x31eea8,_0x5d2c43._0x374563,0x4f4)](',')[_0x5d34e6(-0x39,-0xd,-_0x5d2c43._0x1e6c75,-_0x5d2c43._0x5c2308)](_0x8ab81=>_0x8ab81[_0x5d34e6(0x7b,-0x3c,-0x112,-0xaf)]())[_0x5d34e6(0x1c,_0x5d2c43._0xba8e3f,_0x5d2c43._0x5e2099,_0x5d2c43._0x5125fc)](Boolean);}else _0x5bda2c[_0x30306b(0x2f2,0x405,_0x5d2c43._0x389730,_0x5d2c43._0x442ecb)]()&&(_0x3a42a2[_0x302602]=_0x5bda2c['trim']());}}else{if(_0x4bb6b3[_0x30306b(_0x5d2c43._0x231e7e,_0x5d2c43._0x2181dd,0x32e,_0x5d2c43._0x4a56ad)]()[_0x5d34e6(-_0x5d2c43._0x57f4de,-0x4,-_0x5d2c43._0x1a4f58,-0x94)]('-\x20')&&_0x3a42a2[_0x54a523[_0x5d34e6(-_0x5d2c43._0x372701,_0x5d2c43._0x3b1119,0x8b,0x139)]]){if(_0x54a523['TeghS'](_0x54a523[_0x5d34e6(0xd6,_0x5d2c43._0xdc5ca4,0x124,0x30)],_0x54a523[_0x5d34e6(-0x1c,-_0x5d2c43._0x4d9595,-0x28,-0xc1)])){const _0xd9e07d=Object[_0x5d34e6(-_0x5d2c43._0xa2a74d,-_0x5d2c43._0xc4bec5,-0x7b,0x5d)](_0x3a42a2)['find'](_0x3e9cb4=>Array['isArray'](_0x3a42a2[_0x3e9cb4]));_0xd9e07d&&(_0x54a523[_0x5d34e6(_0x5d2c43._0x183707,0xf2,_0x5d2c43._0x3eee16,-0x26)](_0x54a523[_0x5d34e6(-_0x5d2c43._0x542116,0x2c,-0x30,_0x5d2c43._0x58396a)],_0x5d34e6(0x149,_0x5d2c43._0x2859c7,-0x16,-_0x5d2c43._0x97428a))?_0x4d4729=_0x1220c2:_0x3a42a2[_0xd9e07d][_0x30306b(_0x5d2c43._0x578522,0x16b,0x261,0x1b5)](_0x4bb6b3[_0x5d34e6(-_0x5d2c43._0xdc5ca4,-0x3c,-0x61,_0x5d2c43._0x1191df)]()[_0x5d34e6(0x198,0x106,0x3b,_0x5d2c43._0x89920f)](-0x1*0x7cf+-0x1*0x1039+-0x11*-0x16a)[_0x5d34e6(-0x9d,-0x3c,-_0x5d2c43._0x4a1090,-_0x5d2c43._0x2db121)]()));}else{const _0x1af0ce={};_0x1af0ce[_0x5d34e6(_0x5d2c43._0x2f8ea6,-_0x5d2c43._0x3c3515,-_0x5d2c43._0x331f17,-0x1e3)]=_0x45826b,_0x22d5fe[_0x30306b(_0x5d2c43._0x1b3e98,0x37d,_0x5d2c43._0x3464ae,_0x5d2c43._0xe4328f)](_0x5d34e6(-0x33,_0x5d2c43._0x59cfb7,_0x5d2c43._0x46d241,_0x5d2c43._0x3aec93)+'o\x20environm'+_0x30306b(0x350,_0x5d2c43._0x3cfb00,_0x5d2c43._0xb671d7,0x38c),_0x1af0ce);const _0x21382e={};return _0x21382e[_0x5d34e6(-_0x5d2c43._0x3cfec0,-0x41,-_0x5d2c43._0x3ac2e3,-_0x5d2c43._0xb058b4)]=_0x54a523['UZUvy'],_0x21382e[_0x30306b(_0x5d2c43._0x461bfd,_0x5d2c43._0x42d87c,_0x5d2c43._0x58d002,_0x5d2c43._0x4d9156)]=_0x54a523['ULcVD'],_0x5f1ad8[_0x30306b(_0x5d2c43._0x234c99,0x49d,_0x5d2c43._0x18643a,0x3a6)](-0xc72+-0x20dc+0x2ede)['json'](_0x21382e);}}}}}const _0x5371ae=_0x3ecff4?_0x44dce9[_0x30306b(_0x5d2c43._0x4ed522,_0x5d2c43._0x5d11de,0x3ee,0x3fd)](_0x3c697c)['join']('\x0a'):_0x3d5bc4,_0xdf2c06={};return _0xdf2c06[_0x5d34e6(0x29,-_0x5d2c43._0x2faf5c,-_0x5d2c43._0x47efbf,-_0x5d2c43._0x2eb451)+'r']=_0x3a42a2,_0xdf2c06['body']=_0x5371ae,_0xdf2c06;}function serializeSkillMd(_0x43f59d,_0x3e9d89){const _0x52dba3={_0xf785ed:0x376,_0x861086:0x2aa,_0x4aa008:0x1ae,_0x471af6:0xbe,_0x138a0d:0x188,_0x371ff:0x2d8,_0x38b431:0x27f,_0x1da3e6:0x32c,_0x3c3308:0x1ac,_0x3e9e66:0x21c,_0x49ac22:0x32c,_0x2871e8:0x251,_0x4d3c81:0x1d1,_0x5f3e49:0x76,_0x5188ed:0x31f,_0x261eb3:0x1c3,_0x28ae8d:0x226,_0x576091:0x215,_0x116adb:0x105,_0x1a0bc3:0x358,_0x36ee26:0x35a,_0x46e7d3:0x236,_0x23efb5:0x2c8,_0x2c5d75:0x30c,_0x47d4f7:0x1e8,_0x14138b:0x12d,_0x3377fe:0x232,_0x2d0c93:0x201,_0x4ab0bc:0x389,_0x42de23:0x7d,_0x35f5e0:0x1b,_0x5cf9b1:0x62,_0x41dde5:0x84,_0x193c6f:0xde,_0x5765f9:0x71,_0x38fb78:0x220,_0x5edd0d:0x31b,_0x2cb8eb:0x219,_0x11b6fe:0x15c,_0x183ff3:0x50d,_0x26549f:0x3cf,_0x152fc6:0xb9,_0x3ba508:0x2ef,_0x48645a:0x109,_0x2baebc:0x27e,_0x1da3e3:0x2ad,_0x26986f:0x189,_0x178d15:0x1ae,_0x339a9e:0x242,_0x23b3bc:0x41b,_0x454f84:0x410,_0x425287:0x381,_0x2f4a26:0x391,_0x21dfa7:0x410,_0x3498ae:0x4b7,_0x341aed:0x380,_0x34aca5:0x2b1,_0x268ac6:0x42c,_0x9cb3b6:0x471,_0x4160a8:0x365,_0x213ea5:0x2e3,_0x1dad43:0x2aa,_0x2667ba:0x59,_0x5f3564:0xcf,_0x571bc0:0x1cc,_0x4697c1:0x297,_0x543462:0x20b,_0x10ee22:0x255,_0x8e33f0:0x32d,_0x3d9d35:0x1b8,_0x3a0e3f:0x9b},_0x3196f9={};_0x3196f9['SdQZP']='Not\x20Found',_0x3196f9[_0x3ff37b(_0x52dba3._0xf785ed,_0x52dba3._0x861086,0x325,_0x52dba3._0x4aa008)]='Invalid\x20fi'+'le\x20path',_0x3196f9['saThx']=_0xacf012(-0x15b,-0x200,-_0x52dba3._0x471af6,-_0x52dba3._0x138a0d),_0x3196f9[_0x3ff37b(_0x52dba3._0x371ff,_0x52dba3._0x38b431,_0x52dba3._0x1da3e6,_0x52dba3._0x3c3308)]='eoupe';function _0x3ff37b(_0x58ae2f,_0x31c4e8,_0x474bb7,_0x343c19){return _0x5351(_0x31c4e8-0xf2,_0x58ae2f);}_0x3196f9['bgCmp']=function(_0x4e6107,_0x410b91){return _0x4e6107!==_0x410b91;},_0x3196f9[_0x3ff37b(_0x52dba3._0x3e9e66,_0x52dba3._0x49ac22,0x221,0x43b)]=function(_0x326060,_0x572fcc){return _0x326060!==_0x572fcc;};function _0xacf012(_0x4edf0f,_0x2cc9f1,_0xf139a8,_0x27dc20){return _0x5351(_0x27dc20- -0x3c3,_0x2cc9f1);}_0x3196f9[_0x3ff37b(0x18e,_0x52dba3._0x2871e8,0x1fc,_0x52dba3._0x4d3c81)]=function(_0x2a7cff,_0x355e75){return _0x2a7cff!==_0x355e75;},_0x3196f9[_0xacf012(0x19,-_0x52dba3._0x5f3e49,-0x28,-0xa5)]=_0x3ff37b(_0x52dba3._0x5188ed,0x215,0x21e,_0x52dba3._0x261eb3);const _0x16051b=_0x3196f9,_0x33ba2d=[_0x16051b[_0x3ff37b(_0x52dba3._0x28ae8d,0x2e8,_0x52dba3._0x576091,0x21f)]];for(const [_0x2dcd4f,_0x374e59]of Object[_0xacf012(-_0x52dba3._0x116adb,-0x236,-0x16e,-0x175)](_0x43f59d)){if(Array[_0x3ff37b(0x23a,0x242,0x2b7,0x220)](_0x374e59)){if(_0x374e59['length']===0x1a00+-0x6*0x620+0xac0){if(_0x16051b[_0xacf012(-0x24d,-_0x52dba3._0x1a0bc3,-_0x52dba3._0x36ee26,-_0x52dba3._0x46e7d3)]===_0x16051b['vsHrv'])_0x33ba2d[_0xacf012(-_0x52dba3._0x23efb5,-0x240,-_0x52dba3._0x2c5d75,-0x21e)](_0x2dcd4f+_0xacf012(-_0x52dba3._0x47d4f7,-_0x52dba3._0x14138b,-_0x52dba3._0x3377fe,-_0x52dba3._0x2d0c93));else{const _0x242e24={};return _0x242e24[_0x3ff37b(0x1d4,0x2f3,0x2b2,_0x52dba3._0x4ab0bc)]=_0x16051b[_0xacf012(-_0x52dba3._0x42de23,_0x52dba3._0x35f5e0,-_0x52dba3._0x5cf9b1,-0xb1)],_0x242e24[_0xacf012(-_0x52dba3._0x41dde5,-_0x52dba3._0x193c6f,-_0x52dba3._0x5765f9,-0x11f)]=_0x3ff37b(0x2ce,_0x52dba3._0x38fb78,_0x52dba3._0x5edd0d,0x165)+_0x50ca68+(_0xacf012(-0x8b,-0x9f,-_0x52dba3._0x2cb8eb,-_0x52dba3._0x11b6fe)+'d'),_0x4e7f3e[_0x3ff37b(0x323,0x3e6,_0x52dba3._0x183ff3,_0x52dba3._0x26549f)](-0x380*-0x9+0x16c*-0x1a+0x70c)[_0xacf012(0xa,0x93,-_0x52dba3._0x152fc6,-0x89)](_0x242e24);}}else{_0x33ba2d['push'](_0x2dcd4f+':');for(const _0x3675aa of _0x374e59){_0x33ba2d[_0x3ff37b(_0x52dba3._0x3ba508,0x297,0x1a4,0x19c)]('\x20\x20-\x20'+_0x3675aa);}}}else{if(_0x16051b[_0xacf012(-_0x52dba3._0x48645a,-_0x52dba3._0x2baebc,-_0x52dba3._0x1da3e3,-0x1f5)](_0x374e59,undefined)&&_0x16051b[_0xacf012(-0x284,-0x14f,-0x24a,-_0x52dba3._0x26986f)](_0x374e59,null)&&_0x16051b[_0xacf012(-_0x52dba3._0x178d15,-_0x52dba3._0x339a9e,-0x364,-0x264)](_0x374e59,'')){if(_0x16051b[_0x3ff37b(_0x52dba3._0x23b3bc,_0x52dba3._0x454f84,_0x52dba3._0x425287,_0x52dba3._0x2f4a26)]===_0x16051b[_0x3ff37b(0x4ea,_0x52dba3._0x21dfa7,0x406,_0x52dba3._0x3498ae)])_0x33ba2d['push'](_0x2dcd4f+':\x20'+_0x374e59);else{const _0x5b2758={};return _0x5b2758[_0x3ff37b(_0x52dba3._0x341aed,0x2f3,0x3db,_0x52dba3._0x34aca5)]=_0x3ff37b(0x4ee,0x3d2,_0x52dba3._0x268ac6,_0x52dba3._0x9cb3b6)+'t',_0x5b2758[_0x3ff37b(0x271,0x396,0x3de,_0x52dba3._0x4160a8)]=_0x16051b[_0x3ff37b(_0x52dba3._0x213ea5,_0x52dba3._0x1dad43,0x377,0x334)],_0x10a00d[_0xacf012(-0xf8,-_0x52dba3._0x2667ba,-0x17b,-_0x52dba3._0x5f3564)](0x13*0x1f9+-0x25*-0x25+0x1*-0x2944)['json'](_0x5b2758);}}}}return _0x33ba2d[_0x3ff37b(_0x52dba3._0x571bc0,_0x52dba3._0x4697c1,0x389,_0x52dba3._0x543462)](_0x3ff37b(_0x52dba3._0x10ee22,_0x52dba3._0x8e33f0,0x362,0x309)),_0x33ba2d['push'](''),_0x33ba2d[_0x3ff37b(_0x52dba3._0x3d9d35,0x297,0x21b,0x2c3)](_0x3e9d89),_0x33ba2d[_0xacf012(-0xcc,0x65,-_0x52dba3._0x3a0e3f,-0x96)]('\x0a');}async function requireTaskAuth(_0x2658c0,_0x50eb12,_0xbc33db){const _0x38cfa1={_0xbae883:0x114,_0x369083:0x1d2,_0x14bf47:0x125,_0xde7057:0x6d,_0x44b343:0x87,_0x5d9772:0x76,_0x39ec0d:0xce,_0x514b53:0x626,_0x5a1819:0x6fe,_0x7ff357:0x6be,_0x5e803f:0x148,_0x3c1009:0xec,_0x421e39:0x744,_0xfbaf84:0x5e9,_0x5b2ba3:0x1b8,_0x4e7871:0x739,_0x14b8d5:0x551,_0x31fc34:0x5b0,_0x9bbe34:0xfb,_0x2b9f1:0xd2,_0x4a38ee:0x1da,_0x3bc375:0x262,_0xabd7f8:0x266,_0x13e6b3:0x8c,_0x3bd6dc:0x148,_0x3db17e:0x561,_0x4f2ff2:0x579,_0x3968d1:0x6e2,_0x5d0edc:0xd3,_0x2ea287:0x129,_0x5a3d81:0x28,_0x5c8d74:0x594,_0x3d992a:0x632,_0x567682:0x264,_0x15b854:0x14c,_0x5cef30:0x69b,_0x272e20:0x20,_0x1241e6:0x15b,_0x508cb0:0x649,_0xbb199e:0x678,_0x17044e:0x292,_0x17466a:0x1cd,_0x83f0cb:0x248,_0x20f4d6:0x691,_0x52e9b3:0x621,_0x452298:0x7ac,_0x36b453:0x69f,_0x54c52e:0x68d,_0xb2508c:0x5af,_0x19804a:0x5d8,_0xdb37af:0x1e9,_0x287606:0xc2,_0x55ee0a:0x156,_0x4ae792:0x1a6,_0x20ff23:0x93,_0x2766f6:0x7c,_0x32a451:0x285,_0x40a8f7:0x62f,_0x43f82c:0x51,_0x5a5909:0x6e,_0x30fb6f:0x335,_0x3b188d:0x124,_0x526cd8:0x58,_0x3f2be1:0xd3,_0x4441cc:0x1ad,_0x259301:0x15c,_0xe91e9b:0x516,_0x5234be:0x638,_0x307843:0x63f,_0x494e73:0x70f,_0x1e520e:0x4ab,_0xfafe78:0x679,_0x26520b:0x87,_0x4fb176:0x2a,_0x2eeadb:0x5a9,_0x242682:0x59e,_0x5d18eb:0x562,_0xbf2956:0x670,_0x2e1c84:0x591,_0x27f550:0x73c,_0x585f83:0x6b9,_0x9f7079:0x38,_0x144e80:0x3f,_0xc07bcc:0x26,_0x3f4383:0x660,_0x1a7552:0x22c,_0x4ad88d:0x266,_0x23460a:0x2b6,_0x7515a0:0x94,_0x570628:0x1f9,_0x1b717b:0x5dc,_0x22b450:0x6e4,_0xd6acca:0x674,_0x268f1f:0x45a,_0x29a299:0x196,_0x5d3ab6:0x13e,_0x15ef7d:0x155,_0x48b5a3:0x137,_0x23574e:0x1e6,_0x4ae9b2:0x230,_0x581f1d:0x24a,_0x56e77a:0x183,_0x5ad975:0xfa,_0x1d2f39:0x23e,_0x11f0a1:0x19e,_0xff5219:0x589,_0x3be62d:0x382,_0x2f59c4:0x387,_0x3a36ed:0x520,_0x2cdd73:0x5e7,_0x4e12cf:0x5c2,_0x182ab9:0x47e,_0x340cf9:0x52d,_0x323961:0x59e,_0x267a72:0x2d9,_0x167ef6:0x5f4,_0x5c4dc3:0x587,_0x54e16b:0x560,_0x201ac8:0x63a,_0x2308c8:0x180,_0x19ae67:0x7a,_0x42de6c:0x40,_0x36e95d:0x121,_0x3a0e44:0xf6,_0x37869b:0x193,_0x2c8d34:0xd7,_0x47e86a:0x2dc,_0x35c6a3:0x1d5,_0x2aee8f:0x97,_0x56a993:0x11a,_0x4d10cc:0x4e1,_0x2c7341:0x447,_0x337a4f:0x5b5,_0x2deafa:0x671,_0x5b0361:0x138,_0xdc056d:0x576,_0x17eed8:0x6e2,_0x3a9943:0xab,_0x83d45b:0x7f,_0x5342ef:0x164,_0x286ab7:0x1e6,_0x1ee3a9:0x17e,_0x3ea5cc:0x22c,_0x566f11:0x209,_0x7f61ee:0x1ff,_0x741136:0x1ea,_0x23cc85:0x694,_0x26438f:0x55e,_0x29c177:0x64f,_0x1b0967:0x63b,_0x598ede:0x51d,_0x51f3ca:0x4c4,_0x33aeb9:0x5b7,_0x56ffe3:0x1e1,_0x1dd95f:0x680,_0x42f307:0x5a8,_0x58e1b1:0x6cd,_0x4361c0:0x733,_0x285bd4:0x597,_0x5463a5:0x4e2,_0x186b2d:0x41,_0x13b2af:0x53,_0x49452d:0x4e5,_0x2c1e82:0x3c7,_0x20dd68:0x53e,_0x427f1d:0x683,_0x126ab3:0x68e,_0x3b591f:0x79c,_0x2ad8d1:0x610,_0x4269f7:0x4db,_0x503d83:0x451,_0x417390:0x520,_0x2bec9c:0x10b,_0x4c1dab:0xc6,_0x343372:0x1e4,_0x5459c9:0x165,_0x55d319:0x1f6,_0x548f99:0x539,_0x45b078:0x5cc,_0x424b03:0x4e5,_0x52caf9:0x5f4,_0x59a97a:0x1da,_0x15e9ad:0x161,_0x4d3767:0x24f,_0x201597:0x2d3,_0x42f6af:0x72f,_0x3e041e:0x115,_0x493de6:0x8,_0x1354c7:0x196,_0x554805:0x2a3,_0x4b6bbb:0x68f,_0x1ba7ed:0x791,_0x309c48:0x777,_0x3dce13:0x634,_0x2d35ad:0x145,_0x5c7fca:0x167,_0x1a91e7:0xa,_0xf325f6:0xca,_0x59261c:0xd7,_0x643efe:0x5ff,_0xca3c25:0x5ec,_0xc1394:0x5fd,_0x38be3d:0x54f,_0x431191:0x49,_0x328fb0:0x1d3,_0xad35ad:0x539,_0x2755ea:0x619,_0x839c6e:0x516,_0x533f5d:0x63d,_0x1e578e:0x49a,_0x542ddb:0x1c9,_0x3a63c3:0x122,_0x33eb02:0x64e,_0x40d0c7:0x607,_0x24c375:0xd4,_0x3c66ec:0x1bc,_0x4aaaef:0x472,_0x2dd45e:0x160,_0x1ec555:0x256,_0x466019:0x48c,_0x471aec:0x509,_0x2bb7d7:0x5d3,_0x2877b7:0x6ce,_0x21b75e:0x690,_0x23b84a:0x4b1,_0x33a920:0x5a6,_0x2b956b:0x655,_0x48d782:0x6eb,_0xfbe593:0x638,_0x538eb1:0x1fc,_0x4555fa:0xf1,_0x21b6de:0x14,_0x705a62:0x120,_0x448454:0x1b2,_0x29a770:0x91,_0x443160:0x565,_0x1df6e1:0x5cb,_0x111585:0xba,_0x4ebc54:0x1e0,_0x46fa1d:0x107},_0x1fe56a={_0x3c88fc:0x10e},_0x5085a7={_0x550be3:0x361},_0x4bb48a={'ghiTW':'file','MiNcI':_0x1412d4(_0x38cfa1._0xbae883,_0x38cfa1._0x369083,0x1ca,_0x38cfa1._0x14bf47)+'t','ZTVcu':'ENOENT','DOLsU':_0x1412d4(-_0x38cfa1._0xde7057,_0x38cfa1._0x44b343,_0x38cfa1._0x5d9772,_0x38cfa1._0x39ec0d),'CMTih':_0x2069a4(0x649,_0x38cfa1._0x514b53,_0x38cfa1._0x5a1819,_0x38cfa1._0x7ff357)+'gement\x20req'+_0x1412d4(_0x38cfa1._0x5e803f,0x1de,_0x38cfa1._0x3c1009,0x22a)+_0x2069a4(0x65b,_0x38cfa1._0x421e39,_0x38cfa1._0xfbaf84,0x611)+_0x1412d4(0x10d,0x139,0xca,_0x38cfa1._0x5b2ba3),'pTlhP':'Missing\x20X-'+'Task-Id\x20he'+_0x2069a4(0x65d,0x6b4,0x561,_0x38cfa1._0x4e7871),'gXcNn':function(_0x6d721f,_0x13bd11){return _0x6d721f===_0x13bd11;},'JnzJO':_0x2069a4(_0x38cfa1._0x14b8d5,_0x38cfa1._0x31fc34,0x5d6,0x55b),'dfHSH':_0x1412d4(_0x38cfa1._0x9bbe34,0x20a,0x299,0x175),'tUBcj':_0x1412d4(_0x38cfa1._0x2b9f1,_0x38cfa1._0x4a38ee,_0x38cfa1._0x3bc375,_0x38cfa1._0xabd7f8)+_0x1412d4(_0x38cfa1._0x13e6b3,0x1ac,_0x38cfa1._0x3bd6dc,0x2b4)+_0x2069a4(0x67d,_0x38cfa1._0x3db17e,_0x38cfa1._0x4f2ff2,_0x38cfa1._0x3968d1)+_0x1412d4(_0x38cfa1._0x5d0edc,0xbe,_0x38cfa1._0x2ea287,_0x38cfa1._0x5a3d81),'hDDTP':_0x2069a4(0x6a3,0x5f7,_0x38cfa1._0x5c8d74,_0x38cfa1._0x3d992a)+'erver\x20Erro'+'r','ueMuO':_0x1412d4(_0x38cfa1._0x567682,0x206,0x18c,_0x38cfa1._0x15b854)+_0x2069a4(0x5a1,_0x38cfa1._0x5cef30,0x4df,0x587)+_0x1412d4(_0x38cfa1._0x272e20,0xd8,0x1d9,_0x38cfa1._0x1241e6),'mFrsL':_0x2069a4(_0x38cfa1._0x508cb0,0x660,0x555,0x6ea)+_0x2069a4(0x64c,_0x38cfa1._0xbb199e,0x6b5,0x714)+_0x1412d4(_0x38cfa1._0x17044e,_0x38cfa1._0x17466a,_0x38cfa1._0x83f0cb,0x279)+_0x2069a4(_0x38cfa1._0x20f4d6,0x611,_0x38cfa1._0x52e9b3,0x77b)+_0x2069a4(0x6b8,_0x38cfa1._0x452298,0x68f,_0x38cfa1._0x36b453),'QkuSQ':'Unauthoriz'+'ed','ljJKg':_0x2069a4(_0x38cfa1._0x54c52e,_0x38cfa1._0xb2508c,0x788,_0x38cfa1._0x19804a)+'sk\x20ID','WGZZX':_0x1412d4(_0x38cfa1._0xdb37af,0x189,_0x38cfa1._0x287606,0x159),'Xgjhm':'Task\x20has\x20n'+'o\x20environm'+_0x1412d4(0x74,_0x38cfa1._0x55ee0a,_0x38cfa1._0x4ae792,0x24d),'xxXiB':function(_0x3b2d09,_0x520ed6){return _0x3b2d09(_0x520ed6);},'cDpCh':function(_0xc4d64,_0x56c6ed){return _0xc4d64===_0x56c6ed;},'wthsD':'Task\x20user\x20'+_0x1412d4(_0x38cfa1._0x20ff23,0x188,_0x38cfa1._0x2766f6,_0x38cfa1._0x32a451),'pCTZo':_0x2069a4(0x63d,0x5c1,_0x38cfa1._0x40a8f7,0x5a7)+_0x1412d4(_0x38cfa1._0x43f82c,0xcd,_0x38cfa1._0x5a5909,-0x33),'rnJFM':function(_0x4cc7c6,_0x1a9fb8,_0x3bcf6c,_0x373bce){return _0x4cc7c6(_0x1a9fb8,_0x3bcf6c,_0x373bce);},'GfkHw':'skills:tas'+_0x1412d4(0x298,0x225,_0x38cfa1._0x30fb6f,_0x38cfa1._0x3b188d),'hxMuW':_0x1412d4(_0x38cfa1._0x526cd8,_0x38cfa1._0x3f2be1,_0x38cfa1._0x4441cc,_0x38cfa1._0x259301),'eWcrz':'User\x20does\x20'+_0x1412d4(0x1ca,0x112,0x7e,0x221)+'ermission\x20'+'to\x20edit\x20sk'+_0x2069a4(0x496,0x396,0x3be,_0x38cfa1._0xe91e9b)+'tasks','msRLO':function(_0x1c3c19,_0x21a2ad){return _0x1c3c19!==_0x21a2ad;},'UxdzA':_0x2069a4(_0x38cfa1._0x5234be,_0x38cfa1._0x307843,_0x38cfa1._0x494e73,0x67c),'Ugvke':_0x2069a4(0x5ac,0x61e,_0x38cfa1._0x1e520e,_0x38cfa1._0xfafe78)+_0x1412d4(_0x38cfa1._0x26520b,0x148,_0x38cfa1._0x4fb176,0x44)+'d','Oxodd':_0x2069a4(0x5fe,0x6cf,0x71e,0x6e6),'totVG':function(_0x140885){return _0x140885();}},_0xb40d43=_0x2658c0['headers'][_0x4bb48a['DOLsU']];if(!_0xb40d43){logger['warn'](_0x4bb48a[_0x2069a4(_0x38cfa1._0x2eeadb,_0x38cfa1._0x242682,0x5f3,0x5ee)]);const _0x13db0a={};return _0x13db0a[_0x2069a4(_0x38cfa1._0x5d18eb,_0x38cfa1._0xbf2956,0x539,_0x38cfa1._0x2e1c84)]=_0x2069a4(0x65a,_0x38cfa1._0x27f550,_0x38cfa1._0x585f83,0x578)+'ed',_0x13db0a[_0x1412d4(0x185,0x196,0xca,0x21b)]=_0x4bb48a[_0x1412d4(_0x38cfa1._0x9f7079,0x7c,-_0x38cfa1._0x144e80,_0x38cfa1._0xc07bcc)],_0x50eb12[_0x2069a4(0x655,0x6b9,_0x38cfa1._0x3f4383,0x5e5)](-0x1d64+0x1*0x2e9+0x1c0c)[_0x1412d4(0x191,_0x38cfa1._0x1a7552,_0x38cfa1._0x4ad88d,_0x38cfa1._0x23460a)](_0x13db0a);}if(!tasks){if(_0x4bb48a['gXcNn'](_0x4bb48a['JnzJO'],_0x4bb48a['dfHSH']))_0x180309[_0x1412d4(0xc1,0x97,_0x38cfa1._0x7515a0,0x180)](_0x5787b9+':\x20[]');else{logger[_0x1412d4(0x33,0xf3,_0x38cfa1._0x570628,0x14c)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x1b717b,_0x38cfa1._0x22b450,0x65e,0x67f)]);const _0x75695b={};return _0x75695b[_0x2069a4(0x562,_0x38cfa1._0xd6acca,_0x38cfa1._0x268f1f,0x53b)]=_0x4bb48a[_0x1412d4(0x38,0x86,0x134,0x58)],_0x75695b[_0x1412d4(0xd2,_0x38cfa1._0x29a299,_0x38cfa1._0x5d3ab6,_0x38cfa1._0x15ef7d)]=_0x4bb48a[_0x1412d4(0x2,0xde,0x48,0xa0)],_0x50eb12[_0x1412d4(_0x38cfa1._0x48b5a3,_0x38cfa1._0x23574e,_0x38cfa1._0x4ae9b2,0x2bd)](0x60+-0x3*0x3e4+0xd40)['json'](_0x75695b);}}const _0x3edeeb=tasks[_0x1412d4(0x181,0x1a6,0x219,_0x38cfa1._0x581f1d)](_0xb40d43);if(!_0x3edeeb){const _0x6a8838={};_0x6a8838[_0x1412d4(0xf3,0x76,_0x38cfa1._0x56e77a,_0x38cfa1._0x5ad975)]=_0xb40d43,logger[_0x1412d4(0x344,_0x38cfa1._0x1d2f39,0x1b1,_0x38cfa1._0x11f0a1)](_0x4bb48a[_0x2069a4(0x49d,_0x38cfa1._0xff5219,_0x38cfa1._0x3be62d,_0x38cfa1._0x2f59c4)],_0x6a8838);const _0x28353b={};return _0x28353b['error']=_0x4bb48a[_0x2069a4(_0x38cfa1._0x3a36ed,_0x38cfa1._0x2cdd73,_0x38cfa1._0x4e12cf,_0x38cfa1._0x182ab9)],_0x28353b[_0x2069a4(0x605,_0x38cfa1._0x340cf9,0x6a4,_0x38cfa1._0x323961)]=_0x4bb48a[_0x1412d4(0xd0,_0x38cfa1._0x13e6b3,-0x70,0x67)],_0x50eb12['status'](-0x89f*-0x1+-0x9b7*0x4+0x162*0x17)[_0x1412d4(0x1c5,0x22c,_0x38cfa1._0x267a72,0x28d)](_0x28353b);}if(!_0x3edeeb[_0x2069a4(0x539,_0x38cfa1._0x167ef6,0x4f8,0x64a)+'t']){if(_0x4bb48a[_0x2069a4(0x546,_0x38cfa1._0x5c4dc3,0x54d,0x5f7)](_0x2069a4(0x514,0x633,_0x38cfa1._0x54e16b,_0x38cfa1._0x201ac8),_0x4bb48a[_0x1412d4(0x27a,_0x38cfa1._0x2308c8,0x6f,0x1fd)])){const _0x24c4b6={};_0x24c4b6[_0x1412d4(0x102,0x7a,-0x38,-0x35)]=_0x1ec674[_0x1412d4(0x19c,_0x38cfa1._0x19ae67,_0x38cfa1._0x42de6c,_0x38cfa1._0x36e95d)],_0x24c4b6[_0x1412d4(_0x38cfa1._0x3a0e44,0x1aa,_0x38cfa1._0x37869b,_0x38cfa1._0x2c8d34)]=_0x4bb48a[_0x1412d4(_0x38cfa1._0x47e86a,0x21b,_0x38cfa1._0x35c6a3,0x1d5)],_0x17cf97[_0x1412d4(0x161,_0x38cfa1._0x2aee8f,-0x8e,_0x38cfa1._0x56a993)](_0x24c4b6);}else{const _0x3b1610={};_0x3b1610[_0x2069a4(0x4e5,0x594,_0x38cfa1._0x4d10cc,_0x38cfa1._0x2c7341)]=_0xb40d43,logger[_0x1412d4(0x1e8,0x23e,0x1a7,0x2aa)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x337a4f,0x66d,0x6a3,_0x38cfa1._0x2deafa)],_0x3b1610);const _0x569583={};return _0x569583[_0x1412d4(0xb7,0xf3,0xaa,_0x38cfa1._0x5b0361)]=_0x4bb48a[_0x2069a4(0x685,0x5bb,0x6e4,0x663)],_0x569583[_0x2069a4(0x605,0x5a5,0x51d,0x70b)]=_0x2069a4(0x67c,_0x38cfa1._0xdc056d,0x65a,_0x38cfa1._0x17eed8)+'o\x20associat'+_0x1412d4(_0x38cfa1._0x3a9943,0xcb,0x1c9,_0x38cfa1._0x83d45b)+_0x2069a4(0x4ad,0x40f,0x522,0x574),_0x50eb12[_0x1412d4(_0x38cfa1._0x5342ef,_0x38cfa1._0x286ab7,0x1d5,0x19c)](-0x1ca4+-0x1222*0x1+0x3056)[_0x1412d4(_0x38cfa1._0x1ee3a9,_0x38cfa1._0x3ea5cc,_0x38cfa1._0x566f11,0x353)](_0x569583);}}const _0x23cd26=_0x3edeeb[_0x1412d4(_0x38cfa1._0x7f61ee,_0x38cfa1._0x741136,0x1b1,0x2bf)]?.[_0x1412d4(0x24f,0x214,0x2ff,0x2b3)],_0x4b1a04=await _0x4bb48a[_0x2069a4(0x58f,_0x38cfa1._0x23cc85,_0x38cfa1._0x26438f,_0x38cfa1._0x29c177)](findUserById,_0x23cd26);function _0x2069a4(_0x54ebeb,_0x3c04c2,_0x1959ae,_0x58b3f9){return _0x5351(_0x54ebeb-_0x5085a7._0x550be3,_0x3c04c2);}if(!_0x4b1a04){if(_0x4bb48a[_0x2069a4(0x62e,_0x38cfa1._0x1b0967,_0x38cfa1._0x26438f,_0x38cfa1._0x598ede)](_0x2069a4(_0x38cfa1._0x51f3ca,_0x38cfa1._0x33aeb9,0x3b4,0x40e),'kQjyk')){const _0xa443fd={};return _0xa443fd[_0x1412d4(_0x38cfa1._0x56ffe3,0xf3,0x91,0x153)]=_0x4bb48a[_0x1412d4(0x2de,0x216,0x1eb,0x30e)],_0xa443fd['message']=_0x2069a4(_0x38cfa1._0x1dd95f,0x6ac,0x6ee,_0x38cfa1._0x42f307)+_0x2069a4(0x6cf,0x7d0,_0x38cfa1._0x58e1b1,_0x38cfa1._0x4361c0)+_0x2069a4(0x4c7,_0x38cfa1._0x285bd4,0x502,_0x38cfa1._0x5463a5)+_0x1412d4(-0x43,_0x38cfa1._0x186b2d,-0x71,_0x38cfa1._0x13b2af),_0x4612e1[_0x1412d4(0xbf,_0x38cfa1._0x23574e,0xd8,_0x38cfa1._0x11f0a1)](0x8b4*0x3+0x1f20*0x1+-0x37ac)['json'](_0xa443fd);}else{const _0x5e2482={};_0x5e2482[_0x2069a4(_0x38cfa1._0x49452d,_0x38cfa1._0x2c1e82,0x46e,_0x38cfa1._0x20dd68)]=_0xb40d43,_0x5e2482[_0x2069a4(_0x38cfa1._0x427f1d,0x57d,_0x38cfa1._0x126ab3,0x764)]=_0x23cd26,logger[_0x2069a4(0x6ad,0x5f7,_0x38cfa1._0x3b591f,_0x38cfa1._0x2ad8d1)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x4269f7,0x471,_0x38cfa1._0x503d83,0x4b7)],_0x5e2482);const _0x50287c={};return _0x50287c['error']=_0x4bb48a[_0x2069a4(_0x38cfa1._0x417390,0x615,0x52e,0x5a2)],_0x50287c[_0x2069a4(0x605,0x4e0,0x64f,0x5bb)]=_0x4bb48a[_0x1412d4(0x168,0x43,_0x38cfa1._0x2bec9c,-_0x38cfa1._0x4c1dab)],_0x50eb12[_0x1412d4(0x2bf,0x1e6,_0x38cfa1._0x343372,0x2e3)](-0xe9*-0xc+0x6*0x5b0+0x2b7b*-0x1)['json'](_0x50287c);}}if(!await _0x4bb48a['rnJFM'](hasPermission,_0x4b1a04['id'],_0x4bb48a[_0x1412d4(0x163,_0x38cfa1._0x5459c9,0x14d,_0x38cfa1._0x55d319)],_0x3edeeb[_0x2069a4(_0x38cfa1._0x548f99,_0x38cfa1._0x45b078,0x602,0x453)+'t'])){const _0x59a1c2={};_0x59a1c2[_0x2069a4(_0x38cfa1._0x424b03,0x58a,0x585,_0x38cfa1._0x52caf9)]=_0xb40d43,_0x59a1c2[_0x1412d4(0x287,0x214,0x222,0x149)]=_0x4b1a04['id'],_0x59a1c2['username']=_0x4b1a04['username'],logger[_0x1412d4(_0x38cfa1._0x59a97a,0x23e,_0x38cfa1._0x15e9ad,_0x38cfa1._0x4d3767)]('User\x20lacks'+_0x1412d4(_0x38cfa1._0x201597,0x219,0x19a,0x2df)+'sk-edit\x20pe'+_0x2069a4(0x629,0x5d6,_0x38cfa1._0x42f6af,0x5b5),_0x59a1c2);const _0x4a2b9e={};return _0x4a2b9e['error']=_0x4bb48a[_0x1412d4(0x187,0x90,_0x38cfa1._0x3e041e,_0x38cfa1._0x493de6)],_0x4a2b9e[_0x1412d4(0x124,_0x38cfa1._0x1354c7,0x1db,0xd7)]=_0x4bb48a['eWcrz'],_0x50eb12[_0x1412d4(0x2eb,0x1e6,_0x38cfa1._0x343372,_0x38cfa1._0x554805)](0x1c82+0x25ee+-0x40dd)[_0x2069a4(_0x38cfa1._0x5cef30,_0x38cfa1._0x4b6bbb,0x70c,_0x38cfa1._0x1ba7ed)](_0x4a2b9e);}_0x2658c0[_0x2069a4(0x684,_0x38cfa1._0x309c48,_0x38cfa1._0x3dce13,0x5e2)+'k']=_0x3edeeb,_0x2658c0[_0x1412d4(_0x38cfa1._0x2d35ad,0x9c,_0x38cfa1._0x5c7fca,0x193)]=_0x4b1a04,_0x2658c0[_0x1412d4(_0x38cfa1._0x1a91e7,_0x38cfa1._0xf325f6,_0x38cfa1._0x59261c,-0x41)+_0x2069a4(_0x38cfa1._0x643efe,_0x38cfa1._0xca3c25,_0x38cfa1._0xc1394,_0x38cfa1._0x38be3d)]=_0x3edeeb[_0x1412d4(0xb3,0xca,_0x38cfa1._0x431191,_0x38cfa1._0x328fb0)+'t'];const _0x31a492=coderConfig?.['environmen'+'ts']?.[_0x3edeeb[_0x2069a4(_0x38cfa1._0xad35ad,_0x38cfa1._0x2755ea,_0x38cfa1._0x5c4dc3,0x4a0)+'t']];if(!_0x31a492){if(_0x4bb48a[_0x2069a4(_0x38cfa1._0x839c6e,_0x38cfa1._0x533f5d,_0x38cfa1._0x1e578e,0x5b4)](_0x1412d4(0x22a,_0x38cfa1._0x542ddb,_0x38cfa1._0x3a63c3,0x112),_0x4bb48a[_0x2069a4(_0x38cfa1._0x33eb02,0x6cd,_0x38cfa1._0x4b6bbb,_0x38cfa1._0x40d0c7)])){if(_0x4bfd02['code']!==_0x4bb48a[_0x1412d4(_0x38cfa1._0x24c375,0x9f,_0x38cfa1._0x3c66ec,-0x34)])throw _0xac914b;}else{const _0x6278ce={};_0x6278ce[_0x2069a4(0x4e5,0x3c4,_0x38cfa1._0x4aaaef,0x4b4)]=_0xb40d43,_0x6278ce[_0x2069a4(0x539,0x5d6,0x466,0x585)+'t']=_0x3edeeb['environmen'+'t'],logger[_0x1412d4(_0x38cfa1._0x2dd45e,_0x38cfa1._0x1d2f39,0x20d,_0x38cfa1._0x1ec555)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x466019,0x3fe,0x569,_0x38cfa1._0xad35ad)],_0x6278ce);const _0x3edf7a={};return _0x3edf7a[_0x2069a4(_0x38cfa1._0x5d18eb,0x4bd,_0x38cfa1._0x471aec,_0x38cfa1._0x1b717b)]=_0x4bb48a['Oxodd'],_0x3edf7a[_0x2069a4(0x605,_0x38cfa1._0x2bb7d7,_0x38cfa1._0x2877b7,_0x38cfa1._0x21b75e)]=_0x4bb48a[_0x2069a4(_0x38cfa1._0x466019,_0x38cfa1._0x23b84a,_0x38cfa1._0x33a920,0x49b)],_0x50eb12[_0x2069a4(_0x38cfa1._0x2b956b,_0x38cfa1._0x48d782,_0x38cfa1._0xfbe593,0x6f2)](0x17a1+-0x15*-0x2b+-0x1994)[_0x1412d4(0x340,_0x38cfa1._0x1a7552,0x215,0x157)](_0x3edf7a);}}_0x2658c0['environmen'+_0x1412d4(_0x38cfa1._0x538eb1,_0x38cfa1._0x4555fa,-_0x38cfa1._0x21b6de,0x16e)]=_0x31a492;function _0x1412d4(_0x9771c1,_0x57eab5,_0x1945ca,_0x10df27){return _0x5351(_0x57eab5- -_0x1fe56a._0x3c88fc,_0x10df27);}_0x2658c0[_0x1412d4(_0x38cfa1._0x705a62,_0x38cfa1._0x448454,0x1dc,_0x38cfa1._0x29a770)+_0x2069a4(0x5e7,0x590,_0x38cfa1._0x443160,_0x38cfa1._0x1df6e1)]=_0x31a492[_0x1412d4(0xf,_0x38cfa1._0x111585,_0x38cfa1._0x4ebc54,0x15e)]||[],_0x4bb48a[_0x1412d4(0x13f,0xe9,_0x38cfa1._0x46fa1d,0xa6)](_0xbc33db);}function _0x917071(_0x39a732,_0x39cb76,_0x571aa7,_0x507493){return _0x5351(_0x39a732-0xd8,_0x507493);}async function validateSkillAccess(_0x395ae4,_0x50fc2d,_0x555025){const _0x3115a0={_0x53fdf6:0x81,_0x2284fd:0x187,_0x118d14:0x434,_0x25f0ec:0x4ac,_0x564504:0x431,_0xbd5ad:0x402,_0x31dd55:0x37c,_0x31012f:0x49a,_0x7c6a39:0x1cc,_0x19477c:0x3a3,_0x4d64ae:0x334,_0x397bae:0x3ae,_0x3ecda0:0x497,_0x3642cd:0x415,_0x5898ab:0x3d3,_0x32d0f1:0x36d,_0x5524e5:0x390,_0x322ee1:0x35a,_0x3025ce:0x1f2,_0x29bee5:0x1d2,_0x2502ac:0x218,_0x2f8f58:0x34f,_0x32d909:0x2ce,_0x268323:0x316,_0x6f2794:0x22c,_0x5ac094:0x2ac,_0x596005:0x250,_0x2a5984:0x9e,_0x5a6769:0x170,_0x54323b:0xec,_0x54ff55:0xa8,_0x13f4a6:0x4e0,_0x2166fc:0x47b,_0x29f51b:0x396,_0x5a3bdf:0x15b,_0x4ddd6e:0x72,_0x3555fb:0x121,_0x5b40d3:0x17,_0x58aaa3:0x4d9,_0x55b690:0x498,_0x2ee8f8:0x4bb,_0x2fae24:0x3ed,_0x5cb563:0x40b,_0x47dbc1:0x2a8,_0x130e06:0x2b3,_0x2f200d:0x36f,_0x11156c:0x257,_0x19e047:0xa,_0x17d188:0x35f,_0x54cf50:0x3b6,_0x4de601:0x410,_0x3a2470:0x37f,_0x43bfe:0x38a,_0x43fc64:0x2d3,_0x2d2027:0xef,_0x217854:0x19b,_0x539fd5:0x20d,_0x466546:0x33c,_0x439573:0x2c5,_0x480634:0x1b8,_0x3fe044:0x284,_0x2dc738:0x31d,_0x256f05:0x119,_0x7cbf86:0x185,_0x273143:0x192,_0x1a89d8:0x15e,_0x220aa1:0x3b8,_0xf2d6e7:0x208,_0x295bc5:0x433,_0x2a47b6:0x138,_0x2b9332:0x156,_0x164e88:0x1e5,_0x4b8368:0x209,_0x5a2c87:0x2ea,_0xb45cfb:0x44c,_0x56b19e:0x85,_0x1bf96d:0xb4,_0x317c9f:0x1d7,_0x310beb:0x29a,_0x304842:0x1bc,_0x20f0b7:0x322,_0x5493de:0x2d2,_0x3d7790:0xd6,_0x58dbdd:0x1a6,_0x51a9ab:0x119,_0x5da28c:0x11b,_0x58ab2a:0x3ff,_0x36624b:0x3d2,_0x442a7b:0x387,_0x40c6a9:0x70,_0x320468:0x13e,_0x1db7ff:0x106,_0xf8c785:0x147,_0x57a4ec:0x106,_0x27e208:0xfd,_0x57769b:0x1a5,_0x550609:0x2d2,_0x21dde8:0x167,_0x9d675:0x26c,_0x3c9e73:0xb8,_0x330f5a:0x93,_0x213109:0x90,_0xcb227f:0x4d8,_0x1fe303:0x5dc,_0x5255f2:0x435,_0x440ed9:0x55,_0x25628c:0x1ca,_0x486531:0xb6,_0x2b090f:0x14e,_0x2cea68:0x1bc,_0x25c8d7:0x115,_0x3a509c:0x367,_0x244daf:0x3a6,_0x1b3bff:0x4b6,_0x4eaef6:0x514,_0x19c333:0x1a1,_0x8c159:0x3af,_0x225590:0x3b0,_0x52a1a4:0x47f},_0xd84374={};_0xd84374[_0x50b748(-0x153,-_0x3115a0._0x53fdf6,-_0x3115a0._0x2284fd,-0x93)]=_0x10d5ee(_0x3115a0._0x118d14,0x46c,_0x3115a0._0x25f0ec,_0x3115a0._0x564504)+'t',_0xd84374[_0x10d5ee(0x341,_0x3115a0._0xbd5ad,0x344,0x313)]=_0x10d5ee(_0x3115a0._0x31dd55,0x373,_0x3115a0._0x31012f,0x336)+'assigned\x20t'+_0x10d5ee(_0x3115a0._0x7c6a39,0x2b4,_0x3115a0._0x19477c,_0x3115a0._0x4d64ae)+_0x10d5ee(_0x3115a0._0x397bae,0x3f0,0x2f1,_0x3115a0._0x3ecda0),_0xd84374[_0x10d5ee(_0x3115a0._0x3642cd,0x322,0x22d,0x442)]=_0x10d5ee(_0x3115a0._0x5898ab,_0x3115a0._0x32d0f1,_0x3115a0._0x5524e5,_0x3115a0._0x322ee1),_0xd84374['Vhgir']=_0x50b748(-_0x3115a0._0x3025ce,-_0x3115a0._0x29bee5,-0x148,-_0x3115a0._0x2502ac)+_0x10d5ee(_0x3115a0._0x2f8f58,_0x3115a0._0x32d909,_0x3115a0._0x268323,0x2e9)+_0x10d5ee(_0x3115a0._0x6f2794,0x2f5,0x1dd,_0x3115a0._0x5ac094)+'environmen'+'t',_0xd84374[_0x50b748(-_0x3115a0._0x596005,-_0x3115a0._0x2a5984,-_0x3115a0._0x5a6769,-0xaa)]=function(_0x494d55,_0x121cb4){return _0x494d55===_0x121cb4;},_0xd84374[_0x50b748(-0x12,-_0x3115a0._0x54323b,-0x106,-0x1f)]=_0x50b748(-_0x3115a0._0x54ff55,-0x12f,-0xb9,-0x7b),_0xd84374['zCTcZ']=_0x10d5ee(_0x3115a0._0x13f4a6,0x3d1,_0x3115a0._0x2166fc,0x3d4)+_0x10d5ee(0x341,0x3db,0x4cb,_0x3115a0._0x29f51b)+_0x50b748(-_0x3115a0._0x5a3bdf,-_0x3115a0._0x4ddd6e,-_0x3115a0._0x3555fb,-_0x3115a0._0x5b40d3)+_0x10d5ee(_0x3115a0._0x58aaa3,0x3df,0x314,_0x3115a0._0x55b690),_0xd84374[_0x10d5ee(0x4b9,_0x3115a0._0x2ee8f8,_0x3115a0._0x2fae24,_0x3115a0._0x5cb563)]=_0x10d5ee(_0x3115a0._0x47dbc1,_0x3115a0._0x130e06,_0x3115a0._0x2f200d,_0x3115a0._0x11156c)+_0x50b748(0x45,-0xe1,-0xbd,-_0x3115a0._0x19e047)+_0x10d5ee(0x2a9,_0x3115a0._0x17d188,0x2bf,0x3e3)+'nnot\x20be\x20mo'+_0x10d5ee(0x39c,0x3a2,_0x3115a0._0x54cf50,_0x3115a0._0x4de601),_0xd84374[_0x10d5ee(_0x3115a0._0x3a2470,_0x3115a0._0x43bfe,0x2af,_0x3115a0._0x43fc64)]='skills';const _0x12164c=_0xd84374,{skillId:_0x3b15c0}=_0x395ae4[_0x50b748(-0xdb,-_0x3115a0._0x2d2027,-_0x3115a0._0x217854,-0x267)],{callingTask:_0x5e90bc,assignedSkills:_0xa7ac55}=_0x395ae4;function _0x50b748(_0x60879,_0xa7e19f,_0x33c99e,_0x37df89){return _0x5351(_0x33c99e- -0x3bd,_0x37df89);}if(_0x3b15c0[_0x50b748(-0x33c,-_0x3115a0._0x539fd5,-0x284,-0x37f)]('/')||_0x3b15c0[_0x10d5ee(_0x3115a0._0x466546,_0x3115a0._0x439573,0x1ab,_0x3115a0._0x480634)]('\x5c')||_0x3b15c0[_0x50b748(-0x1b2,-0x273,-_0x3115a0._0x3fe044,-_0x3115a0._0x2dc738)]('..')){const _0xd30955={};return _0xd30955['error']=_0x12164c[_0x50b748(-0x186,-0x2a5,-0x187,-0x1b8)],_0xd30955[_0x50b748(-0x9e,-0x190,-_0x3115a0._0x256f05,-0x194)]=_0x50b748(-0x78,-0xd2,-_0x3115a0._0x7cbf86,-0x6d)+_0x50b748(-_0x3115a0._0x273143,-0x112,-_0x3115a0._0x1a89d8,-0x1f4),_0x50fc2d[_0x10d5ee(0x57c,0x480,_0x3115a0._0x220aa1,0x530)](-0x65e*0x1+0xf35*0x2+0x59f*-0x4)['json'](_0xd30955);}if(!_0xa7ac55[_0x50b748(-0x2f3,-0x2ab,-_0x3115a0._0x3fe044,-0x2f0)](_0x3b15c0)){const _0x2ae515={};_0x2ae515['taskId']=_0x5e90bc[_0x10d5ee(_0x3115a0._0xf2d6e7,0x310,0x318,_0x3115a0._0x295bc5)],_0x2ae515[_0x50b748(0x7a,-_0x3115a0._0x2a47b6,-0x93,-0x4)]=_0x3b15c0,_0x2ae515[_0x50b748(-0x2c6,-_0x3115a0._0x2b9332,-_0x3115a0._0x164e88,-_0x3115a0._0x4b8368)+'t']=_0x395ae4[_0x50b748(-0xc2,-_0x3115a0._0x5a2c87,-0x1e5,-0x193)+'tName'],_0x2ae515[_0x10d5ee(0x51e,_0x3115a0._0xb45cfb,0x513,0x3a8)+'ills']=_0xa7ac55,logger[_0x50b748(_0x3115a0._0x56b19e,-0xeb,-0x71,-_0x3115a0._0x1bf96d)](_0x12164c['ppaWl'],_0x2ae515);const _0x27b555={};return _0x27b555[_0x50b748(-_0x3115a0._0x317c9f,-_0x3115a0._0x310beb,-_0x3115a0._0x304842,-0x1b5)]=_0x12164c[_0x10d5ee(0x294,_0x3115a0._0x20f0b7,_0x3115a0._0x5493de,0x2c3)],_0x27b555[_0x50b748(-_0x3115a0._0x3d7790,-_0x3115a0._0x58dbdd,-_0x3115a0._0x51a9ab,-_0x3115a0._0x5da28c)]=_0x12164c[_0x10d5ee(_0x3115a0._0x58ab2a,_0x3115a0._0x36624b,_0x3115a0._0x442a7b,0x2ab)],_0x50fc2d['status'](-0x2234+0xf1a+0x1*0x14ad)['json'](_0x27b555);}function _0x10d5ee(_0x4e82ad,_0x1ff9cb,_0x1ec101,_0x31eba0){return _0x5351(_0x1ff9cb-0x18c,_0x31eba0);}if(await isSkillReadonly(_0x3b15c0)){if(_0x12164c[_0x50b748(-0x1b3,-_0x3115a0._0x40c6a9,-0x170,-_0x3115a0._0x320468)](_0x12164c[_0x50b748(-0x1af,-0xe6,-_0x3115a0._0x1db7ff,-0x7a)],_0x12164c[_0x50b748(-0x136,-_0x3115a0._0xf8c785,-_0x3115a0._0x57a4ec,-_0x3115a0._0x27e208)])){const _0x5beafc={};_0x5beafc[_0x50b748(-_0x3115a0._0x57769b,-_0x3115a0._0x550609,-0x239,-_0x3115a0._0x21dde8)]=_0x5e90bc[_0x10d5ee(0x423,0x310,0x2ed,_0x3115a0._0x9d675)],_0x5beafc[_0x50b748(-_0x3115a0._0x3c9e73,0x8,-_0x3115a0._0x330f5a,-_0x3115a0._0x213109)]=_0x3b15c0,logger[_0x10d5ee(0x45b,_0x3115a0._0xcb227f,_0x3115a0._0x1fe303,_0x3115a0._0x5255f2)](_0x12164c[_0x50b748(-_0x3115a0._0x440ed9,-_0x3115a0._0x25628c,-_0x3115a0._0x486531,-0x10d)],_0x5beafc);const _0x4b791e={};return _0x4b791e[_0x50b748(-_0x3115a0._0x2b090f,-0x1de,-_0x3115a0._0x2cea68,-0x144)]=_0x12164c[_0x50b748(-0x1eb,-0x1c2,-0x227,-_0x3115a0._0x25c8d7)],_0x4b791e[_0x10d5ee(_0x3115a0._0x3a509c,0x430,0x47a,_0x3115a0._0x244daf)]=_0x12164c['qvpUW'],_0x50fc2d['status'](0x1a63+0x2585*-0x1+-0x1*-0xcb5)['json'](_0x4b791e);}else _0x4fece2[_0x50b748(-0x276,-_0x3115a0._0x5a3bdf,-0x1e5,-0x1e9)+'ts'][_0x5e401f]['skills']=_0x54b477,_0x3cb512=!![];}_0x395ae4[_0x10d5ee(0x3af,_0x3115a0._0x1b3bff,0x426,_0x3115a0._0x4eaef6)]=_0x3b15c0,_0x395ae4['skillsPath']=_0x593d90['join'](setupPath,_0x12164c[_0x50b748(-0x1be,-0x1b1,-0x1bf,-_0x3115a0._0x19c333)]),_0x395ae4[_0x10d5ee(_0x3115a0._0x8c159,_0x3115a0._0x225590,0x3b0,_0x3115a0._0x52a1a4)]=_0x593d90[_0x50b748(0x60,-0x136,-0x90,-0x4d)](setupPath,_0x12164c['GnUwx'],_0x3b15c0),_0x555025();}router[_0x917071(0x38c,0x2e2,0x33e,0x474)](_0x917071(0x20a,0x100,0x28a,0x223),requireTaskAuth,async(_0x59ac55,_0x244392)=>{const _0x144692={_0x3ee4b1:0x6fd,_0x20a166:0x61c,_0x329897:0x51c,_0x1e664c:0x4bb,_0x10c392:0x492,_0x589814:0x391,_0x1851d9:0x1c3,_0x9da70e:0x2cb,_0x55ec59:0x2b9,_0x3e9692:0x20b,_0x37be7b:0xc0,_0x42df52:0x4be,_0x1a028e:0x434,_0x5e93df:0x3dc,_0x11c829:0x434,_0x116faf:0x3d4,_0x104346:0xf4,_0x2c3164:0x66f,_0x11dd05:0x519,_0x59fb40:0x246,_0x204804:0x33f,_0x10fbc3:0x12c,_0x331fdf:0xb4,_0x325e7d:0x1d3,_0x417ef5:0x21,_0x1fc29b:0x68,_0x1d0d64:0xe9,_0x576297:0x13d,_0x3ad303:0x1d9,_0x16cf20:0x148,_0x5e4688:0x1df,_0x5a91fc:0x49,_0x9d3c4c:0xd1,_0x3ff060:0xd4,_0x59db97:0x68b,_0x5cd303:0x61f,_0x2c17e9:0x18f,_0x6da215:0x129,_0x24e1f6:0x593,_0x37ffef:0x544,_0x2c3a63:0x589,_0x1e825f:0x5f0,_0x2c0a81:0x471,_0x45ccee:0x18d,_0x4ada85:0x247,_0x2adcfe:0x36d,_0x59b751:0x5ae,_0x520307:0x4e1,_0x5386eb:0xdc,_0x4f1c92:0x0,_0x1eb592:0x82,_0x12c411:0xc7,_0x173e2f:0x8,_0x121af0:0x3f0,_0x268947:0x494,_0x224f2f:0x554,_0x4184a8:0x145,_0x5d2244:0xe0,_0x269020:0x206,_0x52affe:0x67e,_0x10af5e:0x5a4,_0x12b2b6:0x442,_0x172b12:0x3dc,_0x56cd1f:0x488,_0x285100:0x486,_0x21f93b:0x335,_0x4e9613:0x20d},_0x460be1={_0x4cd0ef:0xb7,_0x530ef5:0xfe},_0x3fcf3e={_0x3950e0:0xe3,_0x2e363e:0xfa},_0x2194b7={'dvQFM':'Bad\x20Reques'+'t','lOaRC':_0x4051f9(_0x144692._0x3ee4b1,0x54b,_0x144692._0x20a166,_0x144692._0x329897)+_0x4051f9(0x5c4,0x5d5,_0x144692._0x1e664c,0x5b3)+_0x4051f9(0x57f,0x4a6,_0x144692._0x10c392,_0x144692._0x589814),'pCgsr':'Task\x20listi'+'ng\x20editabl'+'e\x20skills','NfYOf':_0x4051f9(0x457,0x407,0x452,0x49a),'QMZyQ':_0x11520d(_0x144692._0x1851d9,0x23a,_0x144692._0x9da70e,_0x144692._0x55ec59),'uiUQy':function(_0x2a9f31,_0x58d671){return _0x2a9f31(_0x58d671);},'tWXRY':function(_0x5b8a5d,_0x55db32){return _0x5b8a5d(_0x55db32);},'yTPOx':function(_0x258d84,_0x4f37ef){return _0x258d84!==_0x4f37ef;},'OYpGp':_0x11520d(_0x144692._0x3e9692,0xec,_0x144692._0x37be7b,0x1f),'cGfzn':'WrRsG'},{callingTask:_0x2f54a7,environmentName:_0x29b359,assignedSkills:_0x3cb17d}=_0x59ac55,_0x2d2ec8={};_0x2d2ec8[_0x4051f9(0x419,_0x144692._0x42df52,_0x144692._0x1a028e,0x464)]=_0x2f54a7[_0x4051f9(0x464,_0x144692._0x5e93df,_0x144692._0x11c829,_0x144692._0x116faf)];function _0x11520d(_0x2d4474,_0x21ffa8,_0x15bbb3,_0x49c99a){return _0x917071(_0x21ffa8- -0x1ac,_0x21ffa8-_0x3fcf3e._0x3950e0,_0x15bbb3-_0x3fcf3e._0x2e363e,_0x49c99a);}_0x2d2ec8['environmen'+'t']=_0x29b359,logger['info'](_0x2194b7[_0x4051f9(0x457,0x446,0x450,0x4a5)],_0x2d2ec8);const _0x39a042=_0x593d90[_0x4051f9(0x69a,0x5b6,0x5dd,0x594)](setupPath,_0x11520d(0xd1,_0x144692._0x104346,0x18b,0xc)),_0x4e8ff8=[];for(const _0x2c52db of _0x3cb17d){const _0xd4b76f=_0x593d90[_0x4051f9(_0x144692._0x2c3164,0x525,0x5dd,0x5de)](_0x39a042,_0x2c52db,_0x2194b7['NfYOf']);try{const _0x1b0b55=await _0x199fd3['readFile'](_0xd4b76f,_0x2194b7[_0x4051f9(0x411,0x47d,_0x144692._0x11dd05,0x49e)]),{frontmatter:_0x4273c4}=_0x2194b7['uiUQy'](parseSkillMd,_0x1b0b55),_0x5bd8e4=await _0x2194b7[_0x11520d(0x288,_0x144692._0x59fb40,_0x144692._0x204804,_0x144692._0x10fbc3)](isSkillReadonly,_0x2c52db),_0xb8ae42={};_0xb8ae42['id']=_0x2c52db,_0xb8ae42['name']=_0x4273c4[_0x11520d(-0x19,_0x144692._0x331fdf,_0x144692._0x325e7d,-_0x144692._0x417ef5)]||_0x2c52db,_0xb8ae42['descriptio'+'n']=_0x4273c4[_0x11520d(_0x144692._0x1fc29b,_0x144692._0x1d0d64,0x47,_0x144692._0x576297)+'n']||'',_0xb8ae42[_0x11520d(_0x144692._0x3ad303,_0x144692._0x16cf20,0x1e1,_0x144692._0x5e4688)]=!_0x5bd8e4,_0x4e8ff8[_0x11520d(_0x144692._0x5a91fc,_0x144692._0x9d3c4c,_0x144692._0x3ff060,0x11)](_0xb8ae42);}catch(_0x1cbe34){if(_0x2194b7[_0x4051f9(0x5fc,_0x144692._0x59db97,_0x144692._0x5cd303,0x653)](_0x1cbe34[_0x11520d(_0x144692._0x2c17e9,_0x144692._0x6da215,0x119,0x4e)],_0x2194b7['OYpGp'])){if(_0x2194b7[_0x4051f9(_0x144692._0x24e1f6,_0x144692._0x37ffef,_0x144692._0x2c3a63,_0x144692._0x1e825f)]!==_0x4051f9(0x3a3,_0x144692._0x2c0a81,0x431,0x457)){const _0x2b6e2a={};_0x2b6e2a[_0x11520d(_0x144692._0x45ccee,0x256,_0x144692._0x4ada85,_0x144692._0x2adcfe)]=_0x2c52db,_0x2b6e2a['error']=_0x1cbe34[_0x4051f9(_0x144692._0x59b751,0x539,0x554,_0x144692._0x520307)],logger['warn'](_0x11520d(0x61,_0x144692._0x5386eb,_0x144692._0x4f1c92,0x109)+_0x11520d(_0x144692._0x1eb592,_0x144692._0x12c411,-_0x144692._0x173e2f,0xb4),_0x2b6e2a);}else{const _0xd52645={};return _0xd52645['error']=_0x2194b7[_0x4051f9(0x4c3,_0x144692._0x121af0,_0x144692._0x268947,0x410)],_0xd52645[_0x4051f9(0x562,0x4ec,_0x144692._0x224f2f,0x45a)]=_0x2194b7[_0x11520d(_0x144692._0x4184a8,_0x144692._0x5d2244,0x2f,_0x144692._0x269020)],_0x2405c8[_0x4051f9(_0x144692._0x52affe,0x48a,_0x144692._0x10af5e,0x54d)](0x21f8+0x17f2+-0x385a)['json'](_0xd52645);}}}}function _0x4051f9(_0x29fc8e,_0x1a922d,_0x1939d9,_0x25e299){return _0x506a52(_0x29fc8e-_0x460be1._0x4cd0ef,_0x1939d9- -0x126,_0x25e299,_0x25e299-_0x460be1._0x530ef5);}const _0x7a452c={};_0x7a452c['skills']=_0x4e8ff8,_0x7a452c[_0x4051f9(_0x144692._0x12b2b6,_0x144692._0x172b12,_0x144692._0x56cd1f,_0x144692._0x285100)+'t']=_0x29b359,_0x244392[_0x11520d(_0x144692._0x21f93b,0x266,_0x144692._0x4e9613,0x22f)](_0x7a452c);}),router['post']('/skills',requireTaskAuth,async(_0x1c8a6e,_0x3d548b)=>{const _0x175e92={_0x5f194:0x6e0,_0x408d49:0x1,_0x16ec94:0x15,_0x50c7ee:0xad,_0x1f9a48:0x22,_0x220bc5:0x68e,_0x5122c7:0x5b6,_0x46cf26:0xf2,_0x5c2e78:0xfa,_0x1acd4c:0xf9,_0x45d8f7:0x76,_0x54d09d:0x5ee,_0x26311d:0x665,_0x705dbd:0x676,_0x36b997:0x573,_0x1c4d74:0x541,_0x1ebb64:0x13d,_0x14aac4:0x3,_0x423696:0x102,_0x26150a:0x57e,_0xa8dfe7:0x491,_0x1da94b:0x60c,_0x9a86ba:0x5a6,_0x15c042:0x66d,_0x5385e4:0x5d,_0x2a4802:0x24,_0x516da1:0x88,_0x58d151:0x18,_0x355c07:0xd1,_0x1cd5d2:0x67,_0x3ebb4d:0xfe,_0x3c1a4e:0x1bb,_0x47e255:0x13,_0x879615:0x9b,_0x2dc290:0x4c5,_0xdad35b:0x510,_0x2b8bf4:0x3d9,_0x5b8ace:0x4b9,_0x2e5a2c:0x4d0,_0x4469eb:0x1e,_0x27dc5d:0x9d,_0x519e6d:0xd,_0x3d6a75:0x115,_0x3cf7f4:0x492,_0x1f8d35:0x4fa,_0x576e33:0x569,_0x3b426e:0xd2,_0x264630:0xf7,_0x519e0e:0x1b1,_0x452e4a:0xe7,_0x1279fe:0x1f8,_0x57e82d:0x5b,_0x117dc9:0x1b,_0xf2a5c1:0x5e0,_0x4d6cc6:0x51f,_0xd1b076:0x1a,_0x1949f3:0x65,_0x5b8bd9:0x5b,_0x370920:0x53a,_0x3cfe15:0x585,_0x5ef83c:0x7e,_0x54729d:0x153,_0x94c6c8:0x4e,_0x4e06ad:0x505,_0xc89d6d:0x34,_0x18eb7b:0x25,_0x58c888:0x625,_0x5bdcd4:0x646,_0x5137bf:0x78,_0x3fc715:0x48,_0x429ca6:0x69,_0x452aac:0x62,_0x2c4011:0xdb,_0x3c8db2:0x3e,_0x2e6ebd:0x4fa,_0x40cd22:0x554,_0x3bf550:0x583,_0x437727:0x427,_0x3bd115:0x530,_0x28de73:0x653,_0x4fe40b:0x5b2,_0x170a29:0x5b0,_0x4e23fe:0x789,_0x5b8599:0x760,_0x2b0113:0x561,_0x4bdc5d:0x79,_0x353fc1:0xd2,_0x293daf:0x11c,_0x281fe9:0x10,_0x4e4d78:0x1a4,_0x4583f9:0x67c,_0x53fbf5:0x598,_0x16a7b1:0x614,_0x36dbac:0x5ce,_0x3f17ea:0x3c,_0xbf27b5:0x43,_0x458cbd:0x92,_0x4f7a41:0x667,_0x55e445:0x537,_0x84b4e7:0x8a,_0x2b0c96:0x11e,_0x1def77:0x74e,_0x123324:0xd7,_0x570f3c:0x94,_0x4b68dd:0x9d,_0x203928:0x58,_0x509269:0x5f,_0x51fbda:0x7c2,_0x1b2de7:0x6ff,_0x5c83ef:0x664,_0x3582c8:0x4f7,_0x336665:0x593,_0xcbf606:0x12a,_0x2b81b8:0x1d7,_0x5a7265:0x51,_0x1544a0:0x4db,_0x578e2b:0x4ab,_0x3a7348:0x41,_0x97e492:0x20,_0x21e99f:0x619,_0x5698a8:0x559,_0x31781f:0x476,_0x4cd56a:0x471,_0x3323ae:0x507,_0x1d5c94:0x50a,_0x2c81e1:0xe0,_0x39d3dc:0xb3,_0xa87fdb:0x629,_0x192084:0x5df,_0x52be28:0x636,_0x2d3121:0x67f,_0xe9999d:0x58d,_0x3f78e4:0x4ff,_0x159a36:0x681,_0x1c2a70:0x2f,_0x10aa6d:0x109,_0xf232af:0x189,_0x32e91b:0x5c2,_0x56168f:0x69c,_0xd1e43e:0x38,_0x25530e:0x35,_0x953847:0x8e,_0x47e1c8:0xf,_0x4f4be1:0x84,_0x35589f:0x103,_0x37c2f5:0x7,_0xb5a437:0x8d,_0x3d6b3d:0x3e2,_0x20a943:0xe,_0x20f9f4:0x61,_0x1bd5cf:0xce,_0xad1fc1:0x2d,_0x5ea449:0xd2,_0x3e607a:0x1d8,_0x17ad39:0x9d,_0x43b82d:0x656,_0x13a041:0x5f3,_0x5e476d:0x66b,_0x1d81b6:0x538,_0xb016ac:0x525,_0x4ce709:0xd0,_0x1ed35d:0x1bd,_0xb8b9e6:0x1a9,_0x4d6619:0x57b,_0x35850b:0x77c,_0x14b7ee:0x681,_0x46930c:0x81,_0x368722:0x2b,_0x39c995:0xa0,_0x36d14d:0x5bc,_0x49167a:0x67e,_0x3d6b23:0x6ce,_0x4f8515:0x22,_0x1b6c96:0x4a,_0x3f299c:0x5b,_0x13a661:0x5e,_0x5c40de:0x577,_0x3b36c7:0x5f0,_0x4d47f4:0x5d5,_0x365ceb:0x1a6,_0x34442f:0x173,_0x4dbcac:0x75c,_0x57ffe0:0x616,_0x396e0d:0x189,_0x3de635:0xde,_0x4f16a0:0x72,_0x10ce45:0xcd,_0x491932:0x33,_0x3d7c65:0x787,_0x2ee16e:0x6cb,_0x489a07:0x683,_0x5b6091:0x159,_0x43f21e:0x631,_0x1d01c0:0x544,_0x851719:0x6fa,_0x157619:0x662,_0x53d2cb:0xcb,_0x3b8d42:0x767,_0x1ec2fb:0x738,_0x17da1:0x6ce,_0x5c183b:0xbb,_0x32d340:0x6c0,_0x580bec:0x49a,_0x1a4d00:0x56b,_0x2d5bdf:0x487,_0x92f38f:0x519,_0x3a7f1d:0x589,_0x493544:0x4ca,_0x399276:0x3d1,_0x4a6b3f:0xba,_0x5a78e0:0x4c,_0x40cd78:0x1a3,_0x47cb33:0x171,_0x174aed:0x7e,_0x4a5597:0x57d,_0xcaeb0a:0x511,_0x7e722a:0x642,_0x428db0:0x63b,_0x55eb54:0x81,_0x52e820:0x2a,_0x43f2ca:0x75,_0x5e8e0b:0xae,_0x36c47b:0xe8,_0x75f407:0x101,_0x5b1624:0x9a,_0x183eb1:0x5c7,_0x9f9958:0x543,_0x3ed3fb:0x5c0,_0x2c956b:0x11,_0x126e76:0x10f,_0x555536:0x2,_0x5d8cd5:0x6b7,_0x457f65:0xd6,_0x2f28de:0x148,_0x177a24:0x5ad,_0x485c8a:0x63f,_0xf46252:0x532,_0x2d4698:0xc0,_0x4bc27f:0xb7,_0x4b900e:0x6a8,_0x4eae60:0x4c4,_0x3fd27b:0x54b,_0x1ee921:0x635,_0x315eb6:0x678,_0x253ffe:0x670,_0x1630c3:0x70e,_0x512c0c:0x5d3,_0x4053c7:0x6a4,_0x2a7efa:0x681,_0x5af65d:0x5e,_0x34017e:0xd4,_0x3e5d6:0x17b,_0xda8453:0x584,_0x14a80f:0x53d,_0x25e3ad:0x758,_0x4c9acd:0xe4,_0x4f3b0e:0x72,_0x569595:0x199,_0x48bf68:0xb8,_0x48dc4e:0x108,_0x3e6c0a:0x149,_0x5a3b3e:0xe0,_0x1cfefc:0x3eb,_0x146673:0x13b,_0x429892:0x56c,_0x4617fd:0x516,_0x2f1eb9:0x606,_0x3ed02e:0x4b7,_0x12fa3a:0x5c7,_0x47cc2a:0x597,_0x47e536:0x65f,_0x583eb1:0x6ec,_0x108808:0xd9,_0x32de9a:0x100,_0x5eb274:0x71a,_0x444a34:0x5d2,_0x135160:0x2e,_0x57ea5d:0xb4,_0x391040:0x56,_0xe25973:0x19c,_0x4a2e2a:0x59,_0x127afd:0x1c4,_0x4ef257:0x89,_0x236aff:0x87,_0x170718:0x21f,_0x3409d2:0x5d,_0xc847ab:0x181,_0x5dd111:0x150,_0x487604:0x17c,_0x582627:0x5e4,_0x4edc4d:0x61c,_0x1dc3bd:0x464,_0x4fa14c:0x545,_0x3479d6:0x90,_0x495a7e:0x3b,_0x1261e9:0x6b6,_0x225e58:0x638,_0x8e14d2:0x6e9,_0x227717:0x429,_0xfb8bdf:0x509,_0x2518a2:0x52,_0x4ce646:0x10b,_0x1785db:0xb3,_0x3dad34:0x5bf,_0x14a912:0x561,_0x34461c:0x5c9,_0x4389ac:0x51d,_0x2472d0:0x4bc,_0x3aba6a:0x3,_0x5c1b10:0xa3,_0x18e32e:0x6b,_0x3270e0:0x77a,_0x1ccf66:0x5e2,_0x462a56:0x1da,_0x2abb86:0x72,_0x19d7e9:0x15d,_0x328da2:0xb,_0x58e35c:0x610,_0x508740:0x6b5,_0x11b440:0x69b,_0x127cfc:0x64a,_0x134412:0xf4,_0x550184:0x7c,_0x16b69c:0x63,_0x3d5ad8:0x1a3,_0x40b5b4:0x73d,_0x57a9c0:0x6f5,_0x291b61:0x508,_0x36c913:0x30,_0x310f5f:0x3a,_0x2fa99d:0x700,_0x2d505f:0x1a,_0x57a9ea:0x205,_0x154687:0xaa,_0x169794:0x1a3,_0x21bf05:0x5f,_0x36871c:0x74,_0x22f8cc:0x49,_0x112ac4:0x768,_0x2d536d:0x74b,_0x4c6fdc:0x5af,_0x331271:0x6fe,_0x3555c2:0x663,_0x152b2c:0x724,_0x4a3039:0x5b8,_0xaec13a:0x4e1,_0x575137:0x38,_0x46d4c6:0x48,_0x572ac6:0x74,_0x439933:0x69c,_0xa82296:0x753,_0x5b89cd:0xdb,_0x16b62f:0x4c7,_0x1ca8ad:0x3fb,_0x5c6fe8:0x617,_0x509b93:0x482,_0x182935:0x515,_0x38f951:0xe8,_0x20150b:0x85,_0x4d0964:0x70b,_0x38e868:0x6cf,_0x1312b3:0x11f,_0x439441:0x428,_0x3c2c7d:0x676,_0x2e7853:0x595,_0x42cf1e:0x685,_0x4632a7:0x6f,_0x5960e5:0xce,_0xbe147d:0x4ae,_0x47f00b:0x746,_0x39df04:0x78d,_0x29c50c:0x634,_0x3d3672:0x53,_0x1136d6:0x5cb,_0x13117a:0xba,_0x5d0671:0x100,_0x431316:0xbf,_0x2eb5ac:0xda,_0x3b5244:0xf3,_0x1fc0a1:0x15,_0x1c7822:0x5d7,_0x1f5151:0x4bb,_0x1e07fb:0x51a,_0x4e31c3:0x528,_0x1bdc1c:0x4ef,_0x3da3e8:0xb,_0x2c99a3:0xd6,_0x586c2e:0x64d,_0xedfffb:0x649,_0xe04ee3:0x5c,_0x414a5c:0x47,_0x319370:0xc1,_0x5e01f2:0x68d,_0x5575ea:0x5f4,_0x4337a9:0x613,_0x2e5117:0x534,_0x2af670:0x5e8,_0x1b605d:0x27,_0x4f3862:0x647,_0x55612e:0x525,_0x1cf49f:0x58e,_0x33ef9c:0x148,_0x2d48f8:0xf6,_0x38d0fc:0x81,_0x1c9cda:0x64,_0x21a03c:0x13c,_0x246c38:0x13a,_0x2d2e75:0x766,_0x43b7db:0x6f6,_0x45ff14:0x4d5,_0x5e3db5:0x559,_0x5d5aad:0x688,_0x44243a:0x592,_0x478bec:0x4ad,_0x321827:0xbb,_0x2e7e5e:0x68,_0x2f2e88:0x199,_0x946a2d:0x73,_0x547853:0x15e,_0x5efe50:0x690,_0x2f2303:0x6e1,_0x3f7948:0xc4,_0x292dbc:0x16c,_0x19a94b:0x733,_0x53ba97:0x72,_0x47019f:0x8b,_0x1ed08c:0x5db,_0x1f4a84:0x2,_0x193f05:0x238,_0x12a3f9:0xe5,_0x5b3dcf:0x564,_0x55551c:0x655,_0x4b6cc7:0x6b8,_0x223a57:0x2,_0x49de12:0x624,_0x4190a5:0x6bb,_0x4346cb:0x71f,_0x41a2a2:0x569,_0x51a219:0x1c,_0x28bfca:0x7c,_0x31b9b0:0x57,_0x1374a1:0x4f,_0x249c33:0x6f0,_0x11d1e6:0xd9,_0x1c7401:0x755,_0x527509:0x4a,_0x6bafd4:0x2c,_0x5f4305:0xbc,_0xc8b048:0x66b,_0x133d5b:0x4c8,_0x277c72:0x611,_0x3d52d1:0x6be,_0x3e6513:0x5cd,_0x2ef067:0x694,_0xe7cf0f:0x74e,_0x261f97:0x527,_0x2394d4:0x136,_0x124d99:0x194,_0x3d17e9:0x5e9,_0x499e83:0x5fc,_0x1e0948:0x657,_0x5aaa59:0x548,_0x2ae993:0x5,_0x2f17df:0x92,_0x315698:0x59b,_0x12b469:0x51a,_0x8a02bc:0x50e,_0x1f6623:0x559,_0x5c6b83:0x64c,_0x41c4ab:0xaa,_0x3506c9:0x72,_0x3ae9aa:0x3e,_0x93b1e7:0x22,_0x55242a:0x6d9,_0x38bb7b:0x682,_0x1f58fd:0x3c,_0x35fdee:0x11e,_0x2a394f:0x6b4,_0x1030d7:0x68b,_0x10f3c8:0x5ec,_0x241bc7:0x64e,_0x2e8414:0x72,_0x5de0b7:0x735,_0x211620:0xdd,_0x5cb0f6:0x67f,_0x4a9541:0x74a,_0x382576:0x6ca,_0x24381d:0x10e,_0x291ac9:0x9b,_0x254c5d:0x5c8,_0xef3b07:0x781,_0x53eb52:0x7b,_0x3c6878:0x7d,_0x512cef:0xef,_0x400efa:0x75e,_0x5581f4:0x6e5,_0x153f76:0x542,_0x56ea3b:0x629,_0x49453d:0x701,_0x25a524:0x6c5,_0x1d2d41:0x6a,_0x5213ef:0x190,_0x28d218:0x81,_0x32a929:0x4a,_0x45c423:0x4e3,_0x31bb8e:0xa8,_0x4699e9:0xef,_0x30ab15:0x81,_0xc694d9:0x77,_0x1aea64:0x14c,_0x4e24c8:0x6d0,_0x4fec28:0x780,_0x14558d:0x4,_0x15bb1c:0x5f,_0x226578:0x1b0,_0x130cc4:0x122,_0x6363e6:0x594,_0xab7566:0x6b3,_0x17f31c:0x51,_0x498284:0x47,_0x41d7a6:0x582,_0x1613c0:0x567,_0x1b6962:0x61b,_0x14decd:0x5b,_0x42c33e:0x6b0,_0x30a752:0x73b,_0x438c81:0x440,_0x45a644:0x517,_0x29a0cd:0xfe,_0x3b8793:0x21c,_0x4d60fe:0xbf,_0x53803f:0xc9,_0x159baa:0xd4,_0x4fb962:0x1ce,_0x2e472e:0xc2,_0x3e98c0:0xea,_0x401657:0x733,_0x333640:0x784,_0x551e70:0x685,_0xe2b8aa:0x79e,_0x5c4f00:0x5e7,_0x4e309a:0x6cb,_0x5c6285:0x721,_0x41e425:0x417,_0x2f4b47:0xb1,_0x4f86ac:0x144,_0x4a43f4:0x80,_0x3db393:0x57,_0x4d73f3:0x71d,_0xc990a5:0x5db,_0x2c8b4e:0x6ae,_0x41c24f:0x62a,_0x5799d3:0x6b9,_0x13fab6:0x7e0,_0x29c025:0xd,_0x4cf63c:0xbd,_0x51de20:0x29,_0x543756:0xd2,_0x1dbb74:0x12,_0x38447b:0x35,_0x29880a:0x4f,_0x5f1ea1:0x70,_0x2867cf:0x1c2,_0x4b258b:0x139,_0x2434b1:0x621,_0x4bdd79:0x686,_0x12bf24:0x45c,_0x523f81:0x3ea,_0x43e518:0x4f6,_0x1c8619:0x445,_0x229b6c:0x640,_0x701297:0x6dd,_0xa89f1:0x74a,_0x55e4d6:0xc6,_0x383d14:0x14,_0x42c8df:0x24,_0x5c25fc:0xc5,_0x55c7e5:0x47d,_0x55e5ae:0x4f2,_0x17672d:0x4b7,_0x26c26b:0x3a5,_0x51dced:0x22,_0x56d755:0xb0,_0x2e574e:0xf0,_0x1f4028:0xc1,_0x49a528:0x1e6,_0x281c4a:0x169,_0x209d54:0x5de,_0x47e6a4:0x63a,_0x226ff3:0xb8},_0x2dab67={_0x103d9:0x45,_0x4de72f:0x160},_0x25bb7d={'mDyVm':_0x317591(0x5c7,0x630,0x671,_0x175e92._0x5f194)+'t','NqnnX':_0x3392b8(0x0,-_0x175e92._0x408d49,-0x86,-_0x175e92._0x16ec94)+_0x3392b8(-_0x175e92._0x50c7ee,-0x13a,-0x1cc,-_0x175e92._0x1f9a48)+_0x317591(0x65a,0x6d4,0x68f,_0x175e92._0x220bc5)+_0x317591(0x6cf,0x6a3,_0x175e92._0x5122c7,0x688)+')','NXMTK':function(_0x335947,_0x43933f){return _0x335947===_0x43933f;},'FLlaF':_0x3392b8(-_0x175e92._0x46cf26,-_0x175e92._0x5c2e78,-_0x175e92._0x1acd4c,-_0x175e92._0x45d8f7)+_0x317591(_0x175e92._0x54d09d,_0x175e92._0x26311d,_0x175e92._0x705dbd,0x748),'jZVlg':_0x317591(_0x175e92._0x36b997,0x469,_0x175e92._0x1c4d74,0x504)+_0x3392b8(-_0x175e92._0x1ebb64,-0x1da,-0x262,-0x16d)+_0x3392b8(-0x59,_0x175e92._0x14aac4,-_0x175e92._0x423696,-0x16e)+_0x317591(0x5dc,0x649,_0x175e92._0x26150a,0x45e)+_0x317591(_0x175e92._0xa8dfe7,_0x175e92._0x1da94b,_0x175e92._0x9a86ba,_0x175e92._0x15c042)+_0x3392b8(-_0x175e92._0x5385e4,_0x175e92._0x2a4802,_0x175e92._0x516da1,0x40)+_0x3392b8(_0x175e92._0x58d151,_0x175e92._0x355c07,_0x175e92._0x1cd5d2,-0xf3)+_0x3392b8(0xd4,_0x175e92._0x3ebb4d,_0x175e92._0x3c1a4e,0xe0)+_0x3392b8(-0xc6,-0xa3,-0x6,_0x175e92._0x47e255),'EtOOz':'ENOENT','FaSQA':_0x317591(0x657,0x680,0x615,0x512),'qwKwG':_0x3392b8(-_0x175e92._0x879615,-0x1ac,0x16,-0x7d)+_0x317591(_0x175e92._0x2dc290,0x42a,_0x175e92._0xdad35b,0x5c4)+_0x317591(0x3f9,_0x175e92._0x2b8bf4,_0x175e92._0x5b8ace,_0x175e92._0x2e5a2c)+_0x3392b8(-_0x175e92._0x4469eb,-0xed,-0x111,_0x175e92._0x27dc5d),'giLbg':'Forbidden','ECTkO':_0x3392b8(-_0x175e92._0x519e6d,-0xc0,-0x71,0x73)+_0x3392b8(-0x140,-_0x175e92._0x3d6a75,-0x4d,-0x167)+_0x317591(0x467,_0x175e92._0x3cf7f4,_0x175e92._0x1f8d35,0x4fc)+_0x317591(0x481,0x487,_0x175e92._0x576e33,0x571)+'t','ZSDOW':_0x3392b8(-_0x175e92._0x3b426e,-_0x175e92._0x264630,-0xb,-_0x175e92._0x519e0e)+_0x3392b8(-_0x175e92._0x452e4a,-_0x175e92._0x1279fe,-_0x175e92._0x57e82d,_0x175e92._0x117dc9),'CDIzV':'Attempt\x20to'+_0x317591(0x4ca,0x52b,_0x175e92._0xf2a5c1,_0x175e92._0x4d6cc6)+_0x3392b8(_0x175e92._0xd1b076,-_0x175e92._0x1949f3,0xca,-_0x175e92._0x5b8bd9)+'\x20from\x20task','SaFiB':_0x317591(_0x175e92._0x370920,_0x175e92._0x3cfe15,0x4b8,0x3f2)+_0x3392b8(_0x175e92._0x5ef83c,_0x175e92._0x54729d,-_0x175e92._0x94c6c8,-0x35)+_0x317591(0x5f4,0x56b,0x564,_0x175e92._0x4e06ad)+_0x3392b8(-0xd7,_0x175e92._0xc89d6d,-0x104,-0x128)+'dified','YijSL':_0x3392b8(-_0x175e92._0x5ef83c,-0x32,_0x175e92._0x18eb7b,-0x128)+_0x3392b8(0xa5,_0x175e92._0x45d8f7,0x133,0x59)+_0x317591(0x53b,_0x175e92._0x58c888,_0x175e92._0x5bdcd4,0x620)+_0x3392b8(0x46,-_0x175e92._0x5137bf,_0x175e92._0x3fc715,-_0x175e92._0x429ca6),'WzaJA':'User\x20does\x20'+_0x3392b8(-_0x175e92._0x452aac,0x4f,-_0x175e92._0x2c4011,_0x175e92._0x3c8db2)+'ermission\x20'+'to\x20edit\x20sk'+'ills\x20from\x20'+_0x317591(_0x175e92._0x2e6ebd,_0x175e92._0x40cd22,0x535,_0x175e92._0x3bf550),'FPwhL':function(_0x921292,_0x2421e4){return _0x921292!==_0x2421e4;},'jPXWQ':_0x317591(0x4e3,_0x175e92._0x437727,_0x175e92._0x3bd115,_0x175e92._0x28de73),'MXSHh':'Skill\x20ID\x20i'+_0x317591(0x626,_0x175e92._0x4fe40b,_0x175e92._0x170a29,0x674)+'\x20and\x20must\x20'+_0x317591(_0x175e92._0x4e23fe,_0x175e92._0x5b8599,0x6df,0x797)+'g','yvYJt':_0x317591(0x43a,0x591,_0x175e92._0x2b0113,0x4f5),'dVMMu':_0x3392b8(-_0x175e92._0x4bdc5d,-0xc7,-0x13b,-0x2a)+_0x3392b8(0xec,0x155,0x203,_0x175e92._0x353fc1)+_0x3392b8(-_0x175e92._0x293daf,-0x179,-_0x175e92._0x281fe9,-_0x175e92._0x4e4d78)+'\x20string','tulZv':function(_0x128200,_0x463a9c){return _0x128200!==_0x463a9c;},'Uibhw':_0x317591(_0x175e92._0x4583f9,_0x175e92._0x53fbf5,_0x175e92._0x16a7b1,_0x175e92._0x36dbac)+_0x3392b8(_0x175e92._0x3f17ea,-_0x175e92._0xbf27b5,-_0x175e92._0x458cbd,-0x85)+_0x317591(_0x175e92._0x4f7a41,0x62e,0x5ec,_0x175e92._0x55e445)+_0x3392b8(_0x175e92._0x84b4e7,_0x175e92._0x2b0c96,0xfc,_0x175e92._0x519e6d)+_0x317591(_0x175e92._0x1def77,0x71f,0x64e,0x5ef),'OWmdf':_0x3392b8(_0x175e92._0x123324,0x83,_0x175e92._0x570f3c,0x1f7),'IUqxE':_0x3392b8(_0x175e92._0x4b68dd,_0x175e92._0x203928,-0x4e,_0x175e92._0x509269)+_0x317591(0x6fd,_0x175e92._0x51fbda,_0x175e92._0x1b2de7,_0x175e92._0x5c83ef)+_0x317591(0x588,0x4b3,_0x175e92._0x3582c8,_0x175e92._0x336665)+'\x20string','lrmxk':_0x3392b8(-_0x175e92._0xcbf606,-0x24f,-_0x175e92._0x2b81b8,-_0x175e92._0x5a7265)+_0x3392b8(0x6d,0xa9,_0x175e92._0xc89d6d,-0x12)+_0x317591(0x5bc,0x4e4,0x513,0x619)+_0x317591(_0x175e92._0x1544a0,0x5fd,0x4e5,_0x175e92._0x578e2b)+_0x317591(0x5b1,0x5f4,0x633,0x667)+_0x3392b8(_0x175e92._0x3a7348,-_0x175e92._0x519e6d,0x8e,-_0x175e92._0x97e492)+_0x317591(_0x175e92._0x21e99f,0x578,0x644,_0x175e92._0x5698a8)+_0x317591(_0x175e92._0x31781f,_0x175e92._0x4cd56a,_0x175e92._0x3323ae,_0x175e92._0x1d5c94),'xmBfV':function(_0x2e666d,_0x5880f9){return _0x2e666d!==_0x5880f9;},'hTpKV':_0x3392b8(0xa,_0x175e92._0xcbf606,-_0x175e92._0x293daf,0xd6),'UJHJH':_0x3392b8(-0x4a,-_0x175e92._0x2c81e1,-_0x175e92._0x39d3dc,0x50)+_0x317591(_0x175e92._0xa87fdb,_0x175e92._0x192084,0x5f0,_0x175e92._0x52be28),'EdPxS':_0x317591(0x55f,0x46f,_0x175e92._0x5698a8,_0x175e92._0x2d3121),'fUeKr':'SKILL.md','uQcSR':function(_0x42f662,_0x17fd48){return _0x42f662===_0x17fd48;},'ofGRd':'mzVmp','JuGII':function(_0x40a5f4,_0x521597){return _0x40a5f4!==_0x521597;},'reBBQ':'uFAmR','wYIEM':function(_0x1d9370,_0x412829){return _0x1d9370>_0x412829;},'RfOdF':function(_0x7bf58c,_0x17088b){return _0x7bf58c===_0x17088b;},'zJMyd':'onMNm','nfeNq':_0x317591(0x5af,0x639,0x522,_0x175e92._0xe9999d)+_0x3392b8(_0x175e92._0x2a4802,0x148,0xac,0x6f),'ysPOW':function(_0x3b55fd,_0x79d967,_0x16509f){return _0x3b55fd(_0x79d967,_0x16509f);},'VaqAq':'utf-8','GWfhQ':function(_0x570177,_0x1bc0e6){return _0x570177!==_0x1bc0e6;},'jNvNE':function(_0x3b631a,_0x2fbd4a){return _0x3b631a===_0x2fbd4a;},'FtEUj':'fTVGW','jNOUr':_0x317591(_0x175e92._0x3f78e4,0x510,0x569,_0x175e92._0x159a36)+'ts','bUWeS':'OIxYh','XWxcu':_0x3392b8(0x48,_0x175e92._0x1c2a70,-0xd6,_0x175e92._0x10aa6d),'XEHfV':function(_0x28070f,_0x30452c){return _0x28070f===_0x30452c;},'sSMkH':_0x3392b8(-0xbe,0x57,-_0x175e92._0xf232af,-0x1d),'HdnkX':'Skill\x20assi'+_0x317591(0x73d,_0x175e92._0x32e91b,_0x175e92._0x56168f,0x751)+_0x3392b8(0xb3,_0x175e92._0xd1e43e,0x81,_0x175e92._0x25530e)+_0x3392b8(0x30,_0x175e92._0x953847,0xcd,-0x40)+'e','IOlfZ':_0x3392b8(_0x175e92._0x47e1c8,-_0x175e92._0x4f4be1,-0x6,-_0x175e92._0x35589f)+_0x3392b8(_0x175e92._0x37c2f5,-0x1a,_0x175e92._0xb5a437,0x90)+'k','eHEFc':function(_0x3af3be,_0xccfd94){return _0x3af3be!==_0xccfd94;},'BDPPC':'kuexS','hfYtM':function(_0x2f7768,_0x7bb0f5){return _0x2f7768!==_0x7bb0f5;},'khaBX':_0x317591(0x3ae,_0x175e92._0x3d6b3d,0x4bd,0x4c6),'JZBGm':'Internal\x20S'+_0x3392b8(_0x175e92._0x20a943,-_0x175e92._0x20f9f4,-_0x175e92._0x1bd5cf,-_0x175e92._0xad1fc1)+'r','gdWaG':_0x3392b8(-_0x175e92._0x5ea449,-_0x175e92._0x3e607a,-0x1af,-_0x175e92._0x17ad39)+_0x317591(0x6f4,_0x175e92._0x43b82d,_0x175e92._0x13a041,0x642)+'ll'},{callingTask:_0x139263,taskUser:_0x8f7004,environmentName:_0x33fcb4,environmentConfig:_0x5b432c}=_0x1c8a6e,{id:_0x2f908a,name:_0x2c5849,description:_0x2515d3,body:_0x2506f1,'allowed-tools':_0x335e8a,model:_0x367dd0,'argument-hint':_0x1b44fb,assignToEnvironment:assignToEnvironment=!![]}=_0x1c8a6e[_0x317591(_0x175e92._0x5e476d,_0x175e92._0x1d81b6,0x632,_0x175e92._0xb016ac)];if(!_0x2f908a||_0x25bb7d[_0x3392b8(-_0x175e92._0x4ce709,-0x18a,-_0x175e92._0x1ed35d,-0x1ef)](typeof _0x2f908a,_0x25bb7d['jPXWQ'])){if(_0x25bb7d[_0x3392b8(0xa4,0xf8,0x75,_0x175e92._0xb8b9e6)](_0x317591(_0x175e92._0x4d6619,_0x175e92._0x35850b,_0x175e92._0x14b7ee,0x6e8),_0x3392b8(_0x175e92._0x46930c,-0x78,_0x175e92._0x368722,-_0x175e92._0x39c995))){const _0x275afd={};return _0x275afd[_0x317591(0x62c,0x62c,0x592,0x640)]=_0x25bb7d[_0x317591(_0x175e92._0x36d14d,_0x175e92._0x49167a,_0x175e92._0x3d6b23,0x745)],_0x275afd[_0x3392b8(_0x175e92._0x4f8515,-0x5c,_0x175e92._0x47e255,-0xb)]=_0x3392b8(-_0x175e92._0x1b6c96,0x34,_0x175e92._0x3f299c,_0x175e92._0x13a661)+_0x317591(0x5b6,_0x175e92._0x5c40de,_0x175e92._0x3b36c7,_0x175e92._0x4d47f4),_0x57bf32['status'](-0x1*0x233e+-0x3af*0x1+0x287d)['json'](_0x275afd);}else{const _0x260359={};return _0x260359[_0x3392b8(-_0x175e92._0x46930c,-_0x175e92._0x365ceb,-0x130,-_0x175e92._0x34442f)]=_0x25bb7d['mDyVm'],_0x260359[_0x317591(_0x175e92._0x4dbcac,_0x175e92._0x57ffe0,0x635,0x5d0)]=_0x25bb7d[_0x3392b8(-0x120,-_0x175e92._0x396e0d,-0x1ec,-_0x175e92._0x3de635)],_0x3d548b[_0x3392b8(_0x175e92._0x4f16a0,_0x175e92._0x10ce45,0x96,_0x175e92._0x491932)](-0x25d7+0x1*0x2bd+0x24aa)[_0x317591(_0x175e92._0x3d7c65,0x7e6,_0x175e92._0x2ee16e,_0x175e92._0x489a07)](_0x260359);}}if(!_0x2c5849||_0x25bb7d['FPwhL'](typeof _0x2c5849,_0x25bb7d['jPXWQ'])){if(_0x25bb7d[_0x3392b8(0xa4,_0x175e92._0x5c2e78,_0x175e92._0x5b6091,0x83)](_0x317591(0x4cc,_0x175e92._0x43f21e,_0x175e92._0x2b0113,_0x175e92._0x1d01c0),_0x25bb7d[_0x317591(0x6b0,0x5de,_0x175e92._0x851719,_0x175e92._0x157619)])){const _0x570b74={};return _0x570b74[_0x3392b8(-_0x175e92._0x46930c,-0xea,-_0x175e92._0x53d2cb,_0x175e92._0x25530e)]=_0x25bb7d[_0x317591(_0x175e92._0x3b8d42,_0x175e92._0x1ec2fb,_0x175e92._0x17da1,0x5b1)],_0x570b74['message']=_0x25bb7d[_0x3392b8(-_0x175e92._0x5c183b,-0x121,-0x55,-0x99)],_0x3d548b[_0x317591(0x758,_0x175e92._0x32d340,0x685,0x6bb)](-0x1*0x2636+-0x1*-0xb3f+0x1c87)[_0x3392b8(0xb8,0x78,0x18,0x34)](_0x570b74);}else{!_0x50ee6e[_0x317591(_0x175e92._0x580bec,0x55d,0x559,0x54a)]&&(_0x4dc9a2[_0x317591(0x5d3,_0x175e92._0x1a4d00,0x559,_0x175e92._0x2d5bdf)]=[]);if(!_0x4181a5[_0x317591(0x52e,0x662,_0x175e92._0x5698a8,_0x175e92._0x92f38f)][_0x317591(_0x175e92._0x3a7f1d,0x4a7,_0x175e92._0x493544,_0x175e92._0x399276)](_0x91b261)){_0x2b4e5d[_0x3392b8(-_0x175e92._0x4a6b3f,_0x175e92._0x5a78e0,-0x22,-0x78)]['push'](_0x1f0d05),_0x5dd56d=!![];const _0x382af5={};_0x382af5[_0x3392b8(0xa8,0x1b4,0x13c,_0x175e92._0x40cd78)]=_0x12c58b,_0x382af5[_0x3392b8(-0xaa,-_0x175e92._0x47cb33,-0xdd,_0x175e92._0x174aed)+'t']=_0x3697fb,_0x5b9faf[_0x317591(_0x175e92._0x4a5597,0x494,0x5b7,_0x175e92._0xcaeb0a)](_0x25bb7d[_0x317591(0x5ef,_0x175e92._0x7e722a,_0x175e92._0x428db0,0x6d8)],_0x382af5);}}}if(!_0x2515d3||_0x25bb7d['tulZv'](typeof _0x2515d3,_0x25bb7d['jPXWQ'])){const _0x7e20f2={};return _0x7e20f2[_0x3392b8(-_0x175e92._0x55eb54,-0x104,-0x135,-0xf0)]=_0x25bb7d[_0x317591(0x7ef,0x619,0x6ce,0x5c5)],_0x7e20f2[_0x3392b8(_0x175e92._0x4f8515,-_0x175e92._0x52e820,_0x175e92._0x43f2ca,_0x175e92._0x5e8e0b)]=_0x25bb7d['Uibhw'],_0x3d548b['status'](0x49b*-0x6+-0xa96+-0x8*-0x4f9)[_0x3392b8(0xb8,_0x175e92._0x36c47b,_0x175e92._0x75f407,_0x175e92._0x5b1624)](_0x7e20f2);}if(!_0x2506f1||_0x25bb7d[_0x317591(_0x175e92._0x183eb1,0x5e6,_0x175e92._0x9f9958,_0x175e92._0x3ed3fb)](typeof _0x2506f1,_0x25bb7d[_0x3392b8(-0x8a,_0x175e92._0x2c956b,-_0x175e92._0x126e76,-_0x175e92._0x555536)])){if(_0x25bb7d[_0x317591(0x687,0x6e6,_0x175e92._0x5d8cd5,0x639)](_0x3392b8(0x8,-0x114,0xc9,-0x9),_0x25bb7d[_0x3392b8(-_0x175e92._0x457f65,-_0x175e92._0x20a943,-0x1ef,-_0x175e92._0x2f28de)])){if(_0x37305e[_0x317591(_0x175e92._0x177a24,0x5fd,_0x175e92._0x485c8a,0x716)]===0x4d9+0x35d+-0x836)_0x38328c[_0x317591(_0x175e92._0xf46252,0x59c,0x536,_0x175e92._0x5bdcd4)](_0x21768d+_0x3392b8(-_0x175e92._0x2d4698,-0x1ca,-0x4c,-_0x175e92._0x4bc27f));else{_0x32a4fb['push'](_0x59a5a8+':');for(const _0x5c08f9 of _0x5af330){_0xe1acf['push'](_0x317591(0x79c,_0x175e92._0x4dbcac,0x6bc,_0x175e92._0x4b900e)+_0x5c08f9);}}}else{const _0x44612f={};return _0x44612f[_0x317591(0x488,0x65c,0x592,_0x175e92._0x4eae60)]='Bad\x20Reques'+'t',_0x44612f[_0x317591(_0x175e92._0x3fd27b,0x560,_0x175e92._0x1ee921,_0x175e92._0x315eb6)]=_0x25bb7d['IUqxE'],_0x3d548b[_0x317591(0x6c2,0x79d,0x685,0x57f)](0x8a8+0x25a2+-0x2cba)[_0x317591(0x64b,_0x175e92._0x253ffe,0x6cb,_0x175e92._0x1630c3)](_0x44612f);}}if(!/^[a-zA-Z0-9_-]+$/[_0x317591(0x58f,0x6e9,_0x175e92._0x512c0c,_0x175e92._0x157619)](_0x2f908a)){const _0x6b2351={};return _0x6b2351[_0x317591(_0x175e92._0x4053c7,0x635,0x592,_0x175e92._0x2a7efa)]=_0x3392b8(_0x175e92._0x5af65d,_0x175e92._0x34017e,-0x99,_0x175e92._0x3e5d6)+'t',_0x6b2351[_0x317591(_0x175e92._0xda8453,_0x175e92._0x14a80f,0x635,_0x175e92._0x25e3ad)]=_0x25bb7d[_0x3392b8(-0x61,-0xe8,-_0x175e92._0x4c9acd,-0x15f)],_0x3d548b[_0x3392b8(_0x175e92._0x4f3b0e,0x6,_0x175e92._0x569595,-_0x175e92._0x43f2ca)](0x41*0x8c+0x8*0x161+-0x2d04)[_0x3392b8(_0x175e92._0x48bf68,_0x175e92._0x48dc4e,-0x55,0x3b)](_0x6b2351);}if(_0x2f908a[_0x3392b8(-_0x175e92._0x3e6c0a,-0x238,-0x5d,-_0x175e92._0x5a3b3e)]('/')||_0x2f908a[_0x317591(0x4b5,_0x175e92._0x1cfefc,_0x175e92._0x493544,0x3d0)]('\x5c')||_0x2f908a[_0x3392b8(-0x149,-0x56,-0x183,-_0x175e92._0x146673)]('..')){if(_0x25bb7d[_0x317591(0x659,0x622,0x656,_0x175e92._0x429892)](_0x25bb7d[_0x317591(0x4ca,0x48c,_0x175e92._0x4617fd,0x417)],_0x25bb7d[_0x317591(0x53c,0x40d,0x516,_0x175e92._0x2f1eb9)]))_0x26adaf[_0x6a35d5]=_0x2fb334[_0x317591(_0x175e92._0x3ed02e,_0x175e92._0x12fa3a,_0x175e92._0x47cc2a,0x588)]();else{const _0x4a276c={};return _0x4a276c['error']=_0x317591(_0x175e92._0x47e536,_0x175e92._0x583eb1,0x671,0x581)+'t',_0x4a276c[_0x3392b8(_0x175e92._0x1f9a48,0x113,_0x175e92._0x108808,-_0x175e92._0x36c47b)]=_0x25bb7d[_0x3392b8(-0x113,-0x18,-0x197,-_0x175e92._0x32de9a)],_0x3d548b['status'](-0x10bf*0x1+0x13be+0x1*-0x16f)['json'](_0x4a276c);}}const _0xc4da47=_0x593d90['join'](setupPath,_0x25bb7d['EdPxS']),_0x4652ed=_0x593d90[_0x317591(_0x175e92._0x5eb274,0x78e,0x6be,_0x175e92._0x444a34)](_0xc4da47,_0x2f908a);function _0x317591(_0x2f7766,_0x5174d6,_0x24f0d6,_0x43e97e){return _0x506a52(_0x2f7766-0x62,_0x24f0d6- -_0x2dab67._0x103d9,_0x43e97e,_0x43e97e-_0x2dab67._0x4de72f);}const _0x172b4b=_0x593d90['join'](_0x4652ed,_0x25bb7d[_0x3392b8(0x9e,0xc5,_0x175e92._0x25530e,_0x175e92._0x40cd78)]),_0x357ad0=new Date()[_0x3392b8(_0x175e92._0x135160,-0x87,0x87,-0x1e)+'g'](),_0x12cea4={};_0x12cea4[_0x317591(0x5b5,0x424,0x515,_0x175e92._0x580bec)]=_0x139263[_0x3392b8(-0xfe,-0x160,-_0x175e92._0x57ea5d,-0x1ad)],_0x12cea4[_0x3392b8(0xa8,-0x2,-0x38,-0x7)]=_0x2f908a,_0x12cea4[_0x3392b8(-0xaa,-0x10b,_0x175e92._0x391040,-_0x175e92._0xe25973)+'t']=_0x33fcb4,_0x12cea4[_0x3392b8(_0x175e92._0x39c995,_0x175e92._0x4a2e2a,_0x175e92._0x127afd,0x3b)]=_0x8f7004['id'],_0x12cea4[_0x3392b8(-0x13a,-_0x175e92._0x4ef257,-_0x175e92._0x236aff,-_0x175e92._0x170718)+_0x3392b8(-0x2,-0xbb,0x43,_0x175e92._0x3409d2)]=assignToEnvironment;function _0x3392b8(_0x1400ae,_0x1664e5,_0x5499fd,_0x56b071){return _0x506a52(_0x1400ae-0x1aa,_0x1400ae- -0x658,_0x1664e5,_0x56b071-0x12b);}logger[_0x3392b8(-0x5c,-_0x175e92._0xc847ab,-_0x175e92._0x5dd111,-_0x175e92._0x487604)](_0x317591(_0x175e92._0x582627,_0x175e92._0x4edc4d,0x596,0x578)+_0x3392b8(-0x14e,-_0x175e92._0x3e607a,-0x212,-0x25b),_0x12cea4);try{try{if(_0x25bb7d[_0x317591(_0x175e92._0x1dc3bd,_0x175e92._0x4fa14c,0x53a,0x586)](_0x25bb7d[_0x3392b8(0x25,-_0x175e92._0x3479d6,-0x1,_0x175e92._0x495a7e)],_0x25bb7d[_0x317591(_0x175e92._0x1261e9,_0x175e92._0x14a80f,_0x175e92._0x225e58,_0x175e92._0x8e14d2)])){await _0x199fd3[_0x317591(0x557,_0x175e92._0x227717,_0x175e92._0xfb8bdf,0x4af)](_0x4652ed);const _0x28d00b={};return _0x28d00b[_0x3392b8(-0x81,-0xbd,-_0x175e92._0x2518a2,-_0x175e92._0x4ce646)]=_0x25bb7d['mDyVm'],_0x28d00b[_0x3392b8(0x22,-0xf3,-0xa0,-_0x175e92._0x1785db)]=_0x317591(_0x175e92._0x3dad34,_0x175e92._0x14a912,0x4bf,0x3ef)+_0x2f908a+(_0x317591(0x537,_0x175e92._0x34461c,_0x175e92._0x4389ac,_0x175e92._0x2472d0)+_0x3392b8(_0x175e92._0x3aba6a,_0x175e92._0x5c1b10,-_0x175e92._0x43f2ca,_0x175e92._0x18e32e)),_0x3d548b[_0x317591(0x5d5,_0x175e92._0x3270e0,0x685,_0x175e92._0x1ccf66)](-0x17a8+0x49f+-0x1*-0x1499)[_0x3392b8(0xb8,_0x175e92._0x462a56,0x19b,_0x175e92._0x3e5d6)](_0x28d00b);}else{const [,_0x449522,_0x4b9352]=_0x508eb7;if(_0x25bb7d[_0x3392b8(0xa4,_0x175e92._0x2abb86,0x104,_0x175e92._0x19d7e9)](_0x449522,_0x25bb7d['FLlaF'])&&!_0x4b9352['trim']())_0x3eab41[_0x449522]=[];else{if(_0x4b9352['trim']()[_0x3392b8(-0x44,-_0x175e92._0x452aac,-_0x175e92._0x328da2,-_0x175e92._0x2c956b)]('[')&&_0x4b9352['trim']()[_0x317591(0x64d,0x74d,0x62c,_0x175e92._0x58e35c)](']'))_0x5bdd6e[_0x449522]=_0x4b9352['trim']()['slice'](-0x4f8*0x1+0x1cf7+0x17fe*-0x1,-(0x2*0xb8c+-0xc91*-0x1+-0x23a8))[_0x317591(0x7b7,_0x175e92._0x508740,_0x175e92._0x11b440,_0x175e92._0x127cfc)](',')[_0x3392b8(-0x4d,-0x12d,-0x14b,-_0x175e92._0x134412)](_0xcb2658=>_0xcb2658[_0x3392b8(-0x7c,0x0,-0x17c,-0x29)]())['filter'](_0x25ca3b);else _0x4b9352['trim']()&&(_0x4ceaeb[_0x449522]=_0x4b9352[_0x3392b8(-_0x175e92._0x550184,_0x175e92._0x16b69c,0x3c,-_0x175e92._0x3d5ad8)]());}}}catch(_0xc9364d){if(_0x25bb7d[_0x317591(_0x175e92._0x157619,_0x175e92._0x40b5b4,_0x175e92._0x57a9c0,0x74d)](_0xc9364d[_0x317591(0x4c7,_0x175e92._0x291b61,0x58e,_0x175e92._0x508740)],_0x25bb7d[_0x3392b8(-_0x175e92._0x4ef257,_0x175e92._0x36c913,_0x175e92._0x310f5f,-0xd7)])){if(_0x317591(_0x175e92._0x2fa99d,0x560,0x665,0x764)===_0x25bb7d[_0x3392b8(-_0x175e92._0x126e76,-0xf6,-_0x175e92._0x2d505f,-_0x175e92._0x57a9ea)])throw _0xc9364d;else{const _0x292388={};_0x292388['skillId']=_0x23eb84,_0x292388[_0x3392b8(-_0x175e92._0x154687,-0x87,-_0x175e92._0x169794,-0xc7)+'t']=_0x1dd4a5,_0x292388[_0x3392b8(-0x81,_0x175e92._0x21bf05,-0xfa,_0x175e92._0x36871c)]=_0x53ed1c[_0x3392b8(0x22,0xfb,0x9d,-_0x175e92._0x22f8cc)],_0x11ccc7[_0x317591(_0x175e92._0x5f194,_0x175e92._0x112ac4,0x6dd,_0x175e92._0x2d536d)](_0x25bb7d[_0x317591(0x4bb,_0x175e92._0x4c6fdc,_0x175e92._0x1ccf66,0x5e6)],_0x292388);}}}const _0x301044={};_0x301044['recursive']=!![],await _0x199fd3['mkdir'](_0xc4da47,_0x301044);const _0x3e259c={};_0x3e259c[_0x317591(0x552,0x5c9,0x4b7,0x5a0)]=!![],await _0x199fd3[_0x317591(0x5ef,_0x175e92._0x331271,_0x175e92._0x3555c2,_0x175e92._0x152b2c)](_0x4652ed,_0x3e259c);const _0x2d1bc={};_0x2d1bc['name']=_0x2c5849,_0x2d1bc[_0x317591(0x5b7,_0x175e92._0x4a3039,0x54e,0x552)+'n']=_0x2515d3;const _0x922693=_0x2d1bc;if(_0x335e8a&&Array[_0x317591(0x441,0x5d5,_0x175e92._0xaec13a,0x514)](_0x335e8a)&&_0x25bb7d[_0x3392b8(-_0x175e92._0x575137,-_0x175e92._0x46d4c6,-_0x175e92._0x3c8db2,-_0x175e92._0x572ac6)](_0x335e8a[_0x317591(_0x175e92._0x439933,_0x175e92._0xa82296,0x63f,0x572)],0x1654+-0x3*-0xb33+-0x37ed)){if(_0x25bb7d[_0x3392b8(_0x175e92._0x5b89cd,0xd1,0x96,0x186)](_0x317591(_0x175e92._0x36b997,0x44a,_0x175e92._0x16b62f,0x43f),_0x25bb7d[_0x317591(_0x175e92._0x1ca8ad,0x433,0x4d0,0x4d1)])){const _0xc6a332={};return _0xc6a332[_0x317591(0x629,_0x175e92._0x5c6fe8,0x592,_0x175e92._0x509b93)]=_0x25bb7d[_0x317591(0x756,0x77e,_0x175e92._0x3d6b23,0x7ec)],_0xc6a332[_0x317591(0x691,_0x175e92._0x182935,_0x175e92._0x1ee921,0x66b)]=_0x3392b8(-0x79,-_0x175e92._0x38f951,0x6c,-_0x175e92._0x20150b)+_0x317591(_0x175e92._0x4d0964,_0x175e92._0x38e868,0x6ff,0x7d7)+_0x3392b8(-0x11c,0x2,-0x1f3,-_0x175e92._0x1312b3)+_0x317591(0x4fb,_0x175e92._0x439441,0x4e0,0x3db),_0x4e43e8[_0x317591(_0x175e92._0x3c2c7d,_0x175e92._0x2e7853,_0x175e92._0x42cf1e,0x737)](-0x1357*0x1+0xdbc+0x72b)['json'](_0xc6a332);}else _0x922693[_0x25bb7d[_0x3392b8(-_0x175e92._0x4632a7,0x48,-_0x175e92._0x5960e5,-0x17e)]]=_0x335e8a;}_0x367dd0&&(_0x922693[_0x317591(_0x175e92._0xbe147d,0x566,0x542,0x5e7)]=_0x367dd0);_0x1b44fb&&(_0x922693[_0x25bb7d[_0x317591(_0x175e92._0x47f00b,0x548,0x631,0x598)]]=_0x1b44fb);const _0x2689a1=_0x25bb7d[_0x317591(0x6b4,_0x175e92._0x39df04,_0x175e92._0x4b900e,_0x175e92._0x29c50c)](serializeSkillMd,_0x922693,_0x2506f1);await _0x199fd3['writeFile'](_0x172b4b,_0x2689a1,_0x25bb7d[_0x3392b8(-0x10e,0x0,-_0x175e92._0x3d3672,-0x127)]);let _0x372780=![];if(assignToEnvironment&&coderConfig){const _0x537494=coderConfig['environmen'+'ts']?.[_0x33fcb4];if(_0x537494){if(_0x25bb7d['GWfhQ'](_0x317591(_0x175e92._0x1136d6,0x77f,0x67b,0x6ec),'bzHwV')){!_0x537494['skills']&&(_0x537494[_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x5d0671,-0x1c9,-0x1b1)]=[]);if(!_0x537494[_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x431316,0x4d,-_0x175e92._0x2eb5ac)]['includes'](_0x2f908a)){if(_0x25bb7d[_0x3392b8(-_0x175e92._0x3b5244,_0x175e92._0x1fc0a1,-0xcf,-0x13e)](_0x25bb7d[_0x317591(_0x175e92._0x1c7822,0x3c5,_0x175e92._0x1f5151,0x43e)],_0x317591(_0x175e92._0x1e07fb,0x5d8,_0x175e92._0x4e31c3,_0x175e92._0x1bdc1c))){_0x537494[_0x3392b8(-_0x175e92._0x4a6b3f,_0x175e92._0x3da3e8,-_0x175e92._0x2c99a3,-0x11c)][_0x317591(_0x175e92._0x586c2e,_0x175e92._0x47cc2a,0x536,_0x175e92._0xedfffb)](_0x2f908a),_0x372780=!![];const _0x1a7e35={};_0x1a7e35[_0x3392b8(0xa8,-0x5b,0x175,0x9a)]=_0x2f908a,_0x1a7e35[_0x3392b8(-0xaa,-0x168,-0x21,0x5e)+'t']=_0x33fcb4,logger[_0x3392b8(-_0x175e92._0xe04ee3,-_0x175e92._0x414a5c,-_0x175e92._0x319370,-0xd2)](_0x317591(_0x175e92._0x5e01f2,_0x175e92._0x5575ea,_0x175e92._0x4337a9,0x728)+_0x317591(0x4f9,_0x175e92._0x2e5117,0x566,_0x175e92._0x2af670)+_0x3392b8(0x7c,-0x2e,_0x175e92._0x3b5244,_0x175e92._0x1b605d)+_0x317591(_0x175e92._0x4f3862,0x4eb,0x5b6,_0x175e92._0x55612e)+')',_0x1a7e35);}else{if(_0x5d40cc[_0x317591(_0x175e92._0x3dad34,0x5a5,_0x175e92._0x1cf49f,0x5a4)]===_0x25bb7d['EtOOz']){const _0x503ae0={};return _0x503ae0['version']=_0x25bb7d[_0x3392b8(-_0x175e92._0x33ef9c,-_0x175e92._0x2d48f8,-0x52,-_0x175e92._0x2d48f8)],_0x503ae0['skills']={},_0x503ae0;}const _0x43ff8b={};_0x43ff8b[_0x3392b8(-_0x175e92._0x38d0fc,-0x1a2,0x1d,_0x175e92._0x4469eb)]=_0x3adf70[_0x3392b8(0x22,0x38,_0x175e92._0x3d3672,0xce)],_0x1662e5[_0x3392b8(-0x81,_0x175e92._0x1c9cda,-0x4f,-0x2)](_0x317591(0x64d,0x4bf,0x541,0x5fa)+_0x3392b8(-_0x175e92._0x21a03c,-0x16c,-0x141,-_0x175e92._0x246c38)+_0x317591(0x740,_0x175e92._0x2d2e75,_0x175e92._0x43b7db,0x71a)+'\x20registry',_0x43ff8b);const _0x1c78a0={};return _0x1c78a0[_0x317591(0x3db,0x5be,_0x175e92._0x45ff14,0x41c)]=_0x25bb7d[_0x3392b8(-0x148,-0x263,-0x1d6,-0x18a)],_0x1c78a0[_0x317591(_0x175e92._0xe9999d,0x4b5,_0x175e92._0x5e3db5,0x593)]={},_0x1c78a0;}}}else{const _0x89bd4a={};return _0x89bd4a[_0x317591(0x48d,_0x175e92._0x5d5aad,_0x175e92._0x44243a,_0x175e92._0x478bec)]=_0x25bb7d[_0x3392b8(_0x175e92._0x321827,-_0x175e92._0x2e7e5e,0x165,_0x175e92._0x2f2e88)],_0x89bd4a[_0x3392b8(_0x175e92._0x1f9a48,-0x30,0x4c,_0x175e92._0x946a2d)]=_0x3392b8(-0x4b,-_0x175e92._0x414a5c,-_0x175e92._0x4bdc5d,-_0x175e92._0x547853)+_0x317591(0x6cb,_0x175e92._0x5efe50,_0x175e92._0x2f2303,0x730)+_0x3392b8(_0x175e92._0x3f7948,0xb1,0x1cc,_0x175e92._0x292dbc)+_0x317591(_0x175e92._0x19a94b,0x726,0x630,0x646)+'n\x22',_0x5ba8e3[_0x3392b8(_0x175e92._0x53ba97,-_0x175e92._0x3c8db2,_0x175e92._0x47019f,0x8e)](0x217+0x1d15+-0xece*0x2)[_0x317591(0x6bb,0x6bb,0x6cb,_0x175e92._0x1ed08c)](_0x89bd4a);}}try{const _0x355d4c=_0x593d90[_0x3392b8(0xab,-0x5e,0x1c5,_0x175e92._0x1f4a84)](setupPath,_0x25bb7d[_0x3392b8(-0x11e,-_0x175e92._0x193f05,-_0x175e92._0x281fe9,-0x208)],_0x33fcb4,'environmen'+_0x3392b8(0x2a,0x32,0xe5,_0x175e92._0x5e8e0b));let _0x41fbe2,_0x158ca7,_0x39a4c0;try{if(_0x25bb7d[_0x3392b8(_0x175e92._0x5b89cd,-0x46,_0x175e92._0x12a3f9,0x1f5)](_0x25bb7d[_0x317591(_0x175e92._0x5b3dcf,0x72a,_0x175e92._0x55551c,_0x175e92._0x4b6cc7)],'nnSiU')){const _0xd9950d={};_0xd9950d[_0x3392b8(-0xfe,_0x175e92._0x223a57,-0xd3,-0xae)]=_0x1aec19[_0x317591(0x569,0x414,_0x175e92._0x182935,0x449)],_0xd9950d[_0x317591(0x729,_0x175e92._0x49de12,_0x175e92._0x4190a5,_0x175e92._0x4346cb)]=_0x28ba13,_0xd9950d['environmen'+'t']=_0x59074c[_0x317591(0x493,0x674,_0x175e92._0x41a2a2,_0x175e92._0x1544a0)+_0x3392b8(_0x175e92._0x51a219,0x56,-_0x175e92._0x28bfca,_0x175e92._0x31b9b0)],_0xd9950d['assignedSk'+'ills']=_0x576b3d,_0x56606b['warn'](_0x25bb7d['qwKwG'],_0xd9950d);const _0x584c3f={};return _0x584c3f[_0x3392b8(-0x81,-0x51,-0x12f,_0x175e92._0x1374a1)]=_0x25bb7d[_0x317591(0x70b,0x6ba,_0x175e92._0x157619,0x609)],_0x584c3f[_0x317591(0x5c7,_0x175e92._0x249c33,0x635,0x531)]=_0x25bb7d[_0x3392b8(-0x126,-0x10c,-0x10e,-_0x175e92._0x11d1e6)],_0x499e9d[_0x317591(0x761,0x5d6,0x685,_0x175e92._0x1c7401)](-0x1*0x1483+0xa63+0xbb3)[_0x317591(0x790,0x646,0x6cb,0x610)](_0x584c3f);}else{const _0x267cdf=await _0x199fd3[_0x3392b8(_0x175e92._0x527509,0xad,-0x8f,0xf8)](_0x355d4c,_0x25bb7d['VaqAq']);_0x158ca7=JSON[_0x3392b8(-_0x175e92._0x52e820,-_0x175e92._0x6bafd4,_0x175e92._0x5f4305,-0x5)](_0x267cdf),_0x41fbe2=_0x355d4c,!_0x158ca7[_0x317591(_0x175e92._0xc8b048,0x455,0x559,0x44d)]&&(_0x158ca7['skills']=[]),_0x39a4c0=_0x158ca7[_0x317591(_0x175e92._0x133d5b,0x446,_0x175e92._0x5698a8,0x55b)];}}catch{const _0x24b938=_0x593d90[_0x317591(_0x175e92._0x277c72,0x6c2,_0x175e92._0x3d52d1,0x6c5)](setupPath,_0x25bb7d[_0x317591(_0x175e92._0x38e868,_0x175e92._0x3e6513,0x5f7,_0x175e92._0x2ef067)]),_0x13e9e1=await _0x199fd3[_0x317591(0x625,0x6b5,0x65d,_0x175e92._0xe7cf0f)](_0x24b938,_0x25bb7d[_0x317591(0x54a,0x4ce,0x505,_0x175e92._0x261f97)]);_0x158ca7=JSON[_0x3392b8(-0x2a,0xf6,-0x22,-_0x175e92._0x2394d4)](_0x13e9e1),_0x41fbe2=_0x24b938;if(_0x158ca7['environmen'+'ts']&&_0x158ca7[_0x3392b8(-_0x175e92._0x154687,-0x62,-_0x175e92._0x124d99,-0xd9)+'ts'][_0x33fcb4]){if(_0x25bb7d[_0x317591(0x468,0x4e1,0x565,_0x175e92._0x3d17e9)](_0x25bb7d[_0x317591(0x50f,_0x175e92._0x44243a,_0x175e92._0x499e83,0x5d1)],_0x25bb7d[_0x3392b8(-0x17,_0x175e92._0x5c2e78,-0x36,-0xe2)]))!_0x158ca7[_0x317591(_0x175e92._0x1e0948,0x66a,_0x175e92._0x576e33,_0x175e92._0x5aaa59)+'ts'][_0x33fcb4][_0x3392b8(-_0x175e92._0x13117a,-0x173,-_0x175e92._0x2ae993,-_0x175e92._0x2f17df)]&&(_0x158ca7[_0x317591(0x4a8,_0x175e92._0x315698,0x569,_0x175e92._0x12b469)+'ts'][_0x33fcb4][_0x317591(_0x175e92._0x8a02bc,_0x175e92._0x43b82d,_0x175e92._0x1f6623,_0x175e92._0x5c6b83)]=[]),_0x39a4c0=_0x158ca7[_0x3392b8(-_0x175e92._0x41c4ab,-0xc9,-_0x175e92._0x58d151,-0x40)+'ts'][_0x33fcb4][_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x3506c9,-0x19b,_0x175e92._0x3ae9aa)];else{const _0x4ffec8={};return _0x4ffec8['error']=_0x25bb7d['mDyVm'],_0x4ffec8[_0x3392b8(_0x175e92._0x93b1e7,-0x61,0x72,-0x47)]=_0x317591(_0x175e92._0x55242a,0x6ed,0x614,_0x175e92._0x38bb7b)+_0x3392b8(_0x175e92._0x1f58fd,-0x66,0x66,_0x175e92._0x35fdee)+_0x317591(_0x175e92._0x2a394f,_0x175e92._0x1030d7,_0x175e92._0x10f3c8,0x66d)+'st\x20be\x20a\x20st'+_0x317591(0x5b5,0x5d1,_0x175e92._0x241bc7,0x726),_0x4af725[_0x3392b8(_0x175e92._0x2e8414,0x194,0x176,0x147)](0x12e7+0x1304+0xe3*-0x29)[_0x317591(0x722,0x60f,0x6cb,_0x175e92._0x5de0b7)](_0x4ffec8);}}}if(_0x39a4c0&&!_0x39a4c0['includes'](_0x2f908a)){_0x39a4c0[_0x3392b8(-_0x175e92._0x211620,-0x56,-0xb1,-0xa4)](_0x2f908a),await _0x199fd3[_0x317591(0x4c7,_0x175e92._0x1261e9,0x59e,_0x175e92._0x5cb0f6)](_0x41fbe2,JSON[_0x317591(_0x175e92._0x4a9541,0x70f,_0x175e92._0x382576,0x6c2)](_0x158ca7,null,0x189a+-0x17d8*-0x1+-0x3070),_0x25bb7d[_0x3392b8(-_0x175e92._0x24381d,-_0x175e92._0x291ac9,-0x10b,-0xa3)]);const _0x31acb9={};_0x31acb9[_0x317591(_0x175e92._0x254c5d,_0x175e92._0xef3b07,0x6bb,0x71f)]=_0x2f908a,_0x31acb9['environmen'+'t']=_0x33fcb4,_0x31acb9[_0x3392b8(_0x175e92._0x1c2a70,-_0x175e92._0x53eb52,-_0x175e92._0x97e492,_0x175e92._0x3409d2)]=_0x41fbe2,logger[_0x3392b8(-_0x175e92._0xe04ee3,_0x175e92._0x58d151,-_0x175e92._0x3c6878,-_0x175e92._0x512cef)](_0x25bb7d[_0x317591(_0x175e92._0x400efa,0x687,_0x175e92._0x5581f4,_0x175e92._0x512c0c)],_0x31acb9);}}catch(_0x48d16d){if(_0x25bb7d['FPwhL'](_0x317591(_0x175e92._0x8a02bc,0x49b,0x4e4,_0x175e92._0x153f76),_0x317591(_0x175e92._0x56ea3b,0x6ea,_0x175e92._0x49453d,_0x175e92._0x25a524))){const _0x1bae0e={};_0x1bae0e['skillId']=_0x2f908a,_0x1bae0e[_0x3392b8(-0xaa,_0x175e92._0x1d2d41,-_0x175e92._0x28bfca,-_0x175e92._0x5213ef)+'t']=_0x33fcb4,_0x1bae0e[_0x3392b8(-_0x175e92._0x28d218,-_0x175e92._0x32a929,_0x175e92._0x117dc9,-0x13c)]=_0x48d16d['message'],logger['warn'](_0x25bb7d[_0x317591(0x699,_0x175e92._0x45c423,0x5e2,0x55b)],_0x1bae0e);}else{const _0x4ae633={};_0x4ae633[_0x3392b8(_0x175e92._0x31bb8e,-0x18,_0x175e92._0x4699e9,-_0x175e92._0x946a2d)]=_0x5e9942,_0x4ae633[_0x3392b8(-_0x175e92._0x30ab15,_0x175e92._0xc694d9,-_0x175e92._0x1aea64,0x82)]=_0x25cd19['message'],_0x994ac4['warn'](_0x25bb7d[_0x317591(0x5e0,0x6d9,_0x175e92._0x4e24c8,_0x175e92._0x4fec28)],_0x4ae633);}}}const _0x53cedf={};_0x53cedf[_0x3392b8(-0xfe,_0x175e92._0x14558d,-0x166,-_0x175e92._0x15bb1c)]=_0x139263['taskId'],_0x53cedf[_0x3392b8(0xa8,-0x24,_0x175e92._0x226578,-_0x175e92._0x1d2d41)]=_0x2f908a,_0x53cedf[_0x3392b8(-_0x175e92._0x154687,-_0x175e92._0x130cc4,-0x19c,-0x18c)+'t']=_0x33fcb4,_0x53cedf[_0x317591(0x743,_0x175e92._0x6363e6,_0x175e92._0xab7566,0x738)]=_0x8f7004['id'],_0x53cedf[_0x3392b8(_0x175e92._0x17f31c,_0x175e92._0x498284,-0xc6,0xd2)]=_0x372780,logger[_0x317591(0x5cc,_0x175e92._0x41d7a6,0x5b7,0x5c2)](_0x25bb7d[_0x317591(0x67c,0x483,_0x175e92._0x1613c0,_0x175e92._0x1b6962)],_0x53cedf);const _0x1b5422={};_0x1b5422[_0x3392b8(-_0x175e92._0x14decd,-0x11a,-0x12b,-_0x175e92._0x5a78e0)]=!![],_0x1b5422['id']=_0x2f908a,_0x1b5422[_0x317591(_0x175e92._0x3bf550,0x4b5,_0x175e92._0x41a2a2,0x4f2)+'t']=_0x33fcb4,_0x1b5422['createdAt']=_0x357ad0,_0x1b5422[_0x317591(_0x175e92._0x42c33e,_0x175e92._0x30a752,0x6f9,0x73e)+_0x317591(_0x175e92._0x438c81,0x54c,_0x175e92._0x45a644,0x541)]=_0x139263[_0x3392b8(-_0x175e92._0x29a0cd,-0x1fb,-_0x175e92._0x3b8793,-_0x175e92._0x4d60fe)],_0x1b5422[_0x3392b8(-_0x175e92._0x53803f,-_0x175e92._0x159baa,-0x105,-_0x175e92._0x4fb962)+'serId']=_0x8f7004['id'],_0x1b5422[_0x3392b8(0x51,-0xbe,_0x175e92._0x2e472e,_0x175e92._0x3e98c0)]=_0x372780,_0x3d548b[_0x317591(_0x175e92._0x401657,_0x175e92._0x333640,_0x175e92._0x551e70,_0x175e92._0xe2b8aa)](0x253+-0x2*-0x6bb+0x100*-0xf)[_0x317591(0x5b6,_0x175e92._0x5c4f00,_0x175e92._0x4e309a,_0x175e92._0x5c6285)](_0x1b5422);}catch(_0xaf95d3){if(_0x25bb7d[_0x317591(0x507,0x5a2,0x4e6,_0x175e92._0x41e425)](_0x25bb7d[_0x3392b8(-0x144,-0x203,-_0x175e92._0x174aed,-_0x175e92._0x2f4b47)],_0x25bb7d[_0x3392b8(-_0x175e92._0x4f86ac,-0x5e,-0x1e3,-0x110)])){const _0xa65697={};_0xa65697['taskId']=_0x331756[_0x3392b8(-_0x175e92._0x29a0cd,-_0x175e92._0x4a43f4,0x28,-0x193)],_0xa65697['skillId']=_0x474d78,_0x456f3a['warn'](_0x25bb7d['CDIzV'],_0xa65697);const _0x35c5a2={};return _0x35c5a2[_0x3392b8(-_0x175e92._0x46930c,-_0x175e92._0x3db393,0x3a,0x90)]='Forbidden',_0x35c5a2[_0x317591(_0x175e92._0x4a3039,_0x175e92._0x4d73f3,0x635,_0x175e92._0xc990a5)]=_0x25bb7d[_0x317591(0x723,0x726,_0x175e92._0x2c8b4e,0x7a3)],_0x51ebe9[_0x317591(0x635,0x7a9,_0x175e92._0x551e70,0x705)](-0x1*0x24c3+0x96f+0x97*0x31)[_0x317591(_0x175e92._0x41c24f,_0x175e92._0x5799d3,0x6cb,_0x175e92._0x13fab6)](_0x35c5a2);}else{const _0x1c3666={};_0x1c3666[_0x3392b8(-0xfe,-_0x175e92._0x170718,_0x175e92._0x29c025,-_0x175e92._0x4cf63c)]=_0x139263['taskId'],_0x1c3666[_0x317591(0x695,0x5f9,0x6bb,0x792)]=_0x2f908a,_0x1c3666[_0x317591(0x679,0x61f,0x592,0x5c8)]=_0xaf95d3[_0x3392b8(_0x175e92._0x4f8515,0x40,0xf4,_0x175e92._0x51de20)],logger['error'](_0x3392b8(-_0x175e92._0x543756,-0x1e9,0x3b,-0x2a)+_0x3392b8(-_0x175e92._0x97e492,-_0x175e92._0x1dbb74,-_0x175e92._0x38447b,-_0x175e92._0x29880a)+'ll',_0x1c3666);try{if(_0x25bb7d[_0x3392b8(-0x69,-0x10,-_0x175e92._0x5f1ea1,-0x132)](_0x25bb7d[_0x3392b8(0xc3,0x29,_0x175e92._0x2867cf,_0x175e92._0x4b258b)],_0x25bb7d['khaBX'])){const _0x5db273={};_0x5db273[_0x317591(_0x175e92._0x2434b1,0x503,0x515,0x52a)]=_0x1eadce,_0x5db273[_0x317591(0x6f4,0x79d,0x6b3,_0x175e92._0x4bdd79)]=_0x5479e7['id'],_0x5db273['username']=_0x1c3958[_0x317591(_0x175e92._0x12bf24,_0x175e92._0x523f81,_0x175e92._0x43e518,_0x175e92._0x1c8619)],_0x4ae69d[_0x317591(_0x175e92._0x229b6c,0x7c3,_0x175e92._0x701297,_0x175e92._0xa89f1)](_0x25bb7d[_0x3392b8(-0x18,_0x175e92._0x55e4d6,-0x55,-_0x175e92._0x383d14)],_0x5db273);const _0x4d3002={};return _0x4d3002['error']=_0x25bb7d[_0x3392b8(_0x175e92._0x1374a1,-_0x175e92._0x42c8df,-0x8e,-_0x175e92._0x353fc1)],_0x4d3002[_0x3392b8(0x22,-0xc0,_0x175e92._0x5c25fc,-0x8d)]=_0x25bb7d[_0x317591(0x649,0x70d,_0x175e92._0x2af670,0x4dc)],_0x3a8fc8[_0x3392b8(_0x175e92._0x2e8414,-0x71,-0x5,0x16e)](0x25*0x6b+0x1*0x1f7d+-0x2d61*0x1)[_0x3392b8(_0x175e92._0x48bf68,0x11e,0xb8,-0x47)](_0x4d3002);}else{const _0x170516={};_0x170516[_0x317591(_0x175e92._0x55c7e5,_0x175e92._0x55e5ae,_0x175e92._0x17672d,_0x175e92._0x26c26b)]=!![],_0x170516['force']=!![],await _0x199fd3['rm'](_0x4652ed,_0x170516);}}catch{}const _0x195ce2={};_0x195ce2[_0x317591(0x5c6,0x58a,0x592,0x670)]=_0x25bb7d['JZBGm'],_0x195ce2[_0x3392b8(_0x175e92._0x51dced,-_0x175e92._0x56d755,_0x175e92._0x2e574e,-_0x175e92._0x1f4028)]=_0x25bb7d[_0x3392b8(-_0x175e92._0x4b258b,-_0x175e92._0x49a528,-_0x175e92._0x281c4a,-0x19)],_0x3d548b[_0x317591(0x617,_0x175e92._0x209d54,_0x175e92._0x42cf1e,_0x175e92._0x47e6a4)](-0x8*-0x283+-0x9*0xa+-0x11ca)[_0x3392b8(_0x175e92._0x226ff3,0xca,0xa2,0x104)](_0x195ce2);}}}),router[_0x506a52(0x5a8,0x68a,0x688,0x5f8)]('/skills/:s'+_0x917071(0x336,0x291,0x270,0x3df),requireTaskAuth,validateSkillAccess,async(_0x2cacdb,_0x1117ec)=>{const _0x3636a2={_0x5cf266:0x83,_0x3a81d6:0xb8,_0x23560d:0x532,_0x509d01:0x4f0,_0x46324b:0x563,_0x587903:0x5ab,_0x16d27b:0x400,_0x56af45:0x357,_0x3cc39f:0xba,_0x1590ee:0x88,_0x112e58:0x7b,_0xd123fd:0x56c,_0x48df75:0x64d,_0x226d0d:0x16d,_0x5f0e28:0x103,_0x16b8ef:0x25b,_0x253c61:0x177,_0x15133b:0x147,_0x5809af:0x391,_0x5efa77:0x1c,_0x40b43d:0x119,_0x40ac1e:0x107,_0x4ff30f:0xbf,_0x529c5d:0x4fb,_0x520467:0x5bd,_0x11b561:0x42e,_0xb899c7:0x3f9,_0xa294f3:0x3df,_0xaa2cc9:0x2fa,_0x23326b:0x6,_0x55d5a4:0x30,_0x2112ff:0x17,_0x4d7d4f:0x524,_0x38dbe9:0x411,_0x57e852:0x3a8,_0x111873:0x4b9,_0x20bc7e:0x4b7,_0x3cfa1f:0x4ce,_0x5f4319:0x33,_0x228ee2:0x115,_0x3fcb0c:0x58b,_0x52544a:0x586,_0x22661e:0x4eb,_0x12e157:0x5a7,_0x517b6f:0x574,_0x2ba667:0x527,_0x34d2e3:0x47,_0x7233b9:0xe1,_0x242489:0x54,_0x1d20fc:0xee,_0x41a319:0x137,_0xc6e0dc:0x28,_0x2697ca:0x74,_0x47cd70:0x8c,_0x5391ab:0xc2,_0x269776:0x9c,_0x53f675:0x14f,_0x1bd59c:0x182,_0x5bc5a5:0x1ab,_0x17f97f:0x39,_0x2db97e:0xda,_0x3af670:0xa0,_0x4b5797:0x484,_0x21fc34:0x3c5,_0x57ea06:0x44f,_0x3a2ae2:0x546,_0x19f01f:0x6ab,_0x353706:0x41,_0x1aa99e:0x35,_0x50db54:0x61b,_0x41cffc:0x65d,_0xbe17a4:0x56,_0x371021:0xdb,_0x9dae68:0x56,_0x497140:0x145,_0x58f68a:0xe9,_0x12fb1e:0x41f,_0x241243:0x31a,_0x1b09cc:0x4b8,_0x3b38b8:0x403,_0xb9c1b5:0x2f3,_0x236de2:0x5a,_0x2b625f:0x4b7,_0x2fcba1:0x401,_0x10efdd:0x459,_0x2ede24:0x56,_0x3c2810:0x3d,_0x18f7ab:0xc4,_0x1ec3b8:0xe1,_0x19fcad:0x21,_0xc913c8:0x5c,_0x56a32e:0x81,_0x583388:0x11,_0x76ff9e:0x31,_0x1d4610:0x3ee,_0x3d0523:0x3f1,_0x56cfb9:0x543,_0x41e377:0x5a1,_0x5542b4:0x47d,_0x14cfc2:0x512,_0x4471f3:0x4e3,_0x282601:0x58,_0x58246c:0x4d,_0x4cf964:0xcb,_0xf712dd:0x61,_0x225152:0x9e,_0x3bfa9d:0x412,_0x46f72a:0x6,_0x209c4d:0x1d,_0xc41300:0x41,_0x22897c:0xb0,_0x17d5a9:0x188,_0x35e722:0x567,_0x249293:0x52b,_0xa70466:0x12b,_0x2aee63:0x1c1,_0x5d6af4:0x10e,_0x255bcc:0x5c4,_0x27309e:0x514,_0x5f548f:0x54c,_0x3cf532:0x162,_0x198658:0x23,_0x243b2c:0x6d,_0x1bbf69:0x438,_0x27d897:0x4a8,_0x23b32c:0x4c0,_0x52ec55:0x52e,_0x31a0a4:0x5b8,_0x39380b:0x5d8,_0x3f0e25:0x14d,_0x272204:0x651,_0xecb413:0x68d,_0x83d024:0x3e2,_0x1f3818:0x469,_0x550665:0x509,_0x240e81:0x324,_0x415654:0x5a,_0x484319:0xb0,_0x108577:0x63,_0x1f53bc:0x59b,_0xc32251:0x679,_0x58bcf3:0x4e5,_0x298498:0x4f6,_0x229334:0x23,_0x4a5b1b:0xa8,_0x1cf255:0x141,_0x3f5940:0xf5,_0x1e399a:0x502,_0x1bafc5:0x599,_0x35cb78:0x450,_0x27aa09:0xa9,_0x4b37e3:0xe,_0x54a67d:0x598,_0x32bcd7:0x6ac},_0x4d6a40={_0x3e62cd:0x3e},_0x59ced6={_0x6d46b8:0x178,_0x29b4ad:0x154},_0x52b74b={'HyXDF':_0x3b065c(0xa4,-0x3f,-0x8,-_0x3636a2._0x5cf266)+_0x3b065c(-0x9,_0x3636a2._0x3a81d6,-0x71,0xb7)+_0x20691f(0x55c,_0x3636a2._0x23560d,_0x3636a2._0x509d01,_0x3636a2._0x46324b)+_0x20691f(0x483,_0x3636a2._0x587903,0x51e,0x4b9)+')','wWVuA':_0x20691f(_0x3636a2._0x16d27b,_0x3636a2._0x56af45,0x440,0x4bb),'eweRo':function(_0x14b5e0,_0x44dac8){return _0x14b5e0===_0x44dac8;},'opuhX':_0x3b065c(-_0x3636a2._0x3cc39f,-0xb1,-_0x3636a2._0x1590ee,-_0x3636a2._0x112e58),'IdqSX':_0x20691f(_0x3636a2._0xd123fd,0x63d,0x45f,_0x3636a2._0x48df75),'ExkuB':function(_0x55b2d6,_0x3c3e6e){return _0x55b2d6(_0x3c3e6e);},'ncfgx':_0x3b065c(_0x3636a2._0x226d0d,0x5c,_0x3636a2._0x5f0e28,0x5a),'BZzvN':_0x3b065c(0x17d,0x1de,0x262,_0x3636a2._0x16b8ef),'fctpZ':'BZUCM','EmIyA':_0x3b065c(-0x7d,-_0x3636a2._0x253c61,-_0x3636a2._0x15133b,-0x34),'dLYws':_0x20691f(0x4a7,_0x3636a2._0x5809af,0x502,0x530),'SYFtO':_0x3b065c(_0x3636a2._0x5efa77,0x74,_0x3636a2._0x40b43d,0x54),'gWMtH':'allowed-to'+_0x3b065c(_0x3636a2._0x40ac1e,0x1e5,0x3a,_0x3636a2._0x4ff30f),'ctZtt':'argument-h'+'int','eCbGm':function(_0x39ca26,_0x2c3bbd){return _0x39ca26===_0x2c3bbd;},'ovVGR':'ENOENT','iKMLm':_0x20691f(_0x3636a2._0x529c5d,_0x3636a2._0x520467,0x41b,_0x3636a2._0x11b561),'lJUHd':'Failed\x20to\x20'+_0x20691f(_0x3636a2._0xb899c7,0x4d2,_0x3636a2._0xa294f3,_0x3636a2._0xaa2cc9)},{callingTask:_0x3db9bb,skillId:_0x1ba20a,skillPath:_0x28c175,environmentName:_0x929528}=_0x2cacdb,_0x6e59d={};function _0x20691f(_0x483f31,_0x181937,_0x25d464,_0x22725b){return _0x506a52(_0x483f31-0x3d,_0x483f31- -_0x59ced6._0x6d46b8,_0x25d464,_0x22725b-_0x59ced6._0x29b4ad);}_0x6e59d['taskId']=_0x3db9bb['taskId'];function _0x3b065c(_0x1102b3,_0x7a6364,_0x4a4786,_0x24ae07){return _0x917071(_0x1102b3- -0x2b6,_0x7a6364-0x172,_0x4a4786-_0x4d6a40._0x3e62cd,_0x24ae07);}_0x6e59d['skillId']=_0x1ba20a,_0x6e59d[_0x3b065c(-_0x3636a2._0x23326b,-0xb7,-0x77,0x7d)+'t']=_0x929528,logger[_0x3b065c(0x48,_0x3636a2._0x55d5a4,_0x3636a2._0x2112ff,0xdc)](_0x20691f(0x405,_0x3636a2._0x4d7d4f,_0x3636a2._0x38dbe9,0x31c)+_0x20691f(_0x3636a2._0x57e852,_0x3636a2._0x111873,_0x3636a2._0x20bc7e,_0x3636a2._0x3cfa1f)+_0x3b065c(-0x74,-0xa7,_0x3636a2._0x5f4319,-_0x3636a2._0x228ee2),_0x6e59d);const _0x1783e3=_0x593d90[_0x20691f(_0x3636a2._0x3fcb0c,0x514,0x670,0x5d9)](_0x28c175,_0x52b74b[_0x20691f(_0x3636a2._0x52544a,0x4cb,_0x3636a2._0x22661e,0x579)]);try{if(_0x52b74b[_0x20691f(_0x3636a2._0x12e157,0x4f7,_0x3636a2._0x517b6f,_0x3636a2._0x2ba667)](_0x52b74b['opuhX'],_0x52b74b[_0x3b065c(0x25,-_0x3636a2._0x34d2e3,-_0x3636a2._0x7233b9,_0x3636a2._0x242489)])){const _0x288e2b=await _0x199fd3[_0x3b065c(_0x3636a2._0x1d20fc,0x7b,0x13,_0x3636a2._0x41a319)](_0x1783e3,_0x52b74b['IdqSX']),{frontmatter:_0x36447f,body:_0x4e36cd}=_0x52b74b[_0x3b065c(-_0x3636a2._0xc6e0dc,-_0x3636a2._0x2697ca,-_0x3636a2._0x47cd70,-_0x3636a2._0x5391ab)](parseSkillMd,_0x288e2b),_0x379759=[];try{const _0x1d55ab={};_0x1d55ab[_0x3b065c(-0x90,-_0x3636a2._0x269776,-0x6f,0x30)+_0x3b065c(0x5e,_0x3636a2._0x53f675,0xf5,0x112)]=!![];const _0x465dd9=await _0x199fd3[_0x3b065c(0x174,0x243,0x247,0x246)](_0x28c175,_0x1d55ab);for(const _0x13064e of _0x465dd9){if(_0x52b74b[_0x3b065c(_0x3636a2._0x1bd59c,0x12f,0x23c,_0x3636a2._0x5bc5a5)]===_0x52b74b['BZzvN']){_0x2edfdf['skills'][_0x3b065c(-_0x3636a2._0x17f97f,-_0x3636a2._0x2db97e,_0x3636a2._0x3af670,-0x41)](_0x3e2e4c),_0x4378bf=!![];const _0x4e417a={};_0x4e417a['skillId']=_0x4b05da,_0x4e417a['environmen'+'t']=_0x5857ce,_0x48863f[_0x20691f(_0x3636a2._0x4b5797,0x4e4,_0x3636a2._0x21fc34,_0x3636a2._0x57ea06)](_0x52b74b[_0x20691f(0x551,0x49d,0x49a,_0x3636a2._0x3a2ae2)],_0x4e417a);}else{if(_0x52b74b[_0x20691f(_0x3636a2._0x12e157,0x4b8,_0x3636a2._0x19f01f,0x4f9)](_0x13064e[_0x3b065c(-0x56,_0x3636a2._0x353706,-_0x3636a2._0x1aa99e,-0xa7)],_0x52b74b[_0x20691f(0x586,_0x3636a2._0x50db54,_0x3636a2._0x41cffc,0x474)]))continue;if(_0x13064e['isFile']()){if(_0x52b74b['eweRo'](_0x52b74b['fctpZ'],_0x52b74b['EmIyA']))return;else{const _0x2d288f={};_0x2d288f[_0x3b065c(-_0x3636a2._0xbe17a4,-_0x3636a2._0x371021,0x90,-0x47)]=_0x13064e[_0x3b065c(-_0x3636a2._0x9dae68,0xd,-_0x3636a2._0x497140,-0xb6)],_0x2d288f[_0x3b065c(0xda,0xe6,0x105,_0x3636a2._0x58f68a)]=_0x52b74b[_0x20691f(_0x3636a2._0x12fb1e,0x530,_0x3636a2._0x241243,_0x3636a2._0x1b09cc)],_0x379759[_0x20691f(_0x3636a2._0x3b38b8,0x3f4,_0x3636a2._0xb9c1b5,0x317)](_0x2d288f);}}else{if(_0x13064e['isDirector'+'y']()){const _0x2c1a68={};_0x2c1a68[_0x3b065c(-0x56,_0x3636a2._0x236de2,0x9e,-_0x3636a2._0x40b43d)]=_0x13064e[_0x20691f(0x3e6,0x3da,0x3fe,_0x3636a2._0x2b625f)],_0x2c1a68['type']=_0x52b74b['SYFtO'],_0x379759[_0x20691f(_0x3636a2._0x3b38b8,_0x3636a2._0x2fcba1,_0x3636a2._0x10efdd,0x436)](_0x2c1a68);}}}}}catch{}const _0x9bd9d6={};_0x9bd9d6['id']=_0x1ba20a,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x2ede24,-_0x3636a2._0x3c2810,-_0x3636a2._0x18f7ab,-_0x3636a2._0x1ec3b8)]=_0x36447f['name']||_0x1ba20a,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x19fcad,_0x3636a2._0xc913c8,-_0x3636a2._0x56a32e,-0xe)+'n']=_0x36447f['descriptio'+'n']||'',_0x9bd9d6[_0x3b065c(0xc3,_0x3636a2._0x583388,-_0x3636a2._0x76ff9e,0xc1)]=_0x4e36cd,_0x9bd9d6[_0x20691f(_0x3636a2._0x1d4610,0x4df,_0x3636a2._0x3d0523,0x392)+_0x20691f(_0x3636a2._0x56cfb9,_0x3636a2._0x41e377,0x597,0x5c8)]=_0x36447f[_0x52b74b[_0x20691f(0x40c,_0x3636a2._0x5542b4,_0x3636a2._0x14cfc2,_0x3636a2._0x4471f3)]]||[],_0x9bd9d6[_0x3b065c(-0x2d,-0x53,-_0x3636a2._0x282601,-0x108)]=_0x36447f['model']||null,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x58246c,_0x3636a2._0x4cf964,-_0x3636a2._0xf712dd,_0x3636a2._0x225152)+_0x20691f(0x504,0x544,_0x3636a2._0x3bfa9d,0x550)]=_0x36447f[_0x52b74b['ctZtt']]||null,_0x9bd9d6['files']=_0x379759,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x46f72a,-0xa6,_0x3636a2._0x209c4d,-0x112)+'t']=_0x929528,_0x1117ec['json'](_0x9bd9d6);}else _0x2ce543['argument-h'+_0x3b065c(0xc8,0x40,0x39,-_0x3636a2._0xc41300)]=_0x4bb2ba;}catch(_0x2b8893){if(_0x52b74b[_0x3b065c(0x188,_0x3636a2._0x22897c,0x18f,_0x3636a2._0x17d5a9)](_0x20691f(_0x3636a2._0x35e722,_0x3636a2._0x249293,0x4b7,0x4b3),_0x3b065c(_0x3636a2._0xa70466,0x20c,_0x3636a2._0x2aee63,_0x3636a2._0x5d6af4))){if(_0x52b74b[_0x20691f(_0x3636a2._0x255bcc,_0x3636a2._0x20bc7e,_0x3636a2._0x27309e,0x59c)](_0x2b8893[_0x20691f(0x45b,0x443,_0x3636a2._0x5f548f,0x490)],_0x52b74b[_0x3b065c(_0x3636a2._0x3cf532,0x10d,0x27d,0x225)])){const _0x425103={};return _0x425103[_0x3b065c(_0x3636a2._0x198658,-0xe1,0xbe,_0x3636a2._0x243b2c)]=_0x52b74b[_0x20691f(0x43a,_0x3636a2._0x1bbf69,_0x3636a2._0x27d897,_0x3636a2._0x23b32c)],_0x425103[_0x20691f(0x502,_0x3636a2._0x52ec55,_0x3636a2._0x31a0a4,_0x3636a2._0x39380b)]=_0x20691f(0x38c,0x2d1,0x496,0x332)+_0x1ba20a+(_0x3b065c(0x89,_0x3636a2._0x3f0e25,0x72,0x10)+'d'),_0x1117ec['status'](0x46c*-0x4+-0x5*0x484+0x8*0x53b)[_0x20691f(0x598,_0x3636a2._0x272204,_0x3636a2._0xecb413,0x4b8)](_0x425103);}const _0x294ebc={};_0x294ebc[_0x20691f(_0x3636a2._0x83d024,_0x3636a2._0x1f3818,_0x3636a2._0x550665,_0x3636a2._0x240e81)]=_0x3db9bb[_0x3b065c(-_0x3636a2._0x415654,_0x3636a2._0x484319,-0xa6,_0x3636a2._0x108577)],_0x294ebc[_0x20691f(0x588,_0x3636a2._0x1f53bc,0x4d5,_0x3636a2._0xc32251)]=_0x1ba20a,_0x294ebc[_0x20691f(0x45f,0x476,0x51b,0x477)]=_0x2b8893['message'],logger['error'](_0x52b74b[_0x20691f(_0x3636a2._0x58bcf3,0x484,_0x3636a2._0x298498,0x47b)],_0x294ebc);const _0x225ece={};_0x225ece[_0x3b065c(_0x3636a2._0x229334,0x69,-0x71,_0x3636a2._0x4a5b1b)]=_0x3b065c(0x164,0x148,_0x3636a2._0x1cf255,_0x3636a2._0x3f5940)+'erver\x20Erro'+'r',_0x225ece[_0x20691f(_0x3636a2._0x1e399a,_0x3636a2._0x1bafc5,0x471,_0x3636a2._0x35cb78)]=_0x52b74b[_0x3b065c(_0x3636a2._0x27aa09,-_0x3636a2._0x4b37e3,0xe0,0x1a1)],_0x1117ec['status'](-0x1bf+0x1*-0x1479+0x182c)[_0x20691f(_0x3636a2._0x54a67d,_0x3636a2._0x32bcd7,0x4c0,0x690)](_0x225ece);}else _0x3dd305['skills']=_0x37eb2b,_0x15e9df=!![];}}),router[_0x506a52(0x46e,0x52f,0x4c7,0x5d2)](_0x506a52(0x6d2,0x6b5,0x6e1,0x616)+_0x506a52(0x638,0x634,0x5ff,0x5a3),requireTaskAuth,validateSkillAccess,async(_0x305e1f,_0x20e074)=>{const _0x110870={_0x34d6b5:0x29c,_0x944bcb:0x364,_0x289ea1:0x257,_0x5dc55f:0x301,_0x514015:0x495,_0x1ff8fd:0x62f,_0x51a38b:0x4d3,_0x41b698:0x5cf,_0x3857f4:0x443,_0x365d5c:0x369,_0x6cb39d:0x389,_0x1387a9:0x3d7,_0x35ad83:0x4a5,_0x546bf7:0x599,_0x1dc2b4:0x6af,_0x33c711:0x65d,_0x2fd656:0x31b,_0x1f2fa7:0x3c5,_0xe221b4:0x2f8,_0x3ed6ba:0x5dd,_0x5eef63:0x5c8,_0x4cc8ac:0x65c,_0x5787b5:0x445,_0x3a710d:0x478,_0x210967:0x3c6,_0x30cd0d:0x460,_0xfad84d:0x5e9,_0x17149f:0x626,_0x10e7dc:0x5e6,_0x21d6f4:0x4c4,_0x3d500a:0x5f5,_0x17eb7f:0x4d4,_0x2a5d53:0x543,_0x29a920:0x5b3,_0xba69a3:0x4c7,_0x2af723:0x489,_0x102b8e:0x6aa,_0x1ca983:0x619,_0x340d79:0x537,_0x4c2709:0x4e7,_0x5e5771:0x381,_0x52571d:0x380,_0x3b261a:0x3cb,_0x2d776a:0x4d9,_0x427dfc:0x43a,_0x45eb68:0x60a,_0x5014e9:0x5fc,_0xd985ef:0x601,_0x316b37:0x3ea,_0x47b51c:0x36e,_0x4d3dca:0x2fd,_0x334abc:0x413,_0x2cf65c:0x4c3,_0x5c2e41:0x50d,_0x4edd75:0x514,_0x56dacd:0x5b8,_0x3caa50:0x5df,_0x53520d:0x5f9,_0x69b62d:0x59b,_0x26cbab:0x6a8,_0xca78b8:0x74a,_0x4fddc7:0x69e,_0x3508f5:0x632,_0x3e5cbe:0x5fa,_0x1c97ec:0x4c8,_0x55c9d9:0x566,_0x4658b8:0x484,_0x5abd75:0x49d,_0x428b47:0x518,_0x2af0b4:0x522,_0x58d565:0x50f,_0x5f0d5e:0x5b8,_0xb355f7:0x4db,_0x29efa0:0x5f0,_0x480a35:0x5ea,_0x34de16:0x30a,_0x951d63:0x532,_0x248552:0x78d,_0x102c2b:0x686,_0x73f7af:0x46a,_0x103afb:0x59d,_0x3df9eb:0x42b,_0x3a409b:0x512,_0x57e3eb:0x56d,_0x1d7f7e:0x507,_0x45ef84:0x584,_0x81630e:0x56f,_0x4394d9:0x3a4,_0x4c05b7:0x43d,_0x4d5418:0x41d,_0x232144:0x317,_0x1db85b:0x4fe,_0x6f3126:0x2fa,_0x2fa66f:0x58d,_0x48a84f:0x47a,_0x307214:0x59c,_0x40644b:0x72f,_0x31c8e6:0x5bc,_0x4888e0:0x50a,_0x50e5d0:0x600,_0x60239f:0x5d2,_0x1f57ee:0x3cf,_0x2b9e23:0x4c1,_0x28c9d3:0x4be,_0xb80f70:0x4f5,_0x40f881:0x47a,_0x2a8d7d:0x4e3,_0x310ba9:0x4e4,_0x28e22a:0x3e6,_0x2e2d1f:0x414,_0x5a1d02:0x456,_0x29438a:0x442,_0x32b97b:0x4cf,_0x35d012:0x5c2,_0x3170ba:0x5c4,_0x5e1a02:0x4b3,_0x2fb39b:0x4c4,_0x3bed95:0x4a4,_0x2cc3dd:0x4b4,_0x57ab23:0x47f,_0x3c71f4:0x473,_0xef796e:0x39c,_0x3744ee:0x431,_0x2c0cfa:0x4c6,_0xe1444c:0x4ba,_0x1d734a:0x56c,_0x337e24:0x545,_0x2c7bbb:0x346,_0x3f25c3:0x56f,_0x4c42fa:0x495,_0x17acf0:0x4e3,_0x1d8986:0x3ba,_0x4fc2dc:0x4b5,_0x12bb02:0x607,_0x3e4713:0x5ca,_0x271eeb:0x32d,_0x5e35d8:0x3fd,_0x3ef089:0x671,_0x411989:0x639,_0x56bf0c:0x54b,_0x48a112:0x4d6,_0x39c108:0x46a,_0x4c8357:0x4b8,_0x49426b:0x40d,_0x50ed67:0x4d2,_0x4e7348:0x452,_0x38eff5:0x3cc,_0x12ef7a:0x4a8,_0x113225:0x610,_0x4e8d05:0x5d6,_0x4a5bd2:0x4c9,_0x2658ef:0x409,_0x1e11d9:0x45f,_0x2c63ba:0x3a3,_0x41368f:0x3ad,_0x2677ab:0x45b,_0x52996b:0x497,_0x14a5f7:0x5cc,_0x4db9fe:0x4a0,_0x1420f2:0x508,_0x2a7ab1:0x435,_0x282f58:0x3ec,_0x15e665:0x54f,_0x9de9ad:0x5c2,_0x428f34:0x4fb,_0x286004:0x3a1,_0x526fa2:0x3b9,_0x158ef1:0x547,_0x2abaae:0x59f,_0x18fa29:0x546,_0x3643c7:0x3e9,_0x7b6f38:0x464,_0x33590b:0x4dc,_0x3b9901:0x4f2,_0x1c2d00:0x562,_0xb28705:0x568,_0x58eaac:0x55b,_0x50294e:0x53c,_0x561061:0x623,_0x27c682:0x712,_0x3931cf:0x588,_0x3ec277:0x56b},_0x11bdb5={_0x2a46db:0x1a1};function _0x501430(_0x4c92c9,_0x2ce8a5,_0x1d996e,_0x33235d){return _0x917071(_0x1d996e-0x24c,_0x2ce8a5-0xb,_0x1d996e-0x123,_0x4c92c9);}const _0x584f01={'gBOLO':'1.0.0','Mcxmt':function(_0x5bffcb,_0x5a0c1f){return _0x5bffcb===_0x5a0c1f;},'GmcCM':function(_0x160461,_0xcb2035){return _0x160461===_0xcb2035;},'YXCrE':function(_0x32bf79,_0x3e2241){return _0x32bf79===_0x3e2241;},'XqqJv':function(_0x130957,_0x2ddc05){return _0x130957===_0x2ddc05;},'zRYnY':function(_0x36dea9,_0x45eb75){return _0x36dea9===_0x45eb75;},'lJzPs':'At\x20least\x20o'+_0x59e914(_0x110870._0x34d6b5,0x34e,_0x110870._0x944bcb,_0x110870._0x289ea1)+_0x59e914(0x45f,_0x110870._0x5dc55f,0x3fe,_0x110870._0x514015)+_0x501430(_0x110870._0x1ff8fd,_0x110870._0x51a38b,0x585,_0x110870._0x41b698),'lXCGz':_0x59e914(0x44b,0x560,0x4c7,0x483)+_0x59e914(0x459,_0x110870._0x3857f4,_0x110870._0x365d5c,0x3c8),'RaUBC':function(_0x5f4237,_0x32fd39){return _0x5f4237!==_0x32fd39;},'TRFQR':function(_0x876ee3,_0x39b827){return _0x876ee3!==_0x39b827;},'zZrPm':function(_0x1ba022,_0x18cb64){return _0x1ba022!==_0x18cb64;},'pSJnl':_0x59e914(_0x110870._0x6cb39d,0x3f2,_0x110870._0x1387a9,_0x110870._0x35ad83),'qLspo':_0x501430(_0x110870._0x546bf7,_0x110870._0x1dc2b4,0x632,_0x110870._0x33c711),'WVUve':function(_0x3efe79,_0x20b235){return _0x3efe79!==_0x20b235;},'MqSLm':_0x501430(0x568,0x447,0x4f1,0x460),'aBZBw':_0x501430(0x5f9,0x4fa,0x4e4,0x4b8),'FsdhR':function(_0x2ecf16,_0x117fae){return _0x2ecf16(_0x117fae);},'hdKOT':function(_0x152aa4,_0x1d13f5){return _0x152aa4!==_0x1d13f5;},'GNDyk':function(_0x23eda7,_0x175d45){return _0x23eda7>_0x175d45;},'pNSyt':_0x59e914(0x38b,_0x110870._0x2fd656,_0x110870._0x1f2fa7,_0x110870._0xe221b4)+_0x501430(_0x110870._0x3ed6ba,_0x110870._0x5eef63,0x609,_0x110870._0x4cc8ac),'XQvnl':function(_0x24a9f6,_0x26fdc3){return _0x24a9f6!==_0x26fdc3;},'SMYZP':_0x59e914(_0x110870._0x5787b5,0x3ff,0x4a4,_0x110870._0x3a710d),'AAgBL':_0x59e914(0x2e4,0x43b,_0x110870._0x210967,_0x110870._0x30cd0d)+'int','fixgP':'Ryzmd','vKmkW':'Skill\x20upda'+_0x501430(_0x110870._0xfad84d,0x4fb,0x5ad,0x5e3)+'k','KeFMZ':_0x501430(_0x110870._0x17149f,0x613,0x666,_0x110870._0x10e7dc)+_0x501430(0x524,_0x110870._0x21d6f4,0x5b4,0x49b)+'r','edGIJ':_0x501430(0x458,_0x110870._0x3d500a,_0x110870._0x17eb7f,_0x110870._0x2a5d53)+_0x501430(0x43b,_0x110870._0x29a920,_0x110870._0xba69a3,_0x110870._0x2af723)+'ll'},{callingTask:_0x4d7a7b,taskUser:_0x1df817,skillId:_0x931eea,skillPath:_0x38ef11,environmentName:_0x56b31d}=_0x305e1f;function _0x59e914(_0x2943de,_0x1183ac,_0x52aebd,_0x340e40){return _0x506a52(_0x2943de-0x5b,_0x52aebd- -_0x11bdb5._0x2a46db,_0x340e40,_0x340e40-0x184);}const {name:_0x41529f,description:_0x14433e,body:_0x5f1aaf,'allowed-tools':_0x3cb68b,model:_0x590365,'argument-hint':_0x4b6fa9}=_0x305e1f[_0x501430(0x595,_0x110870._0x102b8e,0x5c5,_0x110870._0x1ca983)];if(_0x584f01['Mcxmt'](_0x41529f,undefined)&&_0x584f01[_0x59e914(0x540,0x38e,0x4ae,0x5b8)](_0x14433e,undefined)&&_0x5f1aaf===undefined&&_0x584f01['YXCrE'](_0x3cb68b,undefined)&&_0x584f01['XqqJv'](_0x590365,undefined)&&_0x584f01[_0x59e914(_0x110870._0x340d79,_0x110870._0x4c2709,0x4fb,0x4c2)](_0x4b6fa9,undefined)){const _0x3a068b={};return _0x3a068b[_0x59e914(0x371,_0x110870._0x5e5771,0x436,_0x110870._0x52571d)]='Bad\x20Reques'+'t',_0x3a068b[_0x59e914(0x3da,_0x110870._0x3b261a,_0x110870._0x2d776a,_0x110870._0x427dfc)]=_0x584f01['lJzPs'],_0x20e074['status'](-0x1*0xabb+0x1*0x49d+-0x1*-0x7ae)['json'](_0x3a068b);}logger[_0x501430(_0x110870._0x45eb68,0x491,0x54a,0x64b)](_0x584f01[_0x501430(_0x110870._0x5014e9,0x524,_0x110870._0xd985ef,0x5af)],{'taskId':_0x4d7a7b[_0x59e914(_0x110870._0x316b37,_0x110870._0x47b51c,0x3b9,_0x110870._0x4d3dca)],'skillId':_0x931eea,'environment':_0x56b31d,'userId':_0x1df817['id'],'fields':{'name':_0x584f01[_0x501430(_0x110870._0x334abc,_0x110870._0x2cf65c,_0x110870._0x5c2e41,0x60b)](_0x41529f,undefined),'description':_0x14433e!==undefined,'body':_0x5f1aaf!==undefined,'allowedTools':_0x584f01[_0x501430(_0x110870._0x4edd75,0x669,_0x110870._0x56dacd,_0x110870._0x3caa50)](_0x3cb68b,undefined),'model':_0x584f01[_0x501430(0x58d,_0x110870._0x53520d,_0x110870._0x5c2e41,_0x110870._0x69b62d)](_0x590365,undefined),'argumentHint':_0x584f01['zZrPm'](_0x4b6fa9,undefined)}});const _0x10c2d3=_0x593d90['join'](_0x38ef11,_0x584f01[_0x501430(_0x110870._0x26cbab,_0x110870._0xca78b8,0x652,_0x110870._0x4fddc7)]),_0x5bfae0=new Date()['toISOStrin'+'g']();try{let _0x2b35b2='';try{_0x2b35b2=await _0x199fd3[_0x501430(_0x110870._0x3508f5,0x64a,0x5f0,_0x110870._0x3e5cbe)](_0x10c2d3,_0x584f01[_0x59e914(0x568,_0x110870._0x1c97ec,_0x110870._0x55c9d9,_0x110870._0x4658b8)]);}catch(_0x4214ed){if(_0x584f01['WVUve'](_0x584f01[_0x501430(0x644,0x64c,0x607,0x51b)],_0x584f01[_0x59e914(0x429,_0x110870._0x5abd75,_0x110870._0x428b47,0x56b)]))_0x237398[_0x501430(0x574,0x40b,0x4b5,_0x110870._0x2af0b4)+_0x59e914(_0x110870._0x58d565,_0x110870._0x5f0d5e,_0x110870._0xb355f7,0x5cd)]=_0x504bbb;else{if(_0x584f01[_0x501430(0x5b7,_0x110870._0x29efa0,_0x110870._0x480a35,0x711)](_0x4214ed[_0x59e914(_0x110870._0x34de16,_0x110870._0x951d63,0x432,0x338)],_0x584f01[_0x501430(_0x110870._0x248552,0x58e,_0x110870._0x102c2b,0x6ef)])){const _0x43de94={};return _0x43de94['error']='Not\x20Found',_0x43de94[_0x59e914(_0x110870._0x73f7af,_0x110870._0x103afb,0x4d9,0x5e4)]='Skill\x20\x27'+_0x931eea+(_0x59e914(_0x110870._0x3857f4,_0x110870._0x3df9eb,0x49c,_0x110870._0x3a409b)+'d'),_0x20e074[_0x59e914(_0x110870._0x57e3eb,0x5db,0x529,0x5a2)](0x187c+-0x1a83+0x39b)[_0x59e914(_0x110870._0x1d7f7e,_0x110870._0x45ef84,_0x110870._0x81630e,_0x110870._0x1d7f7e)](_0x43de94);}throw _0x4214ed;}}const _0x2ce59d=_0x584f01['FsdhR'](parseSkillMd,_0x2b35b2),_0x28d336={'name':_0x41529f!==undefined?_0x41529f:_0x2ce59d['frontmatte'+'r'][_0x59e914(0x4a1,_0x110870._0x4394d9,0x3bd,_0x110870._0x4c05b7)]||_0x931eea,'description':_0x584f01['hdKOT'](_0x14433e,undefined)?_0x14433e:_0x2ce59d[_0x59e914(_0x110870._0x4d5418,_0x110870._0x232144,0x38b,0x484)+'r'][_0x59e914(_0x110870._0x1db85b,_0x110870._0x6f3126,0x3f2,0x32a)+'n']||''},_0x315311=_0x3cb68b!==undefined?_0x3cb68b:_0x2ce59d[_0x501430(_0x110870._0x2fa66f,0x59a,_0x110870._0x48a84f,_0x110870._0x307214)+'r']['allowed-to'+_0x501430(0x54c,_0x110870._0x40644b,0x609,0x651)];_0x315311&&_0x584f01[_0x59e914(0x581,_0x110870._0x31c8e6,_0x110870._0x4888e0,0x5d7)](_0x315311[_0x501430(_0x110870._0x50e5d0,0x659,_0x110870._0x60239f,0x691)],0x17d*0xa+0xcd0+0x58a*-0x5)&&(_0x28d336[_0x584f01['pNSyt']]=_0x315311);const _0x49bc58=_0x584f01[_0x501430(0x461,_0x110870._0x1f57ee,_0x110870._0x2b9e23,_0x110870._0x28c9d3)](_0x590365,undefined)?_0x590365:_0x2ce59d[_0x501430(0x39f,_0x110870._0xb80f70,_0x110870._0x40f881,_0x110870._0x2a8d7d)+'r'][_0x59e914(0x3c8,_0x110870._0x310ba9,_0x110870._0x28e22a,0x424)];_0x49bc58&&(_0x584f01[_0x501430(0x4ab,_0x110870._0x2e2d1f,0x50d,_0x110870._0x5a1d02)](_0x584f01[_0x59e914(_0x110870._0x29438a,_0x110870._0x32b97b,0x4b3,0x500)],_0x584f01[_0x59e914(_0x110870._0x35d012,_0x110870._0x3170ba,_0x110870._0x5e1a02,0x3ab)])?(_0x1d663e=_0x30e345[_0x59e914(_0x110870._0x2fb39b,_0x110870._0x3bed95,0x3d9,0x3be)],_0x2f4b93=_0x38bbeb[_0x59e914(0x4df,0x49b,_0x110870._0x2cc3dd,0x3a7)],_0x219edf=_0x281a35[_0x501430(0x368,0x42f,_0x110870._0x57ab23,_0x110870._0x3c71f4)+'g']):_0x28d336[_0x59e914(_0x110870._0xef796e,0x34f,_0x110870._0x28e22a,_0x110870._0x316b37)]=_0x49bc58);const _0x4949fd=_0x4b6fa9!==undefined?_0x4b6fa9:_0x2ce59d[_0x59e914(0x302,_0x110870._0x3744ee,0x38b,0x482)+'r'][_0x584f01[_0x59e914(_0x110870._0x2c0cfa,_0x110870._0xe1444c,_0x110870._0x1d734a,_0x110870._0x337e24)]];if(_0x4949fd){if(_0x584f01[_0x59e914(_0x110870._0x2c7bbb,0x32d,0x43f,0x36f)](_0x584f01['fixgP'],_0x584f01[_0x501430(0x3c4,_0x110870._0x3f25c3,_0x110870._0x4c42fa,_0x110870._0x17acf0)]))_0x28d336[_0x501430(_0x110870._0x5abd75,_0x110870._0x1d8986,_0x110870._0x4fc2dc,0x53b)+_0x501430(0x5d7,_0x110870._0x12bb02,_0x110870._0x3e4713,0x4f9)]=_0x4949fd;else{const _0x3a7a20={};return _0x3a7a20[_0x59e914(0x3ff,0x356,0x379,0x36f)]=_0x584f01['gBOLO'],_0x3a7a20[_0x59e914(_0x110870._0x271eeb,0x321,_0x110870._0x5e35d8,0x515)]={},_0x3a7a20;}}const _0x3fef97=_0x584f01[_0x501430(_0x110870._0x3ef089,0x49a,0x58c,_0x110870._0x411989)](_0x5f1aaf,undefined)?_0x5f1aaf:_0x2ce59d[_0x59e914(_0x110870._0x56bf0c,0x3f9,_0x110870._0x48a112,0x51f)],_0x275e4e=serializeSkillMd(_0x28d336,_0x3fef97);await _0x199fd3[_0x501430(0x651,_0x110870._0x39c108,0x531,_0x110870._0x4c8357)](_0x10c2d3,_0x275e4e,'utf-8');const _0x4b1fc9={};_0x4b1fc9[_0x501430(_0x110870._0x49426b,_0x110870._0x50ed67,0x4a8,0x4d8)]=_0x4d7a7b[_0x501430(_0x110870._0x4e7348,_0x110870._0x38eff5,_0x110870._0x12ef7a,0x525)],_0x4b1fc9[_0x59e914(_0x110870._0x113225,_0x110870._0x4e8d05,0x55f,0x678)]=_0x931eea,_0x4b1fc9[_0x59e914(_0x110870._0x4a5bd2,_0x110870._0x2658ef,0x40d,_0x110870._0x1e11d9)+'t']=_0x56b31d,_0x4b1fc9['userId']=_0x1df817['id'],logger[_0x59e914(_0x110870._0x2c63ba,_0x110870._0x41368f,_0x110870._0x2677ab,_0x110870._0x52996b)](_0x584f01['vKmkW'],_0x4b1fc9);const _0x47e4cc={};_0x47e4cc['success']=!![],_0x47e4cc['id']=_0x931eea,_0x47e4cc[_0x501430(0x50e,0x54f,0x4fc,_0x110870._0x14a5f7)+'t']=_0x56b31d,_0x47e4cc[_0x501430(0x4e8,0x522,_0x110870._0x4db9fe,_0x110870._0x1420f2)]=_0x5bfae0,_0x47e4cc['updatedByT'+'askId']=_0x4d7a7b[_0x59e914(_0x110870._0x2a7ab1,_0x110870._0x4fc2dc,0x3b9,_0x110870._0x282f58)],_0x47e4cc[_0x501430(0x55f,0x5d4,_0x110870._0x15e665,_0x110870._0x45eb68)+_0x501430(0x4fa,_0x110870._0x9de9ad,_0x110870._0x428f34,_0x110870._0xfad84d)]=_0x1df817['id'],_0x20e074['json'](_0x47e4cc);}catch(_0x111cd0){const _0x419357={};_0x419357[_0x501430(0x453,0x5a2,0x4a8,0x584)]=_0x4d7a7b[_0x59e914(0x462,_0x110870._0x286004,_0x110870._0x526fa2,0x2de)],_0x419357[_0x59e914(0x65f,_0x110870._0x158ef1,0x55f,0x45e)]=_0x931eea,_0x419357['error']=_0x111cd0[_0x501430(_0x110870._0x2abaae,0x5c4,_0x110870._0x5eef63,_0x110870._0x18fa29)],logger['error'](_0x501430(0x4a3,_0x110870._0x3643c7,0x4d4,_0x110870._0x7b6f38)+_0x501430(_0x110870._0x33590b,0x40d,0x4c7,_0x110870._0x3b9901)+'ll',_0x419357);const _0x59e311={};_0x59e311[_0x501430(_0x110870._0x1c2d00,0x489,0x525,_0x110870._0x53520d)]=_0x584f01[_0x501430(0x47b,0x5cc,0x4ad,_0x110870._0xb28705)],_0x59e311[_0x501430(_0x110870._0x58eaac,_0x110870._0x50294e,0x5c8,0x61a)]=_0x584f01[_0x501430(_0x110870._0x561061,_0x110870._0x27c682,0x625,_0x110870._0x3931cf)],_0x20e074[_0x59e914(0x5e3,_0x110870._0x3ec277,0x529,0x45a)](0xfcf+0x17b1+-0x963*0x4)['json'](_0x59e311);}}),router[_0x506a52(0x5f1,0x681,0x71f,0x710)](_0x506a52(0x77c,0x6b5,0x71c,0x655)+'killId',requireTaskAuth,validateSkillAccess,async(_0x580fda,_0x24a562)=>{const _0x4602fa={_0x42a5b0:0x2b1,_0x38059c:0x1fa,_0x400501:0x33f,_0x5ec8ff:0x4d0,_0x3350a0:0x4bf,_0x1c1356:0x447,_0x4a5406:0x496,_0x5b11a2:0x56f,_0x4367ed:0x312,_0x16a635:0x2fb,_0x53b931:0x2c1,_0x2a30ab:0x2fa,_0x317dd3:0x358,_0x4460e5:0x27e,_0x237375:0x3f7,_0x3ba0c2:0x2d8,_0x20e26a:0x439,_0x50587d:0x310,_0x112ee0:0x221,_0x2da5b9:0x5eb,_0x3654d1:0x4e2,_0x4ca11e:0x281,_0x3e3fc5:0x3a0,_0x52fae6:0x21a,_0x4ff53:0x182,_0xb166a3:0x1e0,_0x4d2473:0x2f5,_0x28848f:0x22a,_0x562fe4:0x3d1,_0x596dd6:0x40b,_0x482bbb:0x46e,_0xd52e4e:0x46b,_0xd72943:0x455,_0x13e924:0x45b,_0x2fd0c9:0x40c,_0x13d1ac:0x40c,_0x411007:0x3c6,_0x50a900:0x415,_0x2395d6:0x39e,_0x18fbea:0x418,_0x259d7d:0x37d,_0x4b51fe:0x343,_0x521571:0x366,_0x117d50:0x3b7,_0x163c76:0x3a6,_0x5c1df5:0x362,_0x184a82:0x36b,_0x56ffe5:0x338,_0x28bfd0:0x286,_0x2cb05d:0x38f,_0x14d25c:0x4a7,_0x5ec246:0x298,_0x78e018:0x367,_0x2a39e3:0x337,_0x4c2d01:0x5ce,_0x3a5dd3:0x483,_0x5e145e:0x47c,_0x105c2a:0x489,_0x1bf60b:0x37e,_0x59576d:0x288,_0x2b8d20:0x32f,_0x8609f7:0x268,_0x7b8115:0x34f,_0x873328:0x3bf,_0x36b2ba:0x403,_0x3ac677:0x449,_0x154311:0x354,_0x3d0d33:0x357,_0x5b0e0a:0x289,_0xafb1df:0x3a2,_0x3c2dd5:0x330,_0x300145:0x359,_0xdef16c:0x523,_0x470a2b:0x5b7,_0x5653bc:0x343,_0x364691:0x2c2,_0x3ea142:0x1c1,_0x3b49e0:0x18f,_0x69ad97:0x2bc,_0x487965:0x426,_0x9d7a7e:0x3fd,_0x40d64d:0x4a1,_0x4a38fc:0x4b2,_0x5e1fd7:0x3c1,_0x2c08c0:0x3c3,_0x3f01de:0x42c,_0x440caf:0x57d,_0x27c92c:0x4e4,_0x3724ad:0x5b4,_0x3de58b:0x32d,_0x1e454a:0x2ad,_0x54765a:0x457,_0x51487e:0x486,_0x294168:0x3c7,_0x109801:0x335,_0x4abc7f:0x373,_0x1122ed:0x50d,_0x1044b4:0x3dd,_0x139a5b:0x31e,_0x190ae4:0x453,_0xfb467b:0x375,_0x1781e6:0x45d,_0x51ee11:0x4a3,_0x4c3ab4:0x19c,_0x38b908:0x231,_0x4b7a39:0x598,_0x3f646b:0x4eb,_0x1c9705:0x41b,_0x5b2534:0x42f,_0x46ea19:0x42b,_0x925a69:0x373,_0x55ddbc:0x3c5,_0x5d2d0f:0x4e0,_0x14c499:0x25c,_0x428483:0x2a2,_0x571999:0x336,_0x3455d9:0x482,_0x3bad0c:0x3f8,_0x45b7c3:0x456,_0x75e718:0x4de,_0xf99e5f:0x459,_0x48a700:0x4f0,_0x36dc13:0x180,_0x385cfb:0x557,_0xd0be69:0x39c,_0x503e1e:0x454,_0x265524:0x438,_0x19eeb0:0x448,_0x4d1139:0x393,_0x279fa3:0x271,_0x4f7dd6:0x220,_0x3c4f60:0x30f,_0x5993e8:0x275,_0x3cf8e3:0x3d2,_0x263d53:0x2bf,_0x1184a3:0x3b5,_0x193def:0x302,_0x409045:0x355,_0x3b5b98:0x448,_0x48d30a:0x4d8,_0x3620ac:0x419,_0x31c773:0x431,_0x4bdaf9:0x26c,_0x597ddc:0x3f9,_0x29ca5d:0x428,_0x45c05e:0x393,_0x44f82b:0x2fe,_0x4ae09c:0x32b,_0x280eec:0x2df,_0x5c12b2:0x328,_0x11555e:0x472,_0x16f538:0x591,_0x28af3a:0x3a5,_0x1a82a6:0x32d,_0x5a816b:0x3e2,_0x218f5c:0x473,_0x4fcfb5:0x4f0,_0x2dab87:0x26f,_0x4294b5:0x37c,_0x1dd8e0:0x41a,_0x57029c:0x48a,_0x21888c:0x3f2,_0x193a3a:0x47e,_0x474597:0x3d9,_0x342363:0x4ae,_0x4cc995:0x3ab,_0x363ae4:0x374,_0x9e2a08:0x327,_0x335ac5:0x452,_0x3bd11a:0x3ef,_0xc03834:0x3c8,_0xc61324:0x34e,_0x42a249:0x55b,_0x4e234f:0x448,_0x387659:0x44f,_0x1e5703:0x434,_0x3f89f9:0x282,_0x50e08b:0x35c,_0x4ee3a5:0x210,_0x20ebf5:0x2a7,_0xe2e544:0x1e6,_0x539316:0x3e9,_0x4f8587:0x2f6,_0x5af166:0x234,_0x4515a6:0x22d,_0x4e4387:0x521,_0x17ba3d:0x4f5,_0x59a9b1:0x3cb,_0x54f5ad:0x4d6,_0x1d76dd:0x215,_0x41da67:0x1b6,_0x4ba73c:0x226,_0x1c7b94:0x4ec,_0x54e0bd:0x42b,_0x509b38:0x503,_0x18ed87:0x32a,_0x1a9a58:0x448,_0x4ef025:0x2fb,_0xf6decd:0x314,_0x241b38:0x2ac,_0x560a9c:0x487,_0x3ef9be:0x536,_0x2166d4:0x3e8,_0x5401a2:0x1fe,_0x5bcf35:0x441,_0xc31500:0x333,_0x5ad2d9:0x349,_0x4031ec:0x33e,_0x108b21:0x3d0,_0x17d679:0x4d9,_0x3e7018:0x2f9,_0x3a7d3a:0x429,_0x35a0ed:0x300,_0x3d2113:0x436,_0xd27575:0x402,_0x358321:0x27b,_0x3570d7:0x32c,_0x1bf40a:0x23e,_0x2849ec:0x289,_0x114a84:0x2ba,_0x41b26f:0x481,_0x4b5c61:0x4a3,_0x3037b5:0x3d3,_0x3c5bcf:0x2e4,_0x20adb3:0x5e7,_0x4bb110:0x2d9,_0x15c0de:0x313,_0x53418b:0x1e4,_0x1b4bd7:0x24f,_0x466e1a:0x3d2,_0x2d2b9c:0x56e,_0x1ecac8:0x470,_0x4bbcaa:0x450,_0x31ded9:0x359,_0x51ec14:0x2c9,_0x260729:0x3db,_0x5f42b7:0x4bc,_0x4458e9:0x2cc,_0x2760da:0x411,_0x4006bc:0x36c,_0x4ef829:0x2df,_0x400abd:0x37a,_0x44b540:0x505,_0x4df9ba:0x47c,_0x103de8:0x2d9,_0x4cbc22:0x2c9,_0x34aaed:0x248,_0x17a3b3:0x36d,_0x2fb358:0x4c5,_0x3e4829:0x355,_0x49cb89:0x3b0,_0x56bc62:0x57b,_0x83a1e6:0x4d1,_0xaf8ade:0x4c6,_0xf73ae:0x51d,_0x35e2e8:0x4cd,_0x389ca6:0x33c,_0xbb5724:0x2f5,_0x1e2b04:0x49e,_0x400a80:0x40f,_0x5ab67e:0x30b,_0x4b364b:0x3b8,_0x284e04:0x1e3,_0x51fccd:0x355,_0x4183d4:0x342,_0x3a1756:0x1de,_0x5d026f:0x309,_0x316513:0x51e,_0x2219f6:0x36a,_0x430833:0x3dd,_0x271dfc:0x452,_0x1476fd:0x404,_0x553cfd:0x466,_0x577dd9:0x2a9,_0x87e60f:0x307,_0x122b1d:0x2c2,_0x236cdf:0x401,_0x1f290c:0x432,_0xbf9e70:0x4a6,_0x4beddf:0x39a,_0x4ffe8c:0x20f,_0x272241:0x328,_0xcc5827:0x285,_0x1f6220:0x3cc,_0x568a39:0x58f,_0x1da1f6:0x41f,_0x1600ae:0x4f0,_0x3da68a:0x276,_0x189f0d:0x3b9,_0x437e78:0x392,_0x483aa6:0x448,_0x316df8:0x52f,_0x2d6403:0x4cf,_0x258bc2:0x445,_0x5f5039:0x401,_0x4236a9:0x52c,_0x186830:0x448,_0x427449:0x54b,_0x38fdf2:0x3b9,_0x76e4cd:0x3f4,_0x374ec9:0x2d7,_0x590222:0x3de,_0x27e257:0x34a,_0x48799d:0x502,_0x24eb6c:0x41e,_0x5ae9c0:0x4aa,_0x5c7902:0x453,_0x5daf3a:0x40a,_0x1a257c:0x48a,_0x5e5b6e:0x330,_0x5dfd97:0x342,_0x22ec8f:0x379,_0x5b140b:0x1b1,_0x5b6391:0x17c,_0x4646cd:0x287,_0x51c38f:0x226,_0x109f22:0x35c,_0x2daf30:0x2cd,_0x1aa6c8:0x31f,_0x21de94:0x44b,_0x2c41da:0x52a,_0x2b60c9:0x242,_0x284084:0x38b,_0x494e12:0x3f0,_0x3100b1:0x335,_0x49bcba:0x4e6,_0x174226:0x542,_0x3e36f6:0x2a8,_0x3d7fdc:0x1ef,_0x45bec4:0x1c9,_0x20b2a7:0x479,_0x4ecfbc:0x439,_0x467e02:0x3ba,_0x4e5887:0x33c,_0x44d20d:0x2e7,_0x4af10b:0x381,_0x33894d:0x563,_0x2207c4:0x4fb,_0x1b066d:0x3b1,_0x2bd155:0x3b1,_0x3dd3ad:0x479,_0x5416e1:0x48f,_0x168cc8:0x33f,_0x3bd42d:0x37c,_0x3a0450:0x29c,_0x18e981:0x3c5,_0x1592c9:0x48d,_0x472ebe:0x5d0,_0x164230:0x592,_0x26e261:0x1c0,_0x1fce64:0x1eb,_0x1a859b:0x34c,_0x416696:0x296,_0x4b7d56:0x231,_0x15ce40:0x3b3,_0x583af7:0x360,_0x2e0098:0x30a,_0x27aee7:0x190,_0x22d2fe:0x371,_0x6dcc19:0x339,_0x749e60:0x4bc,_0x9cd8c3:0x394,_0x49d2d7:0x506,_0x277bbf:0x1bf,_0x8d0f1a:0x247,_0x44eaed:0x356,_0x2eb83e:0x321,_0x14e309:0x22c,_0x14b40b:0x25a,_0x1b4fec:0x27a,_0x4d1ac8:0x345,_0x43e1bc:0x2df,_0x263048:0x1fa,_0x656212:0x4df,_0x227837:0x42b,_0x1b326c:0x51e,_0xa0c661:0x1c4,_0x38a906:0x237,_0x5a828b:0x4c6,_0x36f64b:0x3e6,_0x321c01:0x436,_0x343c36:0x3a4,_0x49e251:0x42d,_0x5d0a13:0x2cc,_0x47c921:0x566,_0x5af5c9:0x2f2,_0x16dba2:0x3f8,_0x3c2149:0x319,_0x44e8d6:0x518,_0x59178b:0x2d9,_0x4253f9:0x491,_0x3c63e9:0x3ca,_0x1f362e:0x540,_0x115825:0x408,_0x5b095b:0x353,_0x53fafe:0x3e3,_0x5a931f:0x32a,_0x32ce9b:0x459,_0x21cfb8:0x4a1,_0x48329c:0x2b6,_0x393b5c:0x29d,_0x4b48be:0x365,_0x453028:0x3b9,_0x466528:0x44c,_0x2cf747:0x3c1,_0xff2b62:0x2e9,_0x4bb1b9:0x3d3,_0x423f24:0x516,_0x498763:0x432,_0x9588d2:0x3e4,_0x56c8c6:0x3ba,_0x51c246:0x3f5,_0x258b11:0x3e7,_0x450345:0x50a,_0x20985d:0x42e,_0x19f5f:0x308,_0x99815a:0x234,_0x465cbf:0x4a6,_0x50e397:0x3a5,_0x94930c:0x527,_0x2b7283:0x44d,_0xc5f951:0x566,_0x13b658:0x214,_0x85cfae:0x303,_0x49598e:0x2ca,_0x343e15:0x3ed,_0x4143c6:0x535,_0x27a181:0x414,_0x48d447:0x4e9,_0x382cd2:0x410,_0x480137:0x43f,_0x22fa3d:0x54d,_0xf5ce7d:0x29e,_0x30e63a:0x324,_0x1b4290:0x23f,_0x2676ac:0x1d7,_0x4726a1:0x3dc,_0x4d6dda:0x3a6,_0xec5609:0x1e7,_0x17172a:0x2d9,_0x518265:0x4a0,_0x4b8528:0x306,_0x146ebd:0x491,_0x512cd4:0x423,_0x5b0afa:0x502,_0x10fd52:0x555,_0x605f02:0x3e1,_0x1aa3b:0x448,_0x4cbaf5:0x3e3,_0x4879fa:0x364,_0x4185e9:0x301,_0x1f25b9:0x28f,_0x4dcfe3:0x21f,_0x3a21ba:0x425,_0x30c4fe:0x3e9,_0x427883:0x217,_0x5ae13f:0x272,_0x1f63d8:0x3b0,_0x44ffe9:0x471,_0x107477:0x352,_0xef9bcb:0x3c8,_0x3526de:0x4ff,_0x119476:0x27e,_0x2005a7:0x380,_0x441293:0x21c,_0x3ede5c:0x4fc,_0x42b1b6:0x472,_0x2abfeb:0x487,_0x5a2710:0x285,_0x480963:0x4ce,_0x144337:0x4bb,_0x2d112b:0x423,_0x2aafb2:0x498,_0x2d3ad7:0x406,_0x2ccc23:0x4d6,_0x209e63:0x241,_0x212996:0x2b0,_0x5adf69:0x388,_0x216139:0x396,_0x31570f:0x4eb,_0x11189c:0x400,_0x598031:0x348,_0x44b85c:0x419,_0x4e9f7c:0x351,_0x43fb1f:0x37e,_0x33ca28:0x32a,_0x47afdf:0x2f0,_0x403bb7:0x31c,_0x4b419e:0x3ef,_0x1f3ee1:0x348,_0x1ee2dd:0x1da,_0x1a9d2d:0x250,_0x23b157:0x47b,_0x3d869e:0x3fe,_0x490306:0x302,_0x283646:0x3e6,_0x3eccdd:0x360,_0x2cd580:0x1db,_0x57e442:0x284,_0x2d4b0f:0x31d,_0xcc7e1c:0x315,_0x2cb420:0x2b9},_0x738ba0={_0x1cf59d:0x63,_0x3cab32:0x232,_0x16683f:0x1b2},_0x4b44d6={_0x261c78:0xd0},_0x222568={'VvQGu':function(_0x18261e,_0x46eaf0){return _0x18261e!==_0x46eaf0;},'CjwXw':'ENOENT','sQsnk':_0x8781a(0x2a2,_0x4602fa._0x42a5b0,_0x4602fa._0x38059c,0x1b7)+_0x581428(0x32e,0x3f5,0x2a9,_0x4602fa._0x400501),'OmmFg':_0x581428(_0x4602fa._0x5ec8ff,_0x4602fa._0x3350a0,0x379,_0x4602fa._0x1c1356)+_0x8781a(_0x4602fa._0x4a5406,0x460,_0x4602fa._0x5b11a2,0x339),'EngsX':_0x8781a(_0x4602fa._0x4367ed,_0x4602fa._0x16a635,_0x4602fa._0x53b931,_0x4602fa._0x2a30ab),'DYOoP':_0x8781a(_0x4602fa._0x317dd3,0x2c9,_0x4602fa._0x4460e5,0x24d),'GlbNS':_0x8781a(0x45e,_0x4602fa._0x237375,_0x4602fa._0x3ba0c2,_0x4602fa._0x20e26a)+'skills.jso'+'n','cUpMf':'Failed\x20to\x20'+_0x8781a(0x3ba,_0x4602fa._0x50587d,0x3a5,_0x4602fa._0x112ee0)+'orted\x20regi'+'stry\x20durin'+_0x581428(_0x4602fa._0x2da5b9,0x4d2,0x429,_0x4602fa._0x3654d1)+_0x8781a(0x28a,_0x4602fa._0x4ca11e,_0x4602fa._0x3e3fc5,0x30d),'cecwi':_0x8781a(_0x4602fa._0x52fae6,0x293,_0x4602fa._0x4ff53,_0x4602fa._0xb166a3)+'ted\x20by\x20tas'+_0x8781a(0x2dd,0x33a,0x277,0x3a6)+_0x8781a(0x38f,_0x4602fa._0x4d2473,_0x4602fa._0x28848f,_0x4602fa._0x562fe4)+_0x8781a(_0x4602fa._0x596dd6,_0x4602fa._0x482bbb,0x42e,0x3bf),'kXqPt':_0x8781a(_0x4602fa._0xd52e4e,0x3e1,0x2d2,0x478)+'t','ZZKbB':'Skill\x20mana'+_0x8781a(0x2bd,0x3bb,_0x4602fa._0xd72943,0x49b)+_0x581428(0x398,0x511,0x56e,0x4c0)+'tialized','pwKsj':_0x8781a(_0x4602fa._0x13e924,0x443,_0x4602fa._0x2fd0c9,0x52e)+_0x581428(_0x4602fa._0x13d1ac,0x327,_0x4602fa._0x411007,0x434)+'r','epHbU':_0x8781a(0x311,_0x4602fa._0x50a900,_0x4602fa._0x2395d6,0x345)+_0x581428(0x477,0x427,_0x4602fa._0x18fbea,0x3e4)+'zed','rsnAY':'delete','iYkxN':function(_0x46ed6f,_0x425ed5){return _0x46ed6f===_0x425ed5;},'zugCF':_0x581428(0x237,_0x4602fa._0x259d7d,0x371,_0x4602fa._0x4b51fe),'MmjJy':function(_0x29c63e,_0x3bf5aa){return _0x29c63e===_0x3bf5aa;},'LyKIM':_0x8781a(_0x4602fa._0x521571,_0x4602fa._0x117d50,0x452,0x35d),'pnpAv':function(_0x4ab597,_0x5f4a07){return _0x4ab597===_0x5f4a07;},'coDTL':_0x581428(_0x4602fa._0x163c76,_0x4602fa._0x5c1df5,0x2c3,0x2c6),'PviqV':_0x8781a(_0x4602fa._0x184a82,_0x4602fa._0x56ffe5,_0x4602fa._0x28bfd0,_0x4602fa._0x13d1ac)+'be\x20either\x20'+_0x8781a(0x4c3,_0x4602fa._0x1c1356,0x50d,_0x4602fa._0x2cb05d)+'r\x20\x22unassig'+'n\x22','yPnXm':function(_0x5efcba,_0xd61a1b){return _0x5efcba===_0xd61a1b;},'nYgZp':_0x581428(_0x4602fa._0x14d25c,_0x4602fa._0x5ec246,_0x4602fa._0x78e018,0x381),'AsluB':'NGiuJ','qjKFp':_0x581428(0x301,0x389,0x322,_0x4602fa._0x2a39e3),'xPMZQ':_0x581428(_0x4602fa._0x4c2d01,0x4dc,0x3f7,0x4b2),'FartI':function(_0x17544c,_0x1a2d97){return _0x17544c!==_0x1a2d97;},'SYXHG':function(_0x15b7d3,_0x3dedf8){return _0x15b7d3!==_0x3dedf8;},'gjczy':_0x581428(0x483,0x518,_0x4602fa._0x3a5dd3,_0x4602fa._0x5e145e),'BmWGF':function(_0x543d71,_0x2a1300){return _0x543d71===_0x2a1300;},'jKaZe':_0x8781a(_0x4602fa._0x105c2a,_0x4602fa._0x1bf60b,_0x4602fa._0x59576d,_0x4602fa._0x2b8d20),'XzcFP':'coder.json','rIkCA':function(_0x2d3115,_0x1da731){return _0x2d3115===_0x1da731;},'TIWUY':'cTNAT','vmZpL':_0x581428(0x25b,0x232,0x312,0x332),'RjgAc':_0x8781a(0x340,_0x4602fa._0x8609f7,0x1ca,0x1c8),'zQpcY':function(_0x25229a,_0x293b35){return _0x25229a===_0x293b35;},'hKrEm':_0x581428(_0x4602fa._0x7b8115,0x3c5,0x4cf,_0x4602fa._0x873328),'NetOp':_0x581428(_0x4602fa._0x36b2ba,_0x4602fa._0x3ac677,0x2cb,_0x4602fa._0x154311)+_0x8781a(_0x4602fa._0x3d0d33,0x361,_0x4602fa._0x5b0e0a,_0x4602fa._0xafb1df)+'g\x20while\x20un'+_0x8781a(0x28d,0x382,_0x4602fa._0x3c2dd5,_0x4602fa._0x300145)+_0x581428(_0x4602fa._0xdef16c,_0x4602fa._0x470a2b,0x4a2,0x4f1),'kDMut':_0x8781a(0x22e,0x27e,_0x4602fa._0x5653bc,_0x4602fa._0x364691),'UCusX':_0x8781a(_0x4602fa._0x3ea142,0x2b1,0x313,_0x4602fa._0x3b49e0)+_0x581428(_0x4602fa._0x69ad97,_0x4602fa._0x487965,0x3fe,0x36a)+_0x581428(0x501,0x384,_0x4602fa._0x9d7a7e,_0x4602fa._0x40d64d)+_0x581428(_0x4602fa._0x4a38fc,_0x4602fa._0x5e1fd7,_0x4602fa._0x2c08c0,_0x4602fa._0x3f01de)+_0x581428(_0x4602fa._0x440caf,_0x4602fa._0x27c92c,_0x4602fa._0x3724ad,0x48d)+'\x20skill','zPewA':function(_0x3bde56,_0x114e3d,_0x4bd0f9){return _0x3bde56(_0x114e3d,_0x4bd0f9);},'KQiqw':_0x8781a(0x257,0x22e,0x1df,0x20e),'eYzql':function(_0x2c4a62){return _0x2c4a62();},'VFMkV':function(_0x18c92f,_0x1f65ac){return _0x18c92f(_0x1f65ac);},'zJxod':_0x8781a(_0x4602fa._0x3de58b,0x2b1,_0x4602fa._0x1e454a,0x296)+_0x581428(_0x4602fa._0x54765a,0x4e6,_0x4602fa._0x51487e,_0x4602fa._0x294168)+'unassign\x20s'+_0x8781a(_0x4602fa._0x109801,_0x4602fa._0x4abc7f,0x3de,0x3ba),'tNgxi':function(_0x5c6e35,_0x3abe6e){return _0x5c6e35===_0x3abe6e;},'MVzDH':'Failed\x20to\x20'+_0x581428(0x505,0x44d,_0x4602fa._0x1122ed,0x411)+'ll','SQFIx':_0x581428(_0x4602fa._0x1044b4,_0x4602fa._0x139a5b,_0x4602fa._0x190ae4,_0x4602fa._0x154311)+_0x8781a(0x254,_0x4602fa._0xfb467b,_0x4602fa._0x1781e6,0x3ad)+_0x581428(0x3b8,0x421,_0x4602fa._0x51ee11,0x416)};function _0x8781a(_0x243b6a,_0x15f342,_0x9ba602,_0x5bd76c){return _0x917071(_0x15f342-0x29,_0x15f342-0x113,_0x9ba602-_0x4b44d6._0x261c78,_0x9ba602);}const {callingTask:_0x376562,taskUser:_0x361cdc,skillId:_0x4dbc46,skillPath:_0x4217e7,environmentName:_0x15f66d}=_0x580fda,_0x682fb7=_0x580fda[_0x8781a(_0x4602fa._0x4c3ab4,_0x4602fa._0x38b908,0x2e2,0x296)][_0x581428(_0x4602fa._0x4b7a39,0x5a3,0x550,_0x4602fa._0x3f646b)]??_0x580fda[_0x8781a(_0x4602fa._0x1c9705,_0x4602fa._0xafb1df,_0x4602fa._0x5b2534,0x489)]?.['mode']??_0x222568['rsnAY'],_0x306709=_0x222568[_0x581428(_0x4602fa._0x46ea19,_0x4602fa._0x925a69,0x2ea,0x36e)](typeof _0x682fb7,_0x222568['zugCF'])?_0x682fb7[_0x581428(0x48c,_0x4602fa._0x55ddbc,_0x4602fa._0x5d2d0f,0x45d)+'e']():_0x222568[_0x8781a(_0x4602fa._0x14c499,0x284,0x2e0,0x1fc)],_0x5e45b3=_0x580fda[_0x581428(_0x4602fa._0x428483,0x1e1,_0x4602fa._0x571999,0x2d4)][_0x8781a(_0x4602fa._0x3455d9,_0x4602fa._0x3bad0c,_0x4602fa._0x45b7c3,0x31b)]??_0x580fda['body']?.[_0x8781a(_0x4602fa._0x75e718,0x3f8,_0x4602fa._0xf99e5f,_0x4602fa._0x48a700)],_0x3f0cd6=_0x222568[_0x581428(0x299,0x30b,0x45e,0x36e)](_0x5e45b3,!![])||_0x222568['MmjJy'](_0x5e45b3,_0x222568[_0x8781a(0x296,0x242,_0x4602fa._0x36dc13,0x1fe)]),_0x511042=new Date()[_0x581428(_0x4602fa._0x385cfb,0x37d,_0x4602fa._0xd0be69,_0x4602fa._0x503e1e)+'g']();if(_0x222568[_0x581428(0x2ef,_0x4602fa._0x265524,_0x4602fa._0x19eeb0,_0x4602fa._0x4d1139)](_0x306709,_0x222568[_0x581428(_0x4602fa._0x279fa3,0x3d4,_0x4602fa._0x4f7dd6,0x327)])&&_0x306709!=='unassign'){if(_0x222568[_0x581428(0x39a,0x32b,0x378,_0x4602fa._0x3c4f60)](_0x581428(0x1d8,0x20f,_0x4602fa._0x5993e8,0x2c6),_0x222568[_0x8781a(_0x4602fa._0x3cf8e3,0x30f,_0x4602fa._0x263d53,0x1e8)])){const _0x56cd78={};return _0x56cd78[_0x8781a(_0x4602fa._0x1184a3,_0x4602fa._0x193def,_0x4602fa._0x409045,0x300)]=_0x222568['kXqPt'],_0x56cd78[_0x581428(_0x4602fa._0x3b5b98,_0x4602fa._0x48d30a,_0x4602fa._0x3620ac,0x448)]=_0x222568['PviqV'],_0x24a562[_0x581428(_0x4602fa._0x51487e,_0x4602fa._0x31c773,0x3ac,0x498)](0x32*-0x6b+-0x209a+-0x6e2*-0x8)['json'](_0x56cd78);}else{if(_0x222568[_0x581428(_0x4602fa._0x4bdaf9,_0x4602fa._0x597ddc,_0x4602fa._0x29ca5d,_0x4602fa._0x45c05e)](_0x107b28[_0x8781a(_0x4602fa._0x409045,_0x4602fa._0x44f82b,0x3b4,0x367)],_0x222568[_0x8781a(_0x4602fa._0x4ae09c,_0x4602fa._0x280eec,_0x4602fa._0x5c12b2,0x3c9)])){const _0x4738fb={};_0x4738fb[_0x581428(_0x4602fa._0x11555e,0x4bc,_0x4602fa._0x16f538,0x4ce)]=_0x37db9b,_0x4738fb[_0x581428(0x474,_0x4602fa._0x3f01de,0x362,0x3a5)]=_0x56c1ea[_0x8781a(0x2a0,_0x4602fa._0x28af3a,_0x4602fa._0x1a82a6,_0x4602fa._0x5a816b)],_0x3cdc39[_0x581428(0x518,0x562,_0x4602fa._0x218f5c,_0x4602fa._0x4fcfb5)](_0x222568['sQsnk'],_0x4738fb);}}}const _0x218d79=Object['entries'](coderConfig?.[_0x581428(_0x4602fa._0x2dab87,0x33c,0x3d1,_0x4602fa._0x4294b5)+'ts']||{})[_0x581428(_0x4602fa._0x1dd8e0,_0x4602fa._0x57029c,_0x4602fa._0x21888c,_0x4602fa._0x193a3a)](([,_0x35736d])=>Array[_0x581428(0x28c,0x28f,0x375,0x2f4)](_0x35736d[_0x581428(0x259,0x3bf,0x493,0x36c)])&&_0x35736d[_0x581428(0x26e,0x260,0x291,0x36c)]['includes'](_0x4dbc46))[_0x581428(0x429,0x39f,0x30d,_0x4602fa._0x474597)](([_0x4e2f59])=>_0x4e2f59),_0x1a1ab4=_0x218d79['filter'](_0x1576fc=>_0x1576fc!==_0x15f66d);if(_0x222568[_0x581428(0x4ca,_0x4602fa._0x342363,0x357,_0x4602fa._0x4cc995)](_0x306709,_0x222568[_0x581428(_0x4602fa._0x363ae4,0x2e1,0x27f,_0x4602fa._0x9e2a08)])&&_0x1a1ab4[_0x581428(0x387,_0x4602fa._0x400501,0x40b,_0x4602fa._0x335ac5)]>-0x414+-0x10*-0x1+0x202*0x2&&!_0x3f0cd6){const _0x1303d8={};return _0x1303d8[_0x581428(_0x4602fa._0x3bd11a,_0x4602fa._0x193a3a,_0x4602fa._0xc03834,_0x4602fa._0x28af3a)]='Conflict',_0x1303d8[_0x581428(_0x4602fa._0xc61324,_0x4602fa._0x42a249,0x41e,_0x4602fa._0x4e234f)]='Skill\x20\x27'+_0x4dbc46+('\x27\x20is\x20assig'+'ned\x20to\x20oth'+_0x8781a(0x3cb,0x366,0x334,_0x4602fa._0x387659)+_0x8781a(_0x4602fa._0x1e5703,0x31b,_0x4602fa._0x3f89f9,_0x4602fa._0x50e08b)+_0x8781a(_0x4602fa._0x4ee3a5,_0x4602fa._0x20ebf5,_0x4602fa._0xe2e544,_0x4602fa._0x1e454a)+'orce=true\x20'+_0x581428(_0x4602fa._0x539316,0x214,0x329,_0x4602fa._0x4f8587)+_0x8781a(0x2d7,_0x4602fa._0x5af166,_0x4602fa._0x4515a6,0x168)+_0x8781a(0x2ca,0x3c0,0x341,0x3a6)+_0x581428(0x583,0x592,_0x4602fa._0x4e4387,_0x4602fa._0x17ba3d)+'elete\x20it.'),_0x1303d8[_0x581428(0x37d,0x2ae,_0x4602fa._0x59a9b1,0x37c)+'ts']=_0x1a1ab4,_0x24a562['status'](-0x1609*0x1+-0x2081+0x3823)[_0x581428(0x4b9,0x506,_0x4602fa._0x54f5ad,_0x4602fa._0x75e718)](_0x1303d8);}const _0x28cd31=_0x222568[_0x8781a(_0x4602fa._0x317dd3,0x2c6,_0x4602fa._0x1d76dd,0x3c8)](_0x306709,_0x8781a(0x14c,_0x4602fa._0x28848f,_0x4602fa._0x41da67,_0x4602fa._0x4ba73c))?[_0x15f66d]:_0x3f0cd6?_0x218d79:[_0x15f66d],_0x41b0d6={};function _0x581428(_0x2d7f9f,_0x25709c,_0x23ed22,_0x4af723){return _0x506a52(_0x2d7f9f-_0x738ba0._0x1cf59d,_0x4af723- -_0x738ba0._0x3cab32,_0x2d7f9f,_0x4af723-_0x738ba0._0x16683f);}_0x41b0d6[_0x581428(_0x4602fa._0x4f8587,0x226,0x3c0,0x328)]=_0x376562['taskId'],_0x41b0d6[_0x8781a(_0x4602fa._0x1c7b94,_0x4602fa._0x54e0bd,_0x4602fa._0x509b38,_0x4602fa._0x18ed87)]=_0x4dbc46,_0x41b0d6[_0x8781a(0x424,_0x4602fa._0x1a9a58,0x4f8,0x4be)]=_0x306709,_0x41b0d6['force']=_0x3f0cd6,_0x41b0d6[_0x581428(0x454,_0x4602fa._0x4ef025,_0x4602fa._0xf6decd,0x37c)+'t']=_0x15f66d,_0x41b0d6[_0x8781a(_0x4602fa._0x241b38,0x2d9,0x1b5,0x241)+'tsToUnassi'+'gn']=_0x28cd31,_0x41b0d6[_0x581428(0x5aa,_0x4602fa._0x560a9c,_0x4602fa._0x3ef9be,0x4c6)]=_0x361cdc['id'],logger[_0x581428(0x464,0x442,0x4cf,0x3ca)](_0x581428(0x3a9,0x438,0x472,0x383)+_0x581428(_0x4602fa._0x2166d4,0x477,0x3f9,0x507)+_0x8781a(_0x4602fa._0x5401a2,0x29a,0x190,0x320)+_0x581428(_0x4602fa._0x5bcf35,0x48b,_0x4602fa._0xc31500,0x416),_0x41b0d6);try{if(_0x222568['iYkxN'](_0x222568[_0x8781a(_0x4602fa._0x5ad2d9,_0x4602fa._0x4031ec,0x2f2,0x39c)],_0x8781a(0x489,_0x4602fa._0x108b21,0x454,0x485))){const _0x20089b={};return _0x20089b[_0x8781a(0x3b2,0x302,0x348,0x420)]='Bad\x20Reques'+'t',_0x20089b['message']=_0x222568['OmmFg'],_0x25f586[_0x8781a(0x496,0x3f5,_0x4602fa._0x17d679,_0x4602fa._0x3e7018)](0x193e+-0x1d39*0x1+-0xb*-0x81)[_0x8781a(0x3a4,0x43b,_0x4602fa._0x3a7d3a,0x3e3)](_0x20089b);}else{for(const _0x38129a of _0x28cd31){try{if(_0x222568[_0x581428(0x444,_0x4602fa._0x35a0ed,0x29a,0x36e)](_0x222568['AsluB'],_0x222568[_0x8781a(_0x4602fa._0x3d2113,0x3c2,0x2b1,_0x4602fa._0xd27575)])){const _0x164529={};_0x164529[_0x581428(0x280,0x23b,_0x4602fa._0x358321,_0x4602fa._0x3570d7)]=_0x322fe0[_0x8781a(_0x4602fa._0x1bf40a,_0x4602fa._0x2849ec,_0x4602fa._0x114a84,0x177)],_0x164529['type']=_0x222568[_0x581428(_0x4602fa._0x19eeb0,_0x4602fa._0x41b26f,_0x4602fa._0x4b5c61,_0x4602fa._0x3037b5)],_0x329e45[_0x581428(0x372,0x248,_0x4602fa._0x3c5bcf,0x349)](_0x164529);}else{const _0x192e57=_0x593d90[_0x581428(_0x4602fa._0x20adb3,0x3f3,0x437,0x4d1)](setupPath,_0x8781a(0x3ca,_0x4602fa._0x4bb110,_0x4602fa._0x15c0de,0x2f1)+'ts',_0x38129a,_0x8781a(_0x4602fa._0x2a39e3,_0x4602fa._0x4bb110,_0x4602fa._0x53418b,_0x4602fa._0x1b4bd7)+'t.json');let _0x5e96ef,_0x369397,_0xf2be4d=![];try{const _0x17b4ce=await _0x199fd3[_0x581428(0x580,_0x4602fa._0x466e1a,_0x4602fa._0x2d2b9c,_0x4602fa._0x1ecac8)](_0x192e57,_0x222568[_0x8781a(0x338,_0x4602fa._0x4bbcaa,0x399,0x499)]);_0x369397=JSON[_0x8781a(0x3f7,_0x4602fa._0x31ded9,0x3a5,0x438)](_0x17b4ce),_0x5e96ef=_0x192e57;if(Array[_0x581428(0x33c,_0x4602fa._0x4031ec,0x266,0x2f4)](_0x369397['skills'])){const _0x50e9f0=_0x369397[_0x8781a(0x312,_0x4602fa._0x51ec14,0x357,0x3bd)][_0x8781a(0x3fe,_0x4602fa._0x260729,_0x4602fa._0x260729,0x3c6)](_0x39076f=>_0x39076f!==_0x4dbc46);_0x222568['FartI'](_0x50e9f0[_0x8781a(_0x4602fa._0xc61324,0x3af,_0x4602fa._0x5f42b7,0x2b2)],_0x369397[_0x581428(_0x4602fa._0x4458e9,_0x4602fa._0x2760da,0x410,_0x4602fa._0x4006bc)][_0x8781a(0x339,0x3af,0x3c1,_0x4602fa._0x4ef829)])&&(_0x222568[_0x581428(_0x4602fa._0x400abd,_0x4602fa._0x3620ac,0x3ec,0x3cc)](_0x222568[_0x581428(_0x4602fa._0x44b540,0x570,0x486,0x50b)],_0x581428(0x4fb,_0x4602fa._0x31ded9,0x521,_0x4602fa._0x4df9ba))?_0x4c144c[_0x8781a(0x3a8,_0x4602fa._0x103de8,0x1f6,0x223)+'ts'][_0x4a9542][_0x8781a(0x210,_0x4602fa._0x4cbc22,0x3d2,0x2e7)]=[]:(_0x369397[_0x581428(_0x4602fa._0x34aaed,0x33f,_0x4602fa._0x17a3b3,0x36c)]=_0x50e9f0,_0xf2be4d=!![]));}}catch{if(_0x222568['BmWGF'](_0x222568[_0x581428(0x3bd,0x2ff,0x3f1,0x3b0)],_0x222568[_0x581428(0x371,_0x4602fa._0x2fb358,_0x4602fa._0x3e4829,_0x4602fa._0x49cb89)])){const _0x57c8d0=_0x593d90[_0x581428(_0x4602fa._0x56bc62,0x4ea,0x571,_0x4602fa._0x83a1e6)](setupPath,_0x222568[_0x581428(_0x4602fa._0xaf8ade,0x37d,0x59e,0x48b)]);try{if(_0x222568['rIkCA'](_0x222568['TIWUY'],_0x222568['vmZpL'])){if(!_0x5301a9)return null;return _0x1b1c98[_0x8781a(0x54b,0x42e,0x31d,0x385)](_0x38929e,_0x222568[_0x8781a(_0x4602fa._0xf73ae,0x456,0x388,_0x4602fa._0x35e2e8)],_0x222568['GlbNS']);}else{const _0x1e4c87=await _0x199fd3[_0x8781a(_0x4602fa._0x389ca6,0x3cd,_0x4602fa._0xbb5724,0x3a3)](_0x57c8d0,_0x8781a(_0x4602fa._0x1e2b04,_0x4602fa._0x400a80,0x318,_0x4602fa._0x5ab67e));_0x369397=JSON['parse'](_0x1e4c87),_0x5e96ef=_0x57c8d0;const _0x58a8e8=_0x369397[_0x8781a(_0x4602fa._0x4b364b,0x2d9,_0x4602fa._0x284e04,0x354)+'ts']?.[_0x38129a]?.[_0x581428(_0x4602fa._0x51fccd,0x38d,_0x4602fa._0x4183d4,0x36c)];if(Array[_0x581428(_0x4602fa._0x3a1756,_0x4602fa._0x5d026f,0x2b5,0x2f4)](_0x58a8e8)){if(_0x222568[_0x581428(0x529,_0x4602fa._0x316513,0x4fa,0x482)]===_0x222568['RjgAc']){const _0x8ad677=_0x58a8e8[_0x8781a(_0x4602fa._0x2219f6,0x3db,_0x4602fa._0x430833,0x32e)](_0x227eee=>_0x227eee!==_0x4dbc46);_0x8ad677[_0x581428(0x3be,0x4f4,0x475,_0x4602fa._0x271dfc)]!==_0x58a8e8['length']&&(_0x222568['zQpcY'](_0x222568['hKrEm'],_0x581428(_0x4602fa._0x1476fd,0x2a2,_0x4602fa._0x553cfd,_0x4602fa._0x873328))?(_0x369397['environmen'+'ts'][_0x38129a]['skills']=_0x8ad677,_0xf2be4d=!![]):_0x538e02[_0x5266da]=_0x23bfc2[_0x8781a(_0x4602fa._0x577dd9,_0x4602fa._0x87e60f,_0x4602fa._0x122b1d,0x277)]()['slice'](-0x71*0x32+0x3a6*0x1+-0x126d*-0x1,-(0xe*0xee+-0x1*-0xc07+-0x190a))[_0x581428(_0x4602fa._0x236cdf,0x4f8,_0x4602fa._0x1f290c,0x4ae)](',')[_0x581428(0x4a0,0x345,0x2cc,0x3d9)](_0x24281f=>_0x24281f[_0x581428(0x37a,0x294,0x32e,0x3aa)]())[_0x8781a(0x2ff,0x3db,0x2b5,_0x4602fa._0xbf9e70)](_0x4b5b83));}else{const _0x4a04ca={};_0x4a04ca[_0x581428(_0x4602fa._0x4beddf,0x314,_0x4602fa._0x4ffe8c,_0x4602fa._0x272241)]=_0x511995[_0x8781a(0x29f,_0x4602fa._0xcc5827,0x367,0x293)],_0x4a04ca['skillId']=_0x588983,_0x4a04ca['error']=_0x3e0f07['message'],_0x1c36ea[_0x581428(_0x4602fa._0x1f6220,_0x4602fa._0x568a39,_0x4602fa._0x1da1f6,_0x4602fa._0x1600ae)](_0x222568['cUpMf'],_0x4a04ca);const _0x4ad68f={};_0x4ad68f[_0x581428(_0x4602fa._0x3da68a,0x3a3,0x24d,0x328)]=_0x58b737[_0x581428(_0x4602fa._0x189f0d,_0x4602fa._0x2849ec,_0x4602fa._0x400abd,_0x4602fa._0x272241)],_0x4ad68f[_0x8781a(_0x4602fa._0x437e78,0x42b,_0x4602fa._0x483aa6,0x4ef)]=_0x4f8c05,_0x4ad68f[_0x581428(0x460,0x37c,_0x4602fa._0x1c1356,0x37c)+'t']=_0x3188c7,_0x4ad68f[_0x581428(_0x4602fa._0x316df8,0x4ec,0x4ff,0x49b)]=_0x795228,_0x4ad68f[_0x8781a(_0x4602fa._0x2d6403,0x423,0x40e,0x3e9)]=_0x2478a4['id'],_0x184f0a[_0x8781a(0x42c,0x44d,0x458,_0x4602fa._0x258bc2)](_0x222568[_0x581428(0x413,0x366,0x34d,_0x4602fa._0x5f5039)],_0x4ad68f);const _0x46e2a8={};return _0x46e2a8['success']=!![],_0x46e2a8['id']=_0x156237,_0x46e2a8[_0x8781a(_0x4602fa._0x4236a9,_0x4602fa._0x186830,_0x4602fa._0x427449,0x47e)]=_0x16b474,_0x46e2a8[_0x8781a(_0x4602fa._0x38fdf2,0x3f8,_0x4602fa._0x76e4cd,_0x4602fa._0x374ec9)]=_0x6a4ad7,_0x46e2a8[_0x581428(_0x4602fa._0x590222,0x3f3,_0x4602fa._0x27e257,_0x4602fa._0x4294b5)+'t']=_0x40e43f,_0x46e2a8[_0x581428(_0x4602fa._0x48799d,_0x4602fa._0x24eb6c,_0x4602fa._0x5ae9c0,_0x4602fa._0x5c7902)+_0x581428(0x467,_0x4602fa._0x5daf3a,_0x4602fa._0xc03834,_0x4602fa._0x1a257c)+'nts']=_0x5dd556,_0x46e2a8['removedFro'+_0x8781a(_0x4602fa._0x5e5b6e,0x3f6,_0x4602fa._0x5dfd97,_0x4602fa._0x22ec8f)]=![],_0x46e2a8[_0x8781a(0x18f,0x2b0,0x211,_0x4602fa._0x5b140b)]=_0x6d93a0,_0x46e2a8[_0x581428(_0x4602fa._0x1122ed,0x45d,0x3e8,0x42f)+_0x8781a(_0x4602fa._0x5b6391,_0x4602fa._0x4646cd,0x1b6,0x369)]=_0x29db5b[_0x581428(0x2ef,0x221,_0x4602fa._0x51c38f,0x328)],_0x46e2a8[_0x8781a(0x4c9,_0x4602fa._0x11555e,0x544,0x38d)+'serId']=_0x28e0cd['id'],_0x4febae[_0x8781a(0x44c,0x43b,_0x4602fa._0x109f22,0x3cc)](_0x46e2a8);}}}}catch(_0x35c8a1){const _0x47df08={};_0x47df08[_0x581428(0x242,_0x4602fa._0x2daf30,_0x4602fa._0x1aa6c8,0x328)]=_0x376562['taskId'],_0x47df08[_0x581428(_0x4602fa._0x21de94,_0x4602fa._0x2c41da,0x545,0x4ce)]=_0x4dbc46,_0x47df08[_0x581428(0x52f,0x499,0x598,0x4fe)]=_0x38129a,_0x47df08[_0x8781a(_0x4602fa._0x2b60c9,0x302,_0x4602fa._0x284084,0x21b)]=_0x35c8a1[_0x8781a(0x3bb,_0x4602fa._0x28af3a,_0x4602fa._0x494e12,_0x4602fa._0x3100b1)],logger[_0x581428(_0x4602fa._0x49bcba,_0x4602fa._0x174226,0x4b1,0x4f0)](_0x222568['NetOp'],_0x47df08);continue;}}else _0x13c8f8[_0x8781a(0x3d1,_0x4602fa._0x51ec14,_0x4602fa._0x3e36f6,_0x4602fa._0x3d7fdc)]=[];}if(_0xf2be4d){if(_0x222568[_0x8781a(0x1cd,0x2f0,_0x4602fa._0x13d1ac,_0x4602fa._0x45bec4)](_0x222568[_0x8781a(_0x4602fa._0x20b2a7,_0x4602fa._0x4ecfbc,_0x4602fa._0x467e02,_0x4602fa._0x294168)],_0x222568['kDMut'])){const _0x18b9b5={};return _0x18b9b5['error']=_0x222568['kXqPt'],_0x18b9b5['message']='Skill\x20ID\x20i'+'s\x20required'+_0x581428(0x26a,0x287,_0x4602fa._0x4e5887,_0x4602fa._0x44d20d)+_0x8781a(_0x4602fa._0x4af10b,0x44f,_0x4602fa._0x33894d,0x35d)+'g',_0x4187ee['status'](0x2272+0x1a3b+-0x199*0x25)[_0x8781a(0x519,0x43b,_0x4602fa._0x2207c4,0x3ec)](_0x18b9b5);}else await _0x199fd3[_0x581428(0x4ca,_0x4602fa._0x1b066d,0x313,_0x4602fa._0x2bd155)](_0x5e96ef,JSON[_0x581428(_0x4602fa._0x3dd3ad,0x5be,_0x4602fa._0x5416e1,0x4dd)](_0x369397,null,0x489*0x4+-0x210+-0x1012),_0x222568['xPMZQ']);}}}catch(_0x4904f7){const _0x33f9d0={};_0x33f9d0['taskId']=_0x376562[_0x8781a(_0x4602fa._0x168cc8,0x285,_0x4602fa._0x3bd42d,_0x4602fa._0x3a0450)],_0x33f9d0[_0x581428(_0x4602fa._0x3bd11a,_0x4602fa._0x18e981,_0x4602fa._0x2fb358,0x4ce)]=_0x4dbc46,_0x33f9d0['envName']=_0x38129a,_0x33f9d0['error']=_0x4904f7[_0x8781a(0x3f4,0x3a5,0x4b1,_0x4602fa._0x1592c9)],logger[_0x581428(_0x4602fa._0x472ebe,_0x4602fa._0x164230,0x5d6,_0x4602fa._0x48a700)](_0x222568[_0x8781a(_0x4602fa._0x26e261,0x299,0x1bc,_0x4602fa._0x1fce64)],_0x33f9d0);}}for(const _0x26a0e5 of _0x28cd31){const _0x30fac6=coderConfig?.['environmen'+'ts']?.[_0x26a0e5]?.[_0x8781a(_0x4602fa._0x1a859b,0x2c9,0x275,0x2ce)];if(!Array[_0x581428(0x3ab,_0x4602fa._0x416696,_0x4602fa._0x4b7d56,0x2f4)](_0x30fac6))continue;coderConfig['environmen'+'ts'][_0x26a0e5][_0x8781a(0x365,_0x4602fa._0x4cbc22,_0x4602fa._0x15ce40,_0x4602fa._0x583af7)]=_0x30fac6[_0x8781a(0x312,0x3db,0x4ff,0x2c9)](_0x433452=>_0x433452!==_0x4dbc46);}if(_0x306709===_0x222568[_0x8781a(_0x4602fa._0x2e0098,0x284,0x338,_0x4602fa._0x27aee7)]){const _0x3e9d73={};_0x3e9d73[_0x581428(0x3da,_0x4602fa._0x22d2fe,_0x4602fa._0x3d7fdc,0x2ca)]=!![],_0x3e9d73[_0x8781a(_0x4602fa._0x6dcc19,_0x4602fa._0x3bad0c,_0x4602fa._0x749e60,_0x4602fa._0x9cd8c3)]=!![],await _0x199fd3['rm'](_0x4217e7,_0x3e9d73),_0x222568[_0x581428(_0x4602fa._0x49d2d7,0x484,0x551,0x496)](removeContainersForSkill,_0x4217e7,logger)['catch'](()=>{});let _0x2bac85=![];try{if(_0x8781a(_0x4602fa._0x277bbf,0x22e,0x224,0x223)===_0x222568[_0x8781a(_0x4602fa._0x8d0f1a,_0x4602fa._0x44eaed,0x3cb,_0x4602fa._0x2eb83e)]){const _0x4d75a6=await _0x222568['eYzql'](loadImportedSkillsRegistry);_0x4d75a6[_0x8781a(_0x4602fa._0x14e309,0x2c9,0x2e8,_0x4602fa._0x14b40b)]?.[_0x4dbc46]&&(delete _0x4d75a6[_0x8781a(0x3de,0x2c9,0x385,0x3d7)][_0x4dbc46],await _0x222568[_0x8781a(_0x4602fa._0x1b4fec,_0x4602fa._0x4d1ac8,0x38e,0x22f)](saveImportedSkillsRegistry,_0x4d75a6),_0x2bac85=!![]);const _0x9d731c={};_0x9d731c['taskId']=_0x376562[_0x8781a(0x389,_0x4602fa._0xcc5827,_0x4602fa._0x43e1bc,_0x4602fa._0x263048)],_0x9d731c[_0x8781a(_0x4602fa._0x656212,_0x4602fa._0x227837,0x432,_0x4602fa._0x1b326c)]=_0x4dbc46,_0x9d731c[_0x8781a(0x386,0x2d9,_0x4602fa._0xa0c661,_0x4602fa._0x38a906)+'t']=_0x15f66d,_0x9d731c[_0x8781a(0x4b8,0x3f8,0x2d1,_0x4602fa._0x5a828b)]=_0x3f0cd6,_0x9d731c[_0x8781a(0x395,0x3b0,0x4a1,_0x4602fa._0x36f64b)+_0x8781a(0x39d,0x3f6,0x3bf,_0x4602fa._0x321c01)]=_0x2bac85,_0x9d731c[_0x8781a(0x322,0x423,0x371,_0x4602fa._0x343c36)]=_0x361cdc['id'],logger[_0x581428(0x46b,0x510,_0x4602fa._0x49e251,0x4f0)](_0x581428(_0x4602fa._0x5d0a13,0x39e,0x350,_0x4602fa._0x571999)+'ted\x20by\x20tas'+'k',_0x9d731c);const _0x45cbb0={};return _0x45cbb0['success']=!![],_0x45cbb0['id']=_0x4dbc46,_0x45cbb0[_0x581428(0x4e9,0x5b1,_0x4602fa._0x47c921,0x4eb)]=_0x306709,_0x45cbb0[_0x8781a(_0x4602fa._0x5af5c9,_0x4602fa._0x16dba2,_0x4602fa._0x3c2149,_0x4602fa._0x44e8d6)]=_0x3f0cd6,_0x45cbb0[_0x8781a(0x1e1,_0x4602fa._0x59178b,0x35e,0x3a9)+'t']=_0x15f66d,_0x45cbb0[_0x581428(0x37a,_0x4602fa._0x4253f9,_0x4602fa._0x3c63e9,0x453)+'mEnvironme'+_0x8781a(0x17a,0x273,0x1f5,0x2f3)]=_0x28cd31,_0x45cbb0['removedFro'+_0x581428(0x485,0x506,_0x4602fa._0x1f362e,0x499)]=_0x2bac85,_0x45cbb0[_0x581428(0x25c,0x3a8,_0x4602fa._0x115825,_0x4602fa._0x5b095b)]=_0x511042,_0x45cbb0[_0x8781a(0x46e,0x38c,0x3a1,_0x4602fa._0x69ad97)+_0x581428(0x30c,0x275,_0x4602fa._0x53fafe,_0x4602fa._0x5a931f)]=_0x376562['taskId'],_0x45cbb0[_0x581428(0x611,_0x4602fa._0x174226,_0x4602fa._0x32ce9b,0x515)+_0x8781a(0x37d,0x2d8,0x3f1,0x290)]=_0x361cdc['id'],_0x24a562[_0x8781a(_0x4602fa._0x21cfb8,0x43b,0x337,0x508)](_0x45cbb0);}else{_0x17fb92[_0x8781a(_0x4602fa._0x48329c,0x302,_0x4602fa._0x393b5c,_0x4602fa._0x4b48be)](_0x222568[_0x8781a(_0x4602fa._0x11555e,0x444,0x54c,_0x4602fa._0x453028)]);const _0x1e0ed5={};return _0x1e0ed5[_0x581428(_0x4602fa._0x466528,0x3c2,_0x4602fa._0x2cf747,0x3a5)]=_0x222568[_0x8781a(_0x4602fa._0xff2b62,0x32e,0x309,_0x4602fa._0x4bb1b9)],_0x1e0ed5[_0x581428(_0x4602fa._0x423f24,0x432,_0x4602fa._0x498763,0x448)]=_0x222568[_0x581428(_0x4602fa._0x5a816b,_0x4602fa._0x9588d2,_0x4602fa._0x56c8c6,0x4c5)],_0x5a6f05[_0x8781a(0x377,_0x4602fa._0x51c246,_0x4602fa._0x258b11,_0x4602fa._0x450345)](0x9a5+0x4*0x717+-0x347*0xb)[_0x581428(_0x4602fa._0x18e981,_0x4602fa._0x20985d,0x3f0,0x4de)](_0x1e0ed5);}}catch(_0x5907c6){const _0x252ab3={};_0x252ab3[_0x581428(_0x4602fa._0x109f22,_0x4602fa._0x19f5f,_0x4602fa._0x99815a,0x328)]=_0x376562['taskId'],_0x252ab3[_0x8781a(0x4fb,_0x4602fa._0x46ea19,0x49c,0x353)]=_0x4dbc46,_0x252ab3[_0x581428(0x483,0x315,_0x4602fa._0x465cbf,_0x4602fa._0x50e397)]=_0x5907c6[_0x581428(_0x4602fa._0x94930c,0x388,0x563,0x448)],logger[_0x8781a(0x4dc,_0x4602fa._0x2b7283,_0x4602fa._0xc5f951,0x41c)](_0x8781a(_0x4602fa._0x13b658,0x2b1,_0x4602fa._0x85cfae,_0x4602fa._0x49598e)+'update\x20imp'+_0x581428(_0x4602fa._0x343e15,_0x4602fa._0x4143c6,0x3a9,_0x4602fa._0x27a181)+_0x581428(0x33d,_0x4602fa._0x48d447,0x532,_0x4602fa._0x382cd2)+_0x8781a(0x50f,_0x4602fa._0x480137,_0x4602fa._0x22fa3d,0x4e0)+_0x581428(0x311,_0x4602fa._0xf5ce7d,0x328,_0x4602fa._0x30e63a),_0x252ab3);const _0xb5a676={};_0xb5a676[_0x8781a(_0x4602fa._0x1b4290,0x285,0x207,_0x4602fa._0x2676ac)]=_0x376562['taskId'],_0xb5a676[_0x581428(0x3b2,_0x4602fa._0x4726a1,_0x4602fa._0x4d6dda,0x4ce)]=_0x4dbc46,_0xb5a676[_0x8781a(_0x4602fa._0xec5609,_0x4602fa._0x17172a,0x2a9,0x1d6)+'t']=_0x15f66d,_0xb5a676[_0x8781a(_0x4602fa._0x518265,0x3f8,0x345,_0x4602fa._0x4b8528)]=_0x3f0cd6,_0xb5a676[_0x8781a(_0x4602fa._0x146ebd,_0x4602fa._0x512cd4,_0x4602fa._0x46ea19,_0x4602fa._0x5b0afa)]=_0x361cdc['id'],logger[_0x581428(0x46a,_0x4602fa._0x10fd52,0x468,0x4f0)](_0x222568[_0x581428(0x385,0x3fe,0x359,_0x4602fa._0x236cdf)],_0xb5a676);const _0xfac1ca={};return _0xfac1ca[_0x8781a(_0x4602fa._0x605f02,0x328,0x214,0x2bf)]=!![],_0xfac1ca['id']=_0x4dbc46,_0xfac1ca[_0x8781a(_0x4602fa._0x467e02,_0x4602fa._0x1aa3b,_0x4602fa._0x4cbaf5,_0x4602fa._0x4879fa)]=_0x306709,_0xfac1ca[_0x8781a(0x4a2,0x3f8,0x3bb,0x2ea)]=_0x3f0cd6,_0xfac1ca[_0x8781a(_0x4602fa._0x4185e9,0x2d9,_0x4602fa._0x1f25b9,_0x4602fa._0x4dcfe3)+'t']=_0x15f66d,_0xfac1ca[_0x8781a(_0x4602fa._0x3a21ba,_0x4602fa._0x49cb89,0x2c7,_0x4602fa._0x30c4fe)+'mEnvironme'+_0x8781a(_0x4602fa._0x427883,0x273,0x262,_0x4602fa._0x5ae13f)]=_0x28cd31,_0xfac1ca[_0x8781a(0x4cc,_0x4602fa._0x1f63d8,_0x4602fa._0x44ffe9,_0x4602fa._0x107477)+_0x8781a(0x428,0x3f6,_0x4602fa._0xef9bcb,_0x4602fa._0x3526de)]=![],_0xfac1ca[_0x8781a(_0x4602fa._0x119476,0x2b0,0x2ab,0x198)]=_0x511042,_0xfac1ca['deletedByT'+_0x581428(_0x4602fa._0x416696,_0x4602fa._0x2005a7,_0x4602fa._0x3c2149,0x32a)]=_0x376562[_0x8781a(0x302,_0x4602fa._0xcc5827,_0x4602fa._0x441293,_0x4602fa._0x5e5b6e)],_0xfac1ca[_0x8781a(_0x4602fa._0x3ede5c,_0x4602fa._0x42b1b6,0x4d6,_0x4602fa._0x2abfeb)+'serId']=_0x361cdc['id'],_0x24a562['json'](_0xfac1ca);}}const _0x19e86c={};_0x19e86c[_0x8781a(0x393,_0x4602fa._0x5a2710,0x1ac,_0x4602fa._0x3a1756)]=_0x376562['taskId'],_0x19e86c[_0x581428(0x5be,0x487,_0x4602fa._0x482bbb,_0x4602fa._0x480963)]=_0x4dbc46,_0x19e86c[_0x8781a(0x2ca,_0x4602fa._0x59178b,_0x4602fa._0x14c499,0x23b)+'t']=_0x15f66d,_0x19e86c[_0x8781a(_0x4602fa._0x144337,_0x4602fa._0x2d112b,_0x4602fa._0x2aafb2,_0x4602fa._0x2d3ad7)]=_0x361cdc['id'],logger[_0x581428(0x4b9,0x3c4,_0x4602fa._0x2ccc23,0x3ca)](_0x8781a(0x125,_0x4602fa._0x209e63,0x12f,_0x4602fa._0x212996)+'signed\x20by\x20'+_0x581428(0x572,0x3c7,0x386,0x4a9),_0x19e86c);const _0x40648c={};return _0x40648c[_0x8781a(0x3ef,0x328,_0x4602fa._0x5adf69,_0x4602fa._0x216139)]=!![],_0x40648c['id']=_0x4dbc46,_0x40648c[_0x581428(0x563,0x44c,0x3f9,_0x4602fa._0x31570f)]=_0x306709,_0x40648c['environmen'+'t']=_0x15f66d,_0x40648c[_0x581428(_0x4602fa._0x11189c,0x2f3,_0x4602fa._0x598031,0x35f)+'FromEnviro'+_0x581428(0x4ce,_0x4602fa._0x44b85c,0x471,0x3f4)]=_0x28cd31,_0x40648c[_0x581428(0x3ba,0x2ef,_0x4602fa._0x4e9f7c,0x320)]=_0x511042,_0x40648c[_0x581428(0x53f,_0x4602fa._0x43fb1f,0x49d,0x449)+_0x581428(0x209,_0x4602fa._0x4beddf,0x21e,_0x4602fa._0x33ca28)]=_0x376562[_0x8781a(0x205,0x285,_0x4602fa._0x47afdf,0x36d)],_0x40648c[_0x8781a(0x33c,_0x4602fa._0x3570d7,_0x4602fa._0x403bb7,0x366)+_0x581428(_0x4602fa._0x4b419e,0x29b,0x2ec,0x37b)]=_0x361cdc['id'],_0x24a562[_0x8781a(0x50f,0x43b,_0x4602fa._0x1f3ee1,0x4c2)](_0x40648c);}}catch(_0x45a8c6){const _0x308cde={};return _0x308cde[_0x8781a(0x1c7,0x285,0x181,_0x4602fa._0x1ee2dd)]=_0x376562[_0x581428(_0x4602fa._0x1a9d2d,0x430,0x2fa,_0x4602fa._0x5c12b2)],_0x308cde['skillId']=_0x4dbc46,_0x308cde[_0x581428(_0x4602fa._0x23b157,0x49f,0x5f7,_0x4602fa._0x31570f)]=_0x306709,_0x308cde[_0x581428(_0x4602fa._0x3d869e,_0x4602fa._0x2fb358,0x3da,0x3a5)]=_0x45a8c6[_0x581428(0x49d,0x570,0x4f4,0x448)],logger[_0x8781a(0x1ec,_0x4602fa._0x490306,0x2d2,0x206)](_0x222568[_0x581428(_0x4602fa._0xfb467b,0x25a,0x22d,_0x4602fa._0x16a635)],_0x308cde),_0x24a562[_0x8781a(_0x4602fa._0x562fe4,0x3f5,0x4e5,_0x4602fa._0x20b2a7)](0x199*0x4+-0x25a0*-0x1+-0x8*0x542)['json']({'error':_0x222568[_0x581428(0x2c0,0x338,_0x4602fa._0x283646,_0x4602fa._0x562fe4)],'message':_0x222568[_0x581428(_0x4602fa._0x3eccdd,0x394,0x349,0x399)](_0x306709,_0x222568[_0x8781a(_0x4602fa._0x2cd580,_0x4602fa._0x57e442,_0x4602fa._0x2d4b0f,0x3a8)])?_0x222568[_0x8781a(0x408,_0x4602fa._0xcc7e1c,0x389,0x41a)]:_0x222568[_0x8781a(0x254,0x271,_0x4602fa._0x2cb420,0x356)]});}}),router[_0x917071(0x38c,0x26c,0x46f,0x349)]('/skills/:s'+'killId/fil'+_0x917071(0x296,0x241,0x1ec,0x248),requireTaskAuth,validateSkillAccess,async(_0x31dd0b,_0x4a046c)=>{const _0x3a8c52={_0x4397f4:0xea,_0xed7cb5:0x27,_0x48eebb:0x21d,_0x53c28b:0x229,_0x2154e9:0x214,_0x435d3c:0x2a3,_0xc6d092:0x124,_0x40cc59:0x23b,_0x26fc18:0xc4,_0x2f7c1a:0x2fc,_0xc42aab:0x19c,_0xf65ab8:0x2c4,_0x438bbd:0x1f9,_0x33751b:0x279,_0x4fac56:0x38e,_0x5c6d27:0x1a8,_0x4e02f7:0x225,_0x16380b:0x1bb,_0x40a672:0x118,_0x5abf9d:0xba,_0x266ae2:0x295,_0x598907:0x1d8,_0x1bdf80:0x1ef,_0x4035ec:0x1ea,_0x4674e9:0x51,_0x215606:0x66,_0x49cec5:0x1c9,_0x14629c:0xee,_0x3e4348:0x12d,_0x2ee8fc:0x27f,_0x4f6834:0x390,_0x542e70:0x2b8,_0x41ab7a:0x89,_0x510709:0x1ec,_0x42bb1b:0x234,_0x3a51e2:0xf1,_0x23802f:0x23,_0x2e60be:0xdf,_0x1f128b:0xe1,_0x340a51:0x254,_0x147ef8:0x268,_0x3634d0:0x2e5,_0x526c4f:0x1c8,_0x5e5e83:0x18b,_0x29000d:0x1e6,_0x507a90:0xd6,_0x435ed0:0x1f9,_0x2e4c86:0xde,_0x298228:0x28,_0x6dc7bc:0x4f,_0x4001a0:0x2d2,_0xcd60e7:0x94,_0x344bd5:0x1fb,_0x3f5bc3:0x87,_0x210be4:0x1f4,_0x1f932f:0x226,_0x1e78c2:0x14a,_0x4456cd:0x42,_0x4a7e88:0x1e1,_0x14a06b:0x6d,_0x583b05:0xf3,_0x540073:0x1fd,_0x3537ac:0x200,_0x483b8e:0x20d,_0x3bb768:0x13b,_0x574e40:0x130,_0x3a372d:0x2d0,_0x402ed9:0x36d,_0x1a3799:0x316,_0x5796af:0x160,_0x300c0d:0x1fa,_0x94b864:0x1e4,_0x42c156:0xd2,_0x408ef5:0xc,_0x423055:0x202,_0x396258:0x171,_0x2e9b4d:0x2f4,_0xa965c7:0x1f2,_0x4e5561:0x3c,_0x378eba:0x126,_0x53f200:0x9,_0x365c00:0x241,_0x3ba47e:0x24a,_0x3968d4:0x272,_0x22be1e:0x1dd,_0x1b63cc:0x243,_0x321c7f:0x205,_0x589825:0x159,_0x2f306f:0x334,_0x19cdd9:0x1e8,_0x1c620b:0x74,_0x410bf2:0x28f,_0x54a0d1:0x3aa,_0x323b1d:0x223,_0x588406:0x1f9,_0x1419ca:0x1ff,_0x1093c3:0x56,_0x2b3a51:0x119,_0x18b8ed:0x5,_0x5b931d:0x2f,_0x5d8b29:0x26f,_0x48f53c:0x192,_0x4a679c:0x2a7,_0x497d47:0x7,_0x46dc10:0x11a,_0x44546b:0x4,_0x401294:0x126,_0x354b81:0x2ff,_0x534e9c:0x15b,_0x413305:0xd0,_0x11b7c8:0x3e,_0x5b7884:0x134,_0x4015d4:0x12f,_0xd98d8e:0x279,_0x6083:0x356,_0x48e1b4:0x6f,_0x7d1039:0x1b,_0x2d953f:0x316,_0x198cc8:0x218,_0x58f202:0x32f,_0x183782:0x432,_0x568f5f:0x139,_0x4e4b16:0x343,_0x20a94e:0x19,_0x4099b6:0x92,_0x1fe0e7:0x243,_0x1b25f2:0x212,_0x3a6090:0x64,_0x5be207:0xd5,_0x3f55cd:0xd6,_0x4e42d3:0x17d,_0x1ae89:0x7e,_0x3331c0:0x1bc,_0x5dbe53:0x251,_0x3ccb0b:0x55,_0x110338:0x2f,_0x5a392a:0x135,_0x17b375:0x12b,_0x174b69:0x12e,_0x5ca598:0x1f,_0x4ddb6f:0x158,_0xe8cb6e:0x1eb,_0x4f928d:0x305,_0x33115f:0x312,_0x30e07c:0x2ac,_0x367688:0x3b7,_0x32a943:0x3f4,_0x1abb71:0x316,_0x147df7:0x357,_0x20f538:0x395,_0x27f32b:0x258,_0x2d3206:0x260,_0x53f61b:0x1dd,_0x4a733d:0x10a,_0x553e07:0x2a8,_0x34499c:0x123,_0xa74816:0x1,_0x528f66:0x32e,_0x35e2b3:0x1cd,_0x95846e:0x2db,_0x1f4887:0x19c,_0x1c7060:0x28d,_0x1927ae:0x233},_0x4c06fb={_0x5b101e:0x5b,_0x55c4cb:0xda},_0x28f585={_0x5b027c:0xfc,_0x4043bd:0x131},_0x392b38={};_0x392b38[_0x10d4eb(-0x38,-0x9c,-_0x3a8c52._0x4397f4,_0x3a8c52._0xed7cb5)]=_0x10d4eb(0x69,-0x117,-0x56,-0x125)+'t',_0x392b38[_0x362887(_0x3a8c52._0x48eebb,0x1c6,_0x3a8c52._0x53c28b,0xff)]=_0x362887(_0x3a8c52._0x2154e9,_0x3a8c52._0x435d3c,0x2b0,_0x3a8c52._0xc6d092)+_0x362887(_0x3a8c52._0x40cc59,0x1b3,0x323,0x159),_0x392b38['HUmcY']=function(_0x1b3321,_0x34ed63){return _0x1b3321===_0x34ed63;},_0x392b38[_0x362887(0x1de,0x176,_0x3a8c52._0x26fc18,_0x3a8c52._0x2f7c1a)]=_0x362887(_0x3a8c52._0xc42aab,0x7d,0x2a4,_0x3a8c52._0xf65ab8),_0x392b38[_0x362887(0x2cd,0x223,0x252,_0x3a8c52._0x438bbd)]=_0x362887(_0x3a8c52._0x33751b,_0x3a8c52._0x4fac56,0x265,0x1f5),_0x392b38['bEUaT']=_0x10d4eb(-_0x3a8c52._0x5c6d27,-_0x3a8c52._0x4e02f7,-0x186,-0x16f)+_0x10d4eb(-_0x3a8c52._0x16380b,-0xed,-0x19b,-0x15d)+_0x362887(0x1ae,_0x3a8c52._0x40a672,_0x3a8c52._0x5abf9d,_0x3a8c52._0x266ae2),_0x392b38[_0x10d4eb(-0x1c4,-_0x3a8c52._0x598907,-_0x3a8c52._0x1bdf80,-_0x3a8c52._0x4035ec)]='Internal\x20S'+_0x362887(0x26c,0x16d,0x331,0x282)+'r',_0x392b38[_0x10d4eb(-0xf,-_0x3a8c52._0x4674e9,-_0x3a8c52._0x215606,0x58)]='Failed\x20to\x20'+_0x10d4eb(-0x111,-0x1ae,-_0x3a8c52._0x49cec5,-0xc4);function _0x362887(_0xb858fe,_0x26e188,_0x5b693e,_0x371fd9){return _0x917071(_0xb858fe- -_0x28f585._0x5b027c,_0x26e188-_0x28f585._0x4043bd,_0x5b693e-0x89,_0x26e188);}_0x392b38[_0x362887(0x1d7,_0x3a8c52._0x14629c,_0x3a8c52._0x3e4348,0x112)]=_0x362887(_0x3a8c52._0x2ee8fc,_0x3a8c52._0x4f6834,_0x3a8c52._0x542e70,0x1b1)+_0x10d4eb(-0xdd,-_0x3a8c52._0x41ab7a,0x29,0x50);function _0x10d4eb(_0xb2fe18,_0x29978f,_0x1c9a57,_0x47d1b4){return _0x917071(_0x1c9a57- -0x40e,_0x29978f-_0x4c06fb._0x5b101e,_0x1c9a57-_0x4c06fb._0x55c4cb,_0x29978f);}_0x392b38[_0x362887(_0x3a8c52._0x510709,0x186,0x296,0x25f)]='Task\x20readi'+_0x10d4eb(-0x24,-0x149,-0x124,-_0x3a8c52._0x42bb1b)+'ile',_0x392b38[_0x10d4eb(0x69,-_0x3a8c52._0x3a51e2,-_0x3a8c52._0x23802f,_0x3a8c52._0x2e60be)]=function(_0x317e96,_0x3b1210){return _0x317e96===_0x3b1210;},_0x392b38[_0x10d4eb(-0x85,-_0x3a8c52._0x1f128b,-0x19a,-_0x3a8c52._0x340a51)]=_0x10d4eb(-_0x3a8c52._0x147ef8,-_0x3a8c52._0x3634d0,-0x205,-_0x3a8c52._0x526c4f),_0x392b38['dAdNp']=_0x10d4eb(-0x15a,-0x1d2,-0x10a,-_0x3a8c52._0x5e5e83),_0x392b38[_0x10d4eb(-_0x3a8c52._0x29000d,-_0x3a8c52._0x507a90,-_0x3a8c52._0x435ed0,-0xf7)]=_0x10d4eb(-0x3d,-_0x3a8c52._0x2e4c86,-_0x3a8c52._0x298228,-_0x3a8c52._0x6dc7bc),_0x392b38[_0x10d4eb(-_0x3a8c52._0x4001a0,-_0x3a8c52._0xcd60e7,-_0x3a8c52._0x16380b,-_0x3a8c52._0x344bd5)]=_0x10d4eb(-_0x3a8c52._0x3f5bc3,-_0x3a8c52._0x210be4,-0x105,-_0x3a8c52._0x1f932f),_0x392b38[_0x362887(_0x3a8c52._0x1e78c2,_0x3a8c52._0x4456cd,_0x3a8c52._0x4a7e88,_0x3a8c52._0x14a06b)]=function(_0x3bcf79,_0x4c7389){return _0x3bcf79===_0x4c7389;};const _0x130efd=_0x392b38,{callingTask:_0x35cd67,skillId:_0x162dfb,skillPath:_0x22b02c,environmentName:_0x2b9109}=_0x31dd0b,_0x599b28=_0x31dd0b[_0x10d4eb(-_0x3a8c52._0x583b05,-0x142,-0x114,-_0x3a8c52._0xed7cb5)][0x1993+-0x269a+0x1d*0x73];if(_0x599b28[_0x10d4eb(-0x21c,-0x121,-_0x3a8c52._0x540073,-0xd7)]('..')){const _0x4a3a85={};return _0x4a3a85[_0x362887(0x1dd,0x2ce,_0x3a8c52._0x3537ac,0x2a1)]=_0x130efd['lChgw'],_0x4a3a85['message']=_0x130efd[_0x10d4eb(-_0x3a8c52._0x483b8e,-0x2d,-_0x3a8c52._0x3bb768,-_0x3a8c52._0x574e40)],_0x4a046c[_0x362887(_0x3a8c52._0x3a372d,_0x3a8c52._0x402ed9,0x35e,0x357)](0x1931+0x1ce5+0x53*-0xa2)[_0x362887(_0x3a8c52._0x1a3799,0x3c6,0x317,0x2d6)](_0x4a3a85);}const _0x5d3603={};_0x5d3603[_0x362887(_0x3a8c52._0x5796af,_0x3a8c52._0x300c0d,0x1b5,0x22e)]=_0x35cd67[_0x10d4eb(-0x96,-_0x3a8c52._0x94b864,-0x1b2,-0x216)],_0x5d3603[_0x10d4eb(0x112,_0x3a8c52._0x42c156,-_0x3a8c52._0x408ef5,-0x9b)]=_0x162dfb,_0x5d3603['filepath']=_0x599b28,_0x5d3603[_0x10d4eb(-0x10d,-0x11a,-0x15e,-0xf0)+'t']=_0x2b9109,logger[_0x362887(_0x3a8c52._0x423055,_0x3a8c52._0x396258,_0x3a8c52._0x2e9b4d,_0x3a8c52._0xa965c7)](_0x130efd[_0x10d4eb(-0x141,-_0x3a8c52._0x4e5561,-_0x3a8c52._0x378eba,-0x1ad)],_0x5d3603);const _0x3738e3=_0x593d90[_0x10d4eb(-0x39,-0x4a,-_0x3a8c52._0x53f200,0xae)](_0x22b02c,_0x599b28);try{if(_0x130efd[_0x362887(0x2ef,_0x3a8c52._0x365c00,_0x3a8c52._0x3ba47e,_0x3a8c52._0x3968d4)](_0x130efd['RycUg'],_0x130efd['dAdNp'])){const _0x130dba={};return _0x130dba[_0x362887(_0x3a8c52._0x22be1e,0x20d,_0x3a8c52._0x1b63cc,_0x3a8c52._0x321c7f)]=_0x130efd['lChgw'],_0x130dba['message']=_0x130efd[_0x10d4eb(-_0x3a8c52._0x589825,-0xce,-0xf5,-0x16d)],_0x95bf84[_0x362887(0x2d0,_0x3a8c52._0x2f306f,_0x3a8c52._0x19cdd9,0x397)](-0x17ff+0x2155+0xc7*-0xa)[_0x10d4eb(0x68,-_0x3a8c52._0x1c620b,0x4,-0x67)](_0x130dba);}else{const _0x13b577=await _0x199fd3[_0x362887(0x2a8,_0x3a8c52._0x410bf2,_0x3a8c52._0x54a0d1,_0x3a8c52._0x323b1d)](_0x3738e3,_0x130efd[_0x10d4eb(-0x147,-0x2a3,-_0x3a8c52._0x588406,-_0x3a8c52._0x1419ca)]),_0x1ea84d={};_0x1ea84d['skillId']=_0x162dfb,_0x1ea84d[_0x10d4eb(_0x3a8c52._0x1093c3,_0x3a8c52._0x2b3a51,_0x3a8c52._0x18b8ed,-_0x3a8c52._0x5b931d)]=_0x599b28,_0x1ea84d[_0x362887(_0x3a8c52._0x5d8b29,_0x3a8c52._0x48f53c,_0x3a8c52._0x4a679c,0x163)]=_0x13b577,_0x4a046c[_0x10d4eb(-_0x3a8c52._0x497d47,_0x3a8c52._0x46dc10,_0x3a8c52._0x44546b,0x10c)](_0x1ea84d);}}catch(_0x18dc9a){if(_0x362887(0x236,_0x3a8c52._0x401294,_0x3a8c52._0x354b81,_0x3a8c52._0x534e9c)!==_0x130efd['QMYZS']){if(_0x130efd[_0x10d4eb(-0xff,-0x276,-_0x3a8c52._0x526c4f,-_0x3a8c52._0xc6d092)](_0x18dc9a[_0x10d4eb(-_0x3a8c52._0x413305,-_0x3a8c52._0x11b7c8,-0x139,-0xe4)],_0x130efd[_0x10d4eb(-0x40,-0x137,-_0x3a8c52._0x5b7884,-0x5e)])){if('ovEUH'==='ovEUH'){const _0x2945ef={};return _0x2945ef[_0x362887(0x1dd,_0x3a8c52._0x4015d4,0x2d9,_0x3a8c52._0x540073)]=_0x362887(_0x3a8c52._0xd98d8e,0x16b,_0x3a8c52._0x6083,0x1b9),_0x2945ef['message']='File\x20\x27'+_0x599b28+(_0x10d4eb(-0x66,-_0x3a8c52._0x48e1b4,-0xcf,-0xc3)+'d\x20in\x20skill'+'\x20\x27')+_0x162dfb+'\x27',_0x4a046c[_0x10d4eb(0x8e,-_0x3a8c52._0x7d1039,-0x42,0x46)](0x33f+-0x248f+-0x16*-0x196)[_0x362887(_0x3a8c52._0x2d953f,0x35e,0x26a,_0x3a8c52._0x198cc8)](_0x2945ef);}else{if(_0x130efd[_0x362887(_0x3a8c52._0x58f202,0x3f8,0x20e,_0x3a8c52._0x183782)](_0x49b953[_0x10d4eb(-0x25f,-0x79,-_0x3a8c52._0x568f5f,-_0x3a8c52._0x1f128b)],_0x130efd[_0x362887(0x1de,0x13f,0x1db,0x161)])){const _0x314a7d={};return _0x314a7d['error']=_0x130efd[_0x362887(0x2cd,_0x3a8c52._0x4e4b16,0x38a,0x268)],_0x314a7d[_0x10d4eb(_0x3a8c52._0x20a94e,-0xfd,-_0x3a8c52._0x4099b6,-0x91)]='File\x20\x27'+_0xcdc605+(_0x362887(_0x3a8c52._0x1fe0e7,0x29f,0x131,_0x3a8c52._0x1b25f2)+'d\x20in\x20skill'+'\x20\x27')+_0x55d340+'\x27',_0x4a4840['status'](-0x1bb*0x3+0x3be*0x3+0xa3*-0x7)[_0x10d4eb(0xfb,_0x3a8c52._0x3a6090,0x4,-_0x3a8c52._0x5be207)](_0x314a7d);}const _0x16644e={};_0x16644e['taskId']=_0x10a848[_0x10d4eb(-_0x3a8c52._0x3f55cd,-0x1de,-0x1b2,-_0x3a8c52._0x4e42d3)],_0x16644e['skillId']=_0x2049e1,_0x16644e[_0x10d4eb(0x9,-_0x3a8c52._0x1ae89,0x5,0x25)]=_0x5f9852,_0x16644e[_0x362887(0x1dd,0x289,_0x3a8c52._0x3331c0,_0x3a8c52._0x5dbe53)]=_0x5d8764[_0x10d4eb(0x73,-_0x3a8c52._0x3ccb0b,-0x92,_0x3a8c52._0x110338)],_0x29a36a[_0x10d4eb(-0x101,-0x75,-_0x3a8c52._0x5a392a,-_0x3a8c52._0x17b375)](_0x130efd[_0x10d4eb(-0x14c,-_0x3a8c52._0x174b69,-0xba,-0x133)],_0x16644e);const _0x324ce2={};_0x324ce2[_0x10d4eb(-0x17b,-_0x3a8c52._0x5ca598,-0x135,-_0x3a8c52._0x4ddb6f)]=_0x130efd[_0x10d4eb(-_0x3a8c52._0xe8cb6e,-_0x3a8c52._0x423055,-0x1ef,-0x264)],_0x324ce2[_0x362887(0x280,_0x3a8c52._0x4f928d,_0x3a8c52._0x33115f,0x2cf)]=_0x130efd[_0x362887(_0x3a8c52._0x30e07c,0x3a3,0x382,_0x3a8c52._0x367688)],_0x3f85db[_0x362887(0x2d0,0x35d,0x1ac,_0x3a8c52._0x32a943)](-0xca*-0x2b+-0xd23+-0x1*0x12d7)[_0x362887(_0x3a8c52._0x1abb71,0x276,_0x3a8c52._0x147df7,0x28d)](_0x324ce2);}}const _0x2e5c18={};_0x2e5c18['taskId']=_0x35cd67['taskId'],_0x2e5c18['skillId']=_0x162dfb,_0x2e5c18[_0x362887(0x317,0x287,0x42f,_0x3a8c52._0x20f538)]=_0x599b28,_0x2e5c18['error']=_0x18dc9a['message'],logger['error'](_0x130efd[_0x362887(_0x3a8c52._0x27f32b,_0x3a8c52._0x2d3206,0x2b5,0x2f6)],_0x2e5c18);const _0x23dae2={};_0x23dae2[_0x362887(_0x3a8c52._0x53f61b,0x18f,_0x3a8c52._0x4a733d,_0x3a8c52._0x553e07)]=_0x130efd[_0x362887(_0x3a8c52._0x34499c,_0x3a8c52._0xa74816,0x167,0x218)],_0x23dae2[_0x362887(0x280,_0x3a8c52._0x528f66,_0x3a8c52._0x35e2b3,_0x3a8c52._0x95846e)]=_0x130efd[_0x362887(0x2ac,_0x3a8c52._0x1f4887,_0x3a8c52._0x1c7060,0x1a1)],_0x4a046c['status'](-0x1a05+-0x736+0x232f)['json'](_0x23dae2);}else _0x37acd0[_0x362887(0x181,0xb3,_0x3a8c52._0x1927ae,0x172)](_0x1babbe+':\x20'+_0x1896d8);}}),router[_0x506a52(0x676,0x5ee,0x6ff,0x685)](_0x917071(0x3b7,0x367,0x316,0x462)+_0x917071(0x3d3,0x2ca,0x4e9,0x3cd)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x1dd42b,_0x4127b9)=>{const _0x10bf17={_0x3f7fec:0x6b4,_0x38b7d8:0x68c,_0x549d27:0x5cd,_0x12be20:0x560,_0x24c3d6:0x673,_0xa41047:0x56a,_0x71bc11:0x6ee,_0x5821c8:0x64a,_0xd05196:0x5ef,_0x26d274:0x699,_0x5c4a57:0x6e8,_0x5e07d5:0x762,_0x1ef817:0x6af,_0x3961e9:0x722,_0x145c8f:0x55c,_0x1b5fdd:0x601,_0x2bba18:0x6c4,_0x399f58:0x7c1,_0x4349f7:0x3e8,_0x568ffc:0x448,_0x3329ed:0x426,_0x1662b3:0x502,_0x21cab8:0x5fc,_0x39cf9b:0x5ab,_0x3f1912:0x702,_0x1464e4:0x65f,_0x474831:0x600,_0x3ea49d:0x408,_0xc82c3c:0x52d,_0x3cba84:0x602,_0x375f72:0x5b2,_0x1dea91:0x63a,_0x206821:0x72f,_0x495ad6:0x64e,_0x456e29:0x662,_0x40fa15:0x6b0,_0x418deb:0x6b4,_0x586035:0x6c0,_0x5c030c:0x60b,_0x823c4c:0x50f,_0x273ef9:0x6a7,_0x4b65f9:0x6f7,_0x16aeb2:0x603,_0x295f41:0x521,_0x409b47:0x62f,_0x54e692:0x74c,_0x4825a7:0x6c1,_0x402614:0x728,_0x256880:0x6f9,_0x5ae3ff:0x656,_0x3c10a5:0x4bc,_0x4154b6:0x66e,_0x57deb9:0x6a1,_0x686d8d:0x5b5,_0x5d3763:0x671,_0x399ec5:0x5f6,_0x42aec0:0x4ea,_0x1b9da0:0x53c,_0x178bf5:0x509,_0x3e710a:0x4e6,_0x16ff49:0x580,_0x4947d5:0x5b6,_0x2e0f03:0x630,_0x11e285:0x693,_0x61fd01:0x5b0,_0x85802d:0x6a9,_0x198d3d:0x63e,_0x12efbd:0x702,_0x6c189a:0x6ef,_0x554617:0x655,_0x5b33cd:0x506,_0x4f75ec:0x59d,_0x471927:0x644,_0x2ac916:0x6a9,_0xcfb359:0x801,_0x2822ad:0x6ef,_0xc42fd7:0x4e1,_0x3a5dd0:0x68a,_0x1b0867:0x5df,_0x187e72:0x51d,_0x40b3bf:0x689,_0x4c041a:0x6fa,_0x2127a0:0x3f1,_0x12ed80:0x601,_0x1e178d:0x5b6,_0x2804bc:0x583,_0x38eb6c:0x480,_0x1f612a:0x5e3,_0x4b508a:0x5aa,_0x231cd5:0x67a,_0x514d13:0x637,_0x4fd037:0x6dd,_0x4371f9:0x6c9,_0x2e17f6:0x5d1,_0x478729:0x511,_0x11b734:0x64f,_0x3c52f4:0x695,_0x52d307:0x581,_0x10735a:0x5d2,_0x3c15fe:0x794,_0x42eabf:0x64f,_0x2be3e7:0x492,_0x12209a:0x5d4,_0x5c4b21:0x660,_0x24066b:0x498,_0x3cfca2:0x53e,_0x4326a9:0x554,_0x2e2416:0x59a,_0x167d00:0x641,_0x31b7e7:0x713,_0x57e5f1:0x6e7,_0xe4f6ce:0x6f2,_0x4ef9d7:0x676,_0x2d67ad:0x4ef,_0x28f72f:0x5db,_0x10652b:0x74e,_0x1515e9:0x75c,_0x59c86:0x67d,_0x16f464:0x4fe,_0x6db550:0x58a,_0x24d42f:0x631,_0x59ff8d:0x69e,_0x5ad5b8:0x687,_0x4b6f76:0x4fb,_0x2e9be5:0x619,_0x3527e6:0x5dd,_0x169924:0x554,_0x3593f0:0x735,_0x4a867a:0x7dc,_0x1f280e:0x6f0,_0x22d5b7:0x6d7,_0x44616e:0x6df,_0x282973:0x5b7,_0x1859ca:0x54f,_0x57fb29:0x6ff,_0x3ece51:0x6e3,_0x284a35:0x817,_0x1c2ed1:0x46b,_0x3654c8:0x53e,_0x30caaa:0x4b1,_0x5e898b:0x508,_0x797356:0x539,_0x59cb1a:0x655,_0x473590:0x5da,_0x5b4b13:0x5fb,_0x173670:0x4da,_0xbba6d5:0x53b,_0x104c7a:0x5a7,_0xfebf0b:0x4bc,_0xebe21:0x64e,_0x1e027b:0x6ef,_0x59c27d:0x466,_0x7fbb4:0x600,_0x1e97d4:0x7f5,_0x3abed4:0x632,_0x32ee26:0x580,_0xae9c12:0x584,_0x46f6db:0x557,_0x5e545c:0x65d,_0x5b5345:0x6b9,_0x4a5663:0x54e,_0x59b010:0x75b,_0x437541:0x65e,_0x3368e6:0x5d6,_0x5915b2:0x746,_0x495db9:0x6f1,_0x25d812:0x7da,_0x153864:0x6f9,_0xd9db19:0x6ed,_0x33219e:0x6a9,_0x3e78cb:0x802},_0x4f0592={_0x750632:0x2f8},_0x2820ec={_0x3c015a:0x2dd,_0x4f19f1:0x197},_0x142094={};_0x142094[_0x257b50(_0x10bf17._0x3f7fec,0x651,_0x10bf17._0x38b7d8,0x791)]=_0x257b50(0x724,_0x10bf17._0x549d27,0x673,_0x10bf17._0x12be20)+_0x62e497(0x62d,_0x10bf17._0x24c3d6,0x5fa,0x714),_0x142094[_0x257b50(_0x10bf17._0xa41047,_0x10bf17._0x71bc11,0x5fa,0x5fa)]=function(_0x3466a0,_0xf5ad16){return _0x3466a0===_0xf5ad16;},_0x142094['JXVCh']='Bad\x20Reques'+'t';function _0x62e497(_0x23a2f6,_0x2ae4b0,_0x5f34c4,_0x2c0f5e){return _0x917071(_0x2c0f5e-_0x2820ec._0x3c015a,_0x2ae4b0-_0x2820ec._0x4f19f1,_0x5f34c4-0x151,_0x23a2f6);}_0x142094[_0x62e497(0x5eb,0x683,0x6ab,_0x10bf17._0x5821c8)]=_0x257b50(_0x10bf17._0xd05196,0x796,_0x10bf17._0x26d274,_0x10bf17._0x5c4a57)+_0x257b50(_0x10bf17._0x5e07d5,0x748,_0x10bf17._0x1ef817,_0x10bf17._0x3961e9)+'killId\x20to\x20'+_0x257b50(0x531,_0x10bf17._0x145c8f,0x5b3,_0x10bf17._0x1b5fdd)+_0x62e497(0x7a3,_0x10bf17._0x2bba18,_0x10bf17._0x399f58,0x6f6),_0x142094[_0x62e497(_0x10bf17._0x4349f7,_0x10bf17._0x568ffc,_0x10bf17._0x3329ed,_0x10bf17._0x1662b3)]=function(_0x31434f,_0x20239d){return _0x31434f===_0x20239d;},_0x142094[_0x257b50(0x5fe,0x61c,0x702,_0x10bf17._0x21cab8)]=_0x257b50(_0x10bf17._0x39cf9b,_0x10bf17._0x3f1912,_0x10bf17._0x1464e4,0x674),_0x142094[_0x257b50(_0x10bf17._0x474831,_0x10bf17._0x3ea49d,_0x10bf17._0xc82c3c,0x4ac)]='oRUkQ',_0x142094[_0x62e497(_0x10bf17._0x3cba84,0x55d,0x65c,0x5d2)]=_0x257b50(0x6e1,0x857,0x73c,0x7ca)+'eld\x20is\x20req'+_0x257b50(0x59f,0x5ee,_0x10bf17._0x375f72,0x5bd),_0x142094[_0x62e497(0x6cc,0x65c,_0x10bf17._0x1dea91,0x62f)]=_0x257b50(_0x10bf17._0x206821,_0x10bf17._0x495ad6,_0x10bf17._0x456e29,0x70a)+_0x257b50(0x57f,0x48a,0x51a,0x550)+'file',_0x142094[_0x62e497(0x5cc,0x6d5,0x6e1,0x611)]=_0x62e497(0x5e7,_0x10bf17._0x40fa15,_0x10bf17._0x418deb,0x683)+_0x257b50(_0x10bf17._0x586035,0x57f,0x59f,0x4ed)+_0x62e497(0x60f,0x6db,0x5f9,0x5f8),_0x142094[_0x62e497(0x5a3,_0x10bf17._0x5c030c,0x5c7,_0x10bf17._0x823c4c)]=_0x62e497(0x61f,0x7f5,_0x10bf17._0x273ef9,_0x10bf17._0x4b65f9)+_0x62e497(_0x10bf17._0x16aeb2,_0x10bf17._0x295f41,_0x10bf17._0x409b47,0x645)+'r',_0x142094[_0x62e497(_0x10bf17._0x54e692,_0x10bf17._0x4825a7,_0x10bf17._0x402614,_0x10bf17._0x256880)]=_0x62e497(_0x10bf17._0x5ae3ff,_0x10bf17._0x3c10a5,0x606,0x565)+_0x62e497(0x603,0x6da,0x693,0x6b7);const _0x4fdd74=_0x142094;function _0x257b50(_0x537751,_0x12913e,_0x5de1e9,_0x205567){return _0x917071(_0x5de1e9-_0x4f0592._0x750632,_0x12913e-0x13b,_0x5de1e9-0xf7,_0x537751);}const {callingTask:_0x4918c4,taskUser:_0x5200d1,skillId:_0x130d04,skillPath:_0x5d4b3d,environmentName:_0x281942}=_0x1dd42b,_0xced84a=_0x1dd42b[_0x62e497(0x631,_0x10bf17._0x4154b6,_0x10bf17._0x57deb9,0x5d7)][0xb*0x158+-0x1a9f+-0x1b1*-0x7],{content:_0x17b7d2}=_0x1dd42b[_0x257b50(_0x10bf17._0x686d8d,0x5c2,_0x10bf17._0x5d3763,_0x10bf17._0x399ec5)];if(_0xced84a[_0x257b50(_0x10bf17._0x42aec0,_0x10bf17._0x1b9da0,_0x10bf17._0x178bf5,_0x10bf17._0x3e710a)]('..')){const _0x14df0b={};return _0x14df0b[_0x62e497(0x54c,0x558,_0x10bf17._0x16ff49,_0x10bf17._0x4947d5)]='Bad\x20Reques'+'t',_0x14df0b['message']=_0x4fdd74[_0x257b50(0x6f0,0x653,0x68c,_0x10bf17._0x2e0f03)],_0x4127b9[_0x62e497(0x606,_0x10bf17._0x11e285,_0x10bf17._0x61fd01,_0x10bf17._0x85802d)](0x1973*-0x1+0x161b+0x4e8)[_0x62e497(0x817,_0x10bf17._0x198d3d,_0x10bf17._0x12efbd,_0x10bf17._0x6c189a)](_0x14df0b);}if(_0x4fdd74['Kjffo'](_0xced84a,_0x62e497(0x66c,_0x10bf17._0x554617,0x548,0x557))){const _0x234731={};return _0x234731['error']=_0x4fdd74[_0x62e497(0x482,_0x10bf17._0x5b33cd,0x589,_0x10bf17._0x4f75ec)],_0x234731['message']=_0x4fdd74['ZvBWn'],_0x4127b9[_0x62e497(0x7cf,_0x10bf17._0x471927,0x746,_0x10bf17._0x2ac916)](0xc5*0xd+0x403+-0xc74)[_0x62e497(0x652,_0x10bf17._0xcfb359,0x64f,_0x10bf17._0x2822ad)](_0x234731);}if(_0x4fdd74[_0x62e497(0x5d2,_0x10bf17._0xc42fd7,_0x10bf17._0x3a5dd0,_0x10bf17._0x1b0867)](_0x17b7d2,undefined)){if(_0x4fdd74[_0x257b50(0x3fb,0x5f9,_0x10bf17._0x187e72,0x48f)](_0x4fdd74[_0x257b50(0x764,_0x10bf17._0x40b3bf,_0x10bf17._0x12efbd,_0x10bf17._0x4c041a)],_0x4fdd74[_0x62e497(_0x10bf17._0x2127a0,0x51b,0x410,0x512)])){const _0x2a0609={};return _0x2a0609[_0x62e497(0x681,_0x10bf17._0x12ed80,0x656,_0x10bf17._0x1e178d)]=_0x62e497(0x64a,_0x10bf17._0x2804bc,0x6b8,0x652),_0x2a0609['message']=_0x62e497(_0x10bf17._0x38eb6c,0x60d,_0x10bf17._0x1f612a,0x578)+_0x1d4417+(_0x257b50(_0x10bf17._0x4b508a,_0x10bf17._0x231cd5,_0x10bf17._0x514d13,0x666)+_0x62e497(0x728,0x5fe,0x734,0x6eb)+'\x20\x27')+_0x42370b+'\x27',_0x577ff0[_0x257b50(0x75b,_0x10bf17._0x4fd037,0x6c4,0x60e)](0x8d0+0x1*-0x8c6+0x18a)['json'](_0x2a0609);}else{const _0x590d7e={};return _0x590d7e[_0x257b50(_0x10bf17._0x198d3d,_0x10bf17._0x4371f9,_0x10bf17._0x2e17f6,_0x10bf17._0x478729)]=_0x62e497(0x786,0x695,_0x10bf17._0x11b734,_0x10bf17._0x3c52f4)+'t',_0x590d7e[_0x257b50(0x78d,0x6eb,0x674,0x66b)]=_0x4fdd74[_0x62e497(0x4cc,_0x10bf17._0x52d307,0x519,_0x10bf17._0x10735a)],_0x4127b9[_0x257b50(0x703,0x7d2,0x6c4,_0x10bf17._0x3c15fe)](-0x2185*-0x1+-0xd5c+-0x17*0xcf)[_0x62e497(0x731,_0x10bf17._0x42eabf,0x80b,0x6ef)](_0x590d7e);}}const _0x18ebe6={};_0x18ebe6[_0x257b50(_0x10bf17._0x2be3e7,_0x10bf17._0x12209a,0x554,_0x10bf17._0x5c4b21)]=_0x4918c4[_0x257b50(_0x10bf17._0x24066b,_0x10bf17._0x3cfca2,_0x10bf17._0x4326a9,_0x10bf17._0x2e2416)],_0x18ebe6[_0x257b50(_0x10bf17._0x167d00,0x6f7,_0x10bf17._0x4c041a,_0x10bf17._0x31b7e7)]=_0x130d04,_0x18ebe6['filepath']=_0xced84a,_0x18ebe6[_0x257b50(0x5b1,0x54f,0x5a8,0x4d2)+'t']=_0x281942,_0x18ebe6[_0x257b50(0x67e,_0x10bf17._0x57e5f1,_0x10bf17._0xe4f6ce,0x811)]=_0x5200d1['id'],logger[_0x62e497(_0x10bf17._0x4ef9d7,0x542,_0x10bf17._0x2d67ad,_0x10bf17._0x28f72f)](_0x4fdd74[_0x62e497(0x620,0x66c,_0x10bf17._0x10652b,0x62f)],_0x18ebe6);const _0x6de8bf=_0x593d90[_0x257b50(_0x10bf17._0x1515e9,0x7ca,0x6fd,0x7c6)](_0x5d4b3d,_0xced84a),_0x3e759d=new Date()[_0x257b50(0x765,_0x10bf17._0x59c86,0x680,0x78b)+'g']();try{const _0xc46ba8=_0x593d90[_0x257b50(_0x10bf17._0x16f464,0x4bb,_0x10bf17._0x6db550,_0x10bf17._0x24d42f)](_0x6de8bf),_0xdd180={};_0xdd180['recursive']=!![],await _0x199fd3[_0x62e497(0x651,0x72e,_0x10bf17._0x59ff8d,_0x10bf17._0x5ad5b8)](_0xc46ba8,_0xdd180),await _0x199fd3[_0x257b50(_0x10bf17._0x4b6f76,_0x10bf17._0x2e9be5,_0x10bf17._0x3527e6,0x654)](_0x6de8bf,_0x17b7d2,_0x257b50(0x654,0x5f4,0x6de,0x5ce));const _0x1871e0={};_0x1871e0[_0x257b50(0x4e4,0x4b7,_0x10bf17._0x169924,0x49e)]=_0x4918c4['taskId'],_0x1871e0['skillId']=_0x130d04,_0x1871e0[_0x62e497(0x79f,_0x10bf17._0x3593f0,_0x10bf17._0x4a867a,_0x10bf17._0x1f280e)]=_0xced84a,_0x1871e0[_0x62e497(0x7a7,0x620,0x60b,_0x10bf17._0x22d5b7)]=_0x5200d1['id'],logger[_0x257b50(_0x10bf17._0x44616e,_0x10bf17._0x282973,0x5f6,_0x10bf17._0x1859ca)](_0x4fdd74['XvNfF'],_0x1871e0);const _0x288c85={};_0x288c85[_0x62e497(_0x10bf17._0x57fb29,0x580,0x5e4,0x5dc)]=!![],_0x288c85[_0x257b50(0x6ab,_0x10bf17._0x3ece51,0x6fa,0x810)]=_0x130d04,_0x288c85[_0x257b50(0x7cf,_0x10bf17._0x284a35,0x70b,0x7a4)]=_0xced84a,_0x288c85[_0x62e497(_0x10bf17._0x1c2ed1,_0x10bf17._0x3654c8,_0x10bf17._0x30caaa,0x531)]=_0x3e759d,_0x288c85[_0x62e497(0x59a,0x5d8,0x638,0x65a)+'askId']=_0x4918c4[_0x62e497(0x5b7,_0x10bf17._0x5e898b,0x458,_0x10bf17._0x797356)],_0x288c85[_0x257b50(_0x10bf17._0x59cb1a,_0x10bf17._0x473590,_0x10bf17._0x5b4b13,_0x10bf17._0x173670)+_0x257b50(_0x10bf17._0xbba6d5,0x699,_0x10bf17._0x104c7a,_0x10bf17._0xfebf0b)]=_0x5200d1['id'],_0x4127b9[_0x62e497(0x61d,_0x10bf17._0xebe21,_0x10bf17._0x206821,_0x10bf17._0x1e027b)](_0x288c85);}catch(_0x1a1371){const _0x45c6d7={};_0x45c6d7[_0x257b50(0x487,0x54c,0x554,_0x10bf17._0x59c27d)]=_0x4918c4['taskId'],_0x45c6d7[_0x62e497(_0x10bf17._0x7fbb4,_0x10bf17._0x1e97d4,0x7d7,0x6df)]=_0x130d04,_0x45c6d7[_0x62e497(_0x10bf17._0x3abed4,0x723,0x6bf,0x6f0)]=_0xced84a,_0x45c6d7['error']=_0x1a1371['message'],logger['error'](_0x257b50(0x599,_0x10bf17._0x6db550,_0x10bf17._0x32ee26,_0x10bf17._0xae9c12)+_0x257b50(0x5ed,_0x10bf17._0x46f6db,_0x10bf17._0x5e545c,_0x10bf17._0x3f1912)+_0x62e497(_0x10bf17._0x5b5345,_0x10bf17._0x4a5663,_0x10bf17._0x59b010,_0x10bf17._0x437541),_0x45c6d7);const _0xc80a84={};_0xc80a84[_0x257b50(0x5b6,_0x10bf17._0x3368e6,0x5d1,0x4c2)]=_0x4fdd74['ReSve'],_0xc80a84[_0x62e497(_0x10bf17._0x46f6db,_0x10bf17._0x5915b2,_0x10bf17._0x495db9,0x659)]=_0x4fdd74[_0x62e497(0x787,_0x10bf17._0x25d812,0x7be,_0x10bf17._0x153864)],_0x4127b9[_0x62e497(0x6fc,0x63f,_0x10bf17._0xd9db19,_0x10bf17._0x33219e)](0x1*0x607+0xcb*0xe+-0xf2d)[_0x257b50(0x6eb,_0x10bf17._0x3e78cb,0x70a,0x706)](_0xc80a84);}}),router['delete'](_0x917071(0x3b7,0x2a4,0x2c5,0x3f9)+'killId/fil'+_0x917071(0x296,0x2ed,0x19a,0x319),requireTaskAuth,validateSkillAccess,async(_0x16a4e1,_0x134cf9)=>{const _0x2c74d3={_0x10513b:0x159,_0x2d270e:0x43f,_0x41dd80:0x432,_0x5780a4:0x47b,_0x448981:0x445,_0x3247df:0x43,_0xa0eb14:0x129,_0x537ec2:0x69,_0x42f730:0xb2,_0x23d82b:0x6f,_0x3a5ee4:0x127,_0x1c7df2:0x1b4,_0x5c4358:0x4e1,_0x509e2d:0x46e,_0x1021df:0x37d,_0xfff8a8:0x3ba,_0x2148f7:0x216,_0x5433ea:0x136,_0x3137b1:0x4d8,_0x1b235b:0x5c9,_0x3eadcb:0x5a4,_0x3b62cc:0x1a5,_0x3edc04:0x125,_0x10bb71:0x1e2,_0x136935:0x3ef,_0xd3f896:0x423,_0x4acd4d:0x507,_0x44c18d:0x118,_0x3cd567:0x4a,_0x18b694:0x6,_0x1f8d88:0x106,_0x3096df:0x92,_0x2cdaf7:0x40,_0x2b4423:0x59c,_0x395b10:0x56f,_0x5df7c1:0x54d,_0x150552:0x672,_0x5f3740:0x57a,_0x50ed71:0x690,_0x895ad:0x7d,_0x310280:0x68,_0x45221d:0x16d,_0x242940:0x131,_0x61bddb:0x109,_0x40c975:0x4c1,_0x2803b3:0x3d0,_0x342658:0x13,_0x2e2991:0xab,_0x5e2e3f:0x98,_0x126d70:0x47,_0x46f4e6:0xd7,_0x2c7599:0x130,_0x5f1722:0x2e,_0x2a2303:0x529,_0x3c18c2:0x52c,_0x5b5aaf:0x5c6,_0x250545:0x408,_0x2ddd84:0x440,_0xd67a72:0x17e,_0x11f4b8:0x46,_0x536db7:0xbd,_0x48974b:0x34,_0x2e774e:0x6b,_0x4bbfa6:0x37f,_0x20b548:0xc7,_0x2bbd33:0xc4,_0x4a964a:0x1d,_0x1433b7:0x4be,_0x2d6f4b:0x3c8,_0x124061:0x3b9,_0x2dfa3f:0x31a,_0xc6e87e:0xf4,_0x507e11:0x533,_0x1bae17:0x589,_0x53e87b:0x4fc,_0x1e2ee8:0x157,_0xc9c126:0x8e,_0x3498fe:0x193,_0x4ef925:0x25,_0x5e5f3a:0x101,_0x3069d4:0x183,_0x4e3453:0x5bb,_0x527401:0x490,_0x4c6ce1:0x491,_0x314aa7:0x2a,_0x4614bb:0x79,_0x4ab672:0xee,_0x162833:0x40,_0x42c162:0x101,_0x491a1d:0x5a,_0x17b644:0xbb,_0x33d289:0x91,_0x25d145:0x101,_0xb6c2ef:0x13f,_0x1b6c43:0x413,_0x3d217d:0x340,_0x24a958:0x3e0,_0x48a99b:0x3f2,_0x4ef1ec:0x1d,_0x524cb1:0xf1,_0x557181:0x1b8,_0x497d79:0x5ca,_0x3b6039:0x63f,_0x10cfd3:0x535,_0x52895f:0x467,_0x13a5bf:0x37e,_0x2cedbe:0x460,_0x4e1693:0xf6,_0x3c83fa:0xe9,_0x36c470:0x13,_0x201c7a:0x7d,_0x252276:0x580,_0x39d1e4:0x5e5,_0x4adc0d:0x42,_0xed820d:0x125,_0x5cbe33:0x370,_0x16384a:0x6,_0x53175c:0x53c,_0x8ae165:0x51d,_0xbdcc7c:0x5c5,_0x4d4952:0xb0,_0xbb5d97:0x30,_0x555a92:0x10a,_0x3cbe50:0x1a0,_0x39d08f:0x3e8,_0x16ce0a:0x45b,_0x303da2:0x4f7,_0x390f20:0x11f,_0x3700e7:0x13e,_0x2a3a1e:0xbe,_0x5a01aa:0x134,_0x5b579b:0xb5,_0x16add3:0x46,_0x2b071f:0x4b5,_0x56fcca:0x556,_0x59d164:0x45c,_0x4394a5:0x5b9,_0x1c2e6c:0x68d,_0xfb550:0x619,_0x5e7006:0x419,_0xb2d77f:0x179,_0x3f0361:0xb3,_0x5b0ff9:0x391,_0x140d47:0x3fd,_0x25454e:0x4f0,_0x1a7008:0x508,_0x41644c:0x3d,_0x223c8a:0x70,_0x2f89fb:0x62,_0x14731e:0x20f,_0x295495:0x173,_0x29a9da:0x85,_0x7c3112:0x1b,_0x4308fe:0x0,_0x180fbe:0x38,_0x527fd6:0x73,_0xa3971:0x51,_0x4d976b:0x1f,_0x5e1ebf:0x6b,_0x237e71:0x551,_0x4d24f8:0x44b,_0x40641c:0x13a,_0x365571:0x3b,_0x47a514:0xcd,_0x1d8c8e:0x119,_0x3b6c58:0x4e8,_0x14f416:0x59a,_0x38613b:0x500,_0x3cb1b5:0x474,_0x1f235d:0x5bf,_0x33a852:0x4b8,_0x57fe6e:0x455,_0x1ccd11:0x8,_0x57f0e6:0xd1,_0x454d72:0x4a9,_0x5ef090:0x583,_0x22dc83:0x59d,_0x146045:0x5a1,_0x3ba9dd:0x132,_0x3240cd:0x1f0,_0x14008f:0x3e1,_0x4a3d45:0x2ca,_0x5c0a7b:0x3fa,_0x596290:0x505,_0x1c16b0:0x2fa,_0x1b4df:0x54e,_0x2cedbf:0x480,_0x1c8473:0x459,_0x5e3c98:0x591,_0x10c1d4:0xa,_0x25746a:0x39,_0x5e8167:0x61,_0x443d21:0x4e,_0x276992:0x531,_0x49441e:0x55e,_0x56bbb9:0x58c,_0x1cf0f7:0x43c,_0x3c7385:0x48c,_0x1fe9f5:0x3c6,_0x3bfafe:0x49a,_0x4d54c9:0x454,_0x46f6d8:0x2ea,_0x1a0523:0x4be,_0xdf71a5:0x102,_0x29acde:0xc4,_0x112fee:0x33,_0x355415:0x8d,_0x385928:0x8c,_0x15ae7c:0x44c,_0x52dcda:0x59e,_0x49ef03:0x13f,_0x10f8fb:0x21c,_0x5dbc38:0x66,_0x77e232:0x1cd,_0xec0d21:0x62,_0x1756a0:0x379,_0x42eab8:0x413,_0x3e136c:0x530,_0x524ea2:0x4fd,_0x226002:0x476,_0x553168:0x3d8,_0x1eda92:0x12b,_0x525902:0x5dd,_0x138515:0x4b6,_0x5630b9:0x170,_0x4c1379:0xbb,_0x15f31d:0x5d,_0x597cf6:0x2f},_0x175dd2={_0x3f65e0:0xb5,_0x554476:0x4d},_0x3561c6={};function _0x10e91c(_0x4f8db1,_0x59ac09,_0x166374,_0x599fc0){return _0x506a52(_0x4f8db1-_0x175dd2._0x3f65e0,_0x4f8db1- -0x147,_0x599fc0,_0x599fc0-_0x175dd2._0x554476);}_0x3561c6['AHlQF']='Internal\x20S'+_0x27a83a(0x104,_0x2c74d3._0x10513b,0x57,0x16b)+'r',_0x3561c6['NICJN']=_0x10e91c(_0x2c74d3._0x2d270e,0x4d9,0x4cc,0x3fe)+_0x10e91c(_0x2c74d3._0x41dd80,_0x2c74d3._0x5780a4,_0x2c74d3._0x448981,0x31d)+'ll',_0x3561c6['AXlsF']='Invalid\x20fi'+'le\x20path',_0x3561c6[_0x27a83a(0x16c,_0x2c74d3._0x3247df,0x132,0xa6)]=function(_0x137a25,_0x3b5874){return _0x137a25===_0x3b5874;},_0x3561c6[_0x27a83a(-0x185,0x5a,-0x91,-_0x2c74d3._0xa0eb14)]='SKILL.md',_0x3561c6[_0x27a83a(-_0x2c74d3._0x537ec2,-_0x2c74d3._0x42f730,0x2a,-_0x2c74d3._0x23d82b)]=_0x27a83a(0xe9,_0x2c74d3._0x3a5ee4,0xa7,_0x2c74d3._0x1c7df2)+'t',_0x3561c6[_0x10e91c(_0x2c74d3._0x5c4358,0x56f,0x3ef,0x474)]=_0x10e91c(_0x2c74d3._0x509e2d,_0x2c74d3._0x1021df,_0x2c74d3._0xfff8a8,0x4d2)+_0x27a83a(-0x15c,-_0x2c74d3._0x2148f7,-0xef,-_0x2c74d3._0x5433ea)+_0x10e91c(_0x2c74d3._0x3137b1,_0x2c74d3._0x1b235b,0x3d9,_0x2c74d3._0x3eadcb),_0x3561c6[_0x27a83a(_0x2c74d3._0x3b62cc,0xba,_0x2c74d3._0x3edc04,_0x2c74d3._0x10bb71)]=function(_0x32b1dd,_0x263a95){return _0x32b1dd!==_0x263a95;},_0x3561c6[_0x10e91c(_0x2c74d3._0x136935,0x34b,_0x2c74d3._0xd3f896,_0x2c74d3._0x4acd4d)]='MXowS',_0x3561c6[_0x27a83a(-_0x2c74d3._0x44c18d,_0x2c74d3._0x3cd567,_0x2c74d3._0x18b694,-_0x2c74d3._0x1f8d88)]=_0x27a83a(-0x14,0x67,-0x28,0x46),_0x3561c6[_0x27a83a(_0x2c74d3._0x3096df,-_0x2c74d3._0x2cdaf7,-0x5,-0x7c)]=_0x10e91c(_0x2c74d3._0x2b4423,_0x2c74d3._0x395b10,0x591,_0x2c74d3._0x5df7c1);function _0x27a83a(_0x4165ea,_0x357b3a,_0x2995cc,_0x2e1e35){return _0x917071(_0x2995cc- -0x311,_0x357b3a-0x12c,_0x2995cc-0x1af,_0x4165ea);}_0x3561c6[_0x10e91c(0x573,_0x2c74d3._0x150552,_0x2c74d3._0x5f3740,_0x2c74d3._0x50ed71)]=_0x27a83a(-0x113,_0x2c74d3._0x895ad,-_0x2c74d3._0x310280,-_0x2c74d3._0x45221d),_0x3561c6[_0x27a83a(-_0x2c74d3._0x242940,-_0x2c74d3._0x61bddb,-0x4e,0xbe)]=_0x10e91c(0x55d,_0x2c74d3._0x40c975,0x4e6,0x5a0)+_0x10e91c(0x46f,0x57b,_0x2c74d3._0x2803b3,0x44d)+_0x27a83a(_0x2c74d3._0x342658,_0x2c74d3._0x2e2991,0xa,-0x87),_0x3561c6['SnYbb']='jXDNG',_0x3561c6[_0x27a83a(-0x9a,_0x2c74d3._0x5e2e3f,-_0x2c74d3._0x126d70,_0x2c74d3._0x46f4e6)]=function(_0x1a7d28,_0x38fbcd){return _0x1a7d28===_0x38fbcd;},_0x3561c6['PNnYO']=_0x27a83a(-0xb2,-_0x2c74d3._0x2c7599,-0x79,_0x2c74d3._0x5f1722),_0x3561c6[_0x10e91c(0x404,_0x2c74d3._0x2a2303,0x401,0x43e)]=_0x10e91c(_0x2c74d3._0x3c18c2,_0x2c74d3._0x5b5aaf,_0x2c74d3._0x250545,_0x2c74d3._0x2ddd84),_0x3561c6[_0x27a83a(-_0x2c74d3._0xd67a72,_0x2c74d3._0x11f4b8,-0xc0,0x32)]='Failed\x20to\x20'+_0x27a83a(0x14b,_0x2c74d3._0x536db7,_0x2c74d3._0x48974b,-0x34)+_0x27a83a(0x238,0x231,0x128,_0x2c74d3._0x2e774e),_0x3561c6[_0x10e91c(0x40d,0x3cb,_0x2c74d3._0x4bbfa6,0x52c)]='Failed\x20to\x20'+_0x27a83a(-_0x2c74d3._0x20b548,-_0x2c74d3._0x2bbd33,0x3f,_0x2c74d3._0x4a964a)+'e';const _0x1b346a=_0x3561c6,{callingTask:_0x11a6b7,taskUser:_0x3924ef,skillId:_0x545843,skillPath:_0x75db12,environmentName:_0x1a5577}=_0x16a4e1,_0x4bc3c9=_0x16a4e1[_0x10e91c(0x4b1,0x469,0x550,_0x2c74d3._0x1433b7)][0x1770+-0xcd*-0xd+-0x21d9];if(_0x4bc3c9[_0x10e91c(_0x2c74d3._0x2d6f4b,0x3a9,_0x2c74d3._0x124061,_0x2c74d3._0x2dfa3f)]('..')){const _0x180e75={};return _0x180e75['error']=_0x27a83a(_0x2c74d3._0xc6e87e,0x1a,0xa7,0x17c)+'t',_0x180e75[_0x10e91c(_0x2c74d3._0x507e11,_0x2c74d3._0x1bae17,_0x2c74d3._0x53e87b,0x590)]=_0x1b346a[_0x27a83a(_0x2c74d3._0x1e2ee8,_0x2c74d3._0xc9c126,0x6f,_0x2c74d3._0x3498fe)],_0x134cf9[_0x10e91c(0x583,0x5d4,0x488,0x621)](0x2db+-0x51*-0x4b+0x1*-0x1906)[_0x27a83a(-0x1f,_0x2c74d3._0x4ef925,_0x2c74d3._0x5e5f3a,_0x2c74d3._0x3069d4)](_0x180e75);}if(_0x1b346a[_0x10e91c(0x5fa,0x6a4,0x627,_0x2c74d3._0x4e3453)](_0x4bc3c9,_0x1b346a['cbMdP'])){const _0x3d0b4e={};return _0x3d0b4e[_0x10e91c(_0x2c74d3._0x527401,0x52d,_0x2c74d3._0x4c6ce1,0x3a9)]=_0x1b346a[_0x27a83a(-0x43,0xce,_0x2c74d3._0x314aa7,_0x2c74d3._0x4614bb)],_0x3d0b4e[_0x27a83a(0x12c,0x142,0x6b,_0x2c74d3._0x4ab672)]='Cannot\x20del'+_0x27a83a(-0xe,-_0x2c74d3._0x162833,-_0x2c74d3._0x42c162,-_0x2c74d3._0x491a1d)+'md',_0x134cf9[_0x27a83a(-0x37,0x18c,_0x2c74d3._0x17b644,_0x2c74d3._0x33d289)](-0x2317+-0x665*0x6+-0xf01*-0x5)[_0x27a83a(0x34,0x4d,_0x2c74d3._0x25d145,_0x2c74d3._0xb6c2ef)](_0x3d0b4e);}const _0xc30279={};_0xc30279[_0x10e91c(_0x2c74d3._0x1b6c43,_0x2c74d3._0x3d217d,_0x2c74d3._0x24a958,_0x2c74d3._0x48a99b)]=_0x11a6b7[_0x27a83a(-0x185,0x24,-0xb5,_0x2c74d3._0x48974b)],_0xc30279[_0x27a83a(0xd5,_0x2c74d3._0x4ef1ec,_0x2c74d3._0x524cb1,_0x2c74d3._0x557181)]=_0x545843,_0xc30279[_0x10e91c(_0x2c74d3._0x497d79,0x5f7,_0x2c74d3._0x3b6039,_0x2c74d3._0x10cfd3)]=_0x4bc3c9,_0xc30279[_0x10e91c(_0x2c74d3._0x52895f,_0x2c74d3._0x13a5bf,0x3e1,_0x2c74d3._0x2cedbe)+'t']=_0x1a5577,_0xc30279[_0x27a83a(0xbf,_0x2c74d3._0x4e1693,_0x2c74d3._0x3c83fa,0x5d)]=_0x3924ef['id'],logger[_0x27a83a(0x3c,0xd7,-_0x2c74d3._0x36c470,-_0x2c74d3._0x201c7a)](_0x1b346a['HktIS'],_0xc30279);const _0x172bf0=_0x593d90[_0x10e91c(0x5bc,_0x2c74d3._0x252276,_0x2c74d3._0x39d1e4,0x6d3)](_0x75db12,_0x4bc3c9);try{if(_0x1b346a[_0x27a83a(_0x2c74d3._0x4adc0d,0x183,_0x2c74d3._0xed820d,0x141)](_0x1b346a[_0x10e91c(0x3ef,0x3c2,0x30b,_0x2c74d3._0x5cbe33)],_0x1b346a[_0x27a83a(0x14,0x93,_0x2c74d3._0x16384a,0xc9)])){const _0x1479ec=await _0x199fd3['stat'](_0x172bf0);if(_0x1479ec[_0x10e91c(_0x2c74d3._0x53175c,_0x2c74d3._0x8ae165,_0x2c74d3._0xbdcc7c,0x642)+'y']()){if(_0x1b346a[_0x27a83a(-_0x2c74d3._0x4d4952,-_0x2c74d3._0xbb5d97,-0x5,0x3b)]===_0x1b346a[_0x27a83a(0x82,_0x2c74d3._0x555a92,0xab,_0x2c74d3._0x3cbe50)])_0xab8dff[_0x10e91c(0x440,_0x2c74d3._0x39d08f,_0x2c74d3._0x16ce0a,_0x2c74d3._0x303da2)]=_0x3c4e2e;else{const _0x80a18d={};_0x80a18d[_0x10e91c(0x3b5,0x3cc,0x4d1,0x455)]=!![],_0x80a18d[_0x27a83a(_0x2c74d3._0x390f20,_0x2c74d3._0x3700e7,_0x2c74d3._0x2a3a1e,0x1a8)]=!![],await _0x199fd3['rm'](_0x172bf0,_0x80a18d);}}else await _0x199fd3['unlink'](_0x172bf0);const _0xc47101={};_0xc47101[_0x27a83a(0x66,-_0x2c74d3._0x5a01aa,-_0x2c74d3._0x5b579b,_0x2c74d3._0x16add3)]=_0x11a6b7['taskId'],_0xc47101[_0x27a83a(0x1b,0x104,0xf1,0x151)]=_0x545843,_0xc47101['filepath']=_0x4bc3c9,_0xc47101['userId']=_0x3924ef['id'],logger[_0x10e91c(_0x2c74d3._0x2b071f,0x56f,_0x2c74d3._0x56fcca,_0x2c74d3._0x59d164)](_0x1b346a['YXQDq'],_0xc47101);const _0x5a475f={};_0x5a475f['success']=!![],_0x5a475f[_0x10e91c(_0x2c74d3._0x4394a5,0x6b8,_0x2c74d3._0x1c2e6c,0x570)]=_0x545843,_0x5a475f['filepath']=_0x4bc3c9,_0x5a475f[_0x10e91c(0x51a,_0x2c74d3._0xfb550,_0x2c74d3._0x5e7006,0x58a)+_0x27a83a(-0x40,-_0x2c74d3._0xb2d77f,-_0x2c74d3._0x3f0361,-0x152)]=_0x11a6b7[_0x10e91c(0x413,_0x2c74d3._0x5b0ff9,_0x2c74d3._0x140d47,_0x2c74d3._0x25454e)],_0x5a475f[_0x10e91c(0x600,_0x2c74d3._0x1a7008,0x67b,0x6e7)+_0x27a83a(_0x2c74d3._0x41644c,-_0x2c74d3._0x223c8a,-_0x2c74d3._0x2f89fb,0x50)]=_0x3924ef['id'],_0x134cf9[_0x27a83a(0x5e,_0x2c74d3._0x14731e,0x101,0xa1)](_0x5a475f);}else{const _0x352a55={};_0x352a55['taskId']=_0xc4ee29[_0x27a83a(-0x66,-0x6d,-_0x2c74d3._0x5b579b,-_0x2c74d3._0x295495)],_0x352a55[_0x27a83a(0x1e0,_0x2c74d3._0x29a9da,_0x2c74d3._0x524cb1,-_0x2c74d3._0x7c3112)]=_0x35a788,_0x352a55[_0x27a83a(-0x157,_0x2c74d3._0x4308fe,-_0x2c74d3._0x180fbe,_0x2c74d3._0x527fd6)]=_0xaf4d58[_0x27a83a(-_0x2c74d3._0xa3971,-_0x2c74d3._0x4d976b,_0x2c74d3._0x5e1ebf,0xb5)],_0x14bcd5[_0x10e91c(0x490,_0x2c74d3._0x237e71,0x577,_0x2c74d3._0x4d24f8)](_0x27a83a(-_0x2c74d3._0x40641c,-0x19b,-0x89,0x4f)+_0x10e91c(_0x2c74d3._0x41dd80,0x4a0,0x456,0x366)+'ll',_0x352a55);const _0x5de4f3={};_0x5de4f3[_0x10e91c(0x490,0x508,0x4f1,0x441)]=_0x1b346a[_0x27a83a(0x111,_0x2c74d3._0x365571,_0x2c74d3._0x47a514,_0x2c74d3._0x1d8c8e)],_0x5de4f3['message']=_0x1b346a[_0x10e91c(_0x2c74d3._0x3b6c58,0x501,_0x2c74d3._0x14f416,0x455)],_0x240cf0['status'](0x17cc+0x1fbb+0x3593*-0x1)['json'](_0x5de4f3);}}catch(_0x896d54){if(_0x1b346a[_0x10e91c(_0x2c74d3._0x38613b,0x525,0x3e7,0x5f2)]!==_0x1b346a[_0x10e91c(0x500,0x5f8,_0x2c74d3._0x3cb1b5,_0x2c74d3._0x1f235d)]){const _0x8b2601={};return _0x8b2601['error']=_0x27a83a(0xef,0xb2,-0x6,-_0x2c74d3._0x537ec2),_0x8b2601['message']='Skill\x20\x27'+_0x2684a3+(_0x10e91c(0x527,_0x2c74d3._0x33a852,0x426,_0x2c74d3._0x57fe6e)+_0x27a83a(-_0x2c74d3._0x1ccd11,0x3b,-_0x2c74d3._0x57f0e6,-0x2a)+'er\x20environ'+_0x10e91c(_0x2c74d3._0x454d72,_0x2c74d3._0x5ef090,_0x2c74d3._0x22dc83,_0x2c74d3._0x146045)+_0x27a83a(-0x75,-0x161,-0x93,-0x8f)+_0x27a83a(0x3a,_0x2c74d3._0x3ba9dd,_0x2c74d3._0x390f20,_0x2c74d3._0x3240cd)+_0x10e91c(_0x2c74d3._0x14008f,_0x2c74d3._0x4a3d45,_0x2c74d3._0x5c0a7b,_0x2c74d3._0x596290)+_0x10e91c(0x3c2,_0x2c74d3._0x1c16b0,0x306,0x349)+_0x10e91c(_0x2c74d3._0x1b4df,0x5ff,0x551,0x5f8)+'ents\x20and\x20d'+_0x10e91c(_0x2c74d3._0x2cedbf,_0x2c74d3._0x1c8473,0x4cd,_0x2c74d3._0x5e3c98)),_0x8b2601[_0x27a83a(-_0x2c74d3._0x10c1d4,_0x2c74d3._0x25746a,-_0x2c74d3._0x5e8167,_0x2c74d3._0x443d21)+'ts']=_0x4c9011,_0x524670['status'](-0x1f7+0x22c3+-0x1*0x1f33)[_0x10e91c(0x5c9,_0x2c74d3._0x276992,0x61a,_0x2c74d3._0x49441e)](_0x8b2601);}else{if(_0x1b346a[_0x10e91c(0x481,_0x2c74d3._0x56bbb9,_0x2c74d3._0x1cf0f7,0x571)](_0x896d54[_0x10e91c(_0x2c74d3._0x3c7385,0x559,0x4a4,0x489)],_0x1b346a[_0x10e91c(_0x2c74d3._0x1fe9f5,_0x2c74d3._0x3bfafe,_0x2c74d3._0x4d54c9,_0x2c74d3._0x46f6d8)])){const _0x42d2c1={};return _0x42d2c1[_0x10e91c(0x490,_0x2c74d3._0x1a0523,0x570,0x3e3)]=_0x1b346a[_0x27a83a(-_0x2c74d3._0xdf71a5,-0x16,-_0x2c74d3._0x29acde,_0x2c74d3._0x112fee)],_0x42d2c1[_0x27a83a(_0x2c74d3._0x355415,-_0x2c74d3._0x385928,_0x2c74d3._0x2e774e,0xb8)]='File\x20\x27'+_0x4bc3c9+(_0x10e91c(0x4f6,_0x2c74d3._0x15ae7c,_0x2c74d3._0x52dcda,0x5e5)+'d'),_0x134cf9[_0x27a83a(_0x2c74d3._0x49ef03,-0x53,_0x2c74d3._0x17b644,0x1d2)](0x1793*0x1+0x2*0x9cb+-0x2995)[_0x27a83a(_0x2c74d3._0x10f8fb,0x123,_0x2c74d3._0x42c162,_0x2c74d3._0x5dbc38)](_0x42d2c1);}const _0x413a98={};_0x413a98[_0x27a83a(-_0x2c74d3._0x77e232,-_0x2c74d3._0xec0d21,-0xb5,-0x2f)]=_0x11a6b7[_0x10e91c(0x413,_0x2c74d3._0x1756a0,0x3a2,_0x2c74d3._0x42eab8)],_0x413a98[_0x10e91c(_0x2c74d3._0x4394a5,0x6c8,_0x2c74d3._0x3e136c,_0x2c74d3._0x524ea2)]=_0x545843,_0x413a98['filepath']=_0x4bc3c9,_0x413a98['error']=_0x896d54['message'],logger[_0x10e91c(0x490,_0x2c74d3._0x226002,0x591,_0x2c74d3._0x553168)](_0x1b346a['SYhnZ'],_0x413a98);const _0x3dcc7e={};_0x3dcc7e['error']=_0x1b346a[_0x27a83a(_0x2c74d3._0x1eda92,0x1c3,0xcd,0x1e5)],_0x3dcc7e[_0x10e91c(_0x2c74d3._0x507e11,0x422,_0x2c74d3._0x525902,_0x2c74d3._0x138515)]=_0x1b346a[_0x27a83a(-0x19a,-_0x2c74d3._0x5630b9,-_0x2c74d3._0x4c1379,-0x75)],_0x134cf9[_0x27a83a(_0x2c74d3._0x15f31d,0x3f,0xbb,_0x2c74d3._0x597cf6)](0x22d*-0x2+0x3e*-0x19+0xc5c)[_0x27a83a(0x171,-0x2,_0x2c74d3._0x5e5f3a,_0x2c74d3._0x47a514)](_0x3dcc7e);}}});function _0x2d54(){const _0x46a1fe=['C2STzwrPDcbWzq','Dhj1zq','Cunxtwm','DhLWzq','Dg9mB3DLCKnHCW','z2vTzw50ihjVDq','mta2mdvowLnAzK0','rNzAEvm','CMLUzW','BIbPCYbYzxf1Aq','BcbLBNzPCM9UBq','yxnZAwDUzwrtAW','CwPlrNa','EeTABu0','lcbOExbOzw5Zla','yLvxzvm','Eg1czLy','ELjzBLK','mtKYndu0mgf5t0XiBq','CM1PC3nPB24','vxnLifbbveniia','y29KzxiUANnVBG','yurgtgS','CMvHzezPBgu','y0rWq2G','u2TPBgWGzMLSzq','rxjqy3u','wMTOy3m','z2LmyMC','BwTKAxi','yxnZAwDUzwq','DuzbBvi','r05eEwS','CxDitxy','EvvPBuK','wxj1t2i','y0DMEM4','zMLSDgvY','DwvZDcb3AxrOia','vgfZAYbVD25LCG','BfHdr3O','uMPNqwm','l3nRAwXSCY86CW','qMfKifjLCxvLCW','CxnQyuy','yKzHAve','txfttg0','ELvOquq','B2XZ','BuvUDMLYB25Tzq','whPJrLa','u2TPBgWGBwfUyq','zsbKzwXLDgLUzW','AffRuee','z2vTzw50ihjLCq','DwvZDcbTAxnZAq','vxHKEKe','qNftzhm','Dxn0ignVBNrHAq','DfDHCwC','D3zls2G','ELbLD0e','shLyrey','C3rHDhvZ','BvjLz2LZDhj5','lMLTCg9YDgvKlq','zM9Yy2u','y3jLyxrLzej5','vw5HDxrOB3jPEG','BMCGwc1uyxnRlq','A2LSBeLKl2zPBa','ywrLCG','AxjVBM1LBNqGyW','DMLYB25Tzw50ia','v2fevNO','igLZihjLywqTBW','zwrhsuO','D3jPDguGzMLSzq','qxHRB1m','rMjhAw4','DgfZAW','quHSuuy','EKnuy1O','BffSshG','Chfhseq','C3bSAxq','z25Tzw50ihbLCG','C3qGyMuGysbZDa','reLPuLi','DxrMltG','r2vKvhG','mtm3nZeZmML4r2jeAq','ihjLz2LZDhj5','u2rrwLa','Dhv3wMu','u2vYDMLJzsbUBW','mtKXmLjizNHgEq','mZy5odqWnNPZB25pua','Exnqt1C','runWzeO','yMXJrwq','DfDyuLK','vgfZAYbOyxmGBG','DguGBM90igLUAq','u2fgAui','venyDwy','qM9KEsbPCYbYzq','zLvLs3i','zxbiyLu','DxnLCKLK','y2fSBgLUz1rHCW','twLoy0K','ywnbtKy','tLHnveS','ihnRAwXSCZP0yq','D1DwDue','z2HPvfC','C2TPBgXjza','icaTia','sw52ywXPzcb0yq','AM9PBG','CfnkBMW','CxzWvvC','Dw5RBM93BIb0yq','CuXZCg8','vhHfBwK','AY1LzgL0','vgvNAfm','C2LZDgvKihrVia','zcbPBIbZA2LSBa','qufNqKW','A0rnDxq','C3rYAw5NAwz5','ANnVBG','zMLSzxbHDgG','vuXJvKq','Bur5vM0','zYbZA2LSBcbKzq','wLnet1C','B3zwr1i','teWUBwq','sw50zxjUywWGuW','wLPlyKi','sMPPs20','A2HHqLG','iMrLBgv0zsiGBW','Bw9Kzq','C2XPy2u','zxDLuM8','CMvHzg9UBhK','Ae1xre8','D2fYBG','C2TPBgW','yMuGysbZDhjPBG','EfbnwLe','yMuGzwL0AgvYia','zw50CYbHBMqGza','CMvHzgrPCG','sfvTy1K','sgrUA1G','rfLpB1a','DcbZDgLSBcbHyW','C2SGsuq','B3jJzt10CNvLia','B2rYA1e','zw52tMfTzq','B0Hoz2G','uM9WqKu','uMzpzey','q1bbu2O','BguGCgf0Aa','BMnMz3G','BgWGzMLSzq','yujAqNC','Aw5Nig9YihvUyq','sNvhsuK','DgvKihnRAwXSCW','zunIr20','z2PJENK','y3jLyxrLzej5va','ExzzsNq','vvPvDNK','yMfrqNu','q29UDgvUDcbMAq','y2XLyw51CcK','CxvPCMvKigfUza','Evrqt3G','tLP5AgW','zgvSzxrLzej5vq','CeTJvvK','ChzTzKy','B0nhy0O','shfHwue','CMvJDxjZAxzL','vgHPCYbZA2LSBa','BYbLBNzPCM9UBq','Dw5HC3nPz24','rNrfvwO','vwD2A2u','u0jhAeG','veXyyuu','u2TPBgWGjW','BMuGzMLLBgqGBq','CxvLCNK','BwfYD2W','l3nRAwXSCW','AxqGzNjVBsbHBa','Aw5NihnRAwXS','AwXSCYbMCM9Tia','vxDOBMW','ue5Uwu8','zxrLifnlsuXmlG','Aw5JBhvKzxm','rMftuue','sefHwwK','BuzYC0W','rMHTuMK','qKrquem','EKPnEwq','u2TPBgWGDw5HCW','thLlsu0','B3qGyxnZAwDUzq','igfUzcbTDxn0ia','DMvYC2LVBG','CgvYC2LZDcbZAW','Bg9HzcbPBxbVCG','ru93Cfa','yxnZAwDUvg9fBG','z2rxyuC','Aw5NihnRAwXSia','wMP2y3e','BwvUDa','B255A0K','D2L0AezPBgvuEq','ihn0CMLUzW','AxnbCNjHEq','CenuwM8','Dg8GCMvTB3zLia','rNjtrKe','AgfUDw1LCMLJia','zuHfrMm','zNjVBNrTyxr0zq','EKP4B2q','u2TPBgWGsuqGBq','Cgf0y2G','uMvtDMu','y29KzxjdB25MAq','runuA08','C2z3EhG','mtiWodHMExPbv3G','AePWCK0','yKviDMe','AgXwuui','tvHtsgG','q1jeD0C','AK5pvxi','DxnLCM5HBwu','ig11C3qGyMuGyq','CejNzNe','BMvKihrVig90Aa','zcb0BYb0AgLZia','zgv0ywLSCW','Cg5Wqxy','DxrfugC','CMvHzcbMAwXL','wgLyt3a','vuPisKG','u1fgsxG','zML4z1a','BNrZ','CMvcqLe','vMfXqxe','B25wsgu','C2nVCMvZ','mZC5mtmXtwjPAvHR','ywnJzxnZ','u1LOBLO','D3rOC0q','uu1zwLm','DxbKyxrLzef0','Dhv2yvG','ENb0rNi','yxnZAwDUzwqGDa','Bgv0zq','A0X0yLO','BIbVBMX5igfSCa','CNnUqvK','DgfZA0LK','AfrWs1y','yxnRswq','C3LZDgvT','BMfTzq','s2vgtvO','CfrSAfa','D1vdA3e','jYbHBhjLywr5ia','DNniCNy','quDVvLG','AK52tKu','ywXSB3DLzc10BW','yxjNDw1LBNqTAa','u2TPBgWGzgvSzq','wfrZufm','Aerevfa','Ec10yxnRlwLK','yxr6tKu','zLrwr1C','vun1C1G','C3nPz25PBMCGCW','BgPks2C','CMvHzcbZA2LSBa','uNLJvwC','wff2BMW','AhHnDvC','C3rYAw5N','CenNC3i','D0n4vhm','u0TjteWUBwq','DxbKyxrLihnRAq','DgfZA3m','ChvZAa','CNvUihDPDgGGzG','vgfZAYbMzxrJAa','y2jnzfa','DvfJu1i','DgfZA1vZzxi','BM5VDcbIzsbTBW','t1DTzgy','wLrwy3u','z1DnDeG','zgvSzxrLzef0','rMfPBgvKihrVia','Bw9KzwW','rLb3AeW','wev5BwO','Be9HuKm','Bxnste8','rxHRDui','C2TPBgXZlMPZBW','qunOyxe','y3jLyxrLzej5vq','zgLYBMfTzq','Dw5HC3nPz25Lza','DgL2zsK','zgvZy3jPChrPBW','zxmVkG','uwT1u1e','ru5pru5u','zeXzD3m','oIbBxq','rMLSzsaN','wwrnCfO','tw1QsNK','DxbKyxrLigvUDG','zfzntxu','C2TPBgXZ','Dxn0igjLihbYBW','AvLREe4','EKXhq0O','DgLHBgL6zwq','wfnXBxi','yMDdBxa','ihvWzgf0zwqGyG','zxzduuW','wvLWuhy','igzPBgu','BMX5igfUzcbJyq','wevizLy','z25Lzcb0BYbLBG','su9SzLO','C2vYswq','zw52AxjVBM1LBG','zwqGzw52AxjVBG','vwDPwKO','ig5VDcbMB3vUza','AuTntg0','uw10v0y','q2P3whC','vgfZAYbKzwXLDa','igrLBgv0zwqGyG','rM9YyMLKzgvU','DwLYzwq','DxbKyxrLifnlsq','zhzrrK0','z1HJtM4','EMvK','u2TPBgWGBM90ia','sLHwq2G','uMfvqKm','A2v5CW','wvHrrhe','DwvnDu8','BwvUDcb0BYbJBW','nJuWq3fOug55','vNzrr3u','A0DVAeC','zwXLDguGAxqU','sNrZsha','nMnRBw9Xva','ihjLz2LZDhj5ia','De5NEgK','C2fuAhG','Dg90vKC','ALbyv1e','rxrpt3O','zgLYzwn0B3j5','tuHTy0S','Aufetve','y29Kzq','r25vD3G','DenVBMzPzW','A2vfz08','zxjYB3i','Eu9RDum','B3b1AfG','vxnLCIbSywnRCW','vgfZAYbJCMvHDa','DhjPBq','EvbUwg0','shDQzve','tMfTzsbPCYbYzq','wvHdCKu','zwXKigLZihjLCq','AKTHwMu','D3jPDgvgAwXL','y29eveW','DxbKyxrLigLTCa','r1DQwKe','vg1qEhK','BMCGC2TPBgWGzG','rKXSyuy','tvz6reG','BMzPzYbMAwXLia','zgLMAwvK','BYbHC3nVy2LHDa','Chv0','AgzzDe0','BwvUDhmUifjLlq','s2jbDM4','zwrPDgfIBgu','qxj0zw8','v2fouKu','CYbYzxf1AxjLza','BM90igHHDMuGCa','BhjTEgS','CgfYyw1Z','zgvSzxrLig9Yia','C2TPBgXqyxrO','kgLUlw1LBw9YEq','Aw5MBW','C3vJy2vZCW','u1LyseC','AwXSigfZC2LNBG','s2PMzM8','DxbKyxrLzej5vq','uerXwhe','ChDlC2O','EhHyAui','rw5NC1G','Bwf0y2G','vg5zrLG','DLfnu2S','q29UzMXPy3q','rgnhC3q','BwfW','z3fTu3q','Bw9KzsbTDxn0ia','sw52ywXPzcbZAW','AYaOD2L0Ag91Da','zLPRt3e','ls0T','CgvZ','BLLNwNa','C3rHCNrZv2L0Aa','Avvfuw0','DcbPBML0AwfSAq','r013DNG','DgvZDa','Esb0yxnR','vKznA1y','qxr0zw1WDcb0BW','vMHNAxi','swqGAgvHzgvY','q01uAwG','zMLSzq','D1Ljru0','rw52AxjVBM1LBG','BenOz3C','uLbHwfa','zw50CMLLCW','igvKAxqGCMvHza','BM1LBNrZ','ALPwBgC','sgT0svm','igzYB20GDgfZAW','wgDQAg0','s1fPCxC','DcbUB3qGzM91BG','v3PHsKe','CgfYC2u','tKLdsK4','DhvmAeS','CMvKigfUzcbTDq','whzozKy','y2vJD2K','A2LSBeLK','AwXSieLe','CMvHzcbJB25MAq','DMLKzwq','y3jLyxrLihnRAq','CfHAwgm','zw50','zxiGzw52AxjVBG','wfD4y3u','jYbUB3qGzM91BG','v1zvDMu','uu1AEve','wwLQu0W','C1nnA0G','C3rYEsbKDxjPBG','zgvSzxrLihnRAq','AvDwAg4','t2nQCMy','B3j0zwqGCMvNAq','u25zyMi','A2LSBa','r2zRshC','Dw5HC3nPz24GCW','u2TPBgWGAxmGBG','ChbHv2W','ntKXnZjYruvey3O','zgvSzxrLigzPBa','r21Jq00','A2LrENy','Dfvcy2O','yKvvyvq','surKvKe','u01zwLa','C2v0DxbqyxrO','DMLYB25Tzw50','yxnZAwDUAw5Nia','u2TPBgWGyxnZAq','rgvZy3jPChrPBW','ms4WlJa','zxHPC3rZ','AwXSCW','BePvsgq','B25MAwCGD2HPBa','DgvKigj5ihrHCW','yvvfs3a','zgvSzxrLzej5va','wKLVBKm','D3jPDguGC2TPBa','v0DAwLG','t0XdD1i','zxj2zxiGrxjYBW','u2TPBgWGy3jLyq','vgfZAYb1CgrHDa','y29UDgvUDa','vfjguvi','wNzcv24','BM90igzVDw5K','t254vwG','jYbPCYbHC3nPzW','CMvptNq','igfZC2LNBM1LBG','zw5KC1DPDgG','B25SEsbZA2LSBa','tM90iezVDw5K','De5HBwu','CIaIDw5HC3nPzW','BMzLtNe','yM9KEq','y2HHCMfJDgvYCW','sw52ywXPzcbMAq','BwvZC2fNzq','DxbKyxrLzej5va','Aw50','B2zhuMq','qvHSC0y','BcbMAwXL','tNfUBLG','zgvSzxrL','Dc5QC29U','AxneAxjLy3rVCG','BgvUz3rO','CMvTB3zLzezYBW','Dg9ju09tDhjPBG','y29UzMLNugf0Aa','y29UzMLNigzPBa','igfUzcb1BMrLCG','z2v0'];_0x2d54=function(){return _0x46a1fe;};return _0x2d54();}export default router;