@profoundlogic/coderflow-server 0.6.0 → 0.6.1

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 (174) hide show
  1. package/dist/.claude/settings.local.json +15 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright-test-results/.last-run.json +52 -2
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.html +0 -61
  144. package/dist/web-ui/public/environments.js +1 -1
  145. package/dist/web-ui/public/feedback-widget.js +1 -1
  146. package/dist/web-ui/public/file-selection-tree.js +1 -1
  147. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  148. package/dist/web-ui/public/git-history.js +1 -1
  149. package/dist/web-ui/public/git-status.js +1 -1
  150. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  151. package/dist/web-ui/public/index.js +1 -1
  152. package/dist/web-ui/public/login.js +1 -1
  153. package/dist/web-ui/public/markdown-editor.js +1 -1
  154. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  155. package/dist/web-ui/public/modal-maximize.js +1 -1
  156. package/dist/web-ui/public/notifications.js +1 -1
  157. package/dist/web-ui/public/permissions.js +1 -1
  158. package/dist/web-ui/public/pr-dialog.js +1 -1
  159. package/dist/web-ui/public/roles.js +1 -1
  160. package/dist/web-ui/public/server-health.js +1 -1
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.js +1 -1
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +8 -2
  167. package/dist/web-ui/public/task.js +1 -1
  168. package/dist/web-ui/public/teams.js +1 -1
  169. package/dist/web-ui/public/terminal.js +1 -1
  170. package/dist/web-ui/public/theme.js +1 -1
  171. package/dist/web-ui/public/users.js +1 -1
  172. package/dist/web-ui/public/variant-grouping.js +1 -1
  173. package/package.json +1 -1
  174. package/dist/playwright-test-results/result-screenshot.png +0 -0
@@ -1 +1 @@
1
- (function(_0x1464d3,_0x3c40ac){const _0x491752={_0x28110e:0xbb,_0x33725e:0x3b,_0x4bf0c3:0x9b,_0x57f50a:0x237,_0x5d921a:0x3ff,_0x3a266b:0x3ae,_0xc704e3:0x437,_0x455183:0x389,_0x35d203:0x3e5,_0x376dd9:0x2f7,_0x263083:0x52c,_0x4d819c:0x4d9,_0x3a08e4:0x3ad,_0x4668bb:0x3e6,_0x4f4dcf:0x456,_0x4ed057:0x207,_0x5f3c2d:0x19f,_0x16efba:0x41a,_0x5c107e:0x52e,_0x57109b:0x1f1,_0x3f6adf:0x273,_0x53261d:0x228,_0x454d8d:0x1c9,_0x135c50:0x1d1,_0x59b03d:0x11c,_0x321cf2:0x292,_0x5ae100:0x209};function _0x2565a0(_0x3e0c56,_0xb33339,_0x5ee534,_0x3c7f92){return _0x3026(_0x3e0c56- -0x3e0,_0xb33339);}const _0x3251c3=_0x1464d3();function _0xa78bb3(_0x5f351d,_0x25dfa0,_0x5e1519,_0x2192b0){return _0x3026(_0x5e1519-0x13c,_0x2192b0);}while(!![]){try{const _0x3df76f=-parseInt(_0x2565a0(-_0x491752._0x28110e,0x36,-_0x491752._0x33725e,-0xe9))/(-0x6*0x2a8+-0x25b9+0x1*0x35aa)*(parseInt(_0x2565a0(-0x153,-_0x491752._0x4bf0c3,-0x20b,-_0x491752._0x57f50a))/(-0x1a3a+0x1*0x1132+-0x90a*-0x1))+parseInt(_0xa78bb3(0x42e,_0x491752._0x5d921a,_0x491752._0x3a266b,_0x491752._0xc704e3))/(0x2*0x7ed+-0xe27+-0x18*0x12)*(-parseInt(_0xa78bb3(_0x491752._0x455183,0x474,_0x491752._0x35d203,_0x491752._0x376dd9))/(0x2*0x11f9+0x13bc+-0x37aa))+parseInt(_0xa78bb3(0x46e,_0x491752._0x263083,_0x491752._0x4d819c,0x58d))/(-0x1399+-0x1*0x257f+0x391d)*(-parseInt(_0xa78bb3(_0x491752._0x3a08e4,0x392,0x49e,0x582))/(-0x13*0x205+-0x19a6+0x400b*0x1))+-parseInt(_0xa78bb3(0x4cf,_0x491752._0x4668bb,_0x491752._0x4f4dcf,_0x491752._0x5d921a))/(0x2454+0x1fd5+-0x3*0x16b6)*(-parseInt(_0x2565a0(-_0x491752._0x4ed057,-_0x491752._0x5f3c2d,-0x1d5,-0x2c0))/(0x536+0x202b+-0x3*0xc73))+-parseInt(_0xa78bb3(_0x491752._0x16efba,_0x491752._0x5c107e,0x4b2,0x4f3))/(0x60a*0x5+-0x1*0x6d9+-0x1750)+-parseInt(_0xa78bb3(0x2d4,_0x491752._0x57109b,0x2b5,_0x491752._0x3f6adf))/(0x96a+0x1890+-0x21f0)*(parseInt(_0x2565a0(-_0x491752._0x53261d,-0x154,-_0x491752._0x454d8d,-_0x491752._0x135c50))/(0xff6+-0x1*-0x103c+0x2027*-0x1))+parseInt(_0x2565a0(-0x1ad,-0x97,-0x178,-0x166))/(-0x742*-0x5+0x23dd+-0x481b)*(parseInt(_0x2565a0(-0x1bb,-_0x491752._0x59b03d,-_0x491752._0x321cf2,-_0x491752._0x5ae100))/(-0x2226+0x2*0x5c6+-0x78d*-0x3));if(_0x3df76f===_0x3c40ac)break;else _0x3251c3['push'](_0x3251c3['shift']());}catch(_0xb3f0ef){_0x3251c3['push'](_0x3251c3['shift']());}}}(_0x3b6e,-0x4bdd+-0x63b9f*0x1+0x124443));import _0x53bd63 from'express';import{promises as _0x3f173c}from'fs';import _0x13690c 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=_0x53bd63['Router']();let tasks=null,setupPath=null,coderConfig=null;function _0xf8e45c(_0x85578d,_0x52d7cc,_0x3b51f9,_0x286624){return _0x3026(_0x286624-0xb8,_0x85578d);}export function initializeSkillManagement(_0x2e1df5){const _0x5e6029={_0x27fef7:0x353,_0xcbebbe:0x2b1,_0x48e719:0x3b1,_0x736eb:0x2f9},_0x9a904d={_0x13819f:0xe0};function _0x5e970d(_0x14e60b,_0x3b7813,_0x3ff71b,_0x4caa76){return _0x3026(_0x3b7813- -0x262,_0x4caa76);}tasks=_0x2e1df5[_0x13251e(0x29e,0x28d,_0x5e6029._0x27fef7,_0x5e6029._0xcbebbe)],setupPath=_0x2e1df5[_0x13251e(_0x5e6029._0x48e719,0x2fa,_0x5e6029._0x736eb,0x3a0)];function _0x13251e(_0x14018b,_0x2b3f0b,_0x555ee4,_0x56241f){return _0x3026(_0x555ee4-_0x9a904d._0x13819f,_0x2b3f0b);}coderConfig=_0x2e1df5['coderConfi'+'g'];}export function updateSkillManagementConfig(_0x819d25){coderConfig=_0x819d25;}function getImportedSkillsRegistryPath(){const _0x3cd47e={_0x301d76:0x18e,_0x358a91:0x58b,_0xa6145f:0x4f3,_0x10cf2b:0x4e7,_0xe2d0c7:0x18c,_0x484c9d:0x10b,_0x39a35a:0x509,_0x5cb3ba:0x621,_0x17e4cf:0x51c,_0x4e916c:0x3e8,_0x5eac48:0x43e,_0x1df80b:0x341},_0x24de24={_0x2b1e4c:0x292},_0x4f9333={_0xbe98b7:0x24d},_0x243193={};function _0x420527(_0x3ad60c,_0xe69a8f,_0x1e15aa,_0x2b9ee4){return _0x3026(_0x3ad60c-_0x4f9333._0xbe98b7,_0xe69a8f);}_0x243193[_0x55237e(-0x9d,-_0x3cd47e._0x301d76,-0x10b,-0x13c)]=_0x420527(_0x3cd47e._0x358a91,_0x3cd47e._0xa6145f,0x4f8,_0x3cd47e._0x10cf2b);function _0x55237e(_0x5db35a,_0x47bfe9,_0x2ced4c,_0x59526a){return _0x3026(_0x2ced4c- -_0x24de24._0x2b1e4c,_0x47bfe9);}const _0x2507cf=_0x243193;if(!setupPath)return null;return _0x13690c['join'](setupPath,_0x2507cf[_0x55237e(-_0x3cd47e._0xe2d0c7,-0x6a,-_0x3cd47e._0x484c9d,-0x15)],_0x420527(_0x3cd47e._0x39a35a,_0x3cd47e._0x5cb3ba,_0x3cd47e._0x17e4cf,0x609)+_0x420527(_0x3cd47e._0x4e916c,_0x3cd47e._0x5eac48,0x3d4,_0x3cd47e._0x1df80b)+'n');}async function loadImportedSkillsRegistry(){const _0x49de72={_0x3fc8e7:0x1b0,_0x88edbd:0x1a1,_0x9f4b45:0x22c,_0x27906c:0x25e,_0x2ab2ae:0x147,_0x48dc41:0x124,_0x6b4447:0x53,_0x5282a5:0x310,_0x958494:0x329,_0x1ef48d:0x202,_0x484dae:0x184,_0xf1699e:0x26f,_0x4be594:0x114,_0x2b3592:0xa9,_0x3e294e:0xdd,_0x510d76:0x3c,_0x62bb18:0x26,_0x2d186e:0x1fe,_0x1ca249:0xff,_0x3e3be0:0x215,_0x4fac22:0x1c7,_0x4b024f:0x22f,_0x2ccf48:0x102,_0x26c820:0x48,_0x114655:0x99,_0x2e8c6b:0xd6,_0x46ddbe:0x142,_0x17666e:0xc4,_0x3d9b63:0xe,_0x39c605:0xa,_0x370ab0:0x5f,_0x30f545:0x16e,_0x3d1f2c:0x3a,_0x418b09:0xa9,_0x1ac1df:0xd5,_0x32b030:0x28f,_0xfc2b7b:0x259,_0x5173fc:0x236,_0x5e4011:0x3c,_0x297cc6:0x33,_0x15db86:0x2c,_0x1af6f9:0x49,_0x33542e:0xca,_0x3e7b15:0x17,_0x1fe983:0x211,_0x2a2841:0xef,_0x19b791:0x178,_0x99170:0x126,_0x2bab17:0x278,_0xc88e32:0x2f8,_0x1f47ed:0x212,_0x38e845:0xa1,_0x290bb5:0x59,_0x25c4db:0x1cb,_0x472aa1:0x14e,_0x3dc1d9:0xf1,_0x451486:0x10e,_0x2cea1b:0x90,_0x23a7f2:0x13,_0x4f3189:0x5a,_0x554df0:0x162,_0x40a156:0x276,_0x374df4:0xa9,_0x1fa7bf:0x1b7,_0x341cc5:0x93,_0x21bbb0:0x143,_0x12394f:0x1e1,_0x174691:0x146,_0x4a87b6:0x105,_0x20fd34:0xa7,_0x548ed1:0x196,_0xd96b22:0xaa,_0x21a1ea:0x19c,_0x4f7f33:0x63,_0x485402:0x5d,_0x259823:0x6f,_0x376d71:0x105,_0x2c0bc4:0x50,_0x6cddf2:0x262,_0x1169bd:0x121,_0x2b0e9b:0xcd,_0x4dcea6:0x1f4,_0x176b37:0x2ba,_0x4794ef:0x283,_0x10c86e:0x7,_0x3f5f09:0xce,_0x5eef64:0x1e,_0x54fbf9:0xc3,_0x1fb09c:0x51,_0x49512a:0xc1,_0x25b32:0x5a,_0x5134c0:0x127,_0x43edbd:0xb5,_0x1f5a1c:0xcc,_0x4277c3:0x31,_0x5976b9:0x1d,_0x47eeb8:0x57,_0x408f2:0x259,_0x5b4f81:0x1e3,_0x57fc33:0x237},_0x42ecd3={_0xaa2042:0xe5},_0x23179e={'KQJAn':_0x28307f(_0x49de72._0x3fc8e7,0x13e,_0x49de72._0x88edbd,_0x49de72._0x9f4b45)+'ne\x20field\x20m'+_0x28307f(_0x49de72._0x27906c,_0x49de72._0x2ab2ae,0x9b,_0x49de72._0x48dc41)+_0xe1de3(-_0x49de72._0x6b4447,0x1f,-0xba,-0x13c),'tGwgK':_0x28307f(0x1ff,0x271,_0x49de72._0x5282a5,_0x49de72._0x958494)+_0x28307f(_0x49de72._0x1ef48d,_0x49de72._0x484dae,0x1b8,_0x49de72._0xf1699e)+'ent','rHBBg':_0x28307f(_0x49de72._0x4be594,0x1fc,0x1dd,0xe3)+'t','RdbQH':_0xe1de3(_0x49de72._0x2b3592,-0x18,_0x49de72._0x3e294e,_0x49de72._0x510d76)+'o\x20associat'+_0x28307f(-0xa,0xc8,-_0x49de72._0x62bb18,-0x30)+_0x28307f(_0x49de72._0x2d186e,0x1af,_0x49de72._0x1ca249,0x17e),'PxEBc':_0x28307f(0x123,0x19b,0x94,0x196),'XOUOe':function(_0x371d71){return _0x371d71();},'ALalO':'1.0.0','KLPIO':function(_0xdd0859,_0x8e5a5f){return _0xdd0859===_0x8e5a5f;},'kqLEB':'DUumR','jAoAs':function(_0x5b2b6c,_0x4f1498){return _0x5b2b6c===_0x4f1498;},'vKDTm':_0x28307f(_0x49de72._0x3e3be0,0x256,_0x49de72._0x4fac22,_0x49de72._0x4b024f),'lZkXJ':'aqLay','HVAnc':_0x28307f(0x120,0xfd,0x185,0x99),'iHAyh':function(_0x2b73ce,_0x481e92){return _0x2b73ce!==_0x481e92;},'PwyOz':'dWjsc','gqKJJ':_0xe1de3(0x6e,0x29,0x145,_0x49de72._0x2ccf48),'oymzZ':_0x28307f(_0x49de72._0x26c820,0xbd,0x148,_0x49de72._0x114655)+_0x28307f(_0x49de72._0x2e8c6b,_0x49de72._0x46ddbe,0x112,_0x49de72._0x17666e)+_0xe1de3(_0x49de72._0x3d9b63,-0x20,-_0x49de72._0x39c605,_0x49de72._0x370ab0)+_0x28307f(_0x49de72._0x30f545,0xb2,_0x49de72._0x3d1f2c,0x57)};function _0x28307f(_0x27b7b0,_0x2089cd,_0x577baa,_0x396022){return _0x3026(_0x2089cd- -_0x42ecd3._0xaa2042,_0x27b7b0);}function _0xe1de3(_0x454abe,_0x1d7917,_0x3c8fbc,_0x1570ff){return _0x3026(_0x454abe- -0x2ad,_0x1d7917);}const _0x4be5a8=_0x23179e['XOUOe'](getImportedSkillsRegistryPath);if(!_0x4be5a8){const _0x33d578={};return _0x33d578[_0xe1de3(0x1d,0x82,-0xd7,_0x49de72._0x418b09)]=_0x23179e[_0xe1de3(0x3d,0xf0,_0x49de72._0x1ac1df,0x51)],_0x33d578[_0x28307f(_0x49de72._0x32b030,_0x49de72._0xfc2b7b,_0x49de72._0x5173fc,0x325)]={},_0x33d578;}try{if(_0x23179e[_0xe1de3(-_0x49de72._0x5e4011,0x13,0xd2,-0x20)](_0x23179e[_0xe1de3(_0x49de72._0x297cc6,-_0x49de72._0x15db86,-_0x49de72._0x1af6f9,_0x49de72._0x33542e)],_0x23179e[_0xe1de3(0x33,0x10b,-_0x49de72._0x3e7b15,-0x66)])){const _0x2d3a86=await _0x3f173c[_0x28307f(_0x49de72._0x1fe983,0x208,0x1b4,_0x49de72._0x2a2841)](_0x4be5a8,_0x28307f(_0x49de72._0x19b791,0x95,0x2a,_0x49de72._0x99170));return JSON[_0x28307f(0x263,_0x49de72._0x2bab17,0x381,_0x49de72._0xc88e32)](_0x2d3a86);}else{const _0x4c0de3={};return _0x4c0de3['error']=_0x28307f(0x1ac,0x1fc,0x161,_0x49de72._0x1f47ed)+'t',_0x4c0de3[_0x28307f(0x129,_0x49de72._0x38e845,0x15b,0x38)]=_0x23179e[_0xe1de3(_0x49de72._0x290bb5,-0x29,-0x5b,0x91)],_0x3c7f5b[_0xe1de3(-0x105,-_0x49de72._0x25c4db,-0x152,-_0x49de72._0x472aa1)](-0x1*0xa49+-0x2*-0xa0c+-0x83f)[_0x28307f(_0x49de72._0x3dc1d9,_0x49de72._0x451486,0x6d,0x26)](_0x4c0de3);}}catch(_0x4ec7d5){if(_0x23179e['jAoAs'](_0x23179e[_0x28307f(0x234,0x241,0x1a9,0x1e1)],_0x23179e[_0x28307f(0x36b,0x262,0x289,0x195)])){const _0x1d9edf={};_0x1d9edf[_0xe1de3(0xe9,-0x2f,0x42,0xdd)]=_0x538bc6,_0x217163[_0xe1de3(-0x49,0x28,_0x49de72._0x2cea1b,_0x49de72._0x23a7f2)](_0x23179e['tGwgK'],_0x1d9edf);const _0x5397db={};return _0x5397db[_0xe1de3(-_0x49de72._0x4f3189,0xd,-0x118,-_0x49de72._0x554df0)]=_0x23179e[_0x28307f(_0x49de72._0x40a156,0x1a9,0x122,_0x49de72._0x374df4)],_0x5397db[_0xe1de3(-0x127,-0x4f,-_0x49de72._0x1fa7bf,-0xec)]=_0x23179e[_0x28307f(_0x49de72._0x341cc5,_0x49de72._0x21bbb0,_0x49de72._0x12394f,_0x49de72._0x174691)],_0x190ded[_0xe1de3(-_0x49de72._0x4a87b6,-0xfb,-_0x49de72._0x20fd34,-0x139)](-0x1c13+0x25ee+-0x1*0x84b)['json'](_0x5397db);}else{if(_0x4ec7d5[_0x28307f(0x27f,_0x49de72._0x548ed1,0x134,_0x49de72._0xd96b22)]===_0x23179e['HVAnc']){if(_0x23179e['iHAyh'](_0x23179e[_0xe1de3(0xc4,0x54,_0x49de72._0x21a1ea,_0x49de72._0x4f7f33)],_0x23179e[_0xe1de3(_0x49de72._0x485402,_0x49de72._0x259823,_0x49de72._0x376d71,_0x49de72._0x2c0bc4)])){const _0x2e3f50={};return _0x2e3f50[_0x28307f(_0x49de72._0x6cddf2,0x1e5,0x12a,_0x49de72._0x1169bd)]='1.0.0',_0x2e3f50[_0xe1de3(0x91,0x102,0xc7,-0x2a)]={},_0x2e3f50;}else{const _0x1ebb3b={};return _0x1ebb3b[_0xe1de3(-0x5a,0x80,-_0x49de72._0x2b0e9b,-0xa)]=_0x23179e['PxEBc'],_0x1ebb3b['message']=_0x28307f(0x216,_0x49de72._0x4dcea6,_0x49de72._0x176b37,_0x49de72._0x4794ef)+_0x4a686b+('\x27\x20not\x20foun'+_0xe1de3(-_0x49de72._0x10c86e,0xb0,-_0x49de72._0x3f5f09,0x10f)+'\x20\x27')+_0x37e3e4+'\x27',_0x5381ac[_0x28307f(_0x49de72._0x5eef64,_0x49de72._0x54fbf9,-_0x49de72._0x1fb09c,_0x49de72._0x49512a)](-0xce0+-0x1384+0x21f8)['json'](_0x1ebb3b);}}const _0x37fe73={};_0x37fe73[_0xe1de3(-_0x49de72._0x25b32,0x8b,-0xec,-0x86)]=_0x4ec7d5[_0xe1de3(-_0x49de72._0x5134c0,-0x19a,-_0x49de72._0x3fc8e7,-_0x49de72._0x43edbd)],logger[_0xe1de3(-0x5a,0x1b,0xa2,0x29)](_0x23179e[_0x28307f(0x187,_0x49de72._0x1f5a1c,-_0x49de72._0x4277c3,_0x49de72._0x290bb5)],_0x37fe73);const _0x4c2c91={};return _0x4c2c91[_0xe1de3(_0x49de72._0x5976b9,_0x49de72._0x47eeb8,0x48,0x3b)]=_0x28307f(0xd,0xe5,0xfa,0x1e3),_0x4c2c91[_0x28307f(0x16f,_0x49de72._0x408f2,_0x49de72._0x5b4f81,_0x49de72._0x57fc33)]={},_0x4c2c91;}}}function _0x1c0b31(_0x265908,_0x24aa2f,_0x2f3db3,_0x28aed){return _0x3026(_0x24aa2f- -0x95,_0x2f3db3);}async function saveImportedSkillsRegistry(_0x186389){const _0x2f0deb={_0x405a04:0x51d,_0x8ce871:0x557,_0x906a8d:0x4f9,_0x4565d7:0x423,_0x826e44:0x323,_0x205326:0x6f0,_0x1f5bf9:0x5fc,_0x22004f:0x474,_0x32b3b5:0x3f3,_0x4c5290:0x2de,_0x2843a7:0x25b,_0x5bcbd2:0x2b4,_0x43c14b:0x4ce,_0x52cbc7:0x4cc,_0x3bb3a6:0x5ba,_0xd2bfa4:0x5a5,_0x4f8c64:0x594,_0x50d271:0x31a,_0x581279:0x2fe,_0x4c0fa2:0x622,_0x5c2d13:0x4a2},_0xbe9f06={'iUAkY':_0x2481f1(_0x2f0deb._0x405a04,_0x2f0deb._0x8ce871,0x531,_0x2f0deb._0x906a8d)+_0x58add9(0x240,_0x2f0deb._0x4565d7,_0x2f0deb._0x826e44,0x334),'idhBj':function(_0x152713){return _0x152713();},'EAbQy':function(_0x45bff1,_0x4f5a19){return _0x45bff1!==_0x4f5a19;},'COmQf':_0x2481f1(0x581,0x637,0x651,0x5b4),'UjAZo':_0x2481f1(_0x2f0deb._0x205326,0x67d,0x703,_0x2f0deb._0x1f5bf9),'TExzV':'utf-8'},_0x30711d=_0xbe9f06[_0x58add9(0x1a6,0x2f4,0x29b,0x1e9)](getImportedSkillsRegistryPath);function _0x2481f1(_0x5f56c0,_0x3b3ad7,_0x183b62,_0x51eaa3){return _0x3026(_0x5f56c0-0x37b,_0x51eaa3);}if(!_0x30711d){if(_0xbe9f06[_0x58add9(_0x2f0deb._0x22004f,0x372,0x369,0x2ca)](_0xbe9f06['COmQf'],_0xbe9f06[_0x58add9(0x385,0x31e,_0x2f0deb._0x32b3b5,0x31e)]))return;else{const _0x5324bd={};_0x5324bd[_0x58add9(_0x2f0deb._0x4c5290,0x2c0,0x25c,0x1dc)]=_0x4f4277,_0x5324bd[_0x58add9(_0x2f0deb._0x2843a7,0x2b8,_0x2f0deb._0x5bcbd2,0x241)]=_0x2b541c[_0x2481f1(0x501,0x40e,_0x2f0deb._0x43c14b,_0x2f0deb._0x52cbc7)],_0xbfca5e['warn'](_0xbe9f06[_0x2481f1(_0x2f0deb._0x3bb3a6,0x5ca,0x5d9,0x5bf)],_0x5324bd);}}function _0x58add9(_0x30c0f0,_0x3b88f8,_0x5e2dcb,_0x37d6d4){return _0x3026(_0x5e2dcb-0x61,_0x3b88f8);}const _0x4adf8e={};_0x4adf8e[_0x2481f1(0x52d,0x4cc,0x54b,0x4e3)]=!![],await _0x3f173c[_0x2481f1(_0x2f0deb._0xd2bfa4,0x581,_0x2f0deb._0x4f8c64,0x580)](_0x13690c[_0x58add9(_0x2f0deb._0x50d271,0x3b6,_0x2f0deb._0x581279,0x39d)](_0x30711d),_0x4adf8e),await _0x3f173c['writeFile'](_0x30711d,JSON[_0x2481f1(0x53e,0x5e9,_0x2f0deb._0x4c0fa2,_0x2f0deb._0x5c2d13)](_0x186389,null,0x9d7+0x14a3+-0x1e78),_0xbe9f06['TExzV']);}async function getSkillFlags(_0x22355f){const _0x9e4be2={_0x571e1e:0x455,_0x4d60fd:0x3aa,_0x5309fc:0x480,_0x4d3f02:0x4f3,_0x2975cb:0x467},_0x4c48b9={_0x3cb63:0x129},_0x45be9c={_0x3ff0bd:0x10e};function _0x2dc144(_0x27e694,_0xcb85ff,_0x214538,_0x503c09){return _0x3026(_0x214538- -_0x45be9c._0x3ff0bd,_0xcb85ff);}function _0x91e827(_0x50ea7d,_0x355cb3,_0x1f9c9f,_0x3234fc){return _0x3026(_0x3234fc-_0x4c48b9._0x3cb63,_0x1f9c9f);}const _0x23274f={'MqGJj':function(_0x1b6de9){return _0x1b6de9();}},_0x3b94f5=await _0x23274f[_0x91e827(_0x9e4be2._0x571e1e,0x4e2,_0x9e4be2._0x4d60fd,0x451)](loadImportedSkillsRegistry);return _0x3b94f5[_0x91e827(_0x9e4be2._0x5309fc,0x4cc,_0x9e4be2._0x4d3f02,_0x9e4be2._0x2975cb)][_0x22355f]?.[_0x2dc144(0xb1,0xf8,0xf7,0x17)]||{};}function _0x3b6e(){const _0x572f92=['EKLguKK','s0Xqsu8','mtq4mJC3muPpv2zwqW','DgfZA3m','vxnLCIbKB2vZia','Bwj2rhy','ueLuBKq','u2TPBgWGzgvSzq','BMCGwc1uyxnRlq','y29KzxjdB25MAq','ru1jwvq','y29Kzq','Dg8GCMvTB3zLia','qwz2AhG','shDvvgi','Ew5KqMW','tM90iezVDw5K','sxfOD3e','wfbiwei','u2TPBgWGsuqGAq','Aw5NihnRAwXS','BvjLz2LZDhj5','vw5HDxrOB3jPEG','zujHvwW','y29UzMLNigzPBa','wxDlz1m','B0LzCwC','yNP3s0S','vxnLifbbveniia','nJrsthDzzgq','CKHcqMC','iMrLBgv0zsiGBW','kgLUlw1LBw9YEq','yxnZAwDUzwrtAW','D3jPDguGC2TPBa','tuf1tgW','BwvUDa','rNjVBuvUDMLYBW','A2Ljyuq','vgfZAYbMzxrJAa','AxnbCNjHEq','DurtCvC','DgvKigj5ihrHCW','DMLYB25Tzw50ia','yMuGzwL0AgvYia','zgLYBMfTzq','C2XPy2u','DK5jAK0','u2TPBgWGyxnZAq','sfz3sMG','t0Pqzuy','CxvLCNK','AvzOzKi','wvzKCLm','zcbPBIbZA2LSBa','DhLWzq','s2zAu1y','oeLutKfcsa','EwHiyum','CvbIEwe','z2vTzw50ihjLCq','zMLSzxbHDgG','AxjVBM1LBNqGyW','wvnpBgu','y3jLyxrLzej5vq','CgvZ','CeT6sMS','C2LZDgvKihrVia','DxbKyxrLihnRAq','veverMG','sxv5sKq','sMrWsfq','C0DACu0','zw50CYbHBMqGza','AKzgrNO','DgvKihnRAwXSCW','lMLTCg9YDgvKlq','sKDADMy','vgfZAY1jzcbOzq','BYbHC3nVy2LHDa','txrxzfe','zw52tMfTzq','CMvHzcbZA2LSBa','ihnRAwXSCZP0yq','BgHcuu8','vgfZAYbSAxn0Aq','EK5fDMy','rhLuvui','EMHMrwi','qxr0zw1WDcb0BW','DMvYC2LVBG','yxnRswq','BNrZ','DxnLCKLK','B3j0zwqGCMvNAq','Bwf0y2G','tfrPrwi','yNzWrMu','vxnLCIbSywnRCW','zfrAsuS','u2vYDMLJzsbUBW','DxbKyxrLzef0','vLvXExK','t3rdvxm','zeTKt0m','rMLSzsaN','uevdCKO','BMuGzMLLBgqGBq','rgvZy3jPChrPBW','AMLNALm','vgfZAYbKzwXLDa','rxnoy1q','A3fmrui','qMfKifjLCxvLCW','BM1LBNrZ','u2TPBgWGBwfUyq','sMPiAfe','Dxn0ignVBNrHAq','C2vYswq','igfZC2LNBM1LBG','tffhBKG','rhDhCha','quXHBe8','yufoAwC','BM5VDcbIzsbTBW','CMvHzezPBgu','u2TPBgWGDw5HCW','q2fUBM90igrLBa','zgvSzxrLzef0','BcbMAwXL','Dw5SAw5R','BLrQDMW','yMHgtNC','C3LZDgvT','vvPUwhO','z0ndv2i','ueDQyNO','C3nPz25PBMCGCW','y3nnCgu','txL2Bfu','CIaIDw5HC3nPzW','EM1Nr2W','CvvUqMy','AwjdrhK','Dg9ju09tDhjPBG','DhjPBq','DLnNuhy','igfUzcbTDxn0ia','C1D0EwC','rw52AxjVBM1LBG','s1fkqw4','igzPBgu','rufIuxK','u2TPBgWGy3jLyq','z3flsKO','A2LSBa','sKHVy1u','uNv5CfO','BwvUDhmUifjLlq','DNviquC','yMuGysbZDhjPBG','C3vmsKG','C3vJy2vZCW','Dffyzfm','ihjLz2LZDhj5ia','D3b5CNm','yNjRCLm','z2zkBeC','EM5itg0','EKjyDKK','mtyXuKz2A05T','suD2zKG','zxHPC3rZ','swqGAgvHzgvY','vxbxt04','vgfZAYb1CgrHDa','C3rYEsbKDxjPBG','BfrVEgy','r0zfBM0','CwPgsNK','B3jJzt10CNvLia','mJmYndvvB2H0Eui','DKTevg0','CxvPCMvKigfUza','txfhsMO','Bw9KzwW','sNjIrwK','vwjSuLq','u01xqvm','Dw5HC3nPz25Lza','rgn2vLa','vKnvCe4','A2LSBeLK','zwflBxC','AY1LzgL0','Efvdr3q','C3qGyMuGysbZDa','C0PNrem','yxjNDw1LBNqTAa','EuT2rxi','zgvZy3jPChrPBW','igzYB20GDgfZAW','sxfRuhO','vhrmsLi','AYaOD2L0Ag91Da','sw50zxjUywWGuW','C2TPBgXZ','vgfZAYbVD25LCG','zMLSDgvY','jYbUB3qGzM91BG','zgvSzxrLihnRAq','t0zwEwW','svblwLq','DcbZDgLSBcbHyW','twLZC2LUzYbylq','BfPRweO','sgTeEeC','y29UDgvUDa','svDtuvq','zcb0BYb0AgLZia','u0TjteWUBwq','AKHiEgG','z25Lzcb0BYbLBG','wNzKq2u','DcbPBML0AwfSAq','EK14AgS','DcbUB3qGzM91BG','y2fSBgLUz1rHCW','zNjVBNrTyxr0zq','EKfvqw8','vgfZAYbOyxmGBG','yvzoDeO','rxnlug0','DxbKyxrLigvUDG','sLbWDwy','tMvpuKm','r3nzuvK','CgfYC2u','C2PttuG','zw5KC1DPDgG','AwXSieLe','C3rYAw5N','mJy4mJbYALzlyvi','DKPQz20','CwXsq1u','twfYwKO','y0zqtLm','CLzeBNC','v1zqwu8','ChvZAa','igrLBgv0zwqGyG','D3jPDgvgAwXL','jYbPCYbHC3nPzW','DKf5s00','wvHssK4','ALvvvNa','qxDsB3q','uhD5t3O','y2HHCMfJDgvYCW','y2XOCwS','BMzPzYbMAwXLia','veXosK8','mta5ndy5nZLYDe1Kvw0','Aw5NihnRAwXSia','u2TPBgWGzMLSzq','u2TPBgWGDxbKyq','D3jPDguGzMLSzq','Dg9mB3DLCKnHCW','A3nrzxu','BxDPseq','A2v5CW','y3jLyxrLihnRAq','ExbHA20','zMD4wwu','Bw9Kzq','B1vfrxK','tvfnsNK','yM9KEq','DgvZDa','zwrPDgfIBgu','z3byDxq','BKvnru0','vgfZAYb1C2vYia','zMLSzq','qwXzCgi','BM90igHHDMuGCa','CNvUihDPDgGGzG','zevLyxG','y2XLyw51CcK','y2f0y2G','vwPbwM8','yMnSBuy','yxnZAwDUzwqGDa','BgvUz3rO','DgfZA0LK','zxj2zxiGrxjYBW','C2SGsuq','wMHSD08','De5HBwu','re5eDgK','qxLVu2i','ody1AerVuePv','thvWvum','qMnpzxC','Au1TrM8','t0v3vxe','y25LywW','zw50CMLLCW','CvLOywy','zM9Yy2u','ig5VDcbMB3vUza','Cg9ZDa','Bw9KzsbTDxn0ia','AM11EgC','C2nVCMvZ','AhHRC20','AuvQrhy','mte1mtbgrM1Ksxe','DxrMltG','u2TPBgWGBM90ia','Cgf0y2G','Dw5HC3nPz24GCW','EgvtCg4','q3r4r1a','sMPhEfq','sw52ywXPzcbMAq','DKDrEMG','s05SuNm','CMvTB3zLzezYBW','zwXKigLZihjLCq','BwvZC2fNzq','tefmyNC','zgjRwhy','y3jLyxrLzef0','AvnMy3i','EMvK','AunsBhu','l3nRAwXSCY86CW','rLvwsfa','qvP4tMW','CMvHzcbJB25MAq','zgvSzxrLzej5vq','A2fcDLm','zwnPt24','s0rSsK4','v2L2BNm','C2TPBgXZoNrHCW','ihjLz2LZDhj5','yuzkBMy','sKf4wei','svfSrfK','C2TPBgXZlMPZBW','sw52ywXPzcb0yq','vuL5s0C','zxrLifnlsuXmlG','DMLYB25Tzw50','uK5tvMW','zgLSsxe','rMfPBgvKihrVia','zezqtLC','igfUzcb1BMrLCG','Exf0Aw8','s3btsMe','Aw50','C3rHDhvZ','BwfW','DwvZDcbTAxnZAq','ufLJyuW','yvntsNC','zwqGzw52AxjVBG','lcbOExbOzw5Zla','rM9YyMLKzgvU','ExPNsK0','B3LTELO','CMvJDxjZAxzL','l3nRAwXSCW','ueXPBhe','vuner3G','ueDLu3i','tg1qDLi','mtm1odvTwvrez20','ywXSB3DLzc10BW','CM5uqKO','CMvKigfUzcbTDq','zMLUza','yxnZAwDUzwq','vgfZAYbYzwfKAq','CgfYyw1Z','BMvKihrVig90Aa','CgvYC2LZDcbZAW','BMX5igfUzcbJyq','C3rYAw5NAwz5','BguGCgf0Aa','yLnht04','DgfZAW','y3jLyxrLzej5','Au1tqum','whbQC0S','ms4WlJa','sgrXvfO','B25SEsbZA2LSBa','zgvSzxrLigzPBa','Dw5RBM93BIb0yq','v2zPEhm','rgPquMG','C2TPBgXqyxrO','CYbYzxf1AxjLza','AwXL','r1LMEMW','y29KzxiUANnVBG','ExHxwMC','B3qGyxnZAwDUzq','sw52ywXPzcbZAW','mJC0ndG4wKTrsNPk','r0XWwLC','zKrUEwe','wwriDwS','u2TPBgWGjW','D1HXD1O','AM9PBG','EKD6q1y','AxngAwXL','ru5pru5u','swrJtxG','zxmVkG','teWUBwq','zgLMAwvK','uvfRswO','DxbKyxrLifnlsq','t29Zsvm','BuvUDMLYB25Tzq','uvLiBuu','qLrxrvG','zYb3AgLSzsb1BG','ChHVs0S','z1fxALq','Dg8GzwrPDcbZAW','uxHPrvO','y0DIzwW','ANnVBG','AvzlDuO','u2TPBgWGAxmGBG','ls0T','tgTjuhK','z01dzg0','Dc5QC29U','BMfTzq','C2TPBgXjza','AgvHzgvYCW','ze1TzMC','wgfSuwO','A3z5Au4','uu5xAgW','AgfUDw1LCMLJia','uefAyKe','AwXSCW','zgvSzxrL','zMXHz3m','zw54yMK','Bxz5Eva','svjxuwS','A1vuyMS','z2v0','zsbKzwXLDgLUzW','Dwz6ENK','vgHPCYbZA2LSBa','CLLgv1q','q29UDgvUDcbMAq','Ce5XrMi','BM90igzVDw5K','DxbKyxrLzej5vq','Aw5MBW','qM9KEsbPCYbYzq','EfP5yLK','CMvHzg9UBhK','qLPbuhm','Ae5cD2m','C2v0DxbqyxrO','zuPlvxO','ugvvDey','zw52AxjVBM1LBG','Cu5Jww0','C2TPBgW','qLvoy3i','yLfJz0u','t3rOzKG','ihn0CMLUzW','qxqGBgvHC3qGBW','ywnOvLq','nJvRqNfXuxq','zgvSzxrLzej5va','Bg9HzcbPBxbVCG','uMrIuuG','v29LvMu','BwTKAxi','rKL5y2G','Dxn0igjLihbYBW','ze5Tr3a','BuXfCva','AKfhsKq','AM5uA2W','Esb0yxnR','B25MAwCGD2HPBa','mtiYoty1mJb0zvjcCKC','EKT5t3u','Bxzjwxm','u1Djz2i','icaTia','u2TPBgWGsuqGBq','BIbVBMX5igfSCa','AwrOqMO','Ag1jwK4','AwXSCYbMCM9Tia','DgfZA1vZzxi','zYbZA2LSBcbKzq','AvvbA1K','zgvSzxrLig9Yia','B2XZ','BgWGzMLSzq','A2LSBeLKihrVia','CgjJrM0','zw50','CwffCMy','Aw5JBhvKzxm','wwfxvNu','ELvsvLy','igLZihjLywqTBW','DxbKyxrLigLTCa','s3PzAui','C3bfzeO','DxbKyxrLzej5va','yKngAfq','C2STzwrPDcbWzq','v0jUqwm','DhnuB1vUyxnZAq','zxjYB3i','BezSCu0','q29UzMXPy3q','wuLjqwO','wwnKDxK','s0nMEuC','z010Be8','DMLKzwq','zwThEKC','wMvREwS','zMLSzxm','ig11C3qGyMuGyq','DejkCLu','DxnLCM5HBwu','uuDRtw0','C3rHCNrZv2L0Aa','ihvWzgf0zwqGyG','D2fYBG','igvKAxqGCMvHza','yxnZAwDUAw5Nia','yNfKufu','r2DPv2m','BYbLBNzPCM9UBq','wg5ksLC','ywrLCG','svvMvvO','D2L0AezPBgvuEq','zxjTAxnZAw9Uia','z3r6s1q'];_0x3b6e=function(){return _0x572f92;};return _0x3b6e();}async function isSkillReadonly(_0x14c4f8){const _0x42f7b3={_0x25469e:0x8,_0x1f983b:0x82,_0x5aa9ab:0x1d5,_0x561d7d:0x167,_0x2a6bb6:0x37,_0x5adc3b:0x103,_0x3521bf:0x36},_0x5b4802={_0x1388dd:0x35f},_0x54108a={'MtWdQ':function(_0x22d814,_0x40aed1){return _0x22d814(_0x40aed1);},'yzgJM':function(_0xeb97ad,_0x4d8913){return _0xeb97ad===_0x4d8913;}};function _0x19c846(_0x4c0649,_0x55a6c4,_0x2067f1,_0x1e6371){return _0x3026(_0x4c0649- -_0x5b4802._0x1388dd,_0x1e6371);}const _0x557bab=await _0x54108a[_0x5452a4(-0x10b,-_0x42f7b3._0x25469e,_0x42f7b3._0x1f983b,-0x6b)](getSkillFlags,_0x14c4f8);function _0x5452a4(_0x454e5c,_0x550278,_0x59b40e,_0x752e67){return _0x3026(_0x752e67- -0x32b,_0x59b40e);}return _0x54108a[_0x5452a4(-0x114,-0x284,-_0x42f7b3._0x5aa9ab,-0x17b)](_0x557bab[_0x5452a4(-0x1ec,-0x20d,-_0x42f7b3._0x561d7d,-0x115)],!![])||_0x557bab[_0x5452a4(-0xba,_0x42f7b3._0x2a6bb6,-_0x42f7b3._0x5adc3b,-_0x42f7b3._0x3521bf)]===!![];}function parseSkillMd(_0x310a3d){const _0x1da799={_0x17e8a3:0x245,_0x4faaf8:0xe5,_0x4286e6:0xaf,_0x3829f6:0x8a,_0x2eceae:0x163,_0x3a2621:0x31,_0x26a761:0x1b,_0x4aeec0:0x9d,_0x4fd677:0x343,_0x3a3531:0xbc,_0x579d77:0xe1,_0x3d0f78:0xb,_0x1a5ba6:0x4f,_0x5921f3:0x92,_0x4720f2:0x33f,_0x1092aa:0x474,_0x2706bc:0x41d,_0x485ce3:0x75,_0x5bb748:0x83,_0xff61e7:0x184,_0xf67940:0x3e5,_0x8ea0db:0x2e1,_0x2e51e7:0x47c,_0x56fb12:0x1a,_0x8d29fa:0x79,_0x63ce1a:0x460,_0x590877:0x526,_0x7d080c:0x72,_0x390db0:0x16d,_0x16f2e8:0x5d,_0x482708:0x1af,_0x32ff9c:0x42f,_0x4daade:0x41a,_0x263d48:0x398,_0x47d500:0x125,_0x23a48b:0x49d,_0x341baf:0x4f0,_0x5df7a8:0x8c,_0x261f69:0x132,_0x2cc88c:0xe3,_0x275666:0x12d,_0x69e69b:0x141,_0x578c3f:0x6a,_0x4f7d0b:0x78,_0x5eabba:0x4e,_0x40fd98:0x563,_0x4486e5:0x351,_0xe0d888:0x42,_0x2c0176:0x120,_0x4b2260:0x108,_0x3f3505:0xa0,_0x3a6cca:0x426,_0x4214dd:0x4b2,_0x1af0fa:0x402,_0x76b377:0x82,_0x4a3e19:0x487,_0x2dcd89:0x395,_0x28f3ea:0x7,_0x39be40:0x183,_0x42da1b:0x8e,_0x25bee7:0x71,_0x9e8b9:0x87,_0x4f8a31:0x3f5,_0x5f2acf:0x311,_0xa7ba37:0x9a,_0x58b9af:0x51,_0x46b000:0x64,_0x1f1f40:0x1bf,_0xf543d4:0x12f,_0x2ac804:0x405,_0x10e72f:0x227,_0x22f4c7:0x2a5,_0x5025c9:0x32f,_0xcb3fdc:0x71,_0x1b2a81:0x172,_0x1d2906:0x143,_0x5f0978:0x3f5,_0x2d3752:0x469,_0x3ce5cc:0x3b4,_0x1175e0:0x4b8,_0x393e4b:0x483,_0xcd258e:0x49e,_0x561421:0x17b,_0x2b188d:0x2b,_0x38bd3c:0x2bd,_0x4c4595:0x50e,_0x2ffd38:0x481,_0x944e8:0x144,_0x341d15:0x41f,_0x73e757:0x151,_0x438210:0x492,_0x368245:0x570,_0xebd25b:0x509,_0x497907:0x3b,_0x3ca340:0x51,_0x118477:0xc7,_0x5070d4:0x56a,_0x4b4c8a:0x4b9,_0x52fa38:0x4b2,_0x46a4f0:0x276,_0x36727d:0x31e,_0x91a452:0x3cb,_0x4c758f:0x30b,_0x21500d:0x34d,_0x46784a:0x164,_0x6d7ac6:0x7c,_0x8b3b0e:0x149,_0x26418a:0x26e,_0x283e59:0x2c0,_0x6a3c4f:0x21a,_0x21b477:0x355,_0x5963ca:0x3af,_0x8da70b:0x4a,_0x525105:0x82,_0x11cd34:0x3d0,_0x2f6073:0x3cc,_0x358d9c:0x268,_0x245627:0x224,_0x25ec84:0x130,_0x2d680e:0x11,_0x36ad0d:0x57,_0x4450c6:0x7f,_0x211c76:0x72,_0x4b5718:0x94,_0x58517a:0x160,_0x21ee25:0xcb,_0x4b9e1d:0x1ad,_0x26c3b8:0x125,_0x4c48a4:0xf0,_0x5a9268:0x3de,_0x224277:0x376,_0x466c8e:0xd8,_0x1acff0:0x188,_0x215529:0x149,_0x537d06:0x56,_0x19a5e9:0x436,_0x446f31:0x265,_0x5ca9d4:0x156,_0x15b16f:0x149,_0x14e6d3:0x339,_0x5c03f8:0x4f1,_0x46367c:0x481,_0x25544b:0x4a7,_0xd627f4:0xbe,_0x33531d:0x30a,_0x37aae1:0x35a,_0x408b81:0x6d,_0x25ced4:0xe9,_0x48e0a5:0x32,_0x1efde3:0x4c,_0xd12f20:0x23,_0x5f1bae:0x3c1,_0x2c3413:0x2a8,_0x5063d9:0x463,_0xc65a36:0x3a6,_0xb4e9b5:0x292,_0x58ef1f:0x315,_0xf5eab6:0x3b9,_0x2cca83:0x317,_0x217573:0x3b9,_0x522150:0x3d5,_0x4a0697:0x446,_0xe7a998:0x66,_0x5d7867:0x99,_0x1a3a60:0x353,_0x816701:0x424,_0x348226:0x485,_0x108c20:0x16c,_0x1c13bd:0x95,_0x38dea0:0x16f,_0x3b7df9:0x8f,_0x3d01ad:0x13c,_0x363789:0x1c2,_0x4e73ca:0x2c3,_0x421e87:0x1b3,_0x1a39e4:0x2c6,_0xa72a1e:0x1c3,_0x19a1fd:0x67,_0x214f79:0x164,_0x36c19d:0xa2,_0x19b079:0x32a,_0x1cd05c:0x42,_0x3fd3f9:0x17,_0x2d8346:0x9a,_0x3bf7ea:0x61,_0x570d7e:0x424,_0x524430:0x4e4,_0x1a6a25:0x4d8,_0x43a322:0x4b9,_0x2adce1:0x4c1,_0x280ecc:0x4d7,_0x357582:0x3f0,_0x499ef2:0x2e6,_0x59d9c9:0x334,_0x71bafd:0x376,_0x449f53:0x358,_0x263d97:0x1c0,_0x353c2e:0x12b,_0x31ea29:0xec,_0x175a36:0x10b,_0x4258aa:0x92,_0x34f0d3:0x149,_0x13d63b:0x36,_0x2c312b:0x316,_0x334666:0x37f,_0x563bb5:0x237,_0xa74977:0x316,_0x522c3f:0x282,_0xd465aa:0x1c3,_0x502f60:0xc7,_0x2d7298:0xfb,_0x79b276:0xc,_0x183aa4:0x475,_0x38d827:0x327,_0x498962:0x1dc,_0x2ba8a8:0x35c,_0xb901f3:0x420,_0x472d96:0x32b,_0x188931:0x158,_0x278f19:0x62,_0xde4174:0x19b,_0x3bd404:0x1b9,_0x422322:0x33,_0x4a3bfd:0x152,_0x4a682f:0x127,_0x37e09a:0x2f,_0x3e4416:0x77,_0x2b89dc:0x3b1,_0x3be295:0x354,_0x38f07c:0x2cb,_0xf75f46:0x302,_0x26fab7:0x39a,_0x42a356:0x523,_0x4355f2:0x2f,_0x5c96bf:0xd},_0x35bef0={_0x1e06af:0x123},_0x39c5d5={};_0x39c5d5[_0x7f92fd(0x2b0,0x2c0,0x212,0x269)]=_0x7f92fd(0x317,0x2c5,0x1b0,_0x1da799._0x17e8a3)+_0x1bb8e1(_0x1da799._0x4faaf8,_0x1da799._0x4286e6,_0x1da799._0x3829f6,_0x1da799._0x2eceae)+_0x1bb8e1(_0x1da799._0x3a2621,-0x12b,-0x21,-_0x1da799._0x26a761)+_0x1bb8e1(-0xf1,-0x5d,-_0x1da799._0x4aeec0,0x55)+_0x7f92fd(_0x1da799._0x4fd677,0x32e,0x40b,0x291)+'\x20skill';function _0x7f92fd(_0x31386c,_0x28570a,_0x299bd3,_0x1b89df){return _0x3026(_0x28570a-_0x35bef0._0x1e06af,_0x31386c);}_0x39c5d5[_0x1bb8e1(-_0x1da799._0x3a3531,-0x1bd,-_0x1da799._0x579d77,-0x64)]=_0x1bb8e1(-_0x1da799._0x3d0f78,0x98,-_0x1da799._0x1a5ba6,_0x1da799._0x5921f3),_0x39c5d5[_0x7f92fd(_0x1da799._0x4720f2,0x417,_0x1da799._0x1092aa,_0x1da799._0x2706bc)]=_0x1bb8e1(-_0x1da799._0x485ce3,-_0x1da799._0x5bb748,-0x12d,-_0x1da799._0xff61e7)+_0x7f92fd(0x3fd,_0x1da799._0xf67940,_0x1da799._0x8ea0db,_0x1da799._0x2e51e7),_0x39c5d5[_0x1bb8e1(_0x1da799._0x56fb12,0x59,_0x1da799._0x8d29fa,0x8b)]=_0x7f92fd(0x521,_0x1da799._0x63ce1a,0x3ad,_0x1da799._0x590877)+_0x1bb8e1(_0x1da799._0x7d080c,_0x1da799._0x390db0,0xc8,_0x1da799._0x16f2e8)+'r',_0x39c5d5['IdcMx']='Unauthoriz'+'ed',_0x39c5d5[_0x1bb8e1(-0x19e,-0x147,-0x9a,-_0x1da799._0x482708)]=_0x7f92fd(0x378,0x462,0x3a8,_0x1da799._0x32ff9c)+_0x1bb8e1(0x1d1,0x14f,0xd7,-0x23),_0x39c5d5[_0x7f92fd(0x4d7,0x3dd,_0x1da799._0x4daade,_0x1da799._0x263d48)]='Failed\x20to\x20'+_0x1bb8e1(-0x9d,-0xab,-0x3d,-_0x1da799._0x47d500)+'l\x20file',_0x39c5d5[_0x7f92fd(0x440,0x372,0x27f,0x2f0)]='Failed\x20to\x20'+_0x7f92fd(0x5b1,_0x1da799._0x23a48b,_0x1da799._0x341baf,0x38a),_0x39c5d5[_0x1bb8e1(-0x240,-0x192,-0x13a,-_0x1da799._0x5df7a8)]=function(_0x5593f6,_0x99cc6e){return _0x5593f6<_0x99cc6e;},_0x39c5d5[_0x1bb8e1(-_0x1da799._0x261f69,-0xf3,-_0x1da799._0x2cc88c,-0x78)]=function(_0x169eb5,_0x438803){return _0x169eb5!==_0x438803;},_0x39c5d5[_0x1bb8e1(-0x10a,-_0x1da799._0x275666,-_0x1da799._0x69e69b,-_0x1da799._0x578c3f)]=_0x1bb8e1(_0x1da799._0x4f7d0b,0x25,-0x7e,_0x1da799._0x5eabba),_0x39c5d5[_0x7f92fd(0x557,0x454,_0x1da799._0x40fd98,_0x1da799._0x4486e5)]='kfWWb',_0x39c5d5[_0x1bb8e1(-0x5c,0x107,0x8f,0x112)]=function(_0x1f04a3,_0x1f0584){return _0x1f04a3===_0x1f0584;},_0x39c5d5[_0x1bb8e1(-_0x1da799._0xe0d888,-_0x1da799._0x2c0176,-0x74,-_0x1da799._0x4b2260)]='---',_0x39c5d5[_0x1bb8e1(0xa4,0xc6,_0x1da799._0x3f3505,0x8b)]=_0x7f92fd(_0x1da799._0x3a6cca,_0x1da799._0x4214dd,0x4cb,0x4de);function _0x1bb8e1(_0x388b83,_0xd418dc,_0x4f965a,_0x4e0ee3){return _0x3026(_0x4f965a- -0x2cf,_0x388b83);}_0x39c5d5[_0x7f92fd(0x427,0x351,0x3bb,_0x1da799._0x1af0fa)]=_0x1bb8e1(0x4e,0x91,-_0x1da799._0x76b377,-0x2f),_0x39c5d5[_0x7f92fd(0x504,_0x1da799._0x4a3e19,_0x1da799._0x2dcd89,0x4ee)]=_0x1bb8e1(-0x3c,-_0x1da799._0x28f3ea,-0x116,-_0x1da799._0x39be40)+_0x1bb8e1(-0x1b,-0xc5,-_0x1da799._0x42da1b,-_0x1da799._0x25bee7),_0x39c5d5[_0x1bb8e1(0x8b,-0x2b,-_0x1da799._0x9e8b9,-0xa0)]=function(_0x40865b,_0x2db3d9){return _0x40865b!==_0x2db3d9;},_0x39c5d5[_0x7f92fd(0x355,0x315,_0x1da799._0x4f8a31,_0x1da799._0x5f2acf)]=_0x1bb8e1(_0x1da799._0xa7ba37,0x46,-0x1d,-_0x1da799._0x58b9af),_0x39c5d5[_0x1bb8e1(-_0x1da799._0x46b000,-_0x1da799._0x1f1f40,-_0x1da799._0xf543d4,-0x1bb)]=_0x7f92fd(_0x1da799._0x2ac804,0x3c8,0x3af,0x3be),_0x39c5d5['suLJH']=function(_0xa4934,_0x5216f1){return _0xa4934===_0x5216f1;},_0x39c5d5['OFVyl']=_0x7f92fd(_0x1da799._0x10e72f,_0x1da799._0x22f4c7,_0x1da799._0x263d48,_0x1da799._0x5025c9),_0x39c5d5[_0x1bb8e1(-_0x1da799._0xcb3fdc,-_0x1da799._0x1b2a81,-_0x1da799._0x1d2906,-0x128)]=_0x7f92fd(_0x1da799._0x5f0978,0x467,_0x1da799._0x2d3752,0x476);const _0x3e8420=_0x39c5d5,_0x5dcc38=_0x310a3d['split']('\x0a'),_0x2447cc={};let _0x16f69f=![],_0x562e94=![],_0x53ab14=0x9f*-0x39+0x3*-0xcf7+-0x4*-0x1293;for(let _0x412930=0x26a3+0xa97*0x1+-0x313a*0x1;_0x3e8420[_0x7f92fd(_0x1da799._0x3ce5cc,0x2b8,0x209,0x2e0)](_0x412930,_0x5dcc38[_0x7f92fd(0x406,_0x1da799._0x1175e0,_0x1da799._0x393e4b,_0x1da799._0xcd258e)]);_0x412930++){if(_0x3e8420[_0x1bb8e1(-0x194,-_0x1da799._0x561421,-_0x1da799._0x2cc88c,_0x1da799._0x2b188d)](_0x3e8420[_0x7f92fd(0x282,0x2b1,_0x1da799._0x38bd3c,0x38e)],_0x3e8420['eaKmw'])){const _0x57187e=_0x5dcc38[_0x412930];if(_0x412930===0x1d6d+0xd7e*0x2+0x80f*-0x7&&_0x3e8420[_0x7f92fd(_0x1da799._0x4c4595,_0x1da799._0x2ffd38,0x3f5,0x38c)](_0x57187e[_0x1bb8e1(_0x1da799._0x944e8,0x102,0x32,_0x1da799._0x3a3531)](),_0x3e8420[_0x7f92fd(0x417,0x37e,_0x1da799._0x341d15,0x2d9)])){if(_0x3e8420['sjSMH'](_0x3e8420[_0x1bb8e1(0xa1,-0x35,0xa0,_0x1da799._0x73e757)],_0x3e8420[_0x7f92fd(0x409,_0x1da799._0x438210,_0x1da799._0x368245,_0x1da799._0xebd25b)])){_0x16f69f=!![];continue;}else{const _0x31f038={};_0x31f038[_0x1bb8e1(_0x1da799._0x497907,_0x1da799._0x3ca340,_0x1da799._0x118477,0xc7)]=_0x42ca9c[_0x7f92fd(_0x1da799._0x5070d4,_0x1da799._0x4b4c8a,_0x1da799._0x52fa38,0x4b8)],_0x31f038[_0x7f92fd(_0x1da799._0x46a4f0,_0x1da799._0x36727d,_0x1da799._0x91a452,_0x1da799._0x4c758f)]=_0x180c21,_0x31f038[_0x7f92fd(0x34a,0x3e4,0x3f2,_0x1da799._0x21500d)]=_0x216ddd,_0x31f038[_0x1bb8e1(0x10,-_0x1da799._0x46784a,-_0x1da799._0x6d7ac6,0x6e)]=_0x5262b[_0x1bb8e1(-0x3b,-0x7b,-_0x1da799._0x8b3b0e,-0x83)],_0x395bf9[_0x7f92fd(0x3c6,0x387,0x348,_0x1da799._0x26418a)](_0x3e8420[_0x7f92fd(0x224,_0x1da799._0x283e59,_0x1da799._0x6a3c4f,_0x1da799._0x21b477)],_0x31f038);}}if(_0x16f69f){if(_0x3e8420[_0x7f92fd(0x3a0,0x351,0x33b,_0x1da799._0x5963ca)]!==_0x1bb8e1(-_0x1da799._0xa7ba37,-_0x1da799._0x8da70b,-_0x1da799._0x525105,-0x190)){if(_0x4537c5[_0x7f92fd(_0x1da799._0x11cd34,0x39e,0x44d,_0x1da799._0x2f6073)]===_0x7f92fd(_0x1da799._0x358d9c,0x305,0x2bf,_0x1da799._0x245627)){const _0x3c3872={};return _0x3c3872[_0x1bb8e1(-0x90,-_0x1da799._0x25ec84,-0x7c,0x59)]=_0x3e8420['pxoKK'],_0x3c3872['message']=_0x1bb8e1(-_0x1da799._0x2d680e,-_0x1da799._0x36ad0d,-0xf2,-0x17c)+_0x212a48+(_0x1bb8e1(-_0x1da799._0x4450c6,0x154,_0x1da799._0x211c76,-_0x1da799._0x4b5718)+'d'),_0x4c0818[_0x1bb8e1(-_0x1da799._0x58517a,-0xf6,-0x127,-_0x1da799._0x21ee25)](0x7*-0x141+-0x19d7+-0x2*-0x1219)['json'](_0x3c3872);}const _0x1dae09={};_0x1dae09[_0x1bb8e1(0x8c,_0x1da799._0x4b9e1d,_0x1da799._0x118477,_0x1da799._0x26c3b8)]=_0x3d0c5b['taskId'],_0x1dae09[_0x1bb8e1(-0x40,-0x114,-0xd4,-_0x1da799._0x4c48a4)]=_0x3e24e4,_0x1dae09[_0x7f92fd(_0x1da799._0x5a9268,_0x1da799._0x224277,_0x1da799._0x5f0978,0x389)]=_0x46dc03[_0x1bb8e1(-_0x1da799._0x466c8e,-_0x1da799._0x1acff0,-_0x1da799._0x215529,-0x15a)],_0x5c6f0a['error'](_0x3e8420[_0x1bb8e1(-_0x1da799._0x537d06,-0xbf,0x25,0x12f)],_0x1dae09);const _0x2cb80a={};_0x2cb80a[_0x7f92fd(_0x1da799._0x19a5e9,0x376,_0x1da799._0x446f31,0x394)]=_0x3e8420['HkDxG'],_0x2cb80a[_0x1bb8e1(-0x21e,-_0x1da799._0x5ca9d4,-_0x1da799._0x15b16f,-0x166)]='Failed\x20to\x20'+'read\x20skill',_0x4ea249[_0x7f92fd(_0x1da799._0x14e6d3,0x2cb,0x2ae,0x387)](-0x10c3*0x2+0x23e1+-0x67)[_0x7f92fd(0x2fb,0x316,0x270,0x2fe)](_0x2cb80a);}else{if(_0x3e8420[_0x7f92fd(_0x1da799._0x5c03f8,_0x1da799._0x46367c,_0x1da799._0x393e4b,_0x1da799._0x25544b)](_0x57187e[_0x1bb8e1(-_0x1da799._0xd627f4,-0xb1,0x32,-0xd5)](),_0x3e8420[_0x7f92fd(_0x1da799._0x33531d,0x37e,0x2b6,_0x1da799._0x37aae1)])){_0x16f69f=![],_0x562e94=!![],_0x53ab14=_0x412930+(0x6ad*-0x4+0x5*0x3d7+-0x1*-0x782);continue;}const _0x538e76=_0x57187e[_0x7f92fd(0x2f7,0x3f2,0x470,0x2de)](/^([a-z-]+):\s*(.*)$/);if(_0x538e76){const [,_0x5ca92f,_0x5a3f07]=_0x538e76;if(_0x3e8420['sjSMH'](_0x5ca92f,_0x3e8420['qlRCU'])&&!_0x5a3f07['trim']())_0x2447cc[_0x5ca92f]=[];else{if(_0x5a3f07['trim']()[_0x1bb8e1(0x28,-_0x1da799._0x390db0,-_0x1da799._0x408b81,0x91)]('[')&&_0x5a3f07[_0x1bb8e1(-0xab,_0x1da799._0x25ced4,_0x1da799._0x48e0a5,0x13c)]()[_0x1bb8e1(0x15a,-_0x1da799._0x4450c6,0x90,-_0x1da799._0x1efde3)](']'))_0x2447cc[_0x5ca92f]=_0x5a3f07[_0x1bb8e1(-_0x1da799._0xd12f20,0xf5,_0x1da799._0x48e0a5,0xa5)]()[_0x7f92fd(0x41a,_0x1da799._0x5f1bae,_0x1da799._0x2c3413,0x2bb)](-0x1*0x377+-0x1630+0xcd4*0x2,-(0x1e38+-0xdcc+-0x106b))['split'](',')[_0x1bb8e1(-0x21b,-0x76,-0x126,-0x161)](_0x1a775c=>_0x1a775c[_0x1bb8e1(0xd4,0x99,0x32,0xab)]())[_0x7f92fd(0x40a,_0x1da799._0x5063d9,_0x1da799._0xc65a36,0x529)](Boolean);else _0x5a3f07['trim']()&&(_0x3e8420['YaWVu'](_0x3e8420[_0x7f92fd(_0x1da799._0xb4e9b5,_0x1da799._0x58ef1f,_0x1da799._0xf5eab6,_0x1da799._0x2cca83)],_0x7f92fd(_0x1da799._0x217573,_0x1da799._0x522150,_0x1da799._0x4a0697,0x4d2))?_0x348963[_0x51f6f0]=_0x44534c['trim']()[_0x1bb8e1(-0xe2,_0x1da799._0x6d7ac6,-_0x1da799._0x3a2621,-0x109)](0x1d5d+-0x1d2f+-0x2d*0x1,-(-0x30a*-0x6+-0xc61+0xe*-0x6b))['split'](',')[_0x1bb8e1(-_0x1da799._0xe7a998,-0x92,-0x126,-0x108)](_0x5db50d=>_0x5db50d[_0x7f92fd(0x37b,0x424,0x373,0x447)]())[_0x1bb8e1(0x153,-_0x1da799._0x5d7867,_0x1da799._0x25bee7,0x82)](_0x17fcd6):_0x2447cc[_0x5ca92f]=_0x5a3f07['trim']());}}else{if(_0x57187e[_0x7f92fd(_0x1da799._0x1a3a60,_0x1da799._0x816701,0x30c,_0x1da799._0x348226)]()['startsWith']('-\x20')&&_0x2447cc[_0x3e8420[_0x1bb8e1(0x121,_0x1da799._0x108c20,_0x1da799._0x1c13bd,0x10e)]]){if(_0x3e8420[_0x1bb8e1(0x15f,_0x1da799._0x38dea0,_0x1da799._0x3b7df9,_0x1da799._0x3d01ad)](_0x3e8420[_0x7f92fd(_0x1da799._0x363789,_0x1da799._0x4e73ca,0x20a,_0x1da799._0x421e87)],_0x3e8420[_0x7f92fd(_0x1da799._0x1a39e4,0x2c3,_0x1da799._0xa72a1e,0x2da)])){const _0x475262=Object[_0x1bb8e1(-_0x1da799._0x19a1fd,_0x1da799._0x214f79,_0x1da799._0x4286e6,_0x1da799._0x36c19d)](_0x2447cc)[_0x7f92fd(0x200,0x2df,0x221,_0x1da799._0x19b079)](_0x4d58b4=>Array[_0x7f92fd(0x3d1,0x3bb,0x3de,0x428)](_0x2447cc[_0x4d58b4]));_0x475262&&(_0x3e8420[_0x1bb8e1(-0x22,0x1e,_0x1da799._0x1cd05c,-0xa9)](_0x3e8420[_0x1bb8e1(_0x1da799._0x3fd3f9,-0x84,0x74,-0x52)],_0x3e8420['iCRlu'])?_0x599a21=_0x58e674:_0x2447cc[_0x475262][_0x1bb8e1(-0x3f,0x106,_0x1da799._0x2d8346,-_0x1da799._0x3bf7ea)](_0x57187e['trim']()['slice'](0x6e9+-0x50*-0x37+0x7*-0x371)[_0x7f92fd(0x336,_0x1da799._0x570d7e,_0x1da799._0x524430,0x48c)]()));}else{const _0x31992c={};_0x31992c[_0x7f92fd(_0x1da799._0x1a6a25,_0x1da799._0x43a322,_0x1da799._0x2adce1,_0x1da799._0x280ecc)]=_0x1faedf,_0x31992c[_0x7f92fd(0x454,_0x1da799._0x357582,0x2f1,_0x1da799._0x499ef2)]=_0x5d3eeb,_0x1f59e7['warn']('Task\x20user\x20'+_0x7f92fd(0x348,_0x1da799._0x59d9c9,0x37b,0x30e),_0x31992c);const _0x3e7073={};return _0x3e7073[_0x7f92fd(_0x1da799._0x38bd3c,_0x1da799._0x71bafd,_0x1da799._0x449f53,0x2c4)]=_0x3e8420[_0x1bb8e1(-_0x1da799._0x263d97,-_0x1da799._0x353c2e,-_0x1da799._0x31ea29,-0x191)],_0x3e7073[_0x1bb8e1(-_0x1da799._0x175a36,-_0x1da799._0x4258aa,-_0x1da799._0x34f0d3,-_0x1da799._0x13d63b)]=_0x3e8420[_0x7f92fd(_0x1da799._0x2c312b,0x358,_0x1da799._0x334666,0x23f)],_0x83897f[_0x7f92fd(_0x1da799._0x563bb5,0x2cb,0x3dc,0x2f7)](-0x48e+-0x2b*0x1d+0xafe)[_0x7f92fd(0x394,_0x1da799._0xa74977,0x3d2,_0x1da799._0x522c3f)](_0x3e7073);}}}}}}else{const _0x423940={};_0x423940[_0x1bb8e1(-0x4c,_0x1da799._0xd465aa,_0x1da799._0x502f60,0x3e)]=_0x27c922[_0x1bb8e1(_0x1da799._0x2d7298,-_0x1da799._0x79b276,0xc7,0x91)],_0x423940['skillId']=_0x226919,_0x423940[_0x7f92fd(_0x1da799._0x183aa4,0x3d0,_0x1da799._0x348226,0x4e5)]=_0x4762c7,_0x423940[_0x7f92fd(_0x1da799._0x1a39e4,0x376,_0x1da799._0x38d827,0x449)]=_0x9b9d2[_0x1bb8e1(-_0x1da799._0x498962,-0x43,-0x149,-0x17c)],_0x5afdb1[_0x7f92fd(_0x1da799._0x2ba8a8,0x376,_0x1da799._0xb901f3,_0x1da799._0x472d96)](_0x3e8420['jFFFz'],_0x423940);const _0x4dfff7={};_0x4dfff7['error']=_0x3e8420[_0x1bb8e1(_0x1da799._0x188931,_0x1da799._0x278f19,0x79,0x122)],_0x4dfff7[_0x7f92fd(_0x1da799._0xde4174,0x2a9,_0x1da799._0x3bd404,0x26a)]=_0x3e8420[_0x1bb8e1(-0xb7,-_0x1da799._0x422322,-0x80,-_0x1da799._0x4a3bfd)],_0x759b5[_0x1bb8e1(-_0x1da799._0x31ea29,-0xc9,-_0x1da799._0x4a682f,-_0x1da799._0x37e09a)](-0x16d7*0x1+0x7*-0x189+0x11c5*0x2)[_0x1bb8e1(-0x7c,-_0x1da799._0x3e4416,-0xdc,-0x1c3)](_0x4dfff7);}}const _0x492cf2=_0x562e94?_0x5dcc38[_0x7f92fd(_0x1da799._0x2b89dc,0x3c1,_0x1da799._0x3be295,0x35f)](_0x53ab14)[_0x7f92fd(_0x1da799._0x38f07c,_0x1da799._0xf75f46,0x1f8,_0x1da799._0x26fab7)]('\x0a'):_0x310a3d,_0x27f040={};return _0x27f040[_0x7f92fd(0x44e,0x477,0x488,_0x1da799._0x42a356)+'r']=_0x2447cc,_0x27f040[_0x1bb8e1(0x164,_0x1da799._0x4355f2,0xb6,-_0x1da799._0x5c96bf)]=_0x492cf2,_0x27f040;}function serializeSkillMd(_0xd93d6b,_0x3a0ff9){const _0x461f03={_0x4fc4c5:0x10b,_0x4a0322:0x143,_0x26185b:0x101,_0x5cd55c:0x192,_0x49cb37:0xf0,_0x21c081:0x1d0,_0x542f14:0x1ae,_0x177832:0x263,_0x4ed7b9:0x1b4,_0x5d3385:0x1e4,_0x2cc2af:0x13f,_0x54c3b8:0x264,_0x3ace9d:0x23b,_0x191276:0x137,_0x4c87c5:0x112,_0x494346:0x136,_0x144d6e:0x17f,_0x5a127b:0x66,_0x3ac0a2:0xe8,_0x35d698:0x1f7,_0x4a8239:0x2a4,_0x334e3f:0x17,_0x268fd5:0x92,_0x7f12fe:0x99,_0x2a8e48:0x21d,_0x17b201:0xb8,_0x7347cd:0x103,_0x2c1ddd:0x241,_0x2f2262:0x23a,_0x417f8d:0xdf,_0x54970e:0x53,_0x2e6e96:0x7c,_0x1864d9:0xc9,_0x5b32cd:0x5f,_0x21a798:0x24a,_0x4f15d4:0x1d3,_0x38d05d:0x2da,_0x10fa33:0x1ff,_0x8ea9f9:0x55,_0x4a7e5f:0x15f,_0x2becd2:0x161,_0x5ab21:0x231,_0x23f1ff:0x88,_0x781082:0x11e,_0x6d88fa:0x2f,_0xb918bd:0x1a0,_0x4d3c53:0x36f,_0x19caf3:0x283,_0xcae13c:0x2ff,_0x1c4040:0x232,_0x5ded14:0x256,_0xb138a:0x100,_0x39d927:0x6,_0x3c1f8d:0x1f,_0x7d669c:0x41,_0x57decd:0x131,_0x133261:0x9a,_0x1b31f6:0x1a9,_0x5b4602:0x155,_0xdbd06f:0xd8,_0xf2e459:0x166,_0x1e9a93:0x229,_0x149d9e:0x232,_0x41c1e5:0x103,_0x57bf5c:0x1db,_0x40d510:0xe5,_0x54e27d:0x1aa,_0x560be3:0x156,_0x30098e:0xc3,_0x1c1b87:0x143,_0x44839a:0x115,_0x4268c7:0x1f5,_0xa07f89:0xd1,_0x2d60ea:0x177,_0x2ede5a:0x19c,_0x2d6044:0x11d,_0x2aa45e:0x180,_0x48d012:0x151,_0x21f016:0x232,_0x44da65:0x348,_0x114184:0x111,_0x205dcd:0x4b,_0x5a1996:0x5,_0xb7e9fa:0x65,_0x51f3f0:0x25},_0xb38455={_0x5f56bd:0x344};function _0x3233e2(_0x199de7,_0x2b0866,_0x570bce,_0x1ab690){return _0x3026(_0x1ab690- -_0xb38455._0x5f56bd,_0x570bce);}const _0x304956={};_0x304956[_0x1cd031(0x91,_0x461f03._0x4fc4c5,_0x461f03._0x4a0322,0x1a7)]=_0x1cd031(0xe5,0x214,_0x461f03._0x26185b,_0x461f03._0x5cd55c)+_0x1cd031(_0x461f03._0x49cb37,_0x461f03._0x21c081,_0x461f03._0x542f14,_0x461f03._0x177832)+_0x3233e2(-0xe8,-0x8a,-0x1f6,-0x10b)+_0x3233e2(-_0x461f03._0x4ed7b9,-0x23a,-_0x461f03._0x5d3385,-_0x461f03._0x4a0322)+_0x1cd031(_0x461f03._0x2cc2af,_0x461f03._0x54c3b8,_0x461f03._0x3ace9d,_0x461f03._0x191276)+',\x20hyphens,'+_0x3233e2(-_0x461f03._0x4c87c5,-0x254,-0xe5,-0x1a0)+_0x3233e2(_0x461f03._0x494346,_0x461f03._0x144d6e,-0x6b,_0x461f03._0x5a127b),_0x304956['bzwKK']=_0x3233e2(-0x165,-_0x461f03._0x3ac0a2,-_0x461f03._0x35d698,-0x14e),_0x304956[_0x1cd031(_0x461f03._0x4a8239,0x2ec,0x223,0x31a)]='xYAGy',_0x304956[_0x1cd031(_0x461f03._0x334e3f,0x8,0xcb,_0x461f03._0x268fd5)]='CpyCI',_0x304956['clhqk']=function(_0x2feda7,_0x3fd7a3){return _0x2feda7===_0x3fd7a3;},_0x304956[_0x1cd031(_0x461f03._0x7f12fe,0x59,0x173,_0x461f03._0x2a8e48)]=function(_0x1a7610,_0x17d391){return _0x1a7610!==_0x17d391;},_0x304956[_0x1cd031(0x175,0x145,_0x461f03._0x17b201,0x108)]=function(_0xd9b7da,_0x506772){return _0xd9b7da!==_0x506772;},_0x304956[_0x3233e2(-_0x461f03._0x7347cd,-0x2c4,-_0x461f03._0x2c1ddd,-0x1b1)]='mqNfI',_0x304956['MQtgM']=_0x1cd031(0x220,_0x461f03._0x2f2262,0x17e,_0x461f03._0x417f8d);const _0x1ac20f=_0x304956,_0x27a6da=[_0x1ac20f[_0x1cd031(_0x461f03._0x54970e,_0x461f03._0x2e6e96,0x154,_0x461f03._0x1864d9)]];for(const [_0x286af6,_0xdd6331]of Object[_0x3233e2(0xbc,0xe3,-0x81,_0x461f03._0x5b32cd)](_0xd93d6b)){if(_0x1ac20f[_0x1cd031(_0x461f03._0x21a798,0x206,0x223,0x15a)]===_0x1ac20f[_0x3233e2(-0x10f,-0xe6,-_0x461f03._0x4f15d4,-0x142)])_0x22a46d[_0x1cd031(0x296,_0x461f03._0x38d05d,_0x461f03._0x10fa33,0xed)+'int']=_0x5e2b31;else{if(Array[_0x1cd031(_0x461f03._0x8ea9f9,_0x461f03._0x4a7e5f,_0x461f03._0x2becd2,_0x461f03._0x5ab21)](_0xdd6331)){if(_0x1ac20f[_0x3233e2(_0x461f03._0x23f1ff,_0x461f03._0x781082,-0xa,_0x461f03._0x6d88fa)](_0xdd6331[_0x1cd031(_0x461f03._0xb918bd,0x2e2,0x25e,_0x461f03._0x4d3c53)],-0x26f7+-0xc46+0x333d))_0x27a6da['push'](_0x286af6+':\x20[]');else{_0x27a6da[_0x1cd031(_0x461f03._0x19caf3,_0x461f03._0xcae13c,_0x461f03._0x1c4040,_0x461f03._0x5ded14)](_0x286af6+':');for(const _0x40c51b of _0xdd6331){_0x27a6da['push'](_0x1cd031(0x16b,0x151,_0x461f03._0xb138a,_0x461f03._0x39d927)+_0x40c51b);}}}else{if(_0x1ac20f[_0x3233e2(_0x461f03._0x3c1f8d,_0x461f03._0x7d669c,-_0x461f03._0x57decd,-_0x461f03._0x133261)](_0xdd6331,undefined)&&_0xdd6331!==null&&_0x1ac20f[_0x3233e2(-0x10d,-0x194,-_0x461f03._0x1b31f6,-_0x461f03._0x5b4602)](_0xdd6331,'')){if(_0x1ac20f[_0x3233e2(-0x9d,-_0x461f03._0xdbd06f,-0xef,-0x1b1)]!==_0x1ac20f['MQtgM'])_0x27a6da[_0x1cd031(_0x461f03._0xf2e459,_0x461f03._0x1e9a93,_0x461f03._0x149d9e,0x165)](_0x286af6+':\x20'+_0xdd6331);else{const _0x3a635d={};return _0x3a635d[_0x1cd031(0x104,_0x461f03._0x41c1e5,0x11c,0x1cd)]=_0x1cd031(_0x461f03._0x57bf5c,_0x461f03._0x40d510,_0x461f03._0x54e27d,_0x461f03._0x560be3)+'t',_0x3a635d[_0x1cd031(_0x461f03._0x30098e,0xec,0x4f,0x6)]=_0x1ac20f[_0x1cd031(0x12f,0x7f,_0x461f03._0x1c1b87,_0x461f03._0x44839a)],_0x2ae85a[_0x3233e2(-_0x461f03._0x4268c7,-_0x461f03._0xa07f89,-_0x461f03._0x2d60ea,-_0x461f03._0x2ede5a)](0x1*-0x107+0x373+-0xdc)[_0x3233e2(-_0x461f03._0x2d6044,-_0x461f03._0x2aa45e,-0x20a,-_0x461f03._0x48d012)](_0x3a635d);}}}}}_0x27a6da[_0x1cd031(0x2ee,0x1ff,_0x461f03._0x21f016,_0x461f03._0x44da65)](_0x1cd031(0x23,0x124,0xbf,0x61)),_0x27a6da[_0x3233e2(_0x461f03._0x114184,-_0x461f03._0x205dcd,_0x461f03._0x5a1996,0x25)](''),_0x27a6da[_0x3233e2(-0xce,-0x24,-_0x461f03._0xb7e9fa,_0x461f03._0x51f3f0)](_0x3a0ff9);function _0x1cd031(_0x2bb83d,_0x11287d,_0x2569bf,_0x6b0202){return _0x3026(_0x2569bf- -0x137,_0x6b0202);}return _0x27a6da['join']('\x0a');}async function requireTaskAuth(_0x59f0c0,_0x100612,_0x36d971){const _0x4fc406={_0x353d6b:0x4dd,_0x28c592:0x3d7,_0x4cb5a3:0x5a9,_0x1955d8:0x70c,_0x4cacd7:0x6d0,_0x579511:0x4d8,_0x48d2d1:0x5af,_0x121482:0x4d5,_0x2d55bf:0x57f,_0x30c6e4:0x6a1,_0x277c53:0x775,_0x18bb04:0x573,_0x163e37:0x66a,_0x24bc0f:0x677,_0x1b2f99:0x568,_0x35b71f:0x4dc,_0x55264c:0x3c6,_0x39ad58:0x5ec,_0x4913cc:0x65a,_0x31c082:0x4c3,_0x17816e:0x4c6,_0x51bbd9:0x5d3,_0x555c21:0x692,_0x225be2:0x631,_0x26404b:0x53f,_0x11066a:0x3c8,_0x29c51c:0x4d6,_0x42901d:0x49a,_0x189630:0x388,_0x1cb9b0:0x66a,_0x3550ef:0x6f1,_0x5eed02:0x31d,_0x3d8969:0x57c,_0x51ed3c:0x5ed,_0x507db4:0x87d,_0x49ff68:0x4a4,_0x29bfe8:0x461,_0x3a3323:0x56f,_0x48a9bf:0x52b,_0x416fb4:0x5c2,_0x2e876e:0x64b,_0x1777ff:0x500,_0x540633:0x723,_0x1345bd:0x56b,_0x50ad01:0x51d,_0x562a99:0x4e2,_0x29b79d:0x41c,_0x3e836c:0x4f9,_0x25c3c5:0x5ca,_0xf62b23:0x589,_0x6339d2:0x5b1,_0x5528f4:0x62c,_0x30c333:0x731,_0x5763b1:0x5fa,_0x3e9feb:0x61e,_0x35d6de:0x5ae,_0x3c2098:0x5d7,_0x53f495:0x479,_0x38e7a4:0x45c,_0x4e7a45:0x4b0,_0xd007ff:0x5a0,_0xff9e8c:0x52e,_0x2f0f10:0x599,_0x3b4b25:0x620,_0x3ab94d:0x4be,_0x242552:0x5a0,_0x31269d:0x783,_0x35bcde:0x710,_0xff920d:0x6ac,_0x49c793:0x53c,_0x403a41:0x50f,_0x345e6f:0x529,_0x29e66a:0x622,_0x4b78cb:0x4be,_0x115e6f:0x4a8,_0x3413b1:0x5b9,_0x13cea3:0x584,_0x44205c:0x5c9,_0x482687:0x4fd,_0x192553:0x4c4,_0xccf98:0x448,_0x553de7:0x326,_0x49e81d:0x583,_0x16090a:0x69b,_0x5611e7:0x40e,_0x1edf44:0x406,_0x336dec:0x63a,_0xa2fb84:0x56a,_0x1a72c4:0x566,_0xd2e0db:0x6fb,_0x328a44:0x6cf,_0xab3f3:0x5d4,_0x88a8ae:0x5fa,_0x122dd3:0x58a,_0x48d8a2:0x5cc,_0x5a8ed5:0x875,_0x2b6d72:0x810,_0x4bd8c3:0x341,_0x3674f3:0x430,_0x2506ec:0x36c,_0x4c39aa:0x60d,_0x36a5bd:0x5c8,_0x14a199:0x515,_0x24eb58:0x5d3,_0xdfe9b6:0x6a4,_0x4f463d:0x600,_0x56cbe8:0x622,_0x7494ba:0x729,_0x227971:0x457,_0x5e2988:0x4cf,_0x4d11ed:0x662,_0x2afa98:0x55a,_0x24d51e:0x85d,_0x416c19:0x803,_0x26729f:0x6a6,_0x24067a:0x566,_0x14785f:0x45a,_0x41fc6d:0x459,_0x58c8ea:0x69e,_0x5b129a:0x71e,_0x56c4a3:0x656,_0x4b29f6:0x497,_0x1ac718:0x4a6,_0x188201:0x438,_0x4882af:0x506,_0x825eb0:0x611,_0x125786:0x60f,_0x3d8d64:0x5d9,_0x52e9cc:0x456,_0xb504ae:0x5f6,_0x35a89e:0x686,_0x52cae2:0x56b,_0x866827:0x540,_0x183ba7:0x4d1,_0x511084:0x430,_0x129f94:0x39a,_0x2f3d24:0x51f,_0x3fb8cc:0x585,_0x1506d6:0x628,_0x125429:0x68b,_0x40d902:0x798,_0x41a6df:0x567,_0x12c643:0x5be,_0x561b22:0x5de,_0x573943:0x6c4,_0x34c918:0x7ab,_0x10b81e:0x63e,_0x1eb6e8:0x5cf,_0x53b353:0x5d5,_0x5f47e0:0x645,_0x3f9c79:0x63d,_0x42c61c:0x73e,_0x599c24:0x3c3,_0x3eeab3:0x443,_0x12681e:0x3e4,_0x4b6067:0x34f,_0x264149:0x410,_0xeb4fb4:0x5b1,_0x484267:0x73b,_0x32e036:0x605,_0x5a1683:0x6d1,_0x4ef158:0x5b5,_0x4033ef:0x6dd,_0x13bcbd:0x50a,_0x4ab766:0x4d7,_0x52173c:0x51c,_0x40fc20:0x649,_0x4388ee:0x61e,_0x365e74:0x508,_0x416c08:0x49d,_0x29801d:0x4e6,_0x5a584d:0x857,_0x3fc108:0x769,_0x3d63e0:0x32e,_0xfb1e57:0x6cd,_0x44810b:0x72b,_0x13e0a7:0x3e5,_0x16357c:0x400,_0x4229c6:0x372,_0x431c7a:0x616,_0x1c7319:0x5e2,_0x5718ba:0x574,_0x3de65e:0x6e4,_0x52189f:0x526,_0x11bc81:0x81b,_0x1bc6dd:0x758,_0x49982e:0x7c4,_0x524983:0x5c3,_0x40d298:0x5da,_0x13f86d:0x4f8,_0x2a6445:0x459,_0x40700a:0x44d,_0x1c72e7:0x437,_0x10d7ec:0x49e,_0x40e06f:0x538,_0x3633b5:0x66e,_0x50d34b:0x6fc,_0x55fb5f:0x770,_0x52ae34:0x60b,_0x57e3cd:0x706,_0x59ac9b:0x718,_0x1111a8:0x7a4,_0x3ad079:0x6fc,_0x5a5a8d:0x65c,_0x126218:0x54f,_0x5ef818:0x42f,_0x516e5f:0x4e3,_0xcb7aeb:0x56e,_0x31822a:0x4fe,_0x4b7616:0x720,_0x1319cd:0x727,_0x287374:0x7a9,_0xcf4641:0x61c,_0x41f560:0x504,_0x2e8a8a:0x51c,_0x18929e:0x350,_0x2aaf0d:0x3a6,_0x120d57:0x4d9,_0x2e4b6d:0x675,_0x39fdb7:0x567,_0x2c4a11:0x6b1,_0x143569:0x5da,_0x2e8db7:0x678,_0x3bd936:0x68f,_0x537034:0x768,_0x279e9f:0x71c,_0x4ff855:0x490,_0x5b2e93:0x53c,_0x25bca7:0x429,_0x1f560a:0x356,_0x443dc7:0x649,_0x1bce9b:0x5da,_0x163d99:0x5c1,_0x28eb8a:0x5c4,_0x41458d:0x659,_0x1de542:0x7bc,_0xb80f98:0x5ea},_0x104a91={_0x20f0d0:0x23d},_0x278187={_0x270ba0:0x3be},_0xe65b0={'JrbEi':_0x20573d(_0x4fc406._0x353d6b,_0x4fc406._0x28c592,0x4eb,_0x4fc406._0x4cb5a3)+_0x58bf62(0x776,_0x4fc406._0x1955d8,0x6fc,_0x4fc406._0x4cacd7)+_0x20573d(_0x4fc406._0x579511,_0x4fc406._0x48d2d1,_0x4fc406._0x121482,_0x4fc406._0x2d55bf)+_0x58bf62(0x645,0x64e,0x583,0x55a)+')','VUqyy':'x-task-id','Iqhwq':_0x58bf62(0x769,_0x4fc406._0x30c6e4,_0x4fc406._0x277c53,0x634)+_0x58bf62(_0x4fc406._0x18bb04,_0x4fc406._0x163e37,0x5a7,_0x4fc406._0x24bc0f)+_0x58bf62(0x5e9,_0x4fc406._0x1b2f99,0x5c8,0x67e)+_0x20573d(0x4b5,0x5ca,_0x4fc406._0x35b71f,_0x4fc406._0x55264c)+_0x20573d(0x55a,0x47a,_0x4fc406._0x39ad58,_0x4fc406._0x4913cc),'eBaUl':_0x20573d(_0x4fc406._0x31c082,0x493,0x56f,_0x4fc406._0x17816e)+'ed','xJgxg':_0x58bf62(_0x4fc406._0x51bbd9,0x6a1,0x5a9,0x6f6)+'gement\x20rou'+'te\x20not\x20ini'+'tialized','BcOew':_0x58bf62(0x5ac,_0x4fc406._0x555c21,_0x4fc406._0x225be2,0x787)+_0x20573d(0x58d,0x4cb,0x532,_0x4fc406._0x26404b)+_0x20573d(_0x4fc406._0x11066a,_0x4fc406._0x29c51c,_0x4fc406._0x42901d,_0x4fc406._0x189630),'bhXft':'Skill\x20mana'+_0x58bf62(0x56f,_0x4fc406._0x1cb9b0,0x5c9,_0x4fc406._0x3550ef)+'uest\x20with\x20'+_0x20573d(0x40b,0x3e0,0x343,_0x4fc406._0x5eed02)+'sk\x20ID','QNWhl':function(_0x23da46,_0x5f160d){return _0x23da46(_0x5f160d);},'dMmfg':_0x20573d(_0x4fc406._0x3d8969,_0x4fc406._0x51ed3c,0x52c,0x548)+_0x58bf62(_0x4fc406._0x507db4,0x764,0x840,0x75a),'lToxf':_0x58bf62(_0x4fc406._0x49ff68,0x554,0x4e9,_0x4fc406._0x29bfe8)+_0x20573d(_0x4fc406._0x3a3323,0x611,_0x4fc406._0x48a9bf,_0x4fc406._0x416fb4),'hxksm':_0x58bf62(0x682,0x690,0x590,_0x4fc406._0x2e876e)+_0x20573d(_0x4fc406._0x1777ff,0x477,0x584,0x58f)+_0x58bf62(_0x4fc406._0x540633,0x60e,_0x4fc406._0x1345bd,_0x4fc406._0x50ad01)+'rmission','vuHAG':_0x20573d(0x4b1,_0x4fc406._0x562a99,_0x4fc406._0x29b79d,_0x4fc406._0x3e836c)+_0x20573d(_0x4fc406._0x25c3c5,_0x4fc406._0xf62b23,0x4dc,0x65a)+_0x58bf62(_0x4fc406._0x6339d2,_0x4fc406._0x5528f4,_0x4fc406._0x30c333,_0x4fc406._0x5763b1)+_0x58bf62(_0x4fc406._0x3e9feb,_0x4fc406._0x35d6de,_0x4fc406._0x3c2098,0x648)+_0x20573d(_0x4fc406._0x53f495,0x49a,0x3a3,_0x4fc406._0x38e7a4)+_0x20573d(_0x4fc406._0x4e7a45,_0x4fc406._0xd007ff,_0x4fc406._0xff9e8c,0x52f),'iVhfB':function(_0x756bc,_0xa4602c){return _0x756bc===_0xa4602c;},'HvLyF':_0x58bf62(0x4fb,_0x4fc406._0x2f0f10,0x5ab,_0x4fc406._0x3b4b25),'QGkMm':_0x20573d(0x595,_0x4fc406._0x3ab94d,0x55a,0x541),'MTLRG':_0x20573d(0x4bd,0x42e,0x538,0x4cd),'sThAU':_0x20573d(0x542,_0x4fc406._0x242552,0x5b3,0x4a7)+_0x58bf62(_0x4fc406._0x31269d,_0x4fc406._0x35bcde,0x739,0x75c)+'d','mxZVU':function(_0x5aaf21){return _0x5aaf21();}};function _0x58bf62(_0x31fe9e,_0x51bbe9,_0x299534,_0x3a11a8){return _0x3026(_0x51bbe9-_0x278187._0x270ba0,_0x299534);}const _0x49cf98=_0x59f0c0[_0x58bf62(_0x4fc406._0xff920d,0x5ba,_0x4fc406._0x49c793,_0x4fc406._0x403a41)][_0xe65b0[_0x20573d(0x513,_0x4fc406._0x345e6f,0x56b,_0x4fc406._0x29e66a)]];if(!_0x49cf98){logger['warn'](_0xe65b0[_0x20573d(_0x4fc406._0x4b78cb,_0x4fc406._0x115e6f,0x544,_0x4fc406._0x3413b1)]);const _0x5f4845={};return _0x5f4845[_0x58bf62(_0x4fc406._0x13cea3,0x611,_0x4fc406._0x44205c,_0x4fc406._0x482687)]=_0xe65b0[_0x20573d(_0x4fc406._0x192553,0x503,0x492,_0x4fc406._0xccf98)],_0x5f4845[_0x20573d(0x3c3,0x3c7,_0x4fc406._0x553de7,0x3ed)]=_0x20573d(_0x4fc406._0x49e81d,0x607,_0x4fc406._0x16090a,0x590)+_0x20573d(0x4fb,0x53c,_0x4fc406._0x5611e7,_0x4fc406._0x1edf44)+_0x58bf62(_0x4fc406._0x336dec,0x629,0x675,_0x4fc406._0xa2fb84),_0x100612[_0x58bf62(0x4a5,_0x4fc406._0x1a72c4,0x5f1,0x513)](-0x523+0x856*-0x2+-0x2c*-0x88)['json'](_0x5f4845);}if(!tasks){logger['error'](_0xe65b0['xJgxg']);const _0x5bc014={};return _0x5bc014['error']=_0x58bf62(0x713,_0x4fc406._0xd2e0db,_0x4fc406._0x328a44,0x7e2)+_0x20573d(_0x4fc406._0xab3f3,0x509,_0x4fc406._0x88a8ae,0x5b7)+'r',_0x5bc014[_0x58bf62(_0x4fc406._0x122dd3,0x544,0x4b0,_0x4fc406._0x48d8a2)]=_0xe65b0[_0x58bf62(_0x4fc406._0x5a8ed5,0x75d,0x72b,_0x4fc406._0x2b6d72)],_0x100612[_0x20573d(0x3e5,_0x4fc406._0x4bd8c3,0x324,0x4a4)](-0x1bf1+0x80c+0x7*0x31f)[_0x20573d(_0x4fc406._0x3674f3,_0x4fc406._0x2506ec,_0x4fc406._0x4bd8c3,0x39f)](_0x5bc014);}const _0x586ac6=tasks[_0x58bf62(_0x4fc406._0x4c39aa,_0x4fc406._0x36a5bd,_0x4fc406._0x14a199,0x6a8)](_0x49cf98);if(!_0x586ac6){const _0x1e6a7d={};_0x1e6a7d[_0x20573d(_0x4fc406._0x24eb58,_0x4fc406._0xdfe9b6,0x693,0x6e7)]=_0x49cf98,logger[_0x58bf62(_0x4fc406._0x4f463d,_0x4fc406._0x56cbe8,_0x4fc406._0x7494ba,0x6c0)](_0xe65b0['bhXft'],_0x1e6a7d);const _0x4484a4={};return _0x4484a4[_0x20573d(0x490,0x56c,_0x4fc406._0x227971,_0x4fc406._0x5e2988)]=_0xe65b0['eBaUl'],_0x4484a4[_0x58bf62(0x4a5,0x544,0x4dd,0x45c)]=_0x58bf62(_0x4fc406._0x4d11ed,_0x4fc406._0x2afa98,0x592,_0x4fc406._0x562a99)+_0x58bf62(_0x4fc406._0x24d51e,0x756,_0x4fc406._0x416c19,_0x4fc406._0x26729f),_0x100612[_0x58bf62(0x48a,_0x4fc406._0x24067a,0x51f,_0x4fc406._0x14785f)](-0x2287+0x10c7+0x5*0x3dd)['json'](_0x4484a4);}if(!_0x586ac6[_0x20573d(_0x4fc406._0x41fc6d,0x346,0x4a7,0x3a7)+'t']){const _0x25fd8a={};_0x25fd8a[_0x58bf62(_0x4fc406._0x58c8ea,0x754,_0x4fc406._0x5b129a,_0x4fc406._0x56c4a3)]=_0x49cf98,logger['warn'](_0x20573d(0x593,_0x4fc406._0x4b29f6,0x4c5,0x4f5)+_0x20573d(_0x4fc406._0x1ac718,0x5a7,0x3dd,_0x4fc406._0x188201)+'ent',_0x25fd8a);const _0x1f4a2d={};return _0x1f4a2d[_0x58bf62(_0x4fc406._0x4882af,_0x4fc406._0x825eb0,_0x4fc406._0x125786,_0x4fc406._0x3d8d64)]=_0x20573d(0x51e,_0x4fc406._0x48d8a2,0x4ac,0x5e9)+'t',_0x1f4a2d[_0x58bf62(_0x4fc406._0x52e9cc,0x544,0x5d4,0x432)]='Task\x20has\x20n'+_0x58bf62(_0x4fc406._0xb504ae,0x67d,0x5ce,_0x4fc406._0x35a89e)+_0x58bf62(0x519,_0x4fc406._0x52cae2,_0x4fc406._0x866827,0x5d3)+_0x20573d(_0x4fc406._0x183ba7,0x4c5,_0x4fc406._0x25c3c5,0x544),_0x100612['status'](-0x5*-0x31a+-0x2*-0xe01+-0x4*0xa7d)[_0x20573d(_0x4fc406._0x511084,0x41d,_0x4fc406._0x5e2988,_0x4fc406._0x129f94)](_0x1f4a2d);}const _0x594d33=_0x586ac6[_0x58bf62(_0x4fc406._0x2f3d24,_0x4fc406._0x3fb8cc,0x697,_0x4fc406._0x1506d6)]?.[_0x58bf62(_0x4fc406._0x31269d,_0x4fc406._0x125429,_0x4fc406._0x40d902,0x583)];function _0x20573d(_0x25e7cf,_0xee19c,_0x48cc91,_0xd1e34b){return _0x3026(_0x25e7cf-_0x104a91._0x20f0d0,_0x48cc91);}const _0x3fe70e=await _0xe65b0[_0x58bf62(_0x4fc406._0x41a6df,_0x4fc406._0x12c643,0x513,0x5d1)](findUserById,_0x594d33);if(!_0x3fe70e){const _0x2f72e8={};_0x2f72e8[_0x20573d(0x5d3,_0x4fc406._0x561b22,_0x4fc406._0x573943,0x5e9)]=_0x49cf98,_0x2f72e8[_0x58bf62(0x71a,_0x4fc406._0x125429,0x794,0x77e)]=_0x594d33,logger['warn'](_0x58bf62(_0x4fc406._0x34c918,0x748,0x81d,_0x4fc406._0x10b81e)+_0x58bf62(0x574,_0x4fc406._0x1eb6e8,0x65b,0x4e3),_0x2f72e8);const _0x965a38={};return _0x965a38['error']=_0xe65b0[_0x58bf62(_0x4fc406._0x53b353,_0x4fc406._0x5f47e0,_0x4fc406._0x3f9c79,_0x4fc406._0x42c61c)],_0x965a38[_0x20573d(_0x4fc406._0x599c24,_0x4fc406._0x3eeab3,_0x4fc406._0x12681e,0x3e1)]=_0xe65b0[_0x20573d(0x43a,_0x4fc406._0x4b6067,_0x4fc406._0x264149,0x334)],_0x100612['status'](-0x705+-0x525+-0x5f*-0x25)[_0x58bf62(0x4fd,_0x4fc406._0xeb4fb4,0x55b,0x4e8)](_0x965a38);}if(!await hasPermission(_0x3fe70e['id'],_0xe65b0[_0x58bf62(0x6b5,0x6df,_0x4fc406._0x484267,_0x4fc406._0x32e036)],_0x586ac6[_0x58bf62(0x607,0x5da,_0x4fc406._0x2d55bf,_0x4fc406._0x5a1683)+'t'])){const _0x4031b4={};_0x4031b4[_0x20573d(0x5d3,0x6d8,_0x4fc406._0x4ef158,_0x4fc406._0x4033ef)]=_0x49cf98,_0x4031b4[_0x20573d(_0x4fc406._0x13bcbd,_0x4fc406._0x4ab766,0x45c,_0x4fc406._0x52173c)]=_0x3fe70e['id'],_0x4031b4[_0x58bf62(_0x4fc406._0x40fc20,_0x4fc406._0x4388ee,_0x4fc406._0x365e74,0x5a7)]=_0x3fe70e[_0x20573d(_0x4fc406._0x416c08,_0x4fc406._0x482687,0x464,0x53e)],logger[_0x20573d(0x4a1,0x4d1,0x556,_0x4fc406._0x29801d)](_0xe65b0[_0x58bf62(_0x4fc406._0x5a584d,_0x4fc406._0x3fc108,0x817,0x86b)],_0x4031b4);const _0x1d58ef={};return _0x1d58ef['error']=_0x20573d(0x3ec,0x4fb,_0x4fc406._0x3d63e0,0x3ca),_0x1d58ef['message']=_0xe65b0[_0x58bf62(0x73c,_0x4fc406._0xfb1e57,0x703,_0x4fc406._0x44810b)],_0x100612[_0x20573d(_0x4fc406._0x13e0a7,_0x4fc406._0x16357c,0x2fa,0x483)](0x165c+0x1e72+0x3d*-0xd7)[_0x20573d(0x430,0x334,_0x4fc406._0x4229c6,0x4ae)](_0x1d58ef);}_0x59f0c0[_0x20573d(0x590,_0x4fc406._0x431c7a,_0x4fc406._0x1c7319,0x5c9)+'k']=_0x586ac6,_0x59f0c0[_0x58bf62(_0x4fc406._0x825eb0,0x5fb,_0x4fc406._0x5718ba,0x4f7)]=_0x3fe70e,_0x59f0c0[_0x58bf62(_0x4fc406._0x3de65e,0x5da,0x543,_0x4fc406._0x52189f)+_0x58bf62(_0x4fc406._0x11bc81,_0x4fc406._0x1bc6dd,0x869,_0x4fc406._0x49982e)]=_0x586ac6['environmen'+'t'];const _0x45c186=coderConfig?.[_0x58bf62(_0x4fc406._0x524983,_0x4fc406._0x40d298,_0x4fc406._0x13f86d,0x67f)+'ts']?.[_0x586ac6[_0x20573d(_0x4fc406._0x2a6445,0x41a,_0x4fc406._0x40700a,0x478)+'t']];if(!_0x45c186){if(_0xe65b0[_0x20573d(0x4e1,0x4a4,0x542,_0x4fc406._0x1c72e7)](_0xe65b0['HvLyF'],_0xe65b0[_0x20573d(_0x4fc406._0x10d7ec,0x43f,_0x4fc406._0x40e06f,0x476)])){!_0x42d71c[_0x58bf62(_0x4fc406._0x3633b5,_0x4fc406._0x50d34b,_0x4fc406._0x55fb5f,_0x4fc406._0x52ae34)]&&(_0x210f21[_0x58bf62(_0x4fc406._0x57e3cd,0x6fc,_0x4fc406._0x59ac9b,0x7bf)]=[]);if(!_0x268301[_0x58bf62(_0x4fc406._0x1111a8,_0x4fc406._0x3ad079,0x753,_0x4fc406._0x5a5a8d)][_0x20573d(0x484,0x43f,_0x4fc406._0x126218,_0x4fc406._0x5ef818)](_0x2b4459)){_0x37e05c[_0x20573d(0x57b,_0x4fc406._0x516e5f,_0x4fc406._0xcb7aeb,_0x4fc406._0x31822a)][_0x58bf62(_0x4fc406._0x4b7616,_0x4fc406._0x1319cd,_0x4fc406._0x287374,_0x4fc406._0xcf4641)](_0x5b62f5),_0x3ffac5=!![];const _0xf26275={};_0xf26275[_0x20573d(_0x4fc406._0x188201,_0x4fc406._0x41f560,0x43a,_0x4fc406._0x2e8a8a)]=_0x426fca,_0xf26275[_0x20573d(0x459,_0x4fc406._0x18929e,_0x4fc406._0x2aaf0d,_0x4fc406._0x120d57)+'t']=_0x1d6d0c,_0x211ee4[_0x58bf62(_0x4fc406._0xcf4641,0x5d1,0x627,_0x4fc406._0x2e4b6d)](_0xe65b0[_0x20573d(_0x4fc406._0x39fdb7,0x5c4,0x606,0x5bd)],_0xf26275);}}else{const _0x33bcc5={};_0x33bcc5['taskId']=_0x49cf98,_0x33bcc5['environmen'+'t']=_0x586ac6[_0x58bf62(_0x4fc406._0x2c4a11,_0x4fc406._0x143569,_0x4fc406._0x50ad01,0x630)+'t'],logger[_0x58bf62(_0x4fc406._0x2e8db7,0x622,_0x4fc406._0x3bd936,0x5e1)]('Environmen'+_0x58bf62(0x7b6,0x710,_0x4fc406._0x537034,_0x4fc406._0x279e9f)+'d',_0x33bcc5);const _0x4b1e2d={};return _0x4b1e2d[_0x20573d(_0x4fc406._0x4ff855,_0x4fc406._0x5b2e93,0x4fd,_0x4fc406._0x25bca7)]=_0xe65b0['MTLRG'],_0x4b1e2d['message']=_0xe65b0['sThAU'],_0x100612[_0x20573d(0x3e5,_0x4fc406._0x1f560a,0x2d2,0x315)](-0x187*0x11+0x158+-0x161*-0x13)[_0x58bf62(0x64a,_0x4fc406._0xeb4fb4,0x49a,0x57d)](_0x4b1e2d);}}_0x59f0c0[_0x58bf62(_0x4fc406._0x443dc7,_0x4fc406._0x1bce9b,_0x4fc406._0x365e74,0x645)+'tConfig']=_0x45c186,_0x59f0c0['assignedSk'+_0x58bf62(0x646,_0x4fc406._0x163d99,_0x4fc406._0x28eb8a,_0x4fc406._0x41458d)]=_0x45c186[_0x58bf62(_0x4fc406._0x328a44,0x6fc,_0x4fc406._0x1de542,_0x4fc406._0xb80f98)]||[],_0xe65b0['mxZVU'](_0x36d971);}function _0x3026(_0x2019b8,_0x185755){_0x2019b8=_0x2019b8-(0x1*0x226d+-0x13*-0x19f+-0x35b*0x13);const _0x3e7347=_0x3b6e();let _0xd7761a=_0x3e7347[_0x2019b8];if(_0x3026['YUFfLS']===undefined){var _0x1ae33a=function(_0x4d123e){const _0x4ea60b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3f9d43='',_0x420f34='';for(let _0x4e3d92=-0x1b45*-0x1+0x247f+0x9a*-0x6a,_0xb63730,_0x5d0e6b,_0x329169=-0x64d+0x31*-0x53+0x1630;_0x5d0e6b=_0x4d123e['charAt'](_0x329169++);~_0x5d0e6b&&(_0xb63730=_0x4e3d92%(0x120f*0x1+0x29f*0xc+-0x317f)?_0xb63730*(0x1*-0x107e+-0x8d*0x3a+-0x10*-0x30b)+_0x5d0e6b:_0x5d0e6b,_0x4e3d92++%(0x9db+0xf3d+0x3c*-0x6b))?_0x3f9d43+=String['fromCharCode'](-0x1c3d+0x713*-0x3+0x3275&_0xb63730>>(-(0x25f4+-0x2236+-0x3bc*0x1)*_0x4e3d92&0x2c6*0x6+-0x2225*-0x1+-0x71*0x73)):0x1*0x1835+0x3f9+-0x1c2e){_0x5d0e6b=_0x4ea60b['indexOf'](_0x5d0e6b);}for(let _0x485414=-0x2bd*0x1+0x10fd*-0x1+0x13ba,_0x3ed4ae=_0x3f9d43['length'];_0x485414<_0x3ed4ae;_0x485414++){_0x420f34+='%'+('00'+_0x3f9d43['charCodeAt'](_0x485414)['toString'](-0x1654+-0x17b4+-0x28*-0x127))['slice'](-(0x206a+-0x9c3+-0x16a5));}return decodeURIComponent(_0x420f34);};_0x3026['rHJeeD']=_0x1ae33a,_0x3026['gWPgJX']={},_0x3026['YUFfLS']=!![];}const _0x50c97c=_0x3e7347[0x1c9f+-0x10*-0x12e+-0x2f7f],_0x5140cc=_0x2019b8+_0x50c97c,_0x2cb60c=_0x3026['gWPgJX'][_0x5140cc];return!_0x2cb60c?(_0xd7761a=_0x3026['rHJeeD'](_0xd7761a),_0x3026['gWPgJX'][_0x5140cc]=_0xd7761a):_0xd7761a=_0x2cb60c,_0xd7761a;}async function validateSkillAccess(_0x51d03f,_0x2351a5,_0x35e4a7){const _0x19e885={_0x3e6ed1:0xb6,_0x350d6c:0xd2,_0x43ea76:0x34e,_0xd863:0x392,_0x2e4acd:0xd5,_0x1fe5d0:0x1ff,_0xd0cdb4:0x119,_0x13516f:0x173,_0x1c7462:0x160,_0x97f763:0x32,_0x4ef998:0x71,_0x416be9:0x214,_0xde8f4c:0x1f0,_0x55afce:0x120,_0x417d27:0x43,_0x38bfe8:0x305,_0x29dacd:0x339,_0x40da1f:0xba,_0x217a9f:0x29b,_0x95e768:0x242,_0x3186fa:0x1b3,_0x164b9e:0x1c7,_0x2aabab:0x131,_0x22915d:0x5,_0x1ab360:0x109,_0x1eaf5a:0x1ea,_0x1c9d40:0x52,_0x395ede:0x13f,_0x37517b:0x56,_0x3258b3:0x297,_0xabe974:0x24f,_0x5af652:0x179,_0x13ebc3:0xfe,_0x15f1e3:0x160,_0x334c60:0x212,_0x26a4a5:0xb3,_0x72de3:0x2f,_0x9b5f3:0x5d,_0x17275b:0x201,_0x5eed82:0x1e5,_0x4faacd:0x315,_0x4c65a1:0x219,_0x24e7b6:0x199,_0x52d6a2:0x1c0,_0x40dd4f:0x292,_0x2f4498:0x205,_0x14a910:0x26b,_0x525135:0x350,_0x6327:0x436,_0x281042:0x373,_0x56f920:0x3e5,_0x1ebd3f:0x346,_0x237949:0x3ea,_0x38d3a2:0x2d,_0xa3fadb:0x206,_0x5ca707:0x288,_0x69eec1:0x237,_0xcf4a48:0x24b,_0x1047f3:0x2f2,_0x5a9cc5:0x15e,_0x4a8ed9:0x6f,_0x3fa05b:0x15,_0x5aecba:0x25c,_0x30e6e7:0x22b,_0x22f10f:0x20d,_0x50bc8e:0x214,_0x12cdbd:0x2,_0x7f68bd:0xe,_0x36c9a3:0xa5,_0x148146:0xec,_0x38aed8:0x2d3,_0x3d10b7:0x245,_0x22fbab:0xd0,_0x3adef8:0x1ad,_0x19e394:0x1d9,_0x45d989:0x274,_0x25f44:0x109,_0x5d6731:0xbf,_0x3c3983:0x108,_0x174240:0x14a,_0x19a606:0xc3,_0x52ff1b:0x2a,_0x14a94e:0x64,_0xec5575:0x27,_0x59fcaa:0x44,_0x403d32:0x31a,_0xcecb8a:0x336,_0x2b3676:0x3bd,_0x5238a8:0xb3,_0x504ab6:0x6,_0x14877e:0x350,_0x1c168f:0x38d,_0x5c06b9:0x128,_0x5a406a:0x67,_0x4c251b:0x82,_0x9ddacd:0xf7,_0x2fb09a:0x81,_0x3b5a86:0xdb,_0x305a68:0x1d6,_0x19ec75:0x1f8,_0x1e513c:0x105,_0x1722c5:0x13d,_0x557ed9:0x1be,_0x3343db:0x307,_0x584e4a:0x1a0,_0x14a683:0x2c2,_0x1517e7:0x207,_0x4238e1:0x19,_0x8b4d67:0x1cb,_0xf1c0e0:0xd0,_0x1f006a:0x48,_0x24d19b:0x2bc,_0x196059:0x193,_0x2a3b78:0x20d,_0x54d8ca:0x1c9,_0x33fa32:0x1f9,_0x337aee:0xd,_0xbb0e7f:0xb5,_0x10f402:0x4a,_0x17a23a:0x61,_0x5e5bb7:0x3b,_0x15f199:0x4c,_0x3d87b7:0x163,_0x1f03c1:0x162,_0x3b9b66:0x7c,_0x3a1cea:0x10b,_0xf75623:0x51,_0x52fa0e:0x5f,_0x8c45ba:0x26f,_0xc6fa83:0x4a,_0x375b68:0xfa,_0x40ca4b:0x1af,_0x36431a:0x186,_0x4498d0:0x2f3,_0x25df59:0x3fe,_0x232776:0x3cf,_0x4ae0ca:0xbf,_0x4b7b3d:0x8e,_0x2393ee:0x1d0,_0x2b3ec0:0x169,_0x59dd13:0x217,_0x527951:0x25f,_0x55b0e8:0x140,_0x5b7af1:0x19d,_0x1adc81:0x1bd,_0x2b3981:0x198,_0x15b971:0xb6,_0x5a4f00:0xb0,_0x51ad0c:0x1f7,_0x29a8f0:0x99,_0x18d854:0xde,_0x42765e:0x115,_0x288442:0x2f8,_0x4476f0:0x36f,_0x5571f6:0xab,_0x4f5135:0x10c,_0x2ca2e0:0x4b,_0x1dfe42:0x14,_0x4f66e1:0x1e5,_0x601b27:0x2a1},_0x3d3ddc={_0x228c25:0x194},_0x2926b4={'iMmFo':_0x1fcaeb(-_0x19e885._0x3e6ed1,-0x19,_0x19e885._0x350d6c,-0xb)+_0x366e19(_0x19e885._0x43ea76,0x344,_0x19e885._0xd863,0x243)+_0x1fcaeb(-0x3d,_0x19e885._0x2e4acd,0x87,0x178)+_0x366e19(_0x19e885._0x1fe5d0,_0x19e885._0xd0cdb4,_0x19e885._0x13516f,_0x19e885._0x1c7462),'zURVV':_0x1fcaeb(-_0x19e885._0x97f763,0x1b,-_0x19e885._0x4ef998,0x4),'zBXvI':_0x366e19(0x1af,_0x19e885._0x416be9,_0x19e885._0xde8f4c,0x132)+_0x1fcaeb(_0x19e885._0x55afce,_0x19e885._0x417d27,-0x17,0x44)+_0x366e19(_0x19e885._0x38bfe8,0x3d5,_0x19e885._0x29dacd,0x2a7)+_0x1fcaeb(-0x23,0x88,_0x19e885._0x40da1f,0x60)+'t','tBJrU':function(_0x18a6a5,_0x404643){return _0x18a6a5===_0x404643;},'Ycduy':_0x366e19(_0x19e885._0x217a9f,_0x19e885._0x95e768,_0x19e885._0x3186fa,0x293)+'t','hKNMA':function(_0x4ca842,_0x52a821){return _0x4ca842(_0x52a821);},'SMWAS':_0x366e19(_0x19e885._0x164b9e,0x17a,0xc0,0x17d)+_0x366e19(0x204,0x126,_0x19e885._0x2aabab,0x306)+_0x1fcaeb(-_0x19e885._0x22915d,0x2e,0x20,-0xa0)+_0x1fcaeb(_0x19e885._0x1ab360,0x158,0x267,_0x19e885._0x1eaf5a)+_0x1fcaeb(0x14e,_0x19e885._0x1c9d40,_0x19e885._0x395ede,-_0x19e885._0x37517b),'jHHxh':_0x366e19(0x2f8,_0x19e885._0x3258b3,0x313,_0x19e885._0xabe974),'UZnXz':function(_0x6b15df){return _0x6b15df();}},{skillId:_0x23475f}=_0x51d03f[_0x366e19(_0x19e885._0x5af652,_0x19e885._0x13ebc3,_0x19e885._0x15f1e3,_0x19e885._0x334c60)],{callingTask:_0x7e5836,assignedSkills:_0x29d8e5}=_0x51d03f;if(_0x23475f[_0x1fcaeb(0x16c,_0x19e885._0x26a4a5,-_0x19e885._0x72de3,_0x19e885._0x9b5f3)]('/')||_0x23475f[_0x366e19(_0x19e885._0x17275b,_0x19e885._0x5eed82,_0x19e885._0x4faacd,0x19c)]('\x5c')||_0x23475f['includes']('..')){if(_0x2926b4[_0x366e19(_0x19e885._0x4c65a1,_0x19e885._0x24e7b6,_0x19e885._0x52d6a2,0x217)](_0x366e19(_0x19e885._0x40dd4f,_0x19e885._0x2f4498,0x36f,0x1db),_0x366e19(0x1a3,0x19d,0x211,_0x19e885._0x14a910))){const _0x95a1b2={};_0x95a1b2[_0x366e19(_0x19e885._0x525135,_0x19e885._0x6327,_0x19e885._0x281042,_0x19e885._0x56f920)]=_0x6ff949[_0x366e19(0x350,0x31d,_0x19e885._0x1ebd3f,_0x19e885._0x237949)],_0x95a1b2['skillId']=_0x2fee6c,_0x95a1b2[_0x1fcaeb(0x13d,0x88,_0x19e885._0x38d3a2,-0x6f)+'t']=_0x52a26a['environmen'+_0x1fcaeb(0x212,_0x19e885._0xa3fadb,_0x19e885._0x5ca707,_0x19e885._0x69eec1)],_0x95a1b2[_0x366e19(_0x19e885._0xcf4a48,_0x19e885._0x1047f3,_0x19e885._0x5a9cc5,0x2bc)+_0x1fcaeb(0xf6,_0x19e885._0x4a8ed9,-0x1d,-0x58)]=_0x49e1fd,_0x101016[_0x1fcaeb(0x1ce,0xd0,_0x19e885._0x3fa05b,0x66)](_0x2926b4[_0x1fcaeb(_0x19e885._0x5aecba,0x20c,0x119,_0x19e885._0x30e6e7)],_0x95a1b2);const _0x3a0c0d={};return _0x3a0c0d[_0x366e19(_0x19e885._0x22f10f,_0x19e885._0x50bc8e,0x1f8,0x2b9)]=_0x2926b4[_0x1fcaeb(0x36,0xb5,0xe9,-_0x19e885._0x12cdbd)],_0x3a0c0d[_0x1fcaeb(-0x9d,-_0x19e885._0x7f68bd,-_0x19e885._0x36c9a3,_0x19e885._0x148146)]=_0x2926b4[_0x366e19(_0x19e885._0x38aed8,0x2f5,0x384,_0x19e885._0x3d10b7)],_0x22a1c0[_0x1fcaeb(_0x19e885._0x22fbab,0x14,-0x2c,-0x70)](-0x166+0x1*0x1a11+-0x1718)[_0x366e19(_0x19e885._0x3adef8,0x210,_0x19e885._0x19e394,_0x19e885._0x45d989)](_0x3a0c0d);}else{const _0x495c72={};return _0x495c72[_0x1fcaeb(_0x19e885._0x25f44,_0x19e885._0x5d6731,_0x19e885._0x3c3983,0xfe)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x174240,_0x19e885._0x19a606,_0x19e885._0x52ff1b,-0x46)],_0x495c72[_0x1fcaeb(0xe1,-0xe,-0x94,_0x19e885._0x14a94e)]=_0x1fcaeb(-_0x19e885._0xec5575,_0x19e885._0x59fcaa,0xeb,0x3d)+_0x366e19(_0x19e885._0x403d32,_0x19e885._0xcecb8a,0x277,_0x19e885._0x2b3676),_0x2351a5['status'](0xa*-0x3d1+-0x1*-0x2690+-0x1*-0x12a)[_0x366e19(0x1ad,0xed,0xb0,0x202)](_0x495c72);}}if(!_0x29d8e5[_0x1fcaeb(-0x53,_0x19e885._0x5238a8,-_0x19e885._0x7f68bd,-_0x19e885._0x504ab6)](_0x23475f)){const _0x420771={};_0x420771[_0x366e19(_0x19e885._0x14877e,0x29b,_0x19e885._0x1c168f,0x33f)]=_0x7e5836['taskId'],_0x420771[_0x1fcaeb(_0x19e885._0x5c06b9,_0x19e885._0x5a406a,0xdb,-_0x19e885._0x4c251b)]=_0x23475f,_0x420771[_0x1fcaeb(_0x19e885._0x9ddacd,0x88,_0x19e885._0x2fb09a,_0x19e885._0x3b5a86)+'t']=_0x51d03f[_0x366e19(_0x19e885._0x305a68,_0x19e885._0x19ec75,_0x19e885._0x1e513c,_0x19e885._0x1722c5)+_0x1fcaeb(_0x19e885._0x557ed9,0x206,_0x19e885._0x3343db,_0x19e885._0x584e4a)],_0x420771[_0x366e19(_0x19e885._0xcf4a48,_0x19e885._0x14a683,0x1e7,_0x19e885._0x1517e7)+_0x1fcaeb(-0x98,_0x19e885._0x4a8ed9,-0x88,_0x19e885._0x4238e1)]=_0x29d8e5,logger[_0x1fcaeb(_0x19e885._0x8b4d67,_0x19e885._0xf1c0e0,0x124,_0x19e885._0x1f006a)](_0x2926b4[_0x1fcaeb(_0x19e885._0x24d19b,0x20c,_0x19e885._0x196059,0x20d)],_0x420771);const _0x52c460={};return _0x52c460[_0x366e19(_0x19e885._0x2a3b78,_0x19e885._0x54d8ca,_0x19e885._0x33fa32,0x185)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x337aee,_0x19e885._0xbb0e7f,0x98,_0x19e885._0x10f402)],_0x52c460[_0x1fcaeb(-_0x19e885._0x17a23a,-0xe,-_0x19e885._0x5e5bb7,-_0x19e885._0x15f199)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x217a9f,0x185,_0x19e885._0x3d87b7,0x21b)],_0x2351a5[_0x366e19(_0x19e885._0x1f03c1,0x264,_0x19e885._0x3b9b66,_0x19e885._0x3a1cea)](-0x1e70+-0x189*0x1+-0x4c*-0x71)[_0x1fcaeb(-_0x19e885._0xf75623,_0x19e885._0x52fa0e,0xca,-_0x19e885._0xec5575)](_0x52c460);}if(await _0x2926b4['hKNMA'](isSkillReadonly,_0x23475f)){const _0x4d171f={};_0x4d171f['taskId']=_0x7e5836[_0x1fcaeb(0x266,0x202,_0x19e885._0x8c45ba,0x2a1)],_0x4d171f['skillId']=_0x23475f,logger[_0x1fcaeb(_0x19e885._0xc6fa83,0xd0,_0x19e885._0x375b68,_0x19e885._0x40ca4b)](_0x366e19(0x283,0x374,_0x19e885._0x3258b3,0x1e2)+'\x20edit\x20read'+_0x366e19(_0x19e885._0x36431a,0x193,0x96,0x158)+_0x366e19(_0x19e885._0x4498d0,0x2de,_0x19e885._0x25df59,_0x19e885._0x232776),_0x4d171f);const _0x1662cd={};return _0x1662cd[_0x1fcaeb(0x1f,_0x19e885._0x4ae0ca,_0x19e885._0x4b7b3d,_0x19e885._0x2393ee)]=_0x366e19(_0x19e885._0x2b3ec0,_0x19e885._0x59dd13,_0x19e885._0x527951,0x11f),_0x1662cd[_0x366e19(_0x19e885._0x55b0e8,_0x19e885._0x5b7af1,0xe6,0xf2)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x1adc81,_0x19e885._0x2b3981,_0x19e885._0x15b971,_0x19e885._0x5a4f00)],_0x2351a5[_0x366e19(0x162,0x1bb,_0x19e885._0x51ad0c,0x240)](0x943*0x4+-0x1*0x446+0xa3*-0x31)[_0x1fcaeb(0x2e,0x5f,_0x19e885._0x29a8f0,-0x46)](_0x1662cd);}_0x51d03f[_0x1fcaeb(0x153,_0x19e885._0x5a406a,_0x19e885._0x18d854,_0x19e885._0x42765e)]=_0x23475f;function _0x1fcaeb(_0x957ca3,_0x6958f8,_0x466b06,_0x1f63de){return _0x3026(_0x6958f8- -_0x3d3ddc._0x228c25,_0x466b06);}_0x51d03f['skillsPath']=_0x13690c['join'](setupPath,_0x366e19(_0x19e885._0x288442,0x26f,_0x19e885._0x4476f0,0x40e));function _0x366e19(_0x4bfc9c,_0x53ad70,_0x545920,_0x23d55a){return _0x3026(_0x4bfc9c- -0x46,_0x53ad70);}_0x51d03f[_0x1fcaeb(-_0x19e885._0x5571f6,0x3d,0x56,-0x78)]=_0x13690c[_0x1fcaeb(_0x19e885._0x4f5135,_0x19e885._0x2ca2e0,-_0x19e885._0x1dfe42,-0x50)](setupPath,_0x2926b4[_0x1fcaeb(0x2d0,0x1b9,0x1cb,_0x19e885._0x4f66e1)],_0x23475f),_0x2926b4[_0x366e19(0x2b0,_0x19e885._0x601b27,0x1eb,0x206)](_0x35e4a7);}router[_0x1c0b31(0x184,0x175,0x1be,0x1bf)](_0xf8e45c(0x24f,0x211,0x203,0x26b),requireTaskAuth,async(_0x50526b,_0x228a98)=>{const _0x5c3526={_0x30170a:0x390,_0x100b45:0x3b0,_0x42fbd7:0x393,_0x1b9817:0x345,_0x563bc3:0x2f3,_0x3e8d25:0x3e2,_0x1af4fa:0x3d7,_0x41c158:0x4a4,_0x55c2ca:0x43d,_0x31a649:0x3da,_0x356144:0x400,_0x3ec386:0x42d,_0x45cde0:0x2de,_0x123955:0x206,_0x3ffda0:0x16a,_0x2a267d:0x2d9,_0x326e00:0x3d0,_0x2dd017:0x42c,_0x577f94:0x4c4,_0x13c34d:0x6a2,_0x3a3ebf:0x44d,_0x8b80c2:0x45c,_0x572d86:0x3b5,_0x32cc2d:0x609,_0x113acf:0x68a,_0x3d477f:0x57c,_0x37859a:0x6c6,_0x350b1d:0x5b6,_0x2d093e:0x553,_0x346236:0x2d8,_0x154957:0x3a0,_0x3d3c95:0x3ac,_0x44ee51:0x427,_0x87b9f4:0x2ac,_0x247470:0x25f,_0x5d2751:0x1e7,_0x41ab47:0x1e0,_0x5ebbc9:0x23f,_0x4ce21e:0x23a,_0x4f6e91:0x1a9,_0x28232c:0x2a2,_0x259a85:0x2f0,_0x464f9e:0x3c8,_0x115bba:0x34b,_0x22041f:0x1e6,_0x35c46e:0x23e,_0x655227:0x251,_0x79ba43:0x2e0,_0x1d1c10:0x3cd,_0x13ffd3:0x232,_0x27c111:0x58b,_0xf6457f:0x4f4,_0x4e3d54:0x50b,_0xfe677b:0x237,_0x378929:0x176,_0x195de2:0x1be},_0x1edb49={_0x1ca54e:0x75},_0x16cf46={_0x1c7b44:0xcb},_0x143f93={'OJPeF':_0x50ce72(0x512,0x564,0x525,0x43b)+'ng\x20editabl'+'e\x20skills','GsYQY':'skills','FwCxY':_0x533559(_0x5c3526._0x30170a,0x35b,_0x5c3526._0x100b45,_0x5c3526._0x42fbd7),'mwiHD':_0x50ce72(0x3c7,0x3c2,_0x5c3526._0x1b9817,0x2c4),'gfTvh':function(_0x32a89b,_0x1033cd){return _0x32a89b(_0x1033cd);},'nEMEM':function(_0x2aff19,_0x4c3751){return _0x2aff19!==_0x4c3751;},'LTiEb':_0x533559(0x226,0x114,_0x5c3526._0x563bc3,0x2b1),'GgiWc':_0x533559(_0x5c3526._0x3e8d25,_0x5c3526._0x1af4fa,_0x5c3526._0x41c158,_0x5c3526._0x55c2ca)},{callingTask:_0x1b3453,environmentName:_0x2b42b4,assignedSkills:_0x22d5b7}=_0x50526b,_0x3c21ce={};_0x3c21ce[_0x533559(_0x5c3526._0x31a649,0x415,_0x5c3526._0x356144,0x3ee)]=_0x1b3453[_0x533559(_0x5c3526._0x31a649,0x2c1,_0x5c3526._0x3ec386,_0x5c3526._0x45cde0)];function _0x50ce72(_0x3f6388,_0x19f7e7,_0xea8f78,_0x396143){return _0x1c0b31(_0x3f6388-0x45,_0x3f6388-0x2e2,_0xea8f78,_0x396143-_0x16cf46._0x1c7b44);}function _0x533559(_0x2bd41a,_0x4f3b10,_0x362626,_0x319008){return _0x1c0b31(_0x2bd41a-0x8d,_0x2bd41a-0xd9,_0x362626,_0x319008-_0x1edb49._0x1ca54e);}_0x3c21ce[_0x50ce72(0x469,0x3b9,0x377,0x3fe)+'t']=_0x2b42b4,logger[_0x533559(0x257,_0x5c3526._0x123955,_0x5c3526._0x3ffda0,0x173)](_0x143f93[_0x533559(0x2e6,_0x5c3526._0x2a267d,0x346,0x2c8)],_0x3c21ce);const _0x3af78a=_0x13690c['join'](setupPath,_0x143f93[_0x533559(0x3a0,0x2cf,_0x5c3526._0x326e00,0x484)]),_0x15ab0c=[];for(const _0x59493f of _0x22d5b7){const _0x54bc86=_0x13690c[_0x50ce72(_0x5c3526._0x2dd017,0x546,0x322,0x336)](_0x3af78a,_0x59493f,_0x143f93['FwCxY']);try{const _0x889edf=await _0x3f173c[_0x50ce72(0x53a,0x4e2,_0x5c3526._0x577f94,0x58f)](_0x54bc86,_0x143f93[_0x50ce72(0x5ca,_0x5c3526._0x13c34d,0x52c,0x5dc)]),{frontmatter:_0x97a39a}=_0x143f93['gfTvh'](parseSkillMd,_0x889edf),_0x45b0cc=await _0x143f93['gfTvh'](isSkillReadonly,_0x59493f),_0x350c06={};_0x350c06['id']=_0x59493f,_0x350c06[_0x50ce72(0x447,_0x5c3526._0x3a3ebf,0x371,_0x5c3526._0x8b80c2)]=_0x97a39a[_0x50ce72(0x447,0x437,_0x5c3526._0x572d86,0x44e)]||_0x59493f,_0x350c06['descriptio'+'n']=_0x97a39a[_0x50ce72(0x585,_0x5c3526._0x32cc2d,_0x5c3526._0x113acf,_0x5c3526._0x3d477f)+'n']||'',_0x350c06[_0x50ce72(0x5d4,0x60f,0x600,_0x5c3526._0x37859a)]=!_0x45b0cc,_0x15ab0c[_0x50ce72(_0x5c3526._0x350b1d,0x584,0x689,_0x5c3526._0x2d093e)](_0x350c06);}catch(_0x1f7b3b){if(_0x143f93[_0x533559(0x3cd,_0x5c3526._0x346236,0x4a0,0x320)](_0x1f7b3b['code'],_0x143f93[_0x533559(0x314,_0x5c3526._0x154957,_0x5c3526._0x3d3c95,_0x5c3526._0x44ee51)])){if(_0x143f93[_0x533559(_0x5c3526._0x87b9f4,_0x5c3526._0x247470,_0x5c3526._0x5d2751,_0x5c3526._0x41ab47)]===_0x143f93['GgiWc']){const _0x1ad45f={};_0x1ad45f[_0x533559(_0x5c3526._0x5ebbc9,_0x5c3526._0x4ce21e,0x125,0x311)]=_0x59493f,_0x1ad45f[_0x533559(0x297,_0x5c3526._0x4f6e91,_0x5c3526._0x28232c,_0x5c3526._0x259a85)]=_0x1f7b3b[_0x50ce72(0x3d3,_0x5c3526._0x464f9e,0x4d7,_0x5c3526._0x115bba)],logger['warn'](_0x533559(_0x5c3526._0x22041f,_0x5c3526._0x35c46e,_0x5c3526._0x655227,_0x5c3526._0x79ba43)+_0x533559(0x306,_0x5c3526._0x1d1c10,_0x5c3526._0x13ffd3,0x324),_0x1ad45f);}else _0x539186[_0x3c50c0]=[];}}}const _0x5cf15c={};_0x5cf15c[_0x50ce72(_0x5c3526._0x27c111,0x6a3,_0x5c3526._0xf6457f,_0x5c3526._0x4e3d54)]=_0x15ab0c,_0x5cf15c['environmen'+'t']=_0x2b42b4,_0x228a98[_0x533559(_0x5c3526._0xfe677b,0x1f0,_0x5c3526._0x378929,_0x5c3526._0x195de2)](_0x5cf15c);}),router[_0xf8e45c(0x3fe,0x4e9,0x53e,0x45f)]('/skills',requireTaskAuth,async(_0x1ad63e,_0x5881de)=>{const _0x53e2fd={_0x388c80:0x12f,_0x3466ef:0x1ed,_0xc2b96:0x4af,_0x3d4a06:0x20b,_0x4c5052:0x16e,_0xc39d36:0x14d,_0x31746e:0x171,_0x56f1ad:0x20b,_0x14456b:0x65,_0x26d119:0x2a7,_0x461c64:0x1fd,_0x35f372:0x47d,_0x147021:0x548,_0x7e7f8a:0x464,_0x4d3274:0x586,_0x4a3832:0x643,_0x2a389a:0x8f,_0x3306e5:0x4d4,_0x5d721a:0x5e8,_0x299919:0x498,_0x1d0464:0x1ca,_0xdf9cf1:0xf3,_0x4b3e96:0x362,_0x137153:0x50b,_0x2d72a0:0x4df,_0x439e4d:0x546,_0x4ff651:0x553,_0x5cc88:0x2d2,_0x25d04c:0x6f,_0x1591f7:0x13f,_0x58e04d:0x5b4,_0xc7151:0x673,_0x2be62c:0x5c2,_0x515597:0x4e3,_0x20aeda:0xad,_0x301d15:0x33,_0x20e0ab:0x52e,_0x24f384:0x4b1,_0x43fd87:0x4e2,_0x3cc33f:0x4b9,_0x4d8756:0x2fc,_0x1e112e:0x216,_0x5fb411:0x1d8,_0x2d1b2e:0x4e0,_0x4aedf9:0x3a5,_0x2979a8:0x54e,_0x5ad710:0x1b8,_0x4524ec:0xae,_0x23756c:0x81,_0x9a3b1e:0x108,_0x148f47:0x23d,_0x12181e:0x506,_0x3f4960:0x55f,_0x50c5f7:0x559,_0x17a676:0x439,_0x3c799a:0x437,_0xe79a69:0x4ec,_0x289b16:0x1d6,_0x4bbea4:0xf6,_0x363e75:0x1fa,_0x3edd3d:0xf9,_0x278e5d:0x5f2,_0x4a280b:0x56c,_0x4f5542:0x5b5,_0xda7c83:0x70a,_0x300946:0x516,_0x5e72db:0x4cf,_0x5596f0:0x497,_0x155d05:0x4f2,_0x5654ed:0x529,_0x3503ac:0x457,_0x285bb3:0x4fe,_0x36c2f5:0x527,_0x666e36:0x4ba,_0x504e56:0x520,_0xd17e39:0x3c6,_0x23bc53:0x319,_0x223a85:0x281,_0x1295f8:0xbf,_0x336506:0x3d,_0x16f103:0x5b,_0x30c981:0xeb,_0x3f2d26:0x54d,_0x2dfd64:0x63,_0x2e66fa:0x119,_0x10b253:0x5bb,_0x332b9e:0x574,_0x93e6cf:0xc6,_0x564531:0x4a0,_0x54013c:0x4f8,_0xe869a1:0x41a,_0x195702:0x32e,_0x305ee5:0x18c,_0x27be5d:0x120,_0x5b4705:0x5f5,_0x1b9406:0x6b7,_0x5ab8bc:0x58a,_0x477e2a:0x2,_0x10d56b:0x112,_0x4e92ec:0xa0,_0x1f5795:0x12c,_0x59cbf2:0x3c6,_0x178e92:0x59a,_0x265068:0x72,_0x100d22:0x327,_0x146a37:0x254,_0x553285:0x249,_0x381883:0x136,_0x1e9007:0x92,_0x49cd91:0x41e,_0x2c504f:0x25a,_0x2aacfb:0x1dc,_0x541242:0x21b,_0x382530:0x144,_0x1aefe7:0x1ba,_0x375e9a:0x21c,_0x528000:0x5d,_0x1e6bf3:0xf5,_0x1ab472:0x53c,_0x3d03dc:0x585,_0x53e0a2:0x1dc,_0xd87afc:0x17c,_0x2b73db:0x42c,_0x449341:0x526,_0x3dc993:0x4be,_0x219c6e:0x3fc,_0x9617d4:0x43a,_0xcd9369:0x49c,_0x256cbf:0x43b,_0x2f39a0:0x469,_0x2e54ce:0x3f9,_0x18742e:0x493,_0x113411:0x4be,_0x1490b3:0xf7,_0x6d23a6:0x229,_0x26b918:0x5d4,_0x48a2e3:0x5ff,_0x14d544:0x4fa,_0x1630f5:0x9,_0x4d9c2f:0x1be,_0x5e78c7:0x503,_0x1a51eb:0x2f6,_0x570621:0x310,_0x319166:0x1fd,_0x18b84c:0x223,_0x3af0e6:0x148,_0x15fdac:0xa8,_0x5828b1:0x1ba,_0x576a5a:0xa4,_0x2c1e2e:0x186,_0xf18457:0x155,_0x5708a8:0x6c,_0xd6e436:0x47a,_0x5f1c34:0x45b,_0x12195c:0x3fc,_0x4f500c:0x43d,_0x3fb23d:0x4b6,_0x44f4e6:0x674,_0x2569ef:0x6ab,_0x193035:0x485,_0x1d8e53:0x3bb,_0x502922:0x512,_0x213824:0x461,_0x1fe0fe:0x4ca,_0x425566:0x450,_0x47f3ea:0x35e,_0x264200:0x4f0,_0x5d3e1a:0x5b9,_0x29f8a0:0x591,_0x51c63b:0x1b1,_0x21b072:0x15d,_0x5eaa43:0x24d,_0x2abe0e:0x199,_0x8d3889:0xc9,_0x159af4:0x127,_0x32238c:0x519,_0x3c379c:0x63e,_0x220653:0x5db,_0xc15890:0x424,_0x596540:0x3e0,_0x408558:0x3de,_0xc6dd04:0x4be,_0x5d5472:0x1b2,_0x5e024c:0x620,_0x47cef0:0x543,_0x5c17ec:0x469,_0x2ad384:0x4ea,_0x2fe34c:0x3cd,_0x4ce176:0x552,_0x436abe:0xd8,_0x179b1b:0x188,_0x36b228:0x4bd,_0x224283:0x4db,_0x322319:0x3dc,_0x59790a:0x5c4,_0x906e16:0x18d,_0x240407:0x2d9,_0x1913ff:0x249,_0x36f960:0x1a5,_0x3c8d82:0x58f,_0x561623:0x3f7,_0x1169c0:0x3db,_0x58145e:0x1dc,_0x27f6c9:0x2b5,_0x38b458:0x27d,_0x145eb9:0x3c,_0x4cfbe9:0x18,_0x17ac6e:0x1f0,_0x43d0c3:0x2d0,_0x4ae6a5:0x455,_0x16e34e:0x54a,_0x55a1e6:0x555,_0x54d749:0x648,_0x18ebb8:0x46c,_0x512f79:0x6e,_0x167359:0x13d,_0x2b00cb:0x9c,_0x50af76:0x60c,_0x117626:0x5df,_0x4ccb76:0x5e1,_0x23697c:0x4f3,_0x89052b:0x102,_0x572101:0x2ec,_0x317ccb:0x1e1,_0x11400f:0x4eb,_0x2ba968:0x590,_0x4f85ac:0x28c,_0x12e56d:0x1a8,_0x359001:0x557,_0x2f3221:0x618,_0x3dc116:0x592,_0x28f760:0x688,_0x43cf6b:0x3bd,_0x474a0a:0x411,_0x149348:0x3e2,_0x2701e6:0x376,_0x8e0b94:0x4f1,_0x23072a:0x5ce,_0x29d48f:0x59f,_0x10b742:0x10f,_0x4c2183:0x561,_0x443516:0x5ac,_0x2f5ab9:0x7c,_0x2c22fb:0xaa,_0x1af909:0x1f5,_0x423826:0x131,_0xf30ed:0x183,_0x547c0f:0x79,_0x4c4224:0x91,_0x3ed21b:0x105,_0x5e4235:0x8a,_0xae7d96:0x16f,_0x2f8088:0x124,_0x4a0a46:0x83,_0x406051:0x4eb,_0x171aeb:0x5b5,_0x429b82:0x556,_0x44ca8b:0xcc,_0x263de3:0x71,_0x45a16a:0x196,_0x480a55:0x56,_0x198716:0xf4,_0x368763:0x577,_0x26f91a:0x50b,_0x27a864:0x63b,_0x526571:0x5df,_0x3590e5:0x507,_0x68afd9:0x4e1,_0x4f168e:0x50a,_0x2a399f:0x4ad,_0x1cd021:0x152,_0x16499c:0x222,_0x485311:0x177,_0x207477:0x21d,_0x5c70a7:0x180,_0x24dcb5:0x404,_0x57971f:0x12a,_0x48e83e:0x97,_0x555332:0x52,_0x32807f:0x568,_0x3e2621:0x14f,_0x30a0bc:0x24c,_0x3b3e32:0x56,_0x401e65:0x74,_0x1f0bf1:0x220,_0x50d4f3:0xd6,_0x29e827:0x4fb,_0x2b1777:0x123,_0x377521:0x4d2,_0x56e3d3:0x4b6,_0x36a332:0x17c,_0x13d0af:0x339,_0x2f554d:0x465,_0x22ea4e:0xd2,_0x2540f7:0x505,_0xeee81e:0x572,_0x2eb2be:0x490,_0x75cbf8:0x3df,_0xa5eef4:0x3e9,_0x231c0c:0x404,_0x5709b7:0x4ef,_0x15f12c:0x428,_0x5034c2:0x509,_0x3352f8:0x50f,_0x56b663:0x9c,_0x3a9d10:0x126,_0x134453:0xdf,_0x5bcb6b:0xe7,_0x5a1ff1:0x144,_0xed866d:0x628,_0x18634:0x470,_0x323bb4:0x2f9,_0x589e82:0x5b4,_0x27d875:0x5b3,_0xe4e8f7:0x570,_0x707dfe:0x51d,_0x4a8d13:0x99,_0x4462a1:0x12e,_0xbc1ee:0x95,_0x2c7075:0x1b3,_0x137068:0x280,_0x19197e:0x581,_0x2164ef:0x59e,_0x56add8:0x15f,_0x47dc0a:0x7a,_0x33ad1a:0x196,_0x332d34:0xb5,_0x194075:0xeb,_0x46f989:0xee,_0x39f673:0x1d4,_0x4859aa:0x489,_0x31b052:0x4dd,_0x283a67:0x596,_0x47f4bb:0x56d,_0x30d7f5:0x381,_0xb83c7a:0x38a,_0x545ff8:0x28e,_0x1bbe9c:0x28a,_0x8b9449:0x255,_0x3135cc:0x1fb,_0x1185fb:0x67,_0x3d9305:0x90,_0x2db62c:0x72,_0x2d8280:0xd3,_0x2ea538:0xc0,_0x3790a8:0x91,_0x46134b:0x3d6,_0x447745:0x4bc,_0x56054b:0x1b4,_0x280e78:0xbc,_0x27858c:0xb4,_0x258c3d:0x86,_0x5ae08a:0x18e,_0x296934:0x122,_0x44e2f1:0x23b,_0x586d0a:0x507,_0x20a57c:0x66b,_0x594b56:0x637,_0x92e15d:0x6a4,_0x368fe8:0x97,_0x542fb8:0x229,_0x824359:0x4c9,_0x2ac29b:0x3d6,_0x14e8ec:0x219,_0x138267:0x237,_0x540681:0x28e,_0x3db031:0x3e8,_0x5216bc:0x49c,_0x5c651:0x1c9,_0x6f9e79:0x227,_0x287fa7:0x4c7,_0x461ad9:0x6b1,_0x515a5f:0xaf,_0x2005f9:0x125,_0x2e7258:0x5f2,_0x2a948d:0x6ca,_0x5266f2:0x4d5,_0x5dc268:0x5e3,_0x567c60:0x406,_0x78d1a6:0x6a3,_0x402da8:0x504,_0x50f63f:0x290,_0x2ef7b1:0x585,_0x6e5a4a:0x555,_0x541a15:0x5d7,_0x2832d8:0x25,_0x4ddbdc:0x2be,_0x58861c:0x1a2,_0x1eb831:0x210,_0x57340b:0x4e5,_0x3aa0ce:0x4c2,_0x28e96d:0xae,_0x594f40:0xb,_0x140adb:0x66,_0x1b51c6:0x5d8,_0x36b61a:0x17c,_0x338b01:0x97,_0x3d67e7:0x282,_0x5ed7c6:0x18f,_0x3cc1ee:0xf0,_0x41ef28:0x16b,_0x43fa85:0x10d,_0x263d81:0x52,_0x2eff97:0x14e,_0x1a3b3f:0x39,_0x595e8b:0x471,_0x4788c6:0x3ca,_0x26a0c0:0xb,_0x542dc6:0x44f,_0x2c349f:0x48d,_0x54be7c:0x295,_0x386d99:0x34a,_0x2ec26c:0x48c,_0xb77265:0x541,_0x50efa5:0x60c,_0x1a381b:0x5ed,_0x2822de:0x4f3,_0x171968:0x227,_0xc342f4:0x4e8,_0x14419b:0x589,_0x1eae2a:0x5b0,_0x276ef2:0x5b8,_0xba5800:0x703,_0x377eb5:0x224,_0x56e987:0x4d0,_0x34469e:0x565,_0x2c8ddd:0x439,_0x112783:0x194,_0x55c8de:0xe2,_0x187201:0x428,_0x571e22:0x349,_0xb6dcdf:0x4bd,_0x7599eb:0x431,_0x3402d1:0x476,_0x1996af:0x176,_0x5333a9:0x118,_0x2fa827:0xdc,_0x522d29:0xf,_0x20ea6d:0x303,_0x8367f:0x421},_0x2ce382={_0x4f5468:0xe0,_0x38df59:0x33a},_0x2b31be={_0x5d8f81:0x1be},_0x157237={'Hqtav':_0x31f518(-_0x53e2fd._0x388c80,-0x1fe,-0x14f,-0x132),'YDDOI':function(_0x50cecf,_0x39b05f){return _0x50cecf===_0x39b05f;},'zIFRI':_0x31f518(-0x1e0,-0x23b,-_0x53e2fd._0x3466ef,-0xe4),'kGTeV':'1.0.0','PGeSr':_0x5b7917(0x557,_0x53e2fd._0xc2b96,0x4f1,0x5a5)+'t','QYHmE':_0x31f518(-0x19e,-_0x53e2fd._0x3d4a06,-0x1bb,-_0x53e2fd._0x4c5052)+_0x31f518(-0x121,-0x1a0,-0xa8,-_0x53e2fd._0xc39d36)+_0x31f518(-0x62,-0x118,-_0x53e2fd._0x31746e,-_0x53e2fd._0x56f1ad)+'\x20string','pbcFm':function(_0x12b4f7,_0x25c4c1){return _0x12b4f7!==_0x25c4c1;},'zMxhk':_0x31f518(-_0x53e2fd._0x14456b,-0x11a,-0x14c,-0x231)+_0x31f518(-0x1a4,-_0x53e2fd._0x26d119,-_0x53e2fd._0x461c64,-0x23d)+_0x5b7917(0x579,_0x53e2fd._0x35f372,_0x53e2fd._0x147021,_0x53e2fd._0x7e7f8a)+_0x5b7917(_0x53e2fd._0x4d3274,_0x53e2fd._0x4a3832,0x50b,0x4db)+'g','xZybY':'string','PECrJ':function(_0x4d4051,_0x14f4cd){return _0x4d4051!==_0x14f4cd;},'zNEvf':_0x31f518(_0x53e2fd._0x2a389a,-0x10e,-0x80,-0x184),'KCfyG':'Name\x20is\x20re'+'quired\x20and'+_0x5b7917(_0x53e2fd._0x3306e5,0x4e7,_0x53e2fd._0x5d721a,0x41b)+_0x5b7917(_0x53e2fd._0x299919,0x561,0x405,0x533),'ZhlwO':function(_0x558f0b,_0x1c14d7){return _0x558f0b!==_0x1c14d7;},'sgpYh':_0x31f518(-0x12,-_0x53e2fd._0x1d0464,-_0x53e2fd._0xdf9cf1,-0xc2)+'n\x20is\x20requi'+_0x5b7917(0x431,_0x53e2fd._0x4b3e96,_0x53e2fd._0x137153,_0x53e2fd._0x2d72a0)+_0x5b7917(0x5aa,0x4b8,_0x53e2fd._0x439e4d,_0x53e2fd._0x4ff651)+'ring','vJjgm':_0x31f518(-_0x53e2fd._0x5cc88,-0x223,-0x1f7,-0x165)+_0x31f518(0x2e,0x13,-_0x53e2fd._0x25d04c,-_0x53e2fd._0x1591f7),'bclmF':_0x5b7917(_0x53e2fd._0x58e04d,0x630,_0x53e2fd._0xc7151,0x5f0),'EsNcT':_0x5b7917(_0x53e2fd._0x2be62c,0x637,0x6c5,_0x53e2fd._0x515597),'mbvDv':function(_0x3c04c4,_0x4fce11){return _0x3c04c4!==_0x4fce11;},'gMCdm':_0x31f518(-0x191,-0x1b,-_0x53e2fd._0x20aeda,-_0x53e2fd._0x301d15),'qPbya':_0x5b7917(0x42d,0x4f4,_0x53e2fd._0x20e0ab,0x423),'znHLm':_0x5b7917(_0x53e2fd._0x24f384,0x57a,_0x53e2fd._0x43fd87,_0x53e2fd._0x3cc33f),'KNlRs':function(_0x5bbef1,_0x373471){return _0x5bbef1>_0x373471;},'NeORC':function(_0x1ca40f,_0x1239a9){return _0x1ca40f===_0x1239a9;},'IuyJD':'heciV','lhBQO':_0x31f518(-0x29c,-_0x53e2fd._0x4d8756,-_0x53e2fd._0x1e112e,-_0x53e2fd._0x5fb411)+_0x5b7917(0x4b7,_0x53e2fd._0x2d1b2e,0x48d,_0x53e2fd._0x4aedf9),'QxiEZ':'MmpIz','MAuLl':function(_0x3b5369,_0x2ad81a){return _0x3b5369===_0x2ad81a;},'LQGnH':_0x5b7917(0x5cb,_0x53e2fd._0x2979a8,0x612,0x4df),'IqkPz':function(_0xbbd7c,_0x1876ce,_0x4ca631){return _0xbbd7c(_0x1876ce,_0x4ca631);},'tQXdS':'utf-8','ETIBq':function(_0x19ca56,_0x4688ee){return _0x19ca56&&_0x4688ee;},'AyoSb':_0x31f518(-_0x53e2fd._0x5ad710,-0x28,-_0x53e2fd._0x388c80,-0x12a)+_0x31f518(-0x80,-_0x53e2fd._0x4524ec,-_0x53e2fd._0x23756c,-0xc1)+_0x31f518(-0x6b,-_0x53e2fd._0x9a3b1e,-0x134,-_0x53e2fd._0x148f47)+_0x5b7917(_0x53e2fd._0x12181e,_0x53e2fd._0x3f4960,_0x53e2fd._0x50c5f7,_0x53e2fd._0x17a676)+')','EHUra':'environmen'+'ts','EoLsA':_0x5b7917(0x492,0x53c,_0x53e2fd._0x3c799a,_0x53e2fd._0xe79a69)+_0x31f518(-0x223,-0x26d,-_0x53e2fd._0x289b16,-_0x53e2fd._0x4bbea4),'GZztD':_0x31f518(-0x2a0,-0x290,-_0x53e2fd._0x363e75,-_0x53e2fd._0x3edd3d),'jmuxg':_0x31f518(-0x201,-0x11a,-0x151,-0x1b3),'uDSqW':_0x5b7917(_0x53e2fd._0x278e5d,_0x53e2fd._0x4a280b,_0x53e2fd._0x4f5542,_0x53e2fd._0xda7c83),'rVDnw':_0x5b7917(_0x53e2fd._0x300946,_0x53e2fd._0x5e72db,_0x53e2fd._0x5596f0,_0x53e2fd._0x155d05)+'gnment\x20per'+_0x5b7917(_0x53e2fd._0x5654ed,0x62e,0x487,_0x53e2fd._0x3503ac)+_0x5b7917(_0x53e2fd._0x285bb3,0x558,_0x53e2fd._0x36c2f5,0x5ad)+'e','qYhaf':function(_0x375c94,_0x5c955a){return _0x375c94===_0x5c955a;},'DjPRh':_0x5b7917(0x410,_0x53e2fd._0x666e36,_0x53e2fd._0x504e56,_0x53e2fd._0xd17e39),'VCUpN':_0x31f518(-0x278,-0x2b8,-0x22d,-_0x53e2fd._0x23bc53)+_0x31f518(-_0x53e2fd._0x223a85,-0x319,-0x20e,-0x2b8)+'ill\x20assign'+'ment\x20to\x20co'+_0x31f518(-_0x53e2fd._0x1295f8,-_0x53e2fd._0x336506,-_0x53e2fd._0x16f103,-_0x53e2fd._0x30c981)+_0x5b7917(_0x53e2fd._0x12181e,_0x53e2fd._0x3f2d26,0x50d,0x561)+_0x31f518(-_0x53e2fd._0x2dfd64,-_0x53e2fd._0x2e66fa,-0xe8,0x2c)+_0x5b7917(_0x53e2fd._0x10b253,0x4c8,_0x53e2fd._0x332b9e,0x4e7)+'tive)','eJKUz':_0x31f518(0x9,-0x78,-_0x53e2fd._0x93e6cf,-0x44)+_0x5b7917(0x510,_0x53e2fd._0x564531,_0x53e2fd._0x54013c,_0x53e2fd._0xe869a1)+'k','vSgPv':_0x31f518(-_0x53e2fd._0x195702,-_0x53e2fd._0x305ee5,-0x22d,-_0x53e2fd._0x27be5d)+_0x5b7917(_0x53e2fd._0x5b4705,_0x53e2fd._0x1b9406,_0x53e2fd._0x5ab8bc,0x5df)+'ll','nTjvl':_0x31f518(0x4,-_0x53e2fd._0x477e2a,-0x92,-_0x53e2fd._0x10d56b)+_0x31f518(-0x4d,_0x53e2fd._0x4e92ec,-0x38,-_0x53e2fd._0x1f5795)+'r'},{callingTask:_0x5b924c,taskUser:_0x3b7d54,environmentName:_0x4a3606,environmentConfig:_0x319c8e}=_0x1ad63e,{id:_0x336575,name:_0x5ee12d,description:_0x501897,body:_0x3edb41,'allowed-tools':_0x2e8371,model:_0x1ab8e9,'argument-hint':_0x2fa8a3,assignToEnvironment:assignToEnvironment=!![]}=_0x1ad63e['body'];if(!_0x336575||_0x157237[_0x5b7917(_0x53e2fd._0x666e36,_0x53e2fd._0x59cbf2,0x3ca,_0x53e2fd._0x178e92)](typeof _0x336575,_0x31f518(-0x101,-0x89,-0x6e,-_0x53e2fd._0x265068))){const _0x10845b={};return _0x10845b['error']=_0x157237[_0x31f518(-0x140,-0x265,-0x219,-_0x53e2fd._0x100d22)],_0x10845b[_0x31f518(-0x14b,-_0x53e2fd._0x146a37,-_0x53e2fd._0x553285,-_0x53e2fd._0x381883)]=_0x157237[_0x31f518(_0x53e2fd._0x1e9007,-0x61,-0x7e,0x22)],_0x5881de[_0x5b7917(_0x53e2fd._0x49cd91,0x498,0x41a,0x4b5)](0x83c+-0x26bd*-0x1+-0x2d69)[_0x31f518(-_0x53e2fd._0x2c504f,-0x25a,-_0x53e2fd._0x2aacfb,-_0x53e2fd._0x541242)](_0x10845b);}if(!_0x5ee12d||typeof _0x5ee12d!==_0x157237[_0x31f518(-_0x53e2fd._0x382530,-0x11f,-_0x53e2fd._0x1aefe7,-_0x53e2fd._0x375e9a)]){if(_0x157237[_0x31f518(-_0x53e2fd._0x20aeda,-_0x53e2fd._0x528000,-_0x53e2fd._0x1e6bf3,-0x162)](_0x157237[_0x5b7917(_0x53e2fd._0x1ab472,0x494,0x56a,0x5cf)],_0x5b7917(0x50c,0x45d,0x5f6,_0x53e2fd._0x3d03dc))){const _0x41d0f0={};return _0x41d0f0[_0x31f518(-_0x53e2fd._0x53e0a2,-0xb3,-_0x53e2fd._0xd87afc,-0xe1)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,0x422,_0x53e2fd._0x449341,_0x53e2fd._0x3dc993)],_0x41d0f0[_0x5b7917(_0x53e2fd._0x219c6e,0x3e2,0x4a7,0x499)]=_0x157237[_0x5b7917(0x4ce,_0x53e2fd._0x9617d4,0x4bd,_0x53e2fd._0xcd9369)],_0x5881de[_0x5b7917(_0x53e2fd._0x49cd91,0x402,0x4f8,_0x53e2fd._0x256cbf)](-0x89b*-0x1+0x558*0x2+-0x59*0x33)[_0x5b7917(_0x53e2fd._0x2f39a0,0x456,_0x53e2fd._0x2e54ce,0x4cc)](_0x41d0f0);}else{const _0x101496={};return _0x101496['error']=_0x157237['Hqtav'],_0x101496[_0x5b7917(0x3fc,0x503,_0x53e2fd._0x18742e,_0x53e2fd._0x113411)]=_0x31f518(-0x26f,-_0x53e2fd._0x1490b3,-0x1f2,-_0x53e2fd._0x6d23a6)+_0x2328f8+(_0x5b7917(0x5b7,_0x53e2fd._0x26b918,_0x53e2fd._0x48a2e3,0x5eb)+'d'),_0x175e1c['status'](0xb1d+-0x2*-0x1027+-0x29d7)[_0x5b7917(_0x53e2fd._0x2f39a0,0x46c,_0x53e2fd._0x14d544,0x4b9)](_0x101496);}}if(!_0x501897||_0x157237[_0x31f518(0x53,0x9f,-0x36,-_0x53e2fd._0x1630f5)](typeof _0x501897,_0x157237['xZybY'])){const _0x450977={};return _0x450977[_0x31f518(-_0x53e2fd._0x223a85,-0x265,-0x17c,-_0x53e2fd._0x4d9c2f)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,0x38b,0x341,_0x53e2fd._0x5e78c7)],_0x450977[_0x31f518(-_0x53e2fd._0x1a51eb,-_0x53e2fd._0x570621,-_0x53e2fd._0x553285,-_0x53e2fd._0x319166)]=_0x157237['sgpYh'],_0x5881de[_0x31f518(-_0x53e2fd._0x18b84c,-0x27d,-0x227,-_0x53e2fd._0x3af0e6)](-0x943+0x668+0x27*0x1d)['json'](_0x450977);}if(!_0x3edb41||typeof _0x3edb41!==_0x157237[_0x31f518(-_0x53e2fd._0x15fdac,-0x260,-_0x53e2fd._0x5828b1,-_0x53e2fd._0x576a5a)]){const _0x20f072={};return _0x20f072[_0x31f518(-_0x53e2fd._0x2c1e2e,-_0x53e2fd._0xf18457,-0x17c,-_0x53e2fd._0x5708a8)]=_0x157237[_0x5b7917(0x42c,_0x53e2fd._0xd6e436,_0x53e2fd._0x5f1c34,0x390)],_0x20f072[_0x5b7917(_0x53e2fd._0x12195c,_0x53e2fd._0x4f500c,_0x53e2fd._0x3fb23d,_0x53e2fd._0x4f500c)]='Body\x20is\x20re'+_0x5b7917(0x59d,_0x53e2fd._0x44f4e6,_0x53e2fd._0x2569ef,_0x53e2fd._0x193035)+'\x20must\x20be\x20a'+_0x5b7917(_0x53e2fd._0x299919,_0x53e2fd._0x1d8e53,_0x53e2fd._0x502922,0x4bd),_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x213824,_0x53e2fd._0x1fe0fe,_0x53e2fd._0x425566)](0xd*-0xa+0x38*-0xad+0x27ea)[_0x5b7917(_0x53e2fd._0x2f39a0,_0x53e2fd._0x47f3ea,0x4c8,_0x53e2fd._0x264200)](_0x20f072);}if(!/^[a-zA-Z0-9_-]+$/[_0x5b7917(0x5fc,0x5c3,_0x53e2fd._0x5d3e1a,_0x53e2fd._0x29f8a0)](_0x336575)){const _0x5ccc50={};return _0x5ccc50['error']=_0x157237[_0x31f518(-0x32a,-0x1e8,-0x219,-0x2b0)],_0x5ccc50[_0x31f518(-_0x53e2fd._0x51c63b,-_0x53e2fd._0x21b072,-0x249,-0x2bc)]=_0x31f518(-_0x53e2fd._0x5eaa43,-_0x53e2fd._0xf18457,-0x197,-0x29a)+'ust\x20contai'+_0x31f518(-_0x53e2fd._0x2abe0e,-_0x53e2fd._0x8d3889,-0x196,-_0x53e2fd._0x159af4)+_0x5b7917(0x477,0x42c,_0x53e2fd._0x32238c,0x3b5)+_0x5b7917(0x5e8,0x68c,_0x53e2fd._0x3c379c,_0x53e2fd._0x220653)+_0x5b7917(_0x53e2fd._0xc15890,_0x53e2fd._0x596540,_0x53e2fd._0x408558,_0x53e2fd._0xc6dd04)+_0x31f518(-0x323,-0x22e,-0x22b,-_0x53e2fd._0x5d5472)+_0x5b7917(_0x53e2fd._0x5e024c,0x638,0x6cc,_0x53e2fd._0x47cef0),_0x5881de['status'](0x1b31+-0x7*0x161+0x332*-0x5)[_0x5b7917(_0x53e2fd._0x5c17ec,_0x53e2fd._0x2ad384,_0x53e2fd._0x2fe34c,0x4d5)](_0x5ccc50);}if(_0x336575[_0x5b7917(0x4bd,0x597,_0x53e2fd._0x4ce176,0x46a)]('/')||_0x336575[_0x31f518(-_0x53e2fd._0x436abe,-0x20b,-_0x53e2fd._0x179b1b,-0x29f)]('\x5c')||_0x336575[_0x5b7917(_0x53e2fd._0x36b228,_0x53e2fd._0x224283,_0x53e2fd._0x322319,_0x53e2fd._0x59790a)]('..')){const _0x589ffd={};return _0x589ffd['error']=_0x31f518(0x8,-_0x53e2fd._0x906e16,-0xee,0xe)+'t',_0x589ffd[_0x31f518(-0x200,-_0x53e2fd._0x240407,-_0x53e2fd._0x1913ff,-_0x53e2fd._0x36f960)]=_0x157237[_0x5b7917(0x5d9,0x62c,0x62d,_0x53e2fd._0x3c8d82)],_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x561623,0x4ed,_0x53e2fd._0x1169c0)](-0x574+-0x503+0xc07)[_0x31f518(-0x286,-0x1ca,-_0x53e2fd._0x58145e,-0x29a)](_0x589ffd);}const _0x24d0ba=_0x13690c[_0x31f518(-_0x53e2fd._0x27f6c9,-0x167,-0x1f0,-_0x53e2fd._0x38b458)](setupPath,_0x157237[_0x31f518(-0x156,-0xda,-_0x53e2fd._0x145eb9,-_0x53e2fd._0x4cfbe9)]),_0x4e51eb=_0x13690c[_0x31f518(-0x1e4,-0x21d,-_0x53e2fd._0x17ac6e,-_0x53e2fd._0x43d0c3)](_0x24d0ba,_0x336575),_0x53b4ae=_0x13690c[_0x5b7917(_0x53e2fd._0x4ae6a5,0x3c4,_0x53e2fd._0x16e34e,0x4a3)](_0x4e51eb,_0x157237[_0x5b7917(_0x53e2fd._0x55a1e6,_0x53e2fd._0x54d749,0x640,_0x53e2fd._0x18ebb8)]),_0x52a734=new Date()['toISOStrin'+'g'](),_0x3f61c3={};function _0x5b7917(_0x33b2f9,_0x34ab99,_0x5bf7b3,_0x23b37a){return _0xf8e45c(_0x34ab99,_0x34ab99-0x6e,_0x5bf7b3-0x11c,_0x33b2f9-_0x2b31be._0x5d8f81);}_0x3f61c3[_0x31f518(_0x53e2fd._0x512f79,-_0x53e2fd._0x167359,-0x39,-_0x53e2fd._0x2b00cb)]=_0x5b924c[_0x5b7917(_0x53e2fd._0x50af76,_0x53e2fd._0x117626,_0x53e2fd._0x4ccb76,_0x53e2fd._0x23697c)],_0x3f61c3['skillId']=_0x336575;function _0x31f518(_0x15c14c,_0x189290,_0xa25ac7,_0x2db5f2){return _0x1c0b31(_0x15c14c-_0x2ce382._0x4f5468,_0xa25ac7- -_0x2ce382._0x38df59,_0x189290,_0x2db5f2-0xf9);}_0x3f61c3['environmen'+'t']=_0x4a3606,_0x3f61c3[_0x31f518(-0xc,_0x53e2fd._0x4cfbe9,-_0x53e2fd._0x89052b,-0x1e4)]=_0x3b7d54['id'],_0x3f61c3['assignToEn'+_0x31f518(-_0x53e2fd._0x572101,-0x140,-0x230,-_0x53e2fd._0x317ccb)]=assignToEnvironment,logger['info']('Task\x20creat'+'ing\x20skill',_0x3f61c3);try{try{if(_0x157237[_0x5b7917(_0x53e2fd._0x11400f,0x454,_0x53e2fd._0x2ba968,0x4af)]('AWeCO',_0x157237[_0x31f518(-_0x53e2fd._0x4f85ac,-_0x53e2fd._0x12e56d,-0x1d7,-0x25b)])){await _0x3f173c['access'](_0x4e51eb);const _0x5add05={};return _0x5add05['error']=_0x5b7917(_0x53e2fd._0x359001,0x485,_0x53e2fd._0x2f3221,0x61b)+'t',_0x5add05['message']='Skill\x20\x27'+_0x336575+('\x27\x20already\x20'+_0x5b7917(_0x53e2fd._0x3dc116,_0x53e2fd._0x28f760,0x47d,0x53f)),_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x43cf6b,_0x53e2fd._0x474a0a,_0x53e2fd._0x149348)](-0x65b+0x25ce+-0x1de3*0x1)[_0x5b7917(0x469,0x37c,_0x53e2fd._0x2701e6,0x554)](_0x5add05);}else{if(_0x157237['YDDOI'](_0x24c7eb[_0x5b7917(_0x53e2fd._0x8e0b94,0x3fd,_0x53e2fd._0x23072a,_0x53e2fd._0x29d48f)],_0x157237[_0x31f518(-0xfc,-0x276,-0x15f,-_0x53e2fd._0x10b742)])){const _0x4728c8={};return _0x4728c8['version']=_0x157237['kGTeV'],_0x4728c8[_0x5b7917(0x5b4,_0x53e2fd._0x4c2183,0x4f2,_0x53e2fd._0x443516)]={},_0x4728c8;}const _0x160dfd={};_0x160dfd[_0x31f518(-_0x53e2fd._0x2f5ab9,-_0x53e2fd._0x2c22fb,-_0x53e2fd._0xd87afc,-0x256)]=_0x424a1b[_0x31f518(-0x1c3,-0x268,-0x249,-0x2e3)],_0x3bb838[_0x31f518(-_0x53e2fd._0x1af909,-0x172,-0x17c,-0x7c)](_0x31f518(-0x1c4,-_0x53e2fd._0x423826,-0x22d,-_0x53e2fd._0xf30ed)+'load\x20impor'+'ted\x20skills'+'\x20registry',_0x160dfd);const _0xbdc4bc={};return _0xbdc4bc[_0x31f518(-_0x53e2fd._0x547c0f,-_0x53e2fd._0x4c4224,-_0x53e2fd._0x3ed21b,-0x1c)]=_0x157237['kGTeV'],_0xbdc4bc[_0x31f518(-_0x53e2fd._0x5e4235,-_0x53e2fd._0xae7d96,-_0x53e2fd._0x4c4224,-0x163)]={},_0xbdc4bc;}}catch(_0x1795b9){if('jHPkt'!==_0x157237[_0x31f518(-0x1fb,-0xe9,-_0x53e2fd._0x2f8088,-_0x53e2fd._0x4a0a46)]){if(_0x157237[_0x5b7917(_0x53e2fd._0x406051,_0x53e2fd._0x171aeb,0x42e,_0x53e2fd._0x429b82)](_0x1795b9[_0x31f518(-_0x53e2fd._0x44ca8b,-0x15c,-0x154,-_0x53e2fd._0x263de3)],_0x157237[_0x5b7917(0x4e6,_0x53e2fd._0x220653,0x528,_0x53e2fd._0x18742e)])){if(_0x157237['znHLm']===_0x157237[_0x31f518(-_0x53e2fd._0x45a16a,_0x53e2fd._0x480a55,-0xb7,-_0x53e2fd._0x198716)])throw _0x1795b9;else _0x533cee[_0x4228ee]=_0x5e438d[_0x5b7917(_0x53e2fd._0x368763,0x66d,_0x53e2fd._0x26f91a,_0x53e2fd._0x27a864)]();}}else _0x40c5ce[_0x5b7917(_0x53e2fd._0x526571,_0x53e2fd._0x3590e5,_0x53e2fd._0x68afd9,_0x53e2fd._0x4f168e)](_0x5b7917(_0x53e2fd._0x2a399f,0x48d,0x4da,0x518)+_0x475f8f);}const _0x1fe3d0={};_0x1fe3d0[_0x31f518(-_0x53e2fd._0x1cd021,-0x12d,-0x21d,-0x1ec)]=!![],await _0x3f173c[_0x31f518(-_0x53e2fd._0x16499c,-_0x53e2fd._0x485311,-_0x53e2fd._0x36f960,-0x2a0)](_0x24d0ba,_0x1fe3d0);const _0x3e00c4={};_0x3e00c4[_0x31f518(-0x320,-0x151,-_0x53e2fd._0x207477,-_0x53e2fd._0x5c70a7)]=!![],await _0x3f173c[_0x5b7917(0x4a0,_0x53e2fd._0x24dcb5,0x41c,_0x53e2fd._0x2fe34c)](_0x4e51eb,_0x3e00c4);const _0x1f66a6={};_0x1f66a6[_0x31f518(-_0x53e2fd._0x57971f,-0x2eb,-0x1d5,-0x112)]=_0x5ee12d,_0x1f66a6[_0x31f518(0x6a,0x31,-_0x53e2fd._0x48e83e,_0x53e2fd._0x555332)+'n']=_0x501897;const _0xbba85=_0x1f66a6;_0x2e8371&&Array[_0x5b7917(0x50e,_0x53e2fd._0x32807f,0x4c8,_0x53e2fd._0x561623)](_0x2e8371)&&_0x157237[_0x31f518(-_0x53e2fd._0x3e2621,-0x177,-_0x53e2fd._0x30a0bc,-0x1a4)](_0x2e8371['length'],0x14c5+-0x1040+0xd*-0x59)&&(_0x157237[_0x31f518(_0x53e2fd._0x3b3e32,-0x2b,-_0x53e2fd._0x401e65,-0xc5)]('heciV',_0x157237[_0x31f518(-_0x53e2fd._0x1f0bf1,-_0x53e2fd._0x50d4f3,-_0x53e2fd._0x2e66fa,-_0x53e2fd._0x5e4235)])?_0xbba85[_0x157237[_0x5b7917(0x53a,0x43b,0x4d5,_0x53e2fd._0x29e827)]]=_0x2e8371:_0xab0cbe['model']=_0x4cb469);if(_0x1ab8e9){if(_0x157237[_0x31f518(0x14,0xbe,-0x36,-_0x53e2fd._0x2b1777)](_0x157237[_0x5b7917(0x467,_0x53e2fd._0x377521,_0x53e2fd._0x56e3d3,0x3ab)],_0x157237['QxiEZ'])){const _0xf1474e={};return _0xf1474e[_0x31f518(-0x18e,-0x158,-_0x53e2fd._0x36a332,-0x26a)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,_0x53e2fd._0x13d0af,_0x53e2fd._0x2f554d,0x44d)],_0xf1474e['message']=_0x31f518(-_0x53e2fd._0x22ea4e,-0x114,-0x27,-0x9b)+'be\x20either\x20'+_0x5b7917(_0x53e2fd._0x2540f7,0x4a1,0x56d,0x41c)+_0x5b7917(_0x53e2fd._0xeee81e,0x637,0x5c5,_0x53e2fd._0x2eb2be)+'n\x22',_0x97178a[_0x5b7917(_0x53e2fd._0x49cd91,_0x53e2fd._0x75cbf8,_0x53e2fd._0xa5eef4,0x383)](0x19f*0x1+-0x219f+-0xc*-0x2cc)[_0x5b7917(0x469,_0x53e2fd._0x231c0c,_0x53e2fd._0x5709b7,_0x53e2fd._0x15f12c)](_0xf1474e);}else _0xbba85[_0x31f518(-0x175,-0x16b,-0xa6,0x61)]=_0x1ab8e9;}if(_0x2fa8a3){if(_0x157237[_0x5b7917(_0x53e2fd._0x5034c2,0x59a,_0x53e2fd._0x3352f8,0x5cc)](_0x31f518(0x7d,-0x18b,-_0x53e2fd._0x56b663,-0xee),_0x157237[_0x31f518(-_0x53e2fd._0x3a9d10,-_0x53e2fd._0x134453,-_0x53e2fd._0x5bcb6b,-_0x53e2fd._0x5a1ff1)])){const _0x54151e={};return _0x54151e[_0x5b7917(0x540,_0x53e2fd._0xed866d,_0x53e2fd._0x18634,0x429)]=_0x31f518(-_0x53e2fd._0x323bb4,-_0x53e2fd._0x223a85,-0x205,-0x13a),_0x54151e[_0x5b7917(_0x53e2fd._0x589e82,_0x53e2fd._0x27d875,_0x53e2fd._0xe4e8f7,_0x53e2fd._0x707dfe)]={},_0x54151e;}else _0xbba85[_0x31f518(-0xbb,-_0x53e2fd._0x401e65,-_0x53e2fd._0x4a8d13,0x3a)+'int']=_0x2fa8a3;}const _0x7bc618=_0x157237[_0x31f518(0x3d,-_0x53e2fd._0x4462a1,-_0x53e2fd._0xbc1ee,-0x114)](serializeSkillMd,_0xbba85,_0x3edb41);await _0x3f173c['writeFile'](_0x53b4ae,_0x7bc618,_0x157237['tQXdS']);let _0x3df693=![];if(_0x157237['ETIBq'](assignToEnvironment,coderConfig)){const _0x3d9e3f=coderConfig[_0x31f518(-0x19c,-0x29b,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x137068)+'ts']?.[_0x4a3606];if(_0x3d9e3f){!_0x3d9e3f['skills']&&(_0x3d9e3f[_0x5b7917(_0x53e2fd._0x58e04d,_0x53e2fd._0x19197e,_0x53e2fd._0x2164ef,0x681)]=[]);if(!_0x3d9e3f[_0x31f518(-_0x53e2fd._0x56add8,-0x156,-_0x53e2fd._0x4c4224,-0x136)][_0x31f518(-0x1c7,-_0x53e2fd._0x47dc0a,-_0x53e2fd._0x179b1b,-_0x53e2fd._0x33ad1a)](_0x336575)){_0x3d9e3f[_0x31f518(-_0x53e2fd._0x332d34,0x4c,-_0x53e2fd._0x4c4224,-0x23)][_0x5b7917(0x5df,0x67d,0x4d0,0x65f)](_0x336575),_0x3df693=!![];const _0x532b6f={};_0x532b6f[_0x31f518(-_0x53e2fd._0x194075,-_0x53e2fd._0x46f989,-_0x53e2fd._0x39f673,-0x28d)]=_0x336575,_0x532b6f['environmen'+'t']=_0x4a3606,logger[_0x5b7917(_0x53e2fd._0x4859aa,_0x53e2fd._0x31b052,0x48e,0x390)](_0x157237[_0x5b7917(0x612,0x692,0x6ef,_0x53e2fd._0x283a67)],_0x532b6f);}}try{const _0x2c8685=_0x13690c[_0x5b7917(0x455,_0x53e2fd._0x47f4bb,_0x53e2fd._0x30d7f5,_0x53e2fd._0xb83c7a)](setupPath,_0x157237['EHUra'],_0x4a3606,_0x157237['EoLsA']);let _0x4282f2,_0x59d1d0,_0x19631c;try{const _0x4a076b=await _0x3f173c['readFile'](_0x2c8685,_0x31f518(-_0x53e2fd._0x545ff8,-_0x53e2fd._0x1bbe9c,-_0x53e2fd._0x8b9449,-_0x53e2fd._0x3135cc));_0x59d1d0=JSON[_0x31f518(_0x53e2fd._0x1185fb,_0x53e2fd._0x3d9305,-_0x53e2fd._0x2db62c,-_0x53e2fd._0x2d8280)](_0x4a076b),_0x4282f2=_0x2c8685,!_0x59d1d0['skills']&&(_0x59d1d0[_0x5b7917(0x5b4,0x605,0x52f,0x533)]=[]),_0x19631c=_0x59d1d0[_0x31f518(-0x1ab,-_0x53e2fd._0x2ea538,-_0x53e2fd._0x3790a8,-0x140)];}catch{const _0x5b9604=_0x13690c[_0x5b7917(0x455,_0x53e2fd._0x46134b,0x472,_0x53e2fd._0x447745)](setupPath,_0x157237['GZztD']),_0x3738c7=await _0x3f173c['readFile'](_0x5b9604,_0x157237[_0x31f518(-0xe5,-_0x53e2fd._0x56054b,-_0x53e2fd._0x280e78,-_0x53e2fd._0x27858c)]);_0x59d1d0=JSON[_0x31f518(-0x147,-0x29,-_0x53e2fd._0x265068,-_0x53e2fd._0x258c3d)](_0x3738c7),_0x4282f2=_0x5b9604;if(_0x59d1d0[_0x31f518(-_0x53e2fd._0x5ae08a,-_0x53e2fd._0x296934,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x44e2f1)+'ts']&&_0x59d1d0[_0x5b7917(0x492,_0x53e2fd._0x474a0a,_0x53e2fd._0x586d0a,0x390)+'ts'][_0x4a3606]){if(_0x157237[_0x5b7917(0x61f,_0x53e2fd._0x20a57c,_0x53e2fd._0x594b56,_0x53e2fd._0x92e15d)]===_0x157237[_0x31f518(-_0x53e2fd._0x368fe8,-_0x53e2fd._0x542fb8,-_0x53e2fd._0x381883,-0x13c)]){const _0x448e92={};return _0x448e92[_0x5b7917(_0x53e2fd._0x824359,_0x53e2fd._0x2ac29b,0x3db,0x555)]=_0x157237[_0x31f518(-0x317,-0x15f,-_0x53e2fd._0x14e8ec,-_0x53e2fd._0x138267)],_0x448e92[_0x31f518(-_0x53e2fd._0x3af0e6,-0x257,-0x249,-_0x53e2fd._0x540681)]=_0x157237[_0x5b7917(0x461,_0x53e2fd._0x3db031,_0x53e2fd._0x5216bc,0x489)],_0x20d2d7[_0x31f518(-_0x53e2fd._0x5c651,-0x1d6,-_0x53e2fd._0x6f9e79,-0x1dd)](-0x238b+-0x35d+0x2878)['json'](_0x448e92);}else!_0x59d1d0['environmen'+'ts'][_0x4a3606][_0x5b7917(0x5b4,_0x53e2fd._0x287fa7,0x4ce,_0x53e2fd._0x461ad9)]&&(_0x59d1d0[_0x31f518(-0x16f,-_0x53e2fd._0x515a5f,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x2005f9)+'ts'][_0x4a3606][_0x5b7917(_0x53e2fd._0x589e82,_0x53e2fd._0x2e7258,_0x53e2fd._0x2a948d,0x694)]=[]),_0x19631c=_0x59d1d0['environmen'+'ts'][_0x4a3606][_0x5b7917(_0x53e2fd._0x58e04d,_0x53e2fd._0x5266f2,_0x53e2fd._0x5dc268,0x603)];}}if(_0x19631c&&!_0x19631c[_0x31f518(-0xdb,-0x167,-0x188,-0x140)](_0x336575)){_0x19631c[_0x5b7917(0x5df,0x536,0x693,0x57d)](_0x336575),await _0x3f173c['writeFile'](_0x4282f2,JSON[_0x5b7917(_0x53e2fd._0x17a676,_0x53e2fd._0x567c60,0x51d,0x469)](_0x59d1d0,null,-0x1*0x6cb+-0xe2e+0x14fb),_0x157237[_0x5b7917(0x589,0x4d1,_0x53e2fd._0x78d1a6,0x4d0)]);const _0x4727e4={};_0x4727e4[_0x5b7917(0x471,_0x53e2fd._0x402da8,_0x53e2fd._0x586d0a,0x4a5)]=_0x336575,_0x4727e4[_0x31f518(-0x1a0,-_0x53e2fd._0x50f63f,-0x1b3,-_0x53e2fd._0x50d4f3)+'t']=_0x4a3606,_0x4727e4['configPath']=_0x4282f2,logger[_0x5b7917(0x489,0x588,0x568,_0x53e2fd._0x2ef7b1)](_0x157237[_0x5b7917(0x5dd,_0x53e2fd._0x6e5a4a,0x5a7,_0x53e2fd._0x541a15)],_0x4727e4);}}catch(_0x40f39f){if(_0x157237[_0x31f518(-0xa9,-0x21,-0x2b,-_0x53e2fd._0x2832d8)](_0x157237[_0x31f518(-_0x53e2fd._0x4ddbdc,-_0x53e2fd._0x58861c,-0x1ff,-_0x53e2fd._0x1eb831)],_0x5b7917(_0x53e2fd._0x57340b,_0x53e2fd._0x2e54ce,0x520,_0x53e2fd._0x3aa0ce)))_0xd7761a[_0x1ae33a][_0x31f518(-_0x53e2fd._0x28e96d,-_0x53e2fd._0x594f40,-_0x53e2fd._0x140adb,0x2f)](_0x50c97c[_0x5b7917(_0x53e2fd._0x368763,_0x53e2fd._0x1b51c6,0x512,0x54c)]()['slice'](-0x2652+0x1071+0x15e3)['trim']());else{const _0x3aeb7b={};_0x3aeb7b['skillId']=_0x336575,_0x3aeb7b['environmen'+'t']=_0x4a3606,_0x3aeb7b[_0x31f518(-0x1f5,-0xe7,-_0x53e2fd._0x36b61a,-_0x53e2fd._0x338b01)]=_0x40f39f[_0x31f518(-_0x53e2fd._0x3d67e7,-_0x53e2fd._0x5ed7c6,-0x249,-0x260)],logger[_0x31f518(-0x27f,-_0x53e2fd._0x3cc1ee,-_0x53e2fd._0x41ef28,-0x26b)](_0x157237[_0x31f518(0x76,-0x11,-0xa0,-0x135)],_0x3aeb7b);}}}const _0x505a31={};_0x505a31[_0x31f518(-_0x53e2fd._0x43fa85,_0x53e2fd._0x263d81,-0x39,-_0x53e2fd._0x2eff97)]=_0x5b924c[_0x31f518(0x5,-0x82,-_0x53e2fd._0x1a3b3f,0x6d)],_0x505a31[_0x5b7917(_0x53e2fd._0x595e8b,0x531,0x409,_0x53e2fd._0x4788c6)]=_0x336575,_0x505a31[_0x31f518(-0x217,-_0x53e2fd._0x1295f8,-0x1b3,-0x226)+'t']=_0x4a3606,_0x505a31[_0x31f518(-_0x53e2fd._0x26a0c0,-_0x53e2fd._0x2dfd64,-_0x53e2fd._0x89052b,-0x1d0)]=_0x3b7d54['id'],_0x505a31[_0x5b7917(0x433,0x464,_0x53e2fd._0x542dc6,_0x53e2fd._0x2c349f)]=_0x3df693,logger[_0x5b7917(_0x53e2fd._0x4859aa,0x3f7,0x592,0x3ef)](_0x157237[_0x31f518(-0x24b,-_0x53e2fd._0x54be7c,-0x1b5,-0xbd)],_0x505a31);const _0x1e489c={};_0x1e489c['success']=!![],_0x1e489c['id']=_0x336575,_0x1e489c['environmen'+'t']=_0x4a3606,_0x1e489c[_0x5b7917(0x3ff,_0x53e2fd._0x386d99,0x3a8,_0x53e2fd._0x2ec26c)]=_0x52a734,_0x1e489c['createdByT'+_0x5b7917(_0x53e2fd._0xb77265,0x60b,0x447,0x5a9)]=_0x5b924c[_0x5b7917(_0x53e2fd._0x50efa5,0x64f,0x5b8,0x603)],_0x1e489c[_0x5b7917(0x526,0x535,_0x53e2fd._0x1a381b,_0x53e2fd._0x2822de)+'serId']=_0x3b7d54['id'],_0x1e489c[_0x31f518(-0x11b,-0x225,-0x212,-0x1fa)]=_0x3df693,_0x5881de[_0x31f518(-0x212,-0x230,-_0x53e2fd._0x171968,-0x19e)](0x1950+0x5a8*0x6+-0x3a77)[_0x5b7917(_0x53e2fd._0x2f39a0,0x562,0x583,_0x53e2fd._0xc342f4)](_0x1e489c);}catch(_0x389c7a){const _0x49fac2={};_0x49fac2[_0x5b7917(_0x53e2fd._0x50efa5,_0x53e2fd._0x14419b,0x553,0x5f3)]=_0x5b924c[_0x5b7917(0x60c,_0x53e2fd._0x1eae2a,_0x53e2fd._0x276ef2,_0x53e2fd._0xba5800)],_0x49fac2[_0x31f518(-_0x53e2fd._0x377eb5,-0x11b,-0x1d4,-0x21e)]=_0x336575,_0x49fac2[_0x5b7917(0x4c9,0x417,0x3bc,_0x53e2fd._0x3590e5)]=_0x389c7a[_0x5b7917(0x3fc,_0x53e2fd._0x56e987,0x479,0x422)],logger[_0x5b7917(_0x53e2fd._0x824359,0x464,_0x53e2fd._0x34469e,_0x53e2fd._0x2c8ddd)](_0x157237[_0x31f518(-_0x53e2fd._0x112783,-_0x53e2fd._0x55c8de,-0xcd,-0xc7)],_0x49fac2);try{const _0x33cd98={};_0x33cd98[_0x5b7917(_0x53e2fd._0x187201,0x412,_0x53e2fd._0x571e22,_0x53e2fd._0xb6dcdf)]=!![],_0x33cd98['force']=!![],await _0x3f173c['rm'](_0x4e51eb,_0x33cd98);}catch{}const _0x57ed5d={};_0x57ed5d[_0x5b7917(0x4c9,0x3dd,_0x53e2fd._0x7599eb,_0x53e2fd._0x3402d1)]=_0x157237[_0x31f518(-_0x53e2fd._0x1996af,-_0x53e2fd._0x5333a9,-_0x53e2fd._0x2fa827,_0x53e2fd._0x522d29)],_0x57ed5d['message']=_0x157237['vSgPv'],_0x5881de[_0x31f518(-_0x53e2fd._0x20ea6d,-0x121,-0x227,-0x2f7)](0x23d*0xc+0x17a*-0xa+-0xa24)[_0x5b7917(0x469,0x3d0,_0x53e2fd._0x8367f,0x42b)](_0x57ed5d);}}),router[_0x1c0b31(0xb0,0x175,0x156,0xbf)]('/skills/:s'+_0xf8e45c(0x478,0x484,0x3b6,0x3e8),requireTaskAuth,validateSkillAccess,async(_0x56eb0f,_0x3b328f)=>{const _0x3c5707={_0x4f6a61:0x37,_0xc6d294:0x35,_0x6c4e6d:0x10b,_0x25675e:0xd7,_0x278a3c:0xad,_0x3dbb3c:0x1d2,_0x545b99:0x226,_0x1a4099:0x2f5,_0x45b588:0x458,_0x10ebd4:0x1fb,_0x16ccc8:0x1a3,_0x15c1af:0x56,_0x2348c6:0x131,_0x530e3f:0x2a4,_0x5d6e43:0x129,_0x77261a:0x235,_0x36251a:0x2e8,_0x35b8cc:0x10e,_0x1f3ca7:0x224,_0x438614:0x12d,_0x354a54:0x189,_0x3ee562:0x25e,_0x489ec6:0x1f7,_0x92cd5f:0x1d0,_0x5eb9f7:0x285,_0x4469bc:0x3d9,_0x5d34ff:0x2eb,_0x352f9b:0x6,_0x5c6533:0xa5,_0x3cec6c:0x95,_0x467c95:0x104,_0x1e7918:0xde,_0x1798a1:0x70,_0xd6669a:0x12b,_0xce1069:0x2fd,_0x1f7873:0x1fd,_0xfec464:0x190,_0x53fe84:0xda,_0x53a679:0x144,_0x5ca56c:0x284,_0x2a0935:0x2f5,_0x1b52d7:0x27c,_0x4c19aa:0x402,_0x4d4ddc:0x366,_0xa99516:0xb0,_0x21a9a5:0x2d7,_0x2b769c:0x285,_0x847b07:0x209,_0x48be29:0x4d,_0x1554fa:0xd5,_0x3b2e1f:0xa1,_0x2de72e:0x121,_0x46a13f:0x127,_0x17737b:0x15f,_0x20895d:0x28e,_0x2c6613:0x2c9,_0x3b3675:0x3c2,_0x4e408c:0x20b,_0x1cdd2b:0x2f9,_0x41ecfa:0x2a4,_0x1300a6:0x13d,_0x30b3fa:0x248,_0x33faa9:0x72,_0xbfd826:0x5b,_0x4d55f9:0x69,_0x165ceb:0x278,_0x52f221:0x225,_0x19b8d6:0x26e,_0x57a139:0x36a,_0x2914bd:0xfa,_0x2f87e5:0x13e,_0xa4fcd4:0x206,_0x98088e:0x21c,_0x41f7ff:0x33c,_0x381f98:0x2d4,_0x30bb91:0x4,_0x97dda1:0xec,_0x2a9521:0x9,_0x2ad229:0x191,_0x443f25:0x11c,_0x3aad02:0x26c,_0xbf7baa:0x9a,_0x3d756d:0xbe,_0x2ade65:0x5,_0x466fc0:0x41,_0x5a2149:0x36e,_0x40257c:0x299,_0x41ed2d:0x321,_0x2eabf6:0x19a,_0x39c3f6:0x1d,_0xf1c05e:0xec,_0x444da9:0x386,_0x1b5137:0xbf,_0x8482bf:0x249,_0x58e1bd:0x15e,_0x2561b9:0x392,_0x23b56a:0x1ea,_0x5ef939:0x1b4,_0xfd7e66:0x160,_0x469286:0x26b,_0x38aa23:0x2e6,_0x35eb84:0x26,_0x3adc1f:0x38,_0x21dc78:0x2c,_0x45d1db:0x105,_0x1ddf71:0x52,_0x108f61:0x361,_0x334555:0x4b,_0x2c757a:0x11a,_0x5b5af7:0x210,_0x351808:0x1a8,_0x388660:0x26a,_0x15631e:0x2ba,_0x2767d8:0x1d0,_0x3f2018:0x1ca,_0x381506:0x128,_0x535a49:0x43,_0x59174d:0x42d,_0x320126:0x26c,_0xf7e01e:0x48,_0x34633a:0xdd,_0x54852a:0x154,_0x10bce1:0x89,_0x17441c:0xd5,_0x31bf87:0x45,_0x3f86f9:0x92,_0x7286b0:0x28,_0x3a9ddb:0x34c,_0x5bfabc:0x40f,_0x2790ef:0x39e,_0x47d3d3:0x4cb,_0x533cfc:0x3a5,_0x1d2636:0x144,_0x3042f5:0x61,_0x22b3e4:0x58,_0x12f830:0x77,_0x130dd7:0x6b,_0x43e503:0x28a,_0x24dd91:0x275,_0x45f3b7:0x104,_0x22ce49:0x2a,_0x29bbb3:0x71,_0x19edb9:0x358,_0x2705a4:0x24d,_0x54d9ff:0x6d,_0x215ea2:0x193,_0x41eb31:0x7f,_0x15450e:0x8,_0x3c4d1a:0x276,_0x5089a5:0x80,_0x51f327:0x109,_0x38b6a9:0x2e,_0x26df16:0x5d,_0x47e8aa:0x5f,_0x3cc894:0x67,_0x2131e4:0x54,_0x19b9f0:0x2c4,_0x3eaa23:0x11c,_0x2466db:0x1e5,_0x3d60b7:0x24,_0x15d1ba:0x1c,_0x131bd8:0x1d9,_0x1282bb:0x242,_0x5c286d:0x22a,_0x1a5e76:0x9d,_0x3852db:0x160,_0x5cf92b:0x346,_0x2bad61:0x27c,_0x3a0e53:0x249,_0x55906a:0x244,_0x3a285a:0x1dd,_0x33ba74:0x2e9,_0x5f00aa:0x16d,_0x1b1f94:0x160,_0x3ef053:0x1ad,_0x5146ba:0x1cb,_0x3a6805:0x1e2,_0x49b088:0x11},_0x570be6={_0x5a92c9:0x9},_0x418655={_0x35f2cb:0x1c2,_0x60f6da:0xa6};function _0x40edb6(_0x5d0a19,_0x6633a6,_0x516591,_0x734cb1){return _0xf8e45c(_0x516591,_0x6633a6-_0x418655._0x35f2cb,_0x516591-_0x418655._0x60f6da,_0x734cb1- -0x8f);}const _0x1a7b4e={'Afvhx':'Not\x20Found','jFiFz':'Bad\x20Reques'+'t','JGZvf':_0x56031e(-_0x3c5707._0x4f6a61,-_0x3c5707._0xc6d294,-_0x3c5707._0x6c4e6d,-_0x3c5707._0x25675e)+_0x40edb6(_0x3c5707._0x278a3c,0x12d,0x252,0x1ae)+'uired','IUAXo':function(_0x53e55d,_0x1fdbed){return _0x53e55d!==_0x1fdbed;},'cvqvD':_0x40edb6(_0x3c5707._0x3dbb3c,_0x3c5707._0x545b99,_0x3c5707._0x1a4099,0x2c0)+_0x40edb6(0x407,0x335,_0x3c5707._0x45b588,0x3a0)+'details','bSGON':_0x40edb6(0xd6,_0x3c5707._0x10ebd4,0xa5,_0x3c5707._0x16ccc8),'NOTGd':function(_0x3cab9f,_0x16ac3f){return _0x3cab9f(_0x16ac3f);},'DwGpp':_0x56031e(-_0x3c5707._0x15c1af,-0x24a,-0x9f,-_0x3c5707._0x2348c6),'wCOYr':_0x40edb6(0x31d,_0x3c5707._0x530e3f,_0x3c5707._0x5d6e43,_0x3c5707._0x77261a),'JjHhQ':function(_0x411565,_0x4d9e0e){return _0x411565===_0x4d9e0e;},'mvyyP':'SKILL.md','jnHGM':_0x40edb6(_0x3c5707._0x36251a,0x3e7,0x4ba,0x3b4),'FNSaz':function(_0x41cdeb,_0x2fc7fc){return _0x41cdeb!==_0x2fc7fc;},'sNmYt':_0x56031e(0xd6,-_0x3c5707._0x35b8cc,0x1b,-0x13),'dbkXv':'directory','dilIq':_0x56031e(-0x147,-_0x3c5707._0x1f3ca7,-0x96,-_0x3c5707._0x438614)+_0x40edb6(_0x3c5707._0x354a54,_0x3c5707._0x3ee562,0x2b1,0x26a),'UfkrS':'argument-h'+'int','HVwJh':function(_0x1d69d7,_0x2d81ca){return _0x1d69d7===_0x2d81ca;},'AZxNl':_0x40edb6(_0x3c5707._0x489ec6,0x37f,_0x3c5707._0x92cd5f,_0x3c5707._0x5eb9f7),'jnTkl':_0x40edb6(0x23f,_0x3c5707._0x4469bc,_0x3c5707._0x5d34ff,0x340),'KzYiB':_0x56031e(_0x3c5707._0x352f9b,-_0x3c5707._0x5c6533,-_0x3c5707._0x3cec6c,-_0x3c5707._0x467c95),'aVNtJ':_0x56031e(-_0x3c5707._0x1e7918,0x19,-0x113,-_0x3c5707._0x1798a1),'WoeVe':_0x40edb6(0x139,_0x3c5707._0xd6669a,_0x3c5707._0xce1069,_0x3c5707._0x1f7873),'PeUtF':_0x56031e(-_0x3c5707._0xfec464,-_0x3c5707._0x53fe84,-0xcc,-_0x3c5707._0x53a679)+_0x40edb6(_0x3c5707._0x5ca56c,_0x3c5707._0x2a0935,_0x3c5707._0x1b52d7,0x2eb),'uPWgd':_0x40edb6(_0x3c5707._0x4c19aa,0x25b,0x299,_0x3c5707._0x4d4ddc)+_0x40edb6(0x39a,0x440,0x489,0x3c0)+'r'},{callingTask:_0x180975,skillId:_0x4e6332,skillPath:_0x16564a,environmentName:_0x5b693b}=_0x56eb0f,_0x3bdf64={};_0x3bdf64[_0x56031e(0x44,-0x4d,0xbf,_0x3c5707._0xa99516)]=_0x180975['taskId'],_0x3bdf64['skillId']=_0x4e6332;function _0x56031e(_0x22f09c,_0x80a0d6,_0x1da302,_0x180aa0){return _0x1c0b31(_0x22f09c-0x73,_0x180aa0- -0x251,_0x22f09c,_0x180aa0-_0x570be6._0x5a92c9);}_0x3bdf64['environmen'+'t']=_0x5b693b,logger['info'](_0x1a7b4e['cvqvD'],_0x3bdf64);const _0x20c3ad=_0x13690c[_0x40edb6(_0x3c5707._0x21a9a5,_0x3c5707._0x2b769c,_0x3c5707._0x847b07,0x208)](_0x16564a,_0x56031e(-_0x3c5707._0x48be29,0xc2,-0x31,0x66));try{const _0x436520=await _0x3f173c[_0x56031e(-_0x3c5707._0x1554fa,-0x4c,-_0x3c5707._0x467c95,0x7)](_0x20c3ad,_0x1a7b4e[_0x56031e(-0x1cb,-0x222,-_0x3c5707._0x3b2e1f,-_0x3c5707._0x2de72e)]),{frontmatter:_0x277453,body:_0x4d5a47}=_0x1a7b4e['NOTGd'](parseSkillMd,_0x436520),_0xf34f27=[];try{const _0x3d4a23={};_0x3d4a23[_0x56031e(-_0x3c5707._0x46a13f,-_0x3c5707._0x17737b,0x9c,-0x79)+_0x40edb6(0x3e6,_0x3c5707._0x20895d,_0x3c5707._0x2c6613,0x2da)]=!![];const _0x4e70eb=await _0x3f173c['readdir'](_0x16564a,_0x3d4a23);for(const _0x4c7086 of _0x4e70eb){if(_0x1a7b4e[_0x40edb6(_0x3c5707._0x3b3675,0x30b,0x284,0x312)]===_0x1a7b4e['wCOYr']){if(_0x15181f[_0x40edb6(_0x3c5707._0x4e408c,0x2e8,_0x3c5707._0x1cdd2b,_0x3c5707._0x41ecfa)]===_0x40edb6(0x2eb,_0x3c5707._0x1300a6,_0x3c5707._0x30b3fa,0x20b)){const _0x557597={};return _0x557597['error']=_0x1a7b4e[_0x56031e(_0x3c5707._0x33faa9,_0x3c5707._0xbfd826,-0x1d,-_0x3c5707._0x4d55f9)],_0x557597[_0x40edb6(_0x3c5707._0x165ceb,0x191,_0x3c5707._0x52f221,0x1af)]='Skill\x20\x27'+_0x45ed40+(_0x40edb6(_0x3c5707._0x19b8d6,0x42a,0x3d1,_0x3c5707._0x57a139)+'d'),_0x3bac7a[_0x56031e(-0x251,-_0x3c5707._0x2914bd,-0x11d,-_0x3c5707._0x2f87e5)](0x1b3b+0x18dd+-0x3284)[_0x40edb6(0x203,_0x3c5707._0xa4fcd4,0x16c,_0x3c5707._0x98088e)](_0x557597);}throw _0x240d98;}else{if(_0x1a7b4e[_0x40edb6(_0x3c5707._0x41f7ff,_0x3c5707._0x381f98,0x358,0x30d)](_0x4c7086[_0x56031e(-_0x3c5707._0x30bb91,-0x1c7,-0x182,-_0x3c5707._0x97dda1)],_0x1a7b4e[_0x56031e(0x10,_0x3c5707._0x2a9521,-0xb9,-0xdf)]))continue;if(_0x4c7086[_0x56031e(-0x1c9,-0x189,-0x1c6,-0x105)]()){const _0xa9d3c3={};_0xa9d3c3[_0x56031e(-_0x3c5707._0x2ad229,_0x3c5707._0x352f9b,-0x12f,-0xec)]=_0x4c7086[_0x40edb6(_0x3c5707._0x443f25,_0x3c5707._0x3aad02,0x212,0x223)],_0xa9d3c3[_0x56031e(-_0x3c5707._0xbf7baa,0x99,_0x3c5707._0x3d756d,-0x3f)]=_0x1a7b4e['jnHGM'],_0xf34f27[_0x56031e(-_0x3c5707._0x2ade65,_0x3c5707._0x466fc0,0x9d,0x83)](_0xa9d3c3);}else{if(_0x4c7086['isDirector'+'y']()){if(_0x1a7b4e['FNSaz'](_0x1a7b4e['sNmYt'],_0x40edb6(_0x3c5707._0x5a2149,0x3c7,_0x3c5707._0x40257c,_0x3c5707._0x41ed2d))){const _0x421a71={};_0x421a71['name']=_0x4c7086[_0x56031e(0xc,-_0x3c5707._0x2eabf6,_0x3c5707._0x39c3f6,-_0x3c5707._0xf1c05e)],_0x421a71[_0x40edb6(0x2bd,0x361,_0x3c5707._0x444da9,0x2d0)]=_0x1a7b4e[_0x56031e(-_0x3c5707._0x1b5137,-_0x3c5707._0x8482bf,-0x94,-_0x3c5707._0x58e1bd)],_0xf34f27[_0x40edb6(0x4a2,0x40c,0x447,_0x3c5707._0x2561b9)](_0x421a71);}else{const _0x43761f={};return _0x43761f['error']=_0x1a7b4e['jFiFz'],_0x43761f[_0x56031e(-0x20e,-_0x3c5707._0x23b56a,-_0x3c5707._0x5ef939,-_0x3c5707._0xfd7e66)]=_0x1a7b4e[_0x40edb6(0x1f4,_0x3c5707._0x469286,0x1ff,_0x3c5707._0x38aa23)],_0x256600['status'](-0xbc7+-0x144b*-0x1+-0x6f4*0x1)[_0x56031e(-0xfc,-_0x3c5707._0x35eb84,-0x126,-0xf3)](_0x43761f);}}}}}}catch{}const _0x53ef5c={};_0x53ef5c['id']=_0x4e6332,_0x53ef5c['name']=_0x277453['name']||_0x4e6332,_0x53ef5c[_0x56031e(-_0x3c5707._0x3adc1f,-_0x3c5707._0x21dc78,_0x3c5707._0x45d1db,_0x3c5707._0x1ddf71)+'n']=_0x277453[_0x40edb6(0x2bf,0x350,0x3ee,_0x3c5707._0x108f61)+'n']||'',_0x53ef5c[_0x56031e(0x142,0x5b,_0x3c5707._0x334555,0x9f)]=_0x4d5a47,_0x53ef5c[_0x40edb6(0x28a,_0x3c5707._0x58e1bd,_0x3c5707._0x2c757a,0x1e2)+_0x40edb6(_0x3c5707._0x5b5af7,0x276,_0x3c5707._0x351808,_0x3c5707._0x388660)]=_0x277453[_0x1a7b4e[_0x40edb6(0x24f,_0x3c5707._0x15631e,_0x3c5707._0x2767d8,_0x3c5707._0x3f2018)]]||[],_0x53ef5c[_0x56031e(_0x3c5707._0x45d1db,0x16,_0x3c5707._0x381506,_0x3c5707._0x535a49)]=_0x277453[_0x40edb6(_0x3c5707._0x59174d,_0x3c5707._0x320126,0x362,0x352)]||null,_0x53ef5c[_0x56031e(_0x3c5707._0xf7e01e,0x10a,-0x4e,0x50)+_0x56031e(-_0x3c5707._0x34633a,-_0x3c5707._0x54852a,-0xbf,-0x13f)]=_0x277453[_0x1a7b4e['UfkrS']]||null,_0x53ef5c[_0x56031e(0x4,-0x4f,-0x147,-_0x3c5707._0x10bce1)]=_0xf34f27,_0x53ef5c['environmen'+'t']=_0x5b693b,_0x3b328f['json'](_0x53ef5c);}catch(_0x4662e1){if(_0x1a7b4e[_0x56031e(-0x6e,-0x15f,-_0x3c5707._0x17441c,-_0x3c5707._0x31bf87)](_0x1a7b4e[_0x56031e(-_0x3c5707._0x3f86f9,-0xcd,-0x19c,-0x157)],_0x1a7b4e[_0x56031e(-_0x3c5707._0x278a3c,_0x3c5707._0x7286b0,-0x71,-0xb6)])){const _0x549257=_0x3a38e7[_0x40edb6(0x3a5,0x2d1,_0x3c5707._0x3a9ddb,0x367)][_0x40edb6(0x371,0x45b,_0x3c5707._0x5bfabc,0x369)](_0x5614e0=>_0x5614e0!==_0x38cc9b);_0x1a7b4e['IUAXo'](_0x549257[_0x40edb6(_0x3c5707._0x2790ef,_0x3c5707._0x47d3d3,0x37a,0x3be)],_0x9dff9a[_0x40edb6(0x370,_0x3c5707._0x533cfc,0x392,0x367)]['length'])&&(_0x146b6d[_0x56031e(_0x3c5707._0x1d2636,_0x3c5707._0x3042f5,0x5b,_0x3c5707._0x22b3e4)]=_0x549257,_0x3ecad7=!![]);}else{if(_0x4662e1[_0x56031e(-_0x3c5707._0x2de72e,_0x3c5707._0x12f830,-0xe9,-_0x3c5707._0x130dd7)]===_0x1a7b4e[_0x40edb6(0x250,0x37c,_0x3c5707._0x43e503,_0x3c5707._0x24dd91)]){if(_0x1a7b4e[_0x56031e(_0x3c5707._0x45f3b7,0x37,-_0x3c5707._0x22ce49,_0x3c5707._0x29bbb3)]===_0x1a7b4e[_0x40edb6(0x1ba,_0x3c5707._0x19edb9,_0x3c5707._0x2705a4,0x252)])_0x743344[_0x56031e(-0xd,_0x3c5707._0x54d9ff,_0x3c5707._0x352f9b,0x83)](_0x16e5a3+':\x20'+_0x5cb6af);else{const _0x483953={};return _0x483953[_0x56031e(-_0x3c5707._0x215ea2,-_0x3c5707._0x41eb31,_0x3c5707._0x15450e,-0x93)]=_0x1a7b4e[_0x40edb6(0x298,_0x3c5707._0x3c4d1a,0x323,0x2a6)],_0x483953[_0x56031e(-0x56,-0x4b,-0x192,-0x160)]=_0x56031e(-_0x3c5707._0x5089a5,-0x1c4,-0x11c,-_0x3c5707._0x51f327)+_0x4e6332+(_0x56031e(-_0x3c5707._0x38b6a9,-_0x3c5707._0x26df16,-_0x3c5707._0x47e8aa,0x5b)+'d'),_0x3b328f[_0x56031e(-_0x3c5707._0x3cc894,-0xce,-_0x3c5707._0x2131e4,-_0x3c5707._0x2f87e5)](-0x2*-0xf9f+-0x79f+-0x160b)[_0x40edb6(_0x3c5707._0x19b9f0,_0x3c5707._0x3eaa23,_0x3c5707._0x2466db,0x21c)](_0x483953);}}const _0x3c885b={};_0x3c885b['taskId']=_0x180975[_0x56031e(-_0x3c5707._0x535a49,_0x3c5707._0x3d60b7,_0x3c5707._0x15d1ba,_0x3c5707._0xa99516)],_0x3c885b['skillId']=_0x4e6332,_0x3c885b[_0x40edb6(0x1e9,_0x3c5707._0x131bd8,_0x3c5707._0x1282bb,_0x3c5707._0x1b52d7)]=_0x4662e1[_0x56031e(-_0x3c5707._0x5c286d,-_0x3c5707._0x1a5e76,-0x1b6,-_0x3c5707._0x3852db)],logger[_0x40edb6(0x214,_0x3c5707._0x5cf92b,0x388,_0x3c5707._0x2bad61)](_0x1a7b4e[_0x40edb6(0x183,0x17f,_0x3c5707._0x3a0e53,_0x3c5707._0x55906a)],_0x3c885b);const _0x4603a5={};_0x4603a5[_0x40edb6(_0x3c5707._0x3a285a,0x2b9,_0x3c5707._0x33ba74,0x27c)]=_0x1a7b4e['uPWgd'],_0x4603a5[_0x56031e(-0x21b,-0x15d,-_0x3c5707._0x5f00aa,-_0x3c5707._0x1b1f94)]=_0x40edb6(_0x3c5707._0x3ef053,0x299,0x1d4,_0x3c5707._0x5146ba)+_0x40edb6(0x361,_0x3c5707._0x3a6805,0x2c6,0x2eb),_0x3b328f['status'](-0x1151+0x2c*-0x86+0x2a4d)[_0x56031e(-_0x3c5707._0x489ec6,-0x8a,-_0x3c5707._0x49b088,-0xf3)](_0x4603a5);}}}),router[_0xf8e45c(0x2eb,0x1b8,0x2f1,0x234)](_0x1c0b31(0xe0,0xf8,0x192,0x27)+_0x1c0b31(0x21a,0x29b,0x2d5,0x196),requireTaskAuth,validateSkillAccess,async(_0x34b69a,_0xfdb230)=>{const _0xb624d3={_0x4895a9:0x151,_0xbfcbc3:0x7b,_0x513bc6:0x178,_0x59cecb:0x315,_0x2df6b9:0x280,_0x42a6dc:0x266,_0x56e125:0x1af,_0x4da2c3:0x15,_0x567384:0xca,_0x4a97a0:0xf5,_0x462e9b:0x182,_0x3389ca:0x1e1,_0x3af08b:0x163,_0x17aa0d:0xea,_0x48655e:0x1ea,_0x547870:0x17f,_0x158587:0x1f5,_0x3b0c93:0x89,_0x39a28c:0x4c,_0x225b7c:0x18a,_0x13bfd0:0xdc,_0x4d2cc3:0x5,_0x19af07:0x219,_0x55f6e7:0x30d,_0x48fa19:0x1a1,_0x1c951c:0x14b,_0x32473a:0x167,_0x6553e5:0x250,_0x2009eb:0x14c,_0x419955:0x1c5,_0x45541e:0x277,_0x4f24df:0x2a5,_0x408226:0x25c,_0x850cde:0xd8,_0x86380d:0xc7,_0x4689c4:0x1ed,_0xb2b5db:0x105,_0xfed81c:0x181,_0x14a097:0x1de,_0x1ae389:0x140,_0x3ce200:0x214,_0x4b3643:0x1cb,_0x56326f:0x18c,_0x17d896:0xf4,_0xec871e:0x1eb,_0x40b8c1:0x2e9,_0x1c550e:0xfe,_0xbe633:0x185,_0x1727da:0x186,_0x45ddb9:0x367,_0x4ac76c:0x307,_0xa14390:0x1ca,_0x1c7ac6:0x2fb,_0x149771:0x391,_0x3d4e13:0x184,_0x3f4f23:0x260,_0x4539ef:0x262,_0x77404b:0x111,_0x48da10:0x1a7,_0x5e1e70:0x1ee,_0x57916:0x39f,_0x4e89f2:0x274,_0x1a870d:0x1d6,_0x363e99:0x1c5,_0x4b4521:0xb4,_0x2e4b00:0x24b,_0x117b32:0x264,_0x205e7f:0x1a7,_0x5adab9:0xdf,_0x5abba9:0x8d,_0x4f9ede:0x1a,_0x6eb85f:0x1c4,_0x1df39d:0x25d,_0x59fa30:0x290,_0x355073:0x2bd,_0x5a951b:0xe3,_0x5f379c:0xec,_0xcc78e3:0x124,_0x598b6c:0x2d3,_0x4adad4:0x247,_0x2fb7ab:0x2e7,_0x58b0e8:0x1a8,_0x3c3dab:0xef,_0x564668:0x100,_0x4767c2:0x7b,_0x4480ae:0x9e,_0x174000:0x84,_0x5df332:0x319,_0x47e26c:0x2b5,_0x527e1b:0x2f2,_0x2d3660:0x157,_0x3c26b0:0xba,_0x13910f:0x9b,_0x39dd8d:0xa1,_0x27a4c8:0x57,_0x1e4c9a:0x20c,_0x5d0f1a:0x2f8,_0x174cd0:0x160,_0x2dafe8:0xc2,_0x583593:0x1fb,_0x305e76:0x1a4,_0x440108:0x39,_0x1f7850:0x3da,_0x2cf383:0x39e,_0x518709:0x345,_0x558180:0x3ae,_0x2a29ff:0x301,_0x48b973:0x2fb,_0x1c3710:0x3f9,_0x47ee84:0xff,_0x1a7cb6:0x73,_0x3a6075:0x2e5,_0xe98de6:0x23d,_0x3f664b:0x133,_0x5ef67c:0x1bd,_0x20a3a1:0x1d3,_0x10c01a:0x19b,_0x316e83:0x22b,_0xbc3c84:0x191,_0x45e224:0x2e4,_0x627cc6:0x294,_0x209b16:0x11c,_0x570443:0xfa,_0x490269:0x287,_0x3c44c7:0x377,_0x5bf58d:0x19f,_0x509fa6:0x55,_0x58cb81:0x40,_0x55550a:0x7d,_0x204405:0x281,_0x7d4570:0xf2,_0x22349b:0x192,_0x2e697d:0x156,_0x1b427d:0xd5,_0x4fbfe2:0x116,_0x3d0dbd:0x2b6,_0x4e1c7c:0x34f,_0x28c412:0x1c1,_0x3c7182:0x311,_0x4b8f17:0x1c0,_0x258a72:0x212,_0x46200e:0x120,_0x4ab71b:0x2ec,_0x457b6a:0x2ca,_0x4ee345:0x248,_0x4538ac:0x174,_0x4a78b0:0x5a,_0x2dfdd9:0xba,_0x1b225e:0x4e,_0x14590e:0x144,_0x128510:0x276,_0xb67788:0x30,_0x436131:0xd9,_0xef4f9e:0x244,_0x1ae358:0x172,_0x2cdbad:0xad,_0x977d94:0x96,_0x4794c0:0x189,_0x9f750b:0x233,_0x3e1aaf:0x11e,_0x41a5b0:0xb9,_0x2b6200:0x113,_0xb48122:0x235,_0x23d0f0:0x38b,_0x5d3444:0x1d,_0x568cda:0x9a,_0x158bef:0x1a6,_0x5479cc:0x2d2,_0x5e79a2:0x77,_0x141b7a:0x105,_0x43d087:0x60,_0xcd3563:0x2d,_0x470ecf:0x11a,_0x325036:0x8f,_0x1400e9:0x22b,_0x1d333d:0x117,_0x2cde1f:0x156,_0x4605e2:0x1ab,_0x506d69:0x22c,_0x32f90d:0x18b,_0x4b7d38:0x1e5,_0x5410c7:0x26b,_0x31f325:0x1ae,_0x2d9042:0x15e,_0x6809cb:0x217,_0x54c11d:0xd0,_0x5950e5:0x49,_0x20b2dc:0x2c,_0xaf499d:0x1c9,_0x389f57:0x230,_0x43f358:0x168},_0x128c77={_0x25f44a:0x177},_0x5482e2={_0x205266:0xe0},_0xd6d622={'YSOle':'Failed\x20to\x20'+_0x5824dc(_0xb624d3._0x4895a9,0x15b,_0xb624d3._0xbfcbc3,_0xb624d3._0x513bc6)+'ll','JAxXB':_0x5eb392(_0xb624d3._0x59cecb,0x3dd,_0xb624d3._0x2df6b9,0x2c6)+_0x5eb392(0x36f,0x43e,0x276,0x28c)+'r','EZsRH':function(_0x2446d4,_0x4f04de){return _0x2446d4===_0x4f04de;},'vNIjM':function(_0x54ecdc,_0x561e7e){return _0x54ecdc===_0x561e7e;},'MDYlT':_0x5eb392(0x2b9,0x378,_0xb624d3._0x42a6dc,_0xb624d3._0x56e125)+'t','JjGxT':_0x5824dc(-_0xb624d3._0x4da2c3,_0xb624d3._0x567384,0x1a5,0x3c)+_0x5824dc(_0xb624d3._0x4a97a0,_0xb624d3._0x462e9b,_0xb624d3._0x3389ca,0x252)+_0x5824dc(0x103,0xd3,0xba,_0xb624d3._0x3af08b)+_0x5824dc(-0x5,0x101,0x5a,_0xb624d3._0x17aa0d),'qjFJy':function(_0x3f8e85,_0x4e2c00){return _0x3f8e85!==_0x4e2c00;},'XalQj':'SKILL.md','ibCDy':_0x5824dc(_0xb624d3._0x48655e,0x1b3,0x274,_0xb624d3._0x547870),'UpWON':function(_0x46e9dc,_0x10472b){return _0x46e9dc!==_0x10472b;},'ORauh':'cTjUf','Wfixs':_0x5eb392(0x152,0x143,0x20a,_0xb624d3._0x158587),'MyvlU':_0x5824dc(0x138,_0xb624d3._0x3b0c93,0x14c,0x60),'gMtlO':_0x5824dc(0x200,0x127,_0xb624d3._0x39a28c,_0xb624d3._0x225b7c),'JVtfb':function(_0x237f78,_0x499be8){return _0x237f78(_0x499be8);},'yqtio':function(_0xe65141,_0x292371){return _0xe65141!==_0x292371;},'kaBvS':_0x5824dc(-0x49,0x60,_0xb624d3._0x13bfd0,_0xb624d3._0x4d2cc3)+_0x5eb392(_0xb624d3._0x19af07,_0xb624d3._0x55f6e7,_0xb624d3._0x48fa19,0x2dd),'IUfUZ':_0x5824dc(_0xb624d3._0x1c951c,0xd4,_0xb624d3._0x32473a,0x1d5),'zKyOu':'lLFJC','YXRJN':function(_0xdbcb5e,_0x318e29){return _0xdbcb5e!==_0x318e29;},'xeSpn':'argument-h'+_0x5eb392(_0xb624d3._0x547870,0xa6,_0xb624d3._0x6553e5,_0xb624d3._0x2009eb),'vAyKM':function(_0x3eb88c,_0xd4fb62,_0x356e03){return _0x3eb88c(_0xd4fb62,_0x356e03);}},{callingTask:_0x5a1352,taskUser:_0x5cf3e2,skillId:_0x8d7058,skillPath:_0x163fb1,environmentName:_0x505bf3}=_0x34b69a,{name:_0xe76cf0,description:_0x34070b,body:_0x275a89,'allowed-tools':_0x51533f,model:_0x258790,'argument-hint':_0x22d50d}=_0x34b69a[_0x5824dc(0x2b4,0x22c,0x283,_0xb624d3._0x419955)];function _0x5eb392(_0x42ff6a,_0x3d4def,_0xc46f77,_0x347439){return _0xf8e45c(_0x347439,_0x3d4def-0xa0,_0xc46f77-0x14d,_0x42ff6a- -_0x5482e2._0x205266);}if(_0xe76cf0===undefined&&_0xd6d622['EZsRH'](_0x34070b,undefined)&&_0x275a89===undefined&&_0x51533f===undefined&&_0xd6d622[_0x5eb392(_0xb624d3._0x45541e,0x1c7,_0xb624d3._0x4f24df,_0xb624d3._0x419955)](_0x258790,undefined)&&_0xd6d622[_0x5eb392(0x277,0x231,_0xb624d3._0x408226,0x365)](_0x22d50d,undefined)){const _0x4bb6ea={};return _0x4bb6ea['error']=_0xd6d622['MDYlT'],_0x4bb6ea[_0x5824dc(_0xb624d3._0x850cde,0x2d,-_0xb624d3._0x86380d,-0x20)]=_0xd6d622[_0x5eb392(0x158,_0xb624d3._0x4689c4,_0xb624d3._0xb2b5db,_0xb624d3._0xfed81c)],_0xfdb230[_0x5eb392(0x180,_0xb624d3._0x14a097,_0xb624d3._0x1ae389,_0xb624d3._0x3ce200)](-0x5*-0x529+-0x13*-0x1af+-0x3*0x12be)[_0x5eb392(_0xb624d3._0x4b3643,_0xb624d3._0x56326f,0xc8,_0xb624d3._0x17d896)](_0x4bb6ea);}logger[_0x5eb392(_0xb624d3._0xec871e,_0xb624d3._0x40b8c1,0xec,_0xb624d3._0x1c550e)]('Task\x20updat'+_0x5eb392(_0xb624d3._0x408226,_0xb624d3._0xbe633,_0xb624d3._0x1727da,_0xb624d3._0x45ddb9),{'taskId':_0x5a1352[_0x5824dc(_0xb624d3._0x4ac76c,0x23d,_0xb624d3._0x4b3643,0x354)],'skillId':_0x8d7058,'environment':_0x505bf3,'userId':_0x5cf3e2['id'],'fields':{'name':_0xd6d622[_0x5824dc(0x264,_0xb624d3._0xa14390,0x220,0xdb)](_0xe76cf0,undefined),'description':_0x34070b!==undefined,'body':_0xd6d622[_0x5eb392(_0xb624d3._0x1c7ac6,0x287,0x29f,0x353)](_0x275a89,undefined),'allowedTools':_0xd6d622[_0x5eb392(_0xb624d3._0x1c7ac6,_0xb624d3._0x149771,0x24e,0x354)](_0x51533f,undefined),'model':_0xd6d622['qjFJy'](_0x258790,undefined),'argumentHint':_0xd6d622[_0x5eb392(0x2fb,0x30d,0x344,0x40b)](_0x22d50d,undefined)}});const _0x200bb1=_0x13690c[_0x5eb392(0x1b7,0xb0,_0xb624d3._0x3d4e13,_0xb624d3._0x1c951c)](_0x163fb1,_0xd6d622[_0x5eb392(0x1d6,_0xb624d3._0x3f4f23,_0xb624d3._0x4539ef,0x1b6)]),_0xafae56=new Date()[_0x5824dc(_0xb624d3._0x77404b,_0xb624d3._0x48da10,0x13b,0x17e)+'g']();function _0x5824dc(_0x17109c,_0x5abd2f,_0x4fa70f,_0x365a09){return _0x1c0b31(_0x17109c-0x67,_0x5abd2f- -0xc4,_0x17109c,_0x365a09-_0x128c77._0x25f44a);}try{if(_0xd6d622[_0x5eb392(0x2d7,_0xb624d3._0x5e1e70,_0xb624d3._0x57916,_0xb624d3._0x4e89f2)]===_0xd6d622['ibCDy']){let _0x1878ad='';try{_0xd6d622[_0x5824dc(_0xb624d3._0x1a870d,_0xb624d3._0x363e99,_0xb624d3._0x4b4521,0x1c1)](_0xd6d622['ORauh'],_0xd6d622['ORauh'])?(_0x1c4c17=_0x6e5f8d[_0x5eb392(_0xb624d3._0x2e4b00,_0xb624d3._0x117b32,_0xb624d3._0x205e7f,0x231)],_0x3cde7f=_0x4386ae[_0x5824dc(_0xb624d3._0x5adab9,0xc0,0xef,0x1d3)],_0x2a6f56=_0x45babb[_0x5824dc(_0xb624d3._0x5abba9,0x120,_0xb624d3._0x4f9ede,_0xb624d3._0x6eb85f)+'g']):_0x1878ad=await _0x3f173c[_0x5824dc(_0xb624d3._0x1df39d,0x194,0x1db,0x121)](_0x200bb1,_0xd6d622[_0x5eb392(0x1a7,_0xb624d3._0x59fa30,0x26b,_0xb624d3._0x355073)]);}catch(_0x144983){if(_0xd6d622[_0x5824dc(_0xb624d3._0x5a951b,0x146,_0xb624d3._0x5f379c,_0xb624d3._0xcc78e3)](_0x144983['code'],_0xd6d622[_0x5eb392(_0xb624d3._0x598b6c,_0xb624d3._0x4adad4,0x3e9,_0xb624d3._0x2fb7ab)])){const _0x147141={};return _0x147141[_0x5eb392(0x22b,_0xb624d3._0x58b0e8,0x1ad,0x207)]=_0xd6d622[_0x5824dc(_0xb624d3._0x3c3dab,_0xb624d3._0x564668,_0xb624d3._0x4767c2,_0xb624d3._0x4480ae)],_0x147141['message']=_0x5824dc(0xb0,_0xb624d3._0x174000,0x78,0x180)+_0x8d7058+(_0x5eb392(_0xb624d3._0x5df332,_0xb624d3._0x47e26c,_0xb624d3._0x57916,_0xb624d3._0x527e1b)+'d'),_0xfdb230[_0x5eb392(0x180,_0xb624d3._0x2d3660,_0xb624d3._0x3c26b0,0x1dc)](0x11*0x90+0x1*0x2237+-0x2a33)['json'](_0x147141);}throw _0x144983;}const _0x3afb6e=_0xd6d622['JVtfb'](parseSkillMd,_0x1878ad),_0x5830ba={'name':_0xe76cf0!==undefined?_0xe76cf0:_0x3afb6e['frontmatte'+'r'][_0x5824dc(_0xb624d3._0x13910f,_0xb624d3._0x39dd8d,_0xb624d3._0x27a4c8,0x22)]||_0x8d7058,'description':_0xd6d622[_0x5eb392(0x2fb,_0xb624d3._0x4ac76c,_0xb624d3._0x1e4c9a,_0xb624d3._0x5d0f1a)](_0x34070b,undefined)?_0x34070b:_0x3afb6e[_0x5824dc(0x121,0x1fb,0x109,_0xb624d3._0x174cd0)+'r']['descriptio'+'n']||''},_0x49f856=_0xd6d622[_0x5824dc(0x134,0x4c,-_0xb624d3._0x2dafe8,0x105)](_0x51533f,undefined)?_0x51533f:_0x3afb6e[_0x5824dc(0x1a6,_0xb624d3._0x583593,0x120,_0xb624d3._0x305e76)+'r'][_0xd6d622[_0x5824dc(0xd8,_0xb624d3._0x440108,0x4c,-0x98)]];_0x49f856&&_0x49f856[_0x5eb392(0x36d,0x390,_0xb624d3._0x1f7850,0x39d)]>0x109+0x5a*0x60+-0x22c9&&(_0x5830ba[_0xd6d622[_0x5824dc(0x9d,_0xb624d3._0x440108,0xa8,0x6e)]]=_0x49f856);const _0x49152a=_0x258790!==undefined?_0x258790:_0x3afb6e[_0x5eb392(0x32c,_0xb624d3._0x2cf383,_0xb624d3._0x518709,_0xb624d3._0x558180)+'r'][_0x5eb392(_0xb624d3._0x2a29ff,0x1ec,0x2f1,0x289)];if(_0x49152a){if(_0xd6d622[_0x5eb392(_0xb624d3._0x48b973,0x3c9,_0xb624d3._0x1c3710,0x23a)](_0xd6d622[_0x5824dc(_0xb624d3._0x47ee84,0x113,_0xb624d3._0x1a7cb6,0x1b6)],_0xd6d622[_0x5eb392(0x20c,_0xb624d3._0x3a6075,0x205,0x253)]))_0x5830ba['model']=_0x49152a;else{const _0x3f3136={};_0x3f3136[_0x5824dc(0x17b,_0xb624d3._0xe98de6,_0xb624d3._0x3f664b,_0xb624d3._0x5ef67c)]=_0x2fb47a['taskId'],_0x3f3136[_0x5eb392(_0xb624d3._0x20a3a1,0x2af,0x1d7,_0xb624d3._0x10c01a)]=_0x4e646d,_0x3f3136[_0x5eb392(_0xb624d3._0x316e83,_0xb624d3._0xbc3c84,_0xb624d3._0x45e224,_0xb624d3._0x627cc6)]=_0x16df44['message'],_0x4efcd1[_0x5824dc(_0xb624d3._0x209b16,_0xb624d3._0x570443,_0xb624d3._0x1727da,0xb8)](_0xd6d622[_0x5eb392(_0xb624d3._0x490269,0x2e1,_0xb624d3._0x3c44c7,_0xb624d3._0x5bf58d)],_0x3f3136);const _0x273df1={};_0x273df1[_0x5824dc(_0xb624d3._0x509fa6,0xfa,-0x1f,0x175)]=_0xd6d622[_0x5824dc(0x2a,_0xb624d3._0x58cb81,0x50,0xf9)],_0x273df1['message']=_0xd6d622['YSOle'],_0x23f023[_0x5eb392(0x180,_0xb624d3._0x55550a,0x12b,0x21f)](-0x377+-0x32b*-0x9+0x2*-0xb8c)[_0x5eb392(_0xb624d3._0x4b3643,0x25c,0xcc,0x166)](_0x273df1);}}const _0x187f2c=_0xd6d622[_0x5824dc(_0xb624d3._0x5e1e70,0x215,_0xb624d3._0x204405,_0xb624d3._0x627cc6)](_0x22d50d,undefined)?_0x22d50d:_0x3afb6e[_0x5824dc(_0xb624d3._0x7d4570,0x1fb,0x159,_0xb624d3._0x22349b)+'r'][_0xd6d622[_0x5eb392(_0xb624d3._0x2e697d,0x21c,_0xb624d3._0x1b427d,_0xb624d3._0x4fbfe2)]];_0x187f2c&&(_0x5830ba[_0xd6d622[_0x5eb392(0x156,0x9e,0x1c4,0x190)]]=_0x187f2c);const _0x4ba426=_0xd6d622[_0x5eb392(0x2fb,_0xb624d3._0x3d0dbd,_0xb624d3._0x4e1c7c,0x316)](_0x275a89,undefined)?_0x275a89:_0x3afb6e[_0x5824dc(0x144,0x22c,0x221,0x26a)],_0x38f135=_0xd6d622[_0x5824dc(_0xb624d3._0x28c412,_0xb624d3._0x3ce200,_0xb624d3._0x3c7182,0x193)](serializeSkillMd,_0x5830ba,_0x4ba426);await _0x3f173c[_0x5824dc(_0xb624d3._0x4b8f17,_0xb624d3._0x258a72,0x16f,_0xb624d3._0x59fa30)](_0x200bb1,_0x38f135,_0x5824dc(_0xb624d3._0x46200e,0x21,-0x5a,-0x25));const _0x214e77={};_0x214e77[_0x5eb392(0x36e,0x474,_0xb624d3._0x4ab71b,_0xb624d3._0x457b6a)]=_0x5a1352['taskId'],_0x214e77[_0x5eb392(_0xb624d3._0x20a3a1,0x186,_0xb624d3._0x4ee345,0x268)]=_0x8d7058,_0x214e77['environmen'+'t']=_0x505bf3,_0x214e77[_0x5824dc(0x7f,_0xb624d3._0x4538ac,0x1c6,_0xb624d3._0x4a78b0)]=_0x5cf3e2['id'],logger[_0x5824dc(0x130,_0xb624d3._0x2dfdd9,_0xb624d3._0x1b225e,_0xb624d3._0x14590e)](_0x5eb392(0x351,0x3b1,0x435,0x282)+'ted\x20by\x20tas'+'k',_0x214e77);const _0x2ed59d={};_0x2ed59d[_0x5824dc(_0xb624d3._0x128510,0x1b9,0xd2,0x29a)]=!![],_0x2ed59d['id']=_0x8d7058,_0x2ed59d[_0x5824dc(_0xb624d3._0xb67788,0xc3,_0xb624d3._0x436131,0x1c7)+'t']=_0x505bf3,_0x2ed59d[_0x5824dc(0x119,0x17c,0xe9,_0xb624d3._0xef4f9e)]=_0xafae56,_0x2ed59d['updatedByT'+_0x5824dc(0x128,_0xb624d3._0x1ae358,_0xb624d3._0x2cdbad,_0xb624d3._0x977d94)]=_0x5a1352[_0x5824dc(_0xb624d3._0x4794c0,0x23d,_0xb624d3._0x9f750b,0x323)],_0x2ed59d[_0x5824dc(_0xb624d3._0x3e1aaf,_0xb624d3._0x41a5b0,0x1a1,_0xb624d3._0x2b6200)+_0x5eb392(0x2be,_0xb624d3._0xb48122,_0xb624d3._0x23d0f0,0x34c)]=_0x5cf3e2['id'],_0xfdb230[_0x5824dc(-_0xb624d3._0x5d3444,_0xb624d3._0x568cda,0x110,0x16a)](_0x2ed59d);}else _0x57487b['skills']=_0x41552c,_0xbc1fe3=!![];}catch(_0x12a424){const _0x18cf66={};_0x18cf66['taskId']=_0x5a1352['taskId'],_0x18cf66[_0x5eb392(_0xb624d3._0x20a3a1,_0xb624d3._0x28c412,_0xb624d3._0x158bef,_0xb624d3._0x5479cc)]=_0x8d7058,_0x18cf66[_0x5824dc(_0xb624d3._0x5e79a2,0xfa,_0xb624d3._0x141b7a,0x16f)]=_0x12a424[_0x5824dc(_0xb624d3._0x43d087,_0xb624d3._0xcd3563,_0xb624d3._0x470ecf,-_0xb624d3._0x325036)],logger[_0x5eb392(_0xb624d3._0x1400e9,_0xb624d3._0x1d333d,0x133,0x168)](_0xd6d622[_0x5824dc(0x1c8,_0xb624d3._0x2cde1f,0x1e6,_0xb624d3._0x4605e2)],_0x18cf66);const _0x33141b={};_0x33141b[_0x5eb392(0x22b,_0xb624d3._0x506d69,_0xb624d3._0x32f90d,_0xb624d3._0x4b7d38)]=_0xd6d622[_0x5eb392(0x171,0x9b,_0xb624d3._0x5410c7,_0xb624d3._0x31f325)],_0x33141b[_0x5eb392(_0xb624d3._0x2d9042,0x19d,_0xb624d3._0x6809cb,0x73)]=_0x5824dc(-_0xb624d3._0x54c11d,_0xb624d3._0x5950e5,0xc9,-_0xb624d3._0x20b2dc)+_0x5eb392(0x28c,_0xb624d3._0xaf499d,0x2c0,0x399)+'ll',_0xfdb230[_0x5eb392(0x180,0xde,0x171,_0xb624d3._0x389f57)](0x1f6f+-0xbf*-0x2b+-0x3d90)[_0x5eb392(_0xb624d3._0x4b3643,_0xb624d3._0x43f358,0x212,0x1a9)](_0x33141b);}}),router['delete'](_0xf8e45c(0x2ab,0x30f,0x2aa,0x245)+'killId',requireTaskAuth,validateSkillAccess,async(_0x3ac835,_0x4d4f91)=>{const _0x26bcaa={_0x298807:0x4c6,_0x490202:0x558,_0x6ab657:0x6f,_0x1ed649:0x105,_0x16b446:0xda,_0x180464:0x5b0,_0x541070:0x4ce,_0x520884:0x540,_0x1df84d:0x9c,_0x2cc062:0xd4,_0x5e4022:0x4ae,_0x2f140e:0x4b6,_0x57b357:0x38,_0x37d7fb:0x451,_0x202cc:0x387,_0x5d3419:0x27,_0x181374:0xc0,_0x4e1d2f:0x15b,_0x23e6ed:0x4c,_0xbceb09:0x4b2,_0x294485:0x511,_0x3937b3:0x1d8,_0x1b525f:0xd3,_0x3735ee:0x183,_0x530daa:0x140,_0x55bf41:0x4c5,_0x1a9bac:0x58,_0x3e223b:0x3e7,_0x474e1b:0x53,_0x21fb38:0x130,_0x47b877:0x135,_0x13042d:0x30,_0xf8a48e:0x33d,_0xd3b7ae:0xfe,_0x5b02c5:0x77,_0x2fce8f:0x526,_0x4712a8:0x504,_0x13faba:0x419,_0x54a6e6:0x481,_0x3d4f35:0x392,_0x2f5570:0x4b2,_0x2d6b13:0x5ae,_0x24a29e:0x4dd,_0x5722c4:0x4c4,_0x5ceaf6:0x40d,_0x5e13d9:0xb6,_0x59a55b:0x1bc,_0x4485d9:0x191,_0x10cb81:0xe5,_0x57e366:0xe3,_0x311394:0x73,_0x59f76d:0x69,_0x1d3cbe:0x75,_0x1422f7:0x43f,_0x59b420:0xdb,_0x31532e:0x6e,_0x458866:0x23,_0x1a0f95:0x4a8,_0x67db82:0x4c0,_0x2f1c3b:0x4c2,_0x5a28f5:0xaf,_0x353749:0x494,_0x12c84b:0xae,_0x40b600:0x561,_0x23e760:0x6c3,_0x28f161:0x5eb,_0x5577f6:0x607,_0x11f183:0xcd,_0x1953c3:0x113,_0x29fff6:0x209,_0x3418c5:0x1ce,_0x3025bb:0x103,_0x31cdb8:0x5f9,_0x14da6a:0x571,_0x2d4878:0x4ad,_0x20960e:0x501,_0x3c70a6:0x516,_0x3ab20c:0x53e,_0x2ee010:0x5c9,_0x8fdf90:0x4e1,_0x7d6657:0x65f,_0x1b77a7:0x6aa,_0x3edc59:0x6d1,_0x34953c:0x5fc,_0x186a36:0x272,_0x2e39bb:0x23b,_0x56d98c:0xf6,_0x3902fb:0x6f2,_0x260240:0x50f,_0x3ecee0:0x61b,_0x183b5e:0x4d3,_0x1e5e9a:0x577,_0x28aee8:0x412,_0x27249b:0x427,_0x2c7371:0x420,_0x2725b1:0x1d2,_0x51502e:0x27e,_0x4c6cfa:0x156,_0x1cec87:0x15,_0x229924:0x39,_0x5b6eb7:0x11,_0x1ce7fb:0x8a,_0x3293bf:0x3,_0x26d62a:0x4d2,_0xe61bcf:0x558,_0x125162:0x419,_0x1c82c3:0x3fd,_0x47c422:0x501,_0xeec31b:0x41f,_0x3fa2db:0x51,_0x4579c7:0x139,_0xfdd186:0x14b,_0x214149:0xab,_0x37a0d6:0x6a,_0x39024b:0x226,_0x11a217:0x1e9,_0x154250:0x480,_0x27cde1:0x3f6,_0x53833d:0x497,_0x2e30d6:0x487,_0x57d580:0x10e,_0x2dff1e:0x1c3,_0x312250:0xe1,_0x4fe820:0x138,_0x1089ac:0x70b,_0x4c6450:0x485,_0x3b6456:0x2e4,_0x586a8a:0x370,_0x57c68c:0x3f0,_0x4af142:0x44f,_0xaee128:0x364,_0x2f5465:0x3df,_0x711675:0x37f,_0x13986b:0x2a,_0xe6d2f5:0x35,_0x50ab9c:0x8a,_0x1a0e89:0x132,_0x536ee0:0x11b,_0x1b90c3:0x1a3,_0x24ad3b:0x1a0,_0x256f78:0x42,_0x4bc46c:0xb1,_0x13fe09:0x68f,_0x505cc1:0x54d,_0x18946d:0x158,_0x2f0f45:0x180,_0x5b6101:0x6b3,_0x1dc797:0x59b,_0x4c9ab5:0x38,_0x588db7:0xe0,_0x30488d:0x26,_0x3b00ca:0x137,_0x308860:0xd8,_0x4e2c0a:0x53,_0x3af75:0xe,_0x6bcc2e:0x3cd,_0x14b030:0x448,_0x439de4:0x45f,_0xcf9efa:0x46a,_0x4c2688:0x36,_0x29f39e:0x521,_0x5d5ed2:0x16,_0x4ca0b8:0x7d,_0x332066:0x55a,_0x3bd45a:0x514,_0x527db8:0x3fd,_0x49c11b:0x48a,_0x352a33:0x93,_0x4c18f8:0xd5,_0x5bb969:0x142,_0x19496f:0xd1,_0x45a75a:0x226,_0x215b42:0xf6,_0x1f931c:0x0,_0x1ca824:0x115,_0x16e3ad:0x41a,_0x36540c:0x4fa,_0x2fb5ee:0x23,_0x30fa9a:0xed,_0x4f9477:0xca,_0x1d8c8e:0x11f,_0x133ebe:0x1c9,_0x657984:0x8b,_0x1a56eb:0x79,_0x38b402:0x180,_0x2a16d6:0xcd,_0x46bfde:0x6b,_0x11c06f:0x25b,_0x2056ad:0x194,_0x54d1f2:0x20a,_0x287adc:0x9e,_0x208353:0xf0,_0x1a8a22:0x74,_0x42e9df:0x615,_0x53900d:0x1cc,_0x5ed39f:0x23b,_0x32c08f:0x16,_0x1a62ba:0xc3,_0xf29353:0xeb,_0x2b9620:0xec,_0x3865f4:0x15,_0x490274:0x579,_0x210a92:0x471,_0x4d9a19:0x564,_0x11f2c9:0x4ba,_0x119da2:0x57b,_0x4106fd:0x4b5,_0x44705e:0x169,_0x4d1ccb:0xcf,_0x1dbea1:0x156,_0x1662b4:0x186,_0x37fb4f:0x632,_0x2e47d6:0x5b7,_0x5bb594:0x3d5,_0x1e2a58:0x4e1,_0x5f5725:0x5cf,_0x46b26f:0xf5,_0x403481:0x2a0,_0x1a08f4:0x181,_0x5a9a10:0x53,_0x209b4c:0xcb,_0x204230:0x5ba,_0x2e2382:0x5b5,_0x506613:0x62b,_0x235de0:0x60d,_0x2dfb39:0x32,_0x148c0a:0x518,_0x25720e:0x89,_0x5833bb:0x66,_0x48add8:0x2b,_0x511968:0x2f8,_0x366573:0x17c,_0x1c56c3:0x16e,_0x5043e6:0x29e,_0x4fdf66:0x1a2,_0x1b72b3:0x1b0,_0x232be5:0x444,_0x430597:0x387,_0x37c802:0x4c7,_0x4eb2d9:0x5ef,_0x1e98f6:0x5c1,_0x39c685:0x50,_0x31f301:0xbc,_0x17b7f5:0x4fc,_0x111e17:0x5ff,_0x4daa93:0x40e,_0xf1e52d:0x50b,_0xa4af44:0x4cd,_0x337064:0x5f6,_0x38f1c8:0x131,_0x13bcf4:0x4d5,_0x2cee68:0x55b,_0x205327:0x4ca,_0x38e744:0x30b,_0x43a73f:0x37c,_0x509350:0x5,_0x501140:0x507,_0x2527c6:0x467,_0x1bae0e:0x45e,_0x33d851:0xe5,_0x2290ab:0x128,_0x59aacc:0xa8,_0x483a17:0x134,_0x505c0b:0x1b1,_0x108e21:0x519,_0x46b2c5:0x495,_0x121727:0x175,_0x8cf6c9:0x13b,_0x5a6729:0x94,_0x2b1447:0x429,_0x245b4d:0x551,_0x3c03f6:0x165,_0x9e0685:0x1cd,_0x585606:0x2df,_0x1c185e:0x1cd,_0xf3eff0:0x8c,_0x50c3e5:0x32,_0x309950:0x111,_0x5944c5:0x187,_0x30ebe5:0xc7,_0x4b1634:0x111,_0x4c8528:0x1e1,_0x3d7525:0x5da,_0x57b0f8:0x576,_0x519d61:0x585,_0x4b4369:0x5dd,_0xc2949e:0x4e0,_0x488994:0x81,_0xce1bda:0x29,_0xbeabcb:0x12d,_0x252675:0x44c,_0xe7f8c9:0x3c3,_0x52c222:0x526,_0x9b3f5b:0x102,_0x257206:0x17,_0x24f14a:0x59f,_0x3bf326:0x61c,_0x4cd7d1:0xed,_0x2495e2:0xdf,_0x5e2f44:0x197,_0x442a06:0x561,_0x124ac7:0x68b,_0x45b7f8:0x5e6,_0x4ca568:0x3f6,_0x2ffb8b:0x3b9,_0x259916:0x351,_0x550710:0x5f3,_0x416ac2:0x5df,_0xc7201:0x9d,_0x252dd1:0x687,_0x38a4cb:0x5e0,_0x5bc4d5:0x58c,_0x3323c9:0x37b,_0x51a5a1:0x3ec,_0x134a06:0x48c,_0x5dfec0:0x2f,_0x1bc4a6:0x36e,_0x3d113d:0x4c3,_0x31d554:0x1ce,_0x331749:0x7e,_0x347000:0x252,_0x3e0f1f:0x647,_0x4883ae:0x671,_0x89d2e3:0x58c,_0x496806:0x5a5,_0x450e76:0x693,_0x2c2228:0x3db,_0x1ccd01:0x4ee,_0x3362a2:0x57a,_0x225420:0x493,_0x231841:0x2f4,_0x241ac6:0x5e,_0x4a42bb:0x33,_0x193503:0x4e9,_0x196402:0x457,_0xf7a3b4:0x1,_0x23194c:0x5ec,_0x4f6636:0x5f9,_0x18360c:0x1f5,_0x282d66:0xc3,_0x5e1009:0xb,_0x42cf36:0x3fb,_0x2373ef:0xce,_0xa891dd:0x4b9,_0x4b2fe0:0x631,_0x4d8e74:0x4bc,_0x25d75f:0x4f1,_0x334ce8:0x409,_0x24a829:0x596,_0x4a3b23:0x52a,_0x9f2d61:0xb0,_0x4082da:0x2,_0xb02616:0xd2,_0x221e8d:0x5a4,_0x59c18c:0x60d,_0x1a799d:0xef,_0x281936:0x8b,_0x401a42:0xaa,_0x5eb795:0x11d,_0x4cb27b:0x358,_0x131c53:0x659,_0x480f80:0x5cc,_0x7cf1fb:0x651,_0x45c0f2:0x668,_0x9d3c8e:0x527,_0x5d31ee:0x1f3,_0x2652fb:0xd3,_0xbab6f3:0x1,_0x2d5163:0x454,_0x418ff1:0x43d,_0x5097dc:0x58b,_0x264f2e:0x48b,_0x1f824f:0x509,_0x5a4dcb:0x50c,_0x4c5a37:0x618,_0x5ac68f:0xb8,_0x35e04d:0xa5,_0xff26f7:0x32,_0x49350e:0xd9,_0x405ff8:0x155,_0x49e03c:0x42f,_0x106b3d:0x526,_0xc05d7d:0x3c8,_0x10110d:0x4db,_0x95300a:0xff,_0x1625bb:0x10,_0x518a89:0x16f,_0x21dd5c:0x33,_0xffb5d4:0x248,_0x53a3ac:0x4eb,_0x58d54c:0x536,_0x556885:0x45,_0x7da690:0x410,_0x147a73:0x4a4,_0x48e84e:0x441,_0x378022:0x6b5,_0x3b0690:0x60d,_0x3edfba:0xe3,_0xfe7eff:0x287,_0x472a69:0x576,_0x31dd3d:0x40d,_0x534d2a:0x405,_0x1ea78f:0x472,_0x2ea35e:0x40b,_0x3a7d2b:0xc2,_0x421b61:0x1b9,_0xba183e:0x164,_0x350691:0xe8,_0x40d3d5:0x266,_0x2a6fa4:0x422,_0x51750c:0x44a,_0x1122bb:0x56f,_0x14fe9e:0x559,_0x578c0b:0x10c,_0x339ef1:0x78,_0x1137a5:0x190,_0x4120e7:0x71c,_0x30d375:0x53b,_0x4de69a:0x1e,_0x2941c2:0x8f,_0xcafcd0:0x5ec,_0x54b019:0x617,_0x1c14ed:0x533,_0x2d2cb2:0x3e7,_0x1a2e11:0x4be,_0x5f1fa9:0x2a,_0x591fb6:0x29,_0x5562c8:0x4ed,_0x4271c0:0x494,_0x434934:0x3c2,_0x8dd324:0x464,_0x243d26:0x4f6,_0xfcedc3:0x2a,_0x2ce706:0x143,_0x4eb084:0x64,_0x1d3950:0xe6},_0x26faa6={_0x1c8546:0x175},_0x16ec90={_0x39ea32:0xf6,_0xdb4300:0x30c},_0x25d449={'iEjDv':_0x1a90b1(0x492,0x5fa,_0x26bcaa._0x298807,_0x26bcaa._0x490202)+'t','qUnBf':_0x182b75(_0x26bcaa._0x6ab657,0x16d,_0x26bcaa._0x1ed649,_0x26bcaa._0x16b446)+'int','zhfEb':_0x1a90b1(_0x26bcaa._0x180464,0x5f4,_0x26bcaa._0x541070,_0x26bcaa._0x520884)+_0x182b75(0x116,_0x26bcaa._0x1df84d,0x176,0xad)+_0x182b75(0xf0,0x3,0x3f,-_0x26bcaa._0x2cc062)+'\x20from\x20task','cFPNS':_0x1a90b1(_0x26bcaa._0x5e4022,0x40b,0x4cc,0x426),'qNcYm':'Failed\x20to\x20'+_0x1a90b1(_0x26bcaa._0x2f140e,0x5ac,0x4f8,0x4b7)+_0x182b75(0x7b,-0x4c,-_0x26bcaa._0x57b357,0x4a)+'kill','KDlJN':function(_0x4181b4,_0x28178b){return _0x4181b4===_0x28178b;},'bQcgE':_0x1a90b1(0x3bc,_0x26bcaa._0x37d7fb,_0x26bcaa._0x202cc,0x47b),'dFPNW':_0x182b75(-0xb9,-_0x26bcaa._0x5d3419,-_0x26bcaa._0x181374,0xa0)+'delete\x20ski'+'ll','RuypZ':_0x182b75(0xf,-_0x26bcaa._0x5d3419,-0x7e,0x26)+_0x182b75(-_0x26bcaa._0x4e1d2f,-_0x26bcaa._0x23e6ed,-0x155,0x1e)+_0x1a90b1(0x61e,_0x26bcaa._0xbceb09,_0x26bcaa._0x294485,0x582),'OtCUs':_0x182b75(0x26a,0x198,0x226,0x1f4),'bqdPU':function(_0x147975,_0x2c2b73){return _0x147975===_0x2c2b73;},'cneal':'true','DNDti':function(_0x217337,_0xb2c4a5){return _0x217337!==_0xb2c4a5;},'PLilq':'unassign','DxAjW':'mode\x20must\x20'+_0x182b75(_0x26bcaa._0x3937b3,_0x26bcaa._0x1b525f,_0x26bcaa._0x3735ee,_0x26bcaa._0x530daa)+'\x22delete\x22\x20o'+_0x1a90b1(0x651,_0x26bcaa._0x55bf41,0x626,0x573)+'n\x22','kUTbk':function(_0x3bd307,_0x806172){return _0x3bd307===_0x806172;},'kvyiN':function(_0x38dfc6,_0x5780d6){return _0x38dfc6===_0x5780d6;},'AlYpb':'VaZmt','gCOfQ':_0x182b75(-_0x26bcaa._0x1a9bac,0x8c,0x140,0x3e),'bvpFe':function(_0x26265c,_0x4f6a86){return _0x26265c===_0x4f6a86;},'XpjsK':function(_0x2c0d1c,_0x57e809){return _0x2c0d1c===_0x57e809;},'XPHXB':_0x1a90b1(0x550,_0x26bcaa._0x3e223b,0x48f,0x485),'brkrS':_0x182b75(-0x35,_0x26bcaa._0x474e1b,0x62,0x13f)+'ts','lFlqM':_0x182b75(0x3b,_0x26bcaa._0x474e1b,_0x26bcaa._0x21fb38,0x105)+_0x182b75(_0x26bcaa._0x47b877,_0x26bcaa._0x13042d,-_0x26bcaa._0x1a9bac,0x67),'IWSQT':_0x1a90b1(0x41e,0x495,_0x26bcaa._0xf8a48e,0x3f1),'hNBwc':_0x182b75(_0x26bcaa._0xd3b7ae,0xc,-_0x26bcaa._0x5b02c5,0x55),'XnJJW':function(_0x3b1339,_0x1109e3){return _0x3b1339!==_0x1109e3;},'yKvEr':_0x1a90b1(_0x26bcaa._0x2fce8f,0x42d,_0x26bcaa._0x4712a8,_0x26bcaa._0x13faba)+_0x182b75(0x82,-0x39,0xaf,-0x119)+_0x1a90b1(_0x26bcaa._0x54a6e6,0x503,_0x26bcaa._0x3d4f35,0x464)+_0x1a90b1(0x3cc,_0x26bcaa._0x2f5570,_0x26bcaa._0x2d6b13,_0x26bcaa._0x24a29e)+_0x1a90b1(_0x26bcaa._0x5722c4,_0x26bcaa._0x5ceaf6,0x3c6,0x495),'gpXut':'zaaxF','QQkIj':_0x182b75(_0x26bcaa._0x5e13d9,-0x27,-0xf2,-0x7d)+_0x182b75(_0x26bcaa._0x59a55b,0x190,0x16c,0x12d)+_0x182b75(_0x26bcaa._0x4485d9,_0x26bcaa._0x10cb81,0x1de,_0x26bcaa._0x57e366)+_0x182b75(-_0x26bcaa._0x311394,_0x26bcaa._0x59f76d,-0x31,_0x26bcaa._0x1d3cbe)+'e\x20deleting'+'\x20skill','zmgGl':function(_0x37e355,_0x26ca28){return _0x37e355!==_0x26ca28;},'achVT':_0x1a90b1(0x3d8,0x524,0x4cf,_0x26bcaa._0x1422f7),'KfZSV':function(_0x210260,_0x373d3c,_0x4c8ce4){return _0x210260(_0x373d3c,_0x4c8ce4);},'KpSJa':_0x182b75(0x160,0x66,_0x26bcaa._0x59b420,0x137),'WVPYO':function(_0x283319){return _0x283319();},'sGZqM':'stzWx','wpyrs':function(_0x4811c6,_0x32defe){return _0x4811c6(_0x32defe);},'OEwUq':_0x182b75(_0x26bcaa._0x31532e,-_0x26bcaa._0x5d3419,0xe4,-_0x26bcaa._0x458866)+_0x1a90b1(0x3b2,_0x26bcaa._0x1a0f95,_0x26bcaa._0x67db82,_0x26bcaa._0x2f1c3b)+'orted\x20regi'+_0x182b75(0x1ff,0x157,0x1a0,_0x26bcaa._0x5a28f5)+_0x1a90b1(0x434,0x55f,_0x26bcaa._0x353749,0x4b5)+'lete','qaErf':_0x182b75(0xac,_0x26bcaa._0x12c84b,0x7a,0x38)+_0x1a90b1(_0x26bcaa._0x40b600,0x5f9,0x497,0x511)+'k\x20(without'+'\x20registry\x20'+_0x1a90b1(0x631,_0x26bcaa._0x23e760,_0x26bcaa._0x28f161,_0x26bcaa._0x5577f6),'yndBl':_0x182b75(_0x26bcaa._0x11f183,0x174,_0x26bcaa._0x1953c3,0x146)+_0x182b75(_0x26bcaa._0x29fff6,_0x26bcaa._0x3418c5,_0x26bcaa._0x3025bb,0x259)+'r'},{callingTask:_0x421043,taskUser:_0x5e7176,skillId:_0x403212,skillPath:_0x49e839,environmentName:_0x47f49f}=_0x3ac835,_0x2adeff=_0x3ac835[_0x182b75(0x47,0xda,0x12,0xb7)][_0x1a90b1(0x4e5,0x5b4,0x4ee,_0x26bcaa._0x31cdb8)]??_0x3ac835[_0x182b75(0x256,0x1bc,0x10c,0xf5)]?.[_0x1a90b1(_0x26bcaa._0x14da6a,0x55a,0x62c,0x5f9)]??_0x25d449['bQcgE'],_0x246c77=typeof _0x2adeff===_0x25d449[_0x1a90b1(_0x26bcaa._0x2d4878,0x557,_0x26bcaa._0x20960e,0x54e)]?_0x2adeff[_0x1a90b1(_0x26bcaa._0x3c70a6,_0x26bcaa._0x3ab20c,_0x26bcaa._0x2ee010,0x5f2)+'e']():_0x1a90b1(_0x26bcaa._0x8fdf90,0x56a,0x4bf,0x47b),_0x5a20ad=_0x3ac835['query'][_0x1a90b1(_0x26bcaa._0x7d6657,_0x26bcaa._0x1b77a7,_0x26bcaa._0x3edc59,0x61c)]??_0x3ac835[_0x1a90b1(0x6de,0x691,0x697,_0x26bcaa._0x34953c)]?.[_0x182b75(_0x26bcaa._0x186a36,0x1dc,_0x26bcaa._0x2e39bb,0xee)];function _0x1a90b1(_0x437714,_0x244fbe,_0x5f31f2,_0xc9cce9){return _0x1c0b31(_0x437714-_0x16ec90._0x39ea32,_0xc9cce9-_0x16ec90._0xdb4300,_0x437714,_0xc9cce9-0x137);}function _0x182b75(_0x333ef7,_0x38eb3c,_0x27c133,_0x3daf09){return _0x1c0b31(_0x333ef7-0x2a,_0x38eb3c- -0x134,_0x3daf09,_0x3daf09-_0x26faa6._0x1c8546);}const _0x37bc2f=_0x25d449[_0x182b75(_0x26bcaa._0x56d98c,0x9e,-0x3b,-0x58)](_0x5a20ad,!![])||_0x5a20ad===_0x25d449[_0x1a90b1(_0x26bcaa._0x3902fb,_0x26bcaa._0x260240,0x51e,0x619)],_0x161aae=new Date()[_0x1a90b1(_0x26bcaa._0x3ecee0,0x549,_0x26bcaa._0x183b5e,_0x26bcaa._0x1e5e9a)+'g']();if(_0x25d449['DNDti'](_0x246c77,_0x25d449[_0x1a90b1(_0x26bcaa._0x28aee8,_0x26bcaa._0x27249b,_0x26bcaa._0x2c7371,0x497)])&&_0x25d449[_0x182b75(0x260,_0x26bcaa._0x2725b1,_0x26bcaa._0x51502e,_0x26bcaa._0x4c6cfa)](_0x246c77,_0x25d449[_0x182b75(-0xf5,-_0x26bcaa._0x1cec87,_0x26bcaa._0x229924,-0x8c)])){const _0x37f12b={};return _0x37f12b[_0x182b75(_0x26bcaa._0x5b6eb7,_0x26bcaa._0x1ce7fb,0x180,_0x26bcaa._0x3293bf)]=_0x1a90b1(_0x26bcaa._0x26d62a,0x5f4,0x567,_0x26bcaa._0xe61bcf)+'t',_0x37f12b[_0x1a90b1(0x4d2,0x49b,_0x26bcaa._0x125162,_0x26bcaa._0x1c82c3)]=_0x25d449['DxAjW'],_0x4d4f91[_0x1a90b1(0x345,_0x26bcaa._0x47c422,0x3e4,_0x26bcaa._0xeec31b)](-0x147e+0x22a+0x13e4)['json'](_0x37f12b);}const _0x3edc5c=Object['entries'](coderConfig?.[_0x182b75(_0x26bcaa._0x3fa2db,_0x26bcaa._0x474e1b,_0x26bcaa._0x4579c7,_0x26bcaa._0xfdd186)+'ts']||{})[_0x182b75(0x25a,0x177,0x12d,_0x26bcaa._0x214149)](([,_0x289a8b])=>Array[_0x182b75(-0x18,0xcf,0x1ce,0x12a)](_0x289a8b[_0x1a90b1(0x6b2,0x624,0x538,0x5b5)])&&_0x289a8b['skills'][_0x1a90b1(0x4ee,0x574,0x3ec,0x4be)](_0x403212))['map'](([_0x5b31ce])=>_0x5b31ce),_0x510e8e=_0x3edc5c[_0x182b75(_0x26bcaa._0x37a0d6,0x177,_0x26bcaa._0x39024b,_0x26bcaa._0x11a217)](_0x2f9323=>_0x2f9323!==_0x47f49f);if(_0x25d449[_0x1a90b1(0x51d,0x56f,0x408,_0x26bcaa._0x154250)](_0x246c77,_0x25d449[_0x1a90b1(0x481,_0x26bcaa._0x27cde1,0x40d,_0x26bcaa._0x53833d)])&&_0x510e8e['length']>-0x1066+0x2*0x11c5+-0x1324&&!_0x37bc2f){if(_0x25d449[_0x1a90b1(0x49a,_0x26bcaa._0x2e30d6,0x4e5,0x476)]('eqTcG',_0x25d449[_0x182b75(_0x26bcaa._0x57d580,_0x26bcaa._0x2dff1e,_0x26bcaa._0x312250,0x1e4)])){const _0x1bb0e9={};return _0x1bb0e9[_0x182b75(_0x26bcaa._0x474e1b,0x8a,_0x26bcaa._0x4fe820,-0x73)]=_0x25d449[_0x1a90b1(_0x26bcaa._0x1089ac,0x690,0x6dc,0x623)],_0x1bb0e9[_0x1a90b1(0x45b,_0x26bcaa._0x4c6450,_0x26bcaa._0x3b6456,0x3fd)]=_0x1a90b1(_0x26bcaa._0x586a8a,0x4da,_0x26bcaa._0x57c68c,_0x26bcaa._0x4af142)+'ill\x20ID',_0x179682[_0x1a90b1(_0x26bcaa._0xaee128,_0x26bcaa._0x2f5465,_0x26bcaa._0x711675,0x41f)](0x2f*0xb9+0x401+-0x2468)[_0x182b75(0x29,_0x26bcaa._0x13986b,_0x26bcaa._0xe6d2f5,0x45)](_0x1bb0e9);}else{const _0xac9865={};return _0xac9865[_0x182b75(0x155,_0x26bcaa._0x50ab9c,-0x66,0x14c)]=_0x25d449['gCOfQ'],_0xac9865[_0x182b75(-_0x26bcaa._0x21fb38,-0x43,-_0x26bcaa._0x1a0e89,-_0x26bcaa._0x536ee0)]=_0x1a90b1(0x3fc,0x44d,0x386,0x454)+_0x403212+(_0x182b75(0x294,_0x26bcaa._0x1b90c3,0xca,_0x26bcaa._0x24ad3b)+_0x182b75(_0x26bcaa._0x256f78,-0x9,0xd6,-_0x26bcaa._0x4bc46c)+'er\x20environ'+_0x1a90b1(0x4da,_0x26bcaa._0x13fe09,_0x26bcaa._0x505cc1,0x585)+_0x182b75(_0x26bcaa._0x18946d,0x1c5,_0x26bcaa._0x24ad3b,_0x26bcaa._0x2f0f45)+_0x1a90b1(_0x26bcaa._0x5b6101,0x5e0,_0x26bcaa._0x3ecee0,_0x26bcaa._0x1dc797)+_0x182b75(-_0x26bcaa._0x4c9ab5,0xb3,0xd3,_0x26bcaa._0x588db7)+'it\x20from\x20al'+'l\x20environm'+_0x182b75(-_0x26bcaa._0x30488d,0xf0,0x1db,_0x26bcaa._0x3b00ca)+'elete\x20it.'),_0xac9865[_0x182b75(_0x26bcaa._0x308860,_0x26bcaa._0x4e2c0a,_0x26bcaa._0x3af75,-0x4b)+'ts']=_0x510e8e,_0x4d4f91[_0x1a90b1(_0x26bcaa._0x57c68c,_0x26bcaa._0x6bcc2e,0x48e,0x41f)](-0x24db+-0x1*0x1aad+-0x1*-0x4121)[_0x1a90b1(0x370,_0x26bcaa._0x14b030,_0x26bcaa._0x439de4,_0x26bcaa._0xcf9efa)](_0xac9865);}}const _0x3b53f2=_0x25d449[_0x182b75(0x16c,0x108,0xa,_0x26bcaa._0x4c2688)](_0x246c77,_0x25d449[_0x182b75(0x64,-0x15,-0x54,0x25)])?[_0x47f49f]:_0x37bc2f?_0x3edc5c:[_0x47f49f],_0x28380b={};_0x28380b[_0x1a90b1(_0x26bcaa._0x29f39e,0x4fe,0x673,0x60d)]=_0x421043['taskId'],_0x28380b[_0x182b75(0x130,0x32,_0x26bcaa._0x5d5ed2,-0x6c)]=_0x403212,_0x28380b['mode']=_0x246c77,_0x28380b[_0x182b75(_0x26bcaa._0x57d580,0x1dc,0x1b5,0x15e)]=_0x37bc2f,_0x28380b[_0x182b75(_0x26bcaa._0x5b6eb7,_0x26bcaa._0x474e1b,-0x73,-_0x26bcaa._0x4ca0b8)+'t']=_0x47f49f,_0x28380b['environmen'+_0x1a90b1(0x58d,0x551,0x416,0x4c9)+'gn']=_0x3b53f2,_0x28380b['userId']=_0x5e7176['id'],logger[_0x1a90b1(_0x26bcaa._0x332066,_0x26bcaa._0x3bd45a,_0x26bcaa._0x527db8,_0x26bcaa._0x49c11b)]('Task\x20delet'+'ing\x20or\x20una'+_0x182b75(_0x26bcaa._0x352a33,_0x26bcaa._0x21fb38,0x1ff,0x1b8)+_0x182b75(_0x26bcaa._0x4c18f8,_0x26bcaa._0x5bb969,_0x26bcaa._0x19496f,_0x26bcaa._0x45a75a),_0x28380b);try{for(const _0x101f18 of _0x3b53f2){if(_0x25d449[_0x182b75(-_0x26bcaa._0x215b42,_0x26bcaa._0x1f931c,-0x115,-_0x26bcaa._0x1ca824)](_0x25d449[_0x1a90b1(_0x26bcaa._0x16e3ad,0x608,_0x26bcaa._0x36540c,0x4f9)],_0x25d449[_0x182b75(0x63,0xb9,-_0x26bcaa._0x2fb5ee,0x21)]))try{const _0x1d3949=_0x13690c[_0x182b75(_0x26bcaa._0x30fa9a,0x16,_0x26bcaa._0x13986b,-_0x26bcaa._0x4f9477)](setupPath,_0x25d449[_0x182b75(_0x26bcaa._0x1d8c8e,0x14d,0x9e,_0x26bcaa._0x133ebe)],_0x101f18,_0x25d449[_0x182b75(-0x26,_0x26bcaa._0x657984,0x0,_0x26bcaa._0x1a56eb)]);let _0x9751e,_0x2fa58d,_0x172663=![];try{const _0x457294=await _0x3f173c[_0x182b75(_0x26bcaa._0x38b402,0x124,_0x26bcaa._0x23e6ed,_0x26bcaa._0x2a16d6)](_0x1d3949,_0x25d449[_0x182b75(0x21e,0x181,_0x26bcaa._0x46bfde,_0x26bcaa._0x11c06f)]);_0x2fa58d=JSON[_0x182b75(0xe3,_0x26bcaa._0x2056ad,_0x26bcaa._0x54d1f2,_0x26bcaa._0x287adc)](_0x457294),_0x9751e=_0x1d3949;if(Array['isArray'](_0x2fa58d[_0x182b75(_0x26bcaa._0x208353,0x175,0x18f,0x1a1)])){const _0x640d45=_0x2fa58d[_0x182b75(0x150,0x175,_0x26bcaa._0x1a8a22,0xb6)][_0x1a90b1(0x5aa,_0x26bcaa._0x42e9df,0x4e3,0x5b7)](_0x330ead=>_0x330ead!==_0x403212);_0x25d449['DNDti'](_0x640d45[_0x1a90b1(0x5c4,0x6df,0x6d8,0x60c)],_0x2fa58d['skills'][_0x182b75(_0x26bcaa._0x2cc062,_0x26bcaa._0x53900d,_0x26bcaa._0x5ed39f,0x15e)])&&(_0x2fa58d['skills']=_0x640d45,_0x172663=!![]);}}catch{const _0x40adbc=_0x13690c[_0x182b75(-0x6e,_0x26bcaa._0x32c08f,-_0x26bcaa._0x1a62ba,-_0x26bcaa._0xf29353)](setupPath,_0x25d449[_0x182b75(_0x26bcaa._0x2b9620,0x4f,_0x26bcaa._0x3865f4,0xe0)]);try{const _0x58854e=await _0x3f173c[_0x1a90b1(_0x26bcaa._0x490274,0x4d5,_0x26bcaa._0x210a92,_0x26bcaa._0x4d9a19)](_0x40adbc,_0x25d449['IWSQT']);_0x2fa58d=JSON[_0x1a90b1(0x620,_0x26bcaa._0x11f2c9,_0x26bcaa._0x119da2,0x5d4)](_0x58854e),_0x9751e=_0x40adbc;const _0x2febab=_0x2fa58d[_0x1a90b1(_0x26bcaa._0x4106fd,0x47d,0x4d4,0x493)+'ts']?.[_0x101f18]?.['skills'];if(Array[_0x182b75(_0x26bcaa._0x44705e,_0x26bcaa._0x4d1ccb,_0x26bcaa._0x1dbea1,_0x26bcaa._0x1662b4)](_0x2febab)){const _0xc67692=_0x2febab[_0x1a90b1(_0x26bcaa._0x1dc797,0x502,_0x26bcaa._0x37fb4f,_0x26bcaa._0x2e47d6)](_0xb49132=>_0xb49132!==_0x403212);_0x25d449[_0x1a90b1(0x416,_0x26bcaa._0x5bb594,0x3fd,_0x26bcaa._0x1e2a58)](_0xc67692[_0x1a90b1(0x5b9,0x520,_0x26bcaa._0x5f5725,0x60c)],_0x2febab[_0x182b75(_0x26bcaa._0x46b26f,_0x26bcaa._0x53900d,_0x26bcaa._0x403481,_0x26bcaa._0x1a08f4)])&&(_0x2fa58d[_0x182b75(-0x60,_0x26bcaa._0x5a9a10,-0x6,_0x26bcaa._0x209b4c)+'ts'][_0x101f18][_0x1a90b1(0x558,_0x26bcaa._0x204230,0x4d6,_0x26bcaa._0x2e2382)]=_0xc67692,_0x172663=!![]);}}catch(_0x42c359){const _0x383d44={};_0x383d44['taskId']=_0x421043[_0x1a90b1(0x557,_0x26bcaa._0x5b6101,_0x26bcaa._0x506613,_0x26bcaa._0x235de0)],_0x383d44[_0x182b75(0x115,_0x26bcaa._0x2dfb39,0xb,0x144)]=_0x403212,_0x383d44[_0x1a90b1(_0x26bcaa._0x148c0a,0x641,0x4a9,0x538)]=_0x101f18,_0x383d44[_0x182b75(-_0x26bcaa._0x25720e,_0x26bcaa._0x50ab9c,-_0x26bcaa._0x5833bb,_0x26bcaa._0x48add8)]=_0x42c359[_0x1a90b1(_0x26bcaa._0x511968,0x328,0x3be,0x3fd)],logger['warn'](_0x25d449[_0x182b75(_0x26bcaa._0x366573,_0x26bcaa._0x1c56c3,0x138,0x110)],_0x383d44);continue;}}_0x172663&&await _0x3f173c[_0x182b75(_0x26bcaa._0x5043e6,_0x26bcaa._0x4fdf66,_0x26bcaa._0x1b72b3,0x1b5)](_0x9751e,JSON[_0x1a90b1(0x333,_0x26bcaa._0x232be5,_0x26bcaa._0x430597,0x43a)](_0x2fa58d,null,0x1d6d+0x2*0x664+-0x2a33),_0x25d449[_0x1a90b1(0x5bd,_0x26bcaa._0x37c802,_0x26bcaa._0x4eb2d9,_0x26bcaa._0x1e98f6)]);}catch(_0x42f537){if(_0x25d449[_0x182b75(-0xac,0x36,-_0x26bcaa._0x39c685,-_0x26bcaa._0x31f301)](_0x25d449[_0x1a90b1(0x5eb,_0x26bcaa._0x17b7f5,0x546,_0x26bcaa._0x111e17)],_0x1a90b1(_0x26bcaa._0x4daa93,_0x26bcaa._0xf1e52d,0x43c,_0x26bcaa._0xa4af44)))return;else{const _0x3e3830={};_0x3e3830[_0x1a90b1(_0x26bcaa._0x4d9a19,0x525,0x5a5,0x60d)]=_0x421043[_0x1a90b1(0x51b,0x57a,_0x26bcaa._0x337064,0x60d)],_0x3e3830[_0x182b75(_0x26bcaa._0x181374,0x32,_0x26bcaa._0x38f1c8,0xc1)]=_0x403212,_0x3e3830[_0x1a90b1(_0x26bcaa._0x13bcf4,_0x26bcaa._0x2cee68,0x64e,0x538)]=_0x101f18,_0x3e3830[_0x1a90b1(0x50c,0x4fe,0x3b3,_0x26bcaa._0x205327)]=_0x42f537[_0x1a90b1(_0x26bcaa._0x38e744,_0x26bcaa._0x43a73f,0x39a,0x3fd)],logger[_0x182b75(0x2e,0x9b,-_0x26bcaa._0x509350,0x14f)](_0x25d449[_0x1a90b1(0x40e,_0x26bcaa._0x501140,_0x26bcaa._0x2527c6,_0x26bcaa._0x1bae0e)],_0x3e3830);}}else _0x28c0d8[_0x25d449[_0x182b75(_0x26bcaa._0x33d851,0x135,_0x26bcaa._0x2290ab,0x1af)]]=_0x550771;}for(const _0x358077 of _0x3b53f2){if(_0x25d449[_0x182b75(_0x26bcaa._0x59aacc,_0x26bcaa._0x483a17,_0x26bcaa._0x505c0b,0x22b)](_0x25d449[_0x1a90b1(_0x26bcaa._0x108e21,0x55f,_0x26bcaa._0x46b2c5,0x49b)],'JHvrg')){const _0x572716=coderConfig?.[_0x1a90b1(0x526,0x3dc,0x40a,0x493)+'ts']?.[_0x358077]?.[_0x182b75(0x1f2,_0x26bcaa._0x121727,_0x26bcaa._0x8cf6c9,_0x26bcaa._0x5a6729)];if(!Array[_0x1a90b1(0x57b,_0x26bcaa._0x2b1447,_0x26bcaa._0x245b4d,_0x26bcaa._0x260240)](_0x572716))continue;coderConfig['environmen'+'ts'][_0x358077][_0x182b75(_0x26bcaa._0x3c03f6,_0x26bcaa._0x121727,0x28a,0xc8)]=_0x572716['filter'](_0x1def3b=>_0x1def3b!==_0x403212);}else{const _0x5b798c={};_0x5b798c[_0x182b75(0x24a,_0x26bcaa._0x9e0685,_0x26bcaa._0x585606,0x1f3)]=_0x33d4bd[_0x182b75(0x12c,_0x26bcaa._0x1c185e,0x12e,0x26f)],_0x5b798c[_0x182b75(-_0x26bcaa._0xf3eff0,_0x26bcaa._0x50c3e5,_0x26bcaa._0x309950,0xbf)]=_0x2dae9e,_0x4a5aff[_0x182b75(-0x6d,0x9b,_0x26bcaa._0x5944c5,0x101)](_0x25d449[_0x182b75(_0x26bcaa._0x30ebe5,0xff,_0x26bcaa._0x4b1634,_0x26bcaa._0x4c8528)],_0x5b798c);const _0x38f41d={};return _0x38f41d[_0x1a90b1(_0x26bcaa._0x3d7525,_0x26bcaa._0x57b0f8,0x405,_0x26bcaa._0x205327)]=_0x25d449[_0x1a90b1(0x6a2,0x5d1,_0x26bcaa._0x519d61,_0x26bcaa._0x4b4369)],_0x38f41d[_0x1a90b1(0x507,0x3a7,_0x26bcaa._0xc2949e,0x3fd)]='This\x20skill'+_0x182b75(0x5,_0x26bcaa._0x488994,-0x6b,0x41)+_0x182b75(0x11,-0x7,-0xdd,_0x26bcaa._0xce1bda)+_0x182b75(_0x26bcaa._0xbeabcb,0x123,_0x26bcaa._0x4bc46c,0x47)+'dified',_0x48fa9e['status'](-0x36b+-0x10d5+-0x97*-0x25)['json'](_0x38f41d);}}if(_0x25d449[_0x1a90b1(_0x26bcaa._0x252675,_0x26bcaa._0xe7f8c9,0x503,0x480)](_0x246c77,_0x25d449[_0x1a90b1(0x56e,_0x26bcaa._0x52c222,0x477,_0x26bcaa._0x53833d)])){const _0x39d79e={};_0x39d79e[_0x182b75(-_0x26bcaa._0x9b3f5b,-_0x26bcaa._0x257206,0x11,-0xd2)]=!![],_0x39d79e[_0x1a90b1(0x57f,_0x26bcaa._0x490274,_0x26bcaa._0x24f14a,_0x26bcaa._0x3bf326)]=!![],await _0x3f173c['rm'](_0x49e839,_0x39d79e),_0x25d449[_0x182b75(_0x26bcaa._0x4cd7d1,_0x26bcaa._0x2495e2,_0x26bcaa._0x5e2f44,0x1e0)](removeContainersForSkill,_0x49e839,logger)[_0x1a90b1(_0x26bcaa._0x442a06,_0x26bcaa._0x124ac7,_0x26bcaa._0x45b7f8,0x608)](()=>{});let _0x14cae5=![];try{if(_0x1a90b1(0x3e9,_0x26bcaa._0x4ca568,_0x26bcaa._0x2ffb8b,0x4a6)===_0x25d449[_0x1a90b1(0x4d3,_0x26bcaa._0x259916,0x4e3,0x41d)]){const _0x59f95b=await _0x25d449[_0x1a90b1(_0x26bcaa._0x550710,_0x26bcaa._0x3bf326,0x628,_0x26bcaa._0x416ac2)](loadImportedSkillsRegistry);if(_0x59f95b['skills']?.[_0x403212]){if(_0x25d449['XpjsK'](_0x182b75(0x4f,0x2,_0x26bcaa._0xc7201,0x3d),_0x25d449[_0x1a90b1(0x626,0x41a,0x579,0x52f)])){const _0x1c34aa={};return _0x1c34aa[_0x1a90b1(_0x26bcaa._0x252dd1,0x543,0x583,0x60d)]=_0x164bbf[_0x1a90b1(_0x26bcaa._0x38a4cb,0x5aa,_0x26bcaa._0x5bc4d5,0x60d)],_0x1c34aa[_0x1a90b1(_0x26bcaa._0x3323c9,0x56d,_0x26bcaa._0x51a5a1,0x472)]=_0x450c88,_0x1c34aa['mode']=_0x3dcae2,_0x1c34aa[_0x1a90b1(_0x26bcaa._0x134a06,0x51b,0x507,0x4ca)]=_0x182698['message'],_0x370188['error'](_0x25d449[_0x182b75(_0x26bcaa._0xfdd186,0x54,_0x26bcaa._0x5dfec0,-0x56)],_0x1c34aa),_0x19e1ed['status'](0x1d16+-0x2*0x124f+-0x25f*-0x4)[_0x1a90b1(_0x26bcaa._0x1bc4a6,_0x26bcaa._0x3d113d,0x4d9,_0x26bcaa._0xcf9efa)]({'error':'Internal\x20S'+_0x182b75(0x2c1,_0x26bcaa._0x31d554,0x180,0x2c5)+'r','message':_0x25d449[_0x182b75(-0x8a,-0x35,-_0x26bcaa._0x311394,-_0x26bcaa._0x331749)](_0x438bd8,_0x25d449['bQcgE'])?_0x25d449[_0x1a90b1(_0x26bcaa._0x13bcf4,0x43a,0x34d,0x41a)]:_0x25d449[_0x182b75(0x53,0x144,_0x26bcaa._0x347000,0x146)]});}else delete _0x59f95b['skills'][_0x403212],await _0x25d449[_0x1a90b1(_0x26bcaa._0x3e0f1f,0x5b5,_0x26bcaa._0x4883ae,_0x26bcaa._0x89d2e3)](saveImportedSkillsRegistry,_0x59f95b),_0x14cae5=!![];}const _0x369022={};_0x369022[_0x1a90b1(_0x26bcaa._0x496806,_0x26bcaa._0x450e76,0x61c,_0x26bcaa._0x235de0)]=_0x421043[_0x182b75(0x287,_0x26bcaa._0x9e0685,0x257,0x277)],_0x369022[_0x1a90b1(0x4e7,_0x26bcaa._0x2c2228,_0x26bcaa._0x1ccd01,0x472)]=_0x403212,_0x369022[_0x1a90b1(0x3fb,_0x26bcaa._0x3362a2,0x383,_0x26bcaa._0x225420)+'t']=_0x47f49f,_0x369022[_0x1a90b1(0x54e,0x55d,0x617,0x61c)]=_0x37bc2f,_0x369022[_0x1a90b1(_0x26bcaa._0x231841,0x334,0x4bf,0x3fb)+_0x182b75(-_0x26bcaa._0x241ac6,0xbc,-0x29,_0x26bcaa._0x4a42bb)]=_0x14cae5,_0x369022[_0x1a90b1(0x47c,_0x26bcaa._0x193503,_0x26bcaa._0x196402,0x544)]=_0x5e7176['id'],logger[_0x182b75(0x7e,0x9b,0x7a,0x186)]('Skill\x20dele'+_0x182b75(_0x26bcaa._0xf7a3b4,0xd1,0x111,_0x26bcaa._0x5a28f5)+'k',_0x369022);const _0x1c7777={};return _0x1c7777['success']=!![],_0x1c7777['id']=_0x403212,_0x1c7777[_0x1a90b1(0x532,0x5e8,_0x26bcaa._0x23194c,_0x26bcaa._0x4f6636)]=_0x246c77,_0x1c7777[_0x182b75(0x22a,0x1dc,_0x26bcaa._0x18360c,_0x26bcaa._0x282d66)]=_0x37bc2f,_0x1c7777[_0x182b75(-0x78,0x53,_0x26bcaa._0x5e1009,-0x19)+'t']=_0x47f49f,_0x1c7777[_0x1a90b1(0x39c,0x496,0x317,_0x26bcaa._0x42cf36)+_0x182b75(0x139,0x21,0x98,-_0x26bcaa._0x2373ef)+_0x1a90b1(_0x26bcaa._0xa891dd,_0x26bcaa._0x4b2fe0,_0x26bcaa._0x4d8e74,0x543)]=_0x3b53f2,_0x1c7777[_0x1a90b1(_0x26bcaa._0x25d75f,0x47b,_0x26bcaa._0x334ce8,0x3fb)+_0x1a90b1(_0x26bcaa._0x24a829,0x540,_0x26bcaa._0x4a3b23,0x4fc)]=_0x14cae5,_0x1c7777['deletedAt']=_0x161aae,_0x1c7777[_0x182b75(-_0x26bcaa._0x9f2d61,0x5d,-_0x26bcaa._0x4082da,_0x26bcaa._0xb02616)+_0x182b75(0x5a,0x102,0x1ff,0x1b6)]=_0x421043[_0x1a90b1(0x703,0x655,_0x26bcaa._0x221e8d,_0x26bcaa._0x59c18c)],_0x1c7777[_0x182b75(0x23,-_0x26bcaa._0x57b357,-_0x26bcaa._0x1a799d,-_0x26bcaa._0x281936)+_0x182b75(_0x26bcaa._0x401a42,_0x26bcaa._0x5eb795,_0x26bcaa._0x3735ee,0x1c4)]=_0x5e7176['id'],_0x4d4f91[_0x1a90b1(_0x26bcaa._0x17b7f5,_0x26bcaa._0x4cb27b,0x41f,0x46a)](_0x1c7777);}else _0x233b6e[_0x1a90b1(0x6ac,_0x26bcaa._0x131c53,_0x26bcaa._0x480f80,0x5b5)]=[];}catch(_0x31f573){const _0xe8f032={};_0xe8f032[_0x1a90b1(_0x26bcaa._0x7cf1fb,_0x26bcaa._0x45c0f2,_0x26bcaa._0x9d3c8e,0x60d)]=_0x421043[_0x182b75(_0x26bcaa._0x5d31ee,0x1cd,_0x26bcaa._0x2652fb,0x14e)],_0xe8f032[_0x182b75(_0x26bcaa._0xbab6f3,0x32,_0x26bcaa._0x12c84b,_0x26bcaa._0x2fb5ee)]=_0x403212,_0xe8f032[_0x1a90b1(_0x26bcaa._0x2d5163,_0x26bcaa._0x418ff1,_0x26bcaa._0x5097dc,0x4ca)]=_0x31f573[_0x1a90b1(_0x26bcaa._0x264f2e,_0x26bcaa._0x1f824f,_0x26bcaa._0x5a4dcb,_0x26bcaa._0x527db8)],logger['warn'](_0x25d449[_0x1a90b1(0x5b0,0x55b,0x6ab,_0x26bcaa._0x4c5a37)],_0xe8f032);const _0x358f42={};_0x358f42[_0x182b75(0x128,_0x26bcaa._0x9e0685,0xd9,_0x26bcaa._0x5ac68f)]=_0x421043['taskId'],_0x358f42[_0x182b75(_0x26bcaa._0x35e04d,_0x26bcaa._0xff26f7,-_0x26bcaa._0x49350e,0x88)]=_0x403212,_0x358f42[_0x182b75(-0x18,0x53,-0x14,_0x26bcaa._0x405ff8)+'t']=_0x47f49f,_0x358f42[_0x1a90b1(0x68c,0x5cf,0x71f,0x61c)]=_0x37bc2f,_0x358f42[_0x1a90b1(0x481,_0x26bcaa._0x49e03c,_0x26bcaa._0x106b3d,0x544)]=_0x5e7176['id'],logger[_0x1a90b1(0x426,0x428,_0x26bcaa._0xc05d7d,_0x26bcaa._0x10110d)](_0x25d449[_0x182b75(0x12d,0x7d,_0x26bcaa._0x95300a,_0x26bcaa._0x1625bb)],_0x358f42);const _0x1e0e71={};return _0x1e0e71[_0x182b75(_0x26bcaa._0x518a89,0x149,_0x26bcaa._0x21dd5c,0xf0)]=!![],_0x1e0e71['id']=_0x403212,_0x1e0e71[_0x182b75(0x1ab,0x1b9,_0x26bcaa._0xffb5d4,0x174)]=_0x246c77,_0x1e0e71['force']=_0x37bc2f,_0x1e0e71[_0x1a90b1(0x497,_0x26bcaa._0x53a3ac,_0x26bcaa._0x58d54c,0x493)+'t']=_0x47f49f,_0x1e0e71['removedFro'+_0x1a90b1(0x522,0x3b3,0x568,0x461)+'nts']=_0x3b53f2,_0x1e0e71[_0x182b75(-_0x26bcaa._0x2652fb,-_0x26bcaa._0x556885,-_0x26bcaa._0x1a799d,-_0x26bcaa._0x32c08f)+_0x1a90b1(0x40d,0x609,_0x26bcaa._0x7da690,0x4fc)]=![],_0x1e0e71[_0x182b75(0x223,0x127,0x58,0x203)]=_0x161aae,_0x1e0e71[_0x1a90b1(0x3fb,0x458,_0x26bcaa._0x147a73,0x49d)+_0x1a90b1(_0x26bcaa._0x48e84e,_0x26bcaa._0x4a3b23,0x53e,0x542)]=_0x421043[_0x1a90b1(0x6c3,0x526,_0x26bcaa._0x378022,_0x26bcaa._0x3b0690)],_0x1e0e71['deletedByU'+_0x182b75(0x1a9,_0x26bcaa._0x5eb795,0x3d,_0x26bcaa._0x8cf6c9)]=_0x5e7176['id'],_0x4d4f91[_0x182b75(0x15,0x2a,0x1f,-_0x26bcaa._0x3edfba)](_0x1e0e71);}}const _0x33a405={};_0x33a405[_0x182b75(0x11c,0x1cd,0x23a,_0x26bcaa._0xfe7eff)]=_0x421043[_0x1a90b1(0x54c,_0x26bcaa._0x472a69,0x662,_0x26bcaa._0x235de0)],_0x33a405[_0x1a90b1(_0x26bcaa._0x31dd3d,_0x26bcaa._0x534d2a,_0x26bcaa._0x1e5e9a,_0x26bcaa._0x1ea78f)]=_0x403212,_0x33a405['environmen'+'t']=_0x47f49f,_0x33a405['userId']=_0x5e7176['id'],logger[_0x1a90b1(0x48b,0x3bf,_0x26bcaa._0x2ea35e,_0x26bcaa._0x49c11b)](_0x182b75(0x194,0x125,0x1ad,0x11)+'signed\x20by\x20'+_0x182b75(0x49,-0x3,_0x26bcaa._0x3a7d2b,-0x28),_0x33a405);const _0x291407={};return _0x291407['success']=!![],_0x291407['id']=_0x403212,_0x291407[_0x182b75(0x238,_0x26bcaa._0x421b61,0x250,0x1d6)]=_0x246c77,_0x291407['environmen'+'t']=_0x47f49f,_0x291407[_0x182b75(0x97,_0x26bcaa._0xba183e,_0x26bcaa._0x350691,_0x26bcaa._0x40d3d5)+_0x1a90b1(_0x26bcaa._0x2a6fa4,0x514,_0x26bcaa._0x51750c,0x50c)+_0x1a90b1(0x475,0x5e2,_0x26bcaa._0x1122bb,_0x26bcaa._0x14fe9e)]=_0x3b53f2,_0x291407[_0x182b75(0x2b,_0x26bcaa._0x578c0b,0x186,0x19d)]=_0x161aae,_0x291407['updatedByT'+_0x182b75(0xbb,0x102,_0x26bcaa._0x339ef1,_0x26bcaa._0x1137a5)]=_0x421043[_0x1a90b1(0x517,_0x26bcaa._0x4120e7,_0x26bcaa._0x30d375,0x60d)],_0x291407['updatedByU'+_0x182b75(_0x26bcaa._0x4de69a,_0x26bcaa._0x5eb795,0xce,_0x26bcaa._0x2941c2)]=_0x5e7176['id'],_0x4d4f91['json'](_0x291407);}catch(_0x884a42){const _0x1f85ea={};return _0x1f85ea[_0x1a90b1(_0x26bcaa._0xcafcd0,0x6d8,0x610,0x60d)]=_0x421043['taskId'],_0x1f85ea['skillId']=_0x403212,_0x1f85ea[_0x1a90b1(0x6af,0x5c9,_0x26bcaa._0x54b019,_0x26bcaa._0x31cdb8)]=_0x246c77,_0x1f85ea[_0x1a90b1(_0x26bcaa._0x1c14ed,_0x26bcaa._0x2d2cb2,_0x26bcaa._0x1a2e11,_0x26bcaa._0x205327)]=_0x884a42[_0x1a90b1(0x2e5,0x376,0x31d,_0x26bcaa._0x1c82c3)],logger[_0x182b75(_0x26bcaa._0x57d580,_0x26bcaa._0x50ab9c,_0x26bcaa._0x5f1fa9,_0x26bcaa._0x591fb6)](_0x25d449[_0x1a90b1(0x578,_0x26bcaa._0x5562c8,0x446,_0x26bcaa._0x4271c0)],_0x1f85ea),_0x4d4f91[_0x182b75(-0x29,-0x21,-0x135,-0x115)](0x1ad6+0x437+-0x1d19)[_0x1a90b1(_0x26bcaa._0x434934,0x3c1,0x396,0x46a)]({'error':_0x25d449[_0x1a90b1(_0x26bcaa._0x8dd324,0x42c,0x453,_0x26bcaa._0x243d26)],'message':_0x25d449['kUTbk'](_0x246c77,_0x25d449[_0x182b75(-_0x26bcaa._0xfcedc3,0x57,_0x26bcaa._0x2ce706,0x8f)])?_0x25d449['dFPNW']:_0x1a90b1(0x39a,0x4a9,_0x26bcaa._0x1f824f,0x419)+_0x182b75(-0xe,-_0x26bcaa._0x23e6ed,-_0x26bcaa._0x4eb084,-_0x26bcaa._0x1d3950)+'kill'});}}),router[_0x1c0b31(0x1e7,0x175,0xb0,0x189)](_0x1c0b31(0xb4,0xf8,0x90,0x16)+'killId/fil'+_0xf8e45c(0x367,0x21d,0x190,0x29c),requireTaskAuth,validateSkillAccess,async(_0x61fcac,_0x111ebd)=>{const _0x294ec8={_0x528a97:0x632,_0x50a601:0x5bd,_0x1878e1:0x5ed,_0x3f9a39:0x4e4,_0x73d0a5:0xb,_0x4ade7a:0x30,_0x48480e:0xa,_0x22415d:0x58a,_0x138997:0x564,_0x1e2d14:0x344,_0x1ea7aa:0x3f7,_0xad109b:0x4ac,_0x488c69:0x3ae,_0xc4e16d:0x466,_0x3cab26:0x486,_0x12f3db:0x165,_0x4b641c:0x230,_0x36d254:0x448,_0x14e47b:0x122,_0x537fc8:0x43,_0x2a9c67:0x169,_0x46678e:0x3ef,_0x2051a0:0x496,_0x321344:0x480,_0x12b851:0x31,_0x4f071f:0xc9,_0x246bf2:0x96,_0x5e3f1c:0x13e,_0x230739:0x160,_0x1520dc:0x146,_0x425a47:0x138,_0x20b4ab:0x22d,_0x33ee5f:0xc4,_0x4d62f6:0x34,_0x716e24:0x49e,_0x4ce24f:0x55d,_0x1c7182:0x594,_0x3669a8:0x7f,_0x19774c:0x6b,_0x417330:0x148,_0x2a5580:0x11b,_0x2a9dc4:0x4a0,_0x248702:0x63,_0x48f43d:0x672,_0x593b8a:0x621,_0x171a2e:0x4e2,_0x5951fd:0x53,_0x221789:0x41,_0x20beff:0xd0,_0x297693:0xec,_0x1b296e:0x419,_0x3d7612:0x3ac,_0x33ab1d:0x5c9,_0x31eafd:0x5bb,_0x2485b3:0x32,_0x12e7d0:0xd6,_0x5a292a:0x92,_0x3e0ca4:0x233,_0x47fda2:0x231,_0x3b74df:0x3e4,_0x2c51d9:0x4c8,_0xac966c:0x44f,_0x45d32d:0x505,_0x595e32:0x60a,_0x204b03:0x5c4,_0x3b8c28:0x5a,_0x8d717c:0x684,_0x389427:0x5c7,_0x488b18:0x59,_0x1b9267:0x130,_0x835721:0x3c,_0x2c7090:0x160,_0x22e0b8:0x9,_0x2ab170:0xda,_0xa01fef:0x514,_0x5cae8a:0x1d3,_0xc96ee1:0x14c,_0x29cc5d:0x255,_0x257859:0x5e8,_0x1280af:0x3d7,_0x4299de:0x4cf,_0x4d62f8:0x5b6,_0xbcd9cd:0x57d,_0x37dbf7:0x52f,_0x39790c:0x5e3,_0x92288e:0xf,_0x432be6:0x50,_0x557b56:0x110,_0x295765:0x121,_0x26dd88:0x5e0,_0x137526:0x558,_0x2f3010:0x61d,_0x5e1063:0x64d,_0x38421e:0xdd,_0x1989eb:0x1a0,_0x2a1378:0x1d5,_0x46e788:0x21,_0x332194:0x2e5,_0x520d7f:0x56a,_0x5b2432:0x462,_0x376f37:0x122,_0x458859:0x58,_0x284a22:0x6c2,_0x4c7b31:0x64c,_0x2b0f57:0x5e4,_0x4c13f9:0x528,_0x4d92bc:0x484,_0x2ee4eb:0x5b1,_0x3c0d1e:0x491,_0x26beb9:0x4cf},_0x1f03b3={_0x269d52:0x371},_0x331967={};_0x331967['OthfH']=_0x2a5e8f(0x6b9,_0x294ec8._0x528a97,_0x294ec8._0x50a601,0x506)+'t',_0x331967[_0x2a5e8f(_0x294ec8._0x1878e1,0x510,_0x294ec8._0x3f9a39,0x4d1)]=_0x13aa16(-_0x294ec8._0x73d0a5,-_0x294ec8._0x4ade7a,_0x294ec8._0x48480e,0x19)+'ng\x20skill\x20f'+_0x2a5e8f(_0x294ec8._0x22415d,_0x294ec8._0x138997,0x4af,0x4fa),_0x331967[_0x13aa16(0x4e,0x42,-0x56,-0x1d)]=_0x2a5e8f(_0x294ec8._0x1e2d14,0x4fb,0x456,_0x294ec8._0x1ea7aa),_0x331967[_0x2a5e8f(_0x294ec8._0xad109b,_0x294ec8._0x488c69,_0x294ec8._0xc4e16d,_0x294ec8._0x3cab26)]=function(_0x3915c2,_0x43130f){return _0x3915c2===_0x43130f;},_0x331967[_0x13aa16(_0x294ec8._0x12f3db,0x1f6,0xcb,_0x294ec8._0x4b641c)]='ENOENT';function _0x2a5e8f(_0x1efb65,_0x46de37,_0x2a14f6,_0x100b3a){return _0x1c0b31(_0x1efb65-0x30,_0x2a14f6-_0x1f03b3._0x269d52,_0x46de37,_0x100b3a-0x101);}_0x331967[_0x2a5e8f(0x49a,_0x294ec8._0x36d254,0x487,0x44b)]=function(_0x56fd3d,_0x31d2c6){return _0x56fd3d===_0x31d2c6;},_0x331967[_0x13aa16(_0x294ec8._0x14e47b,0x120,_0x294ec8._0x537fc8,0xe5)]=_0x13aa16(0x131,0x89,0x170,_0x294ec8._0x2a9c67),_0x331967[_0x2a5e8f(_0x294ec8._0x46678e,0x37e,_0x294ec8._0x2051a0,_0x294ec8._0x321344)]='Not\x20Found',_0x331967[_0x13aa16(-_0x294ec8._0x12b851,_0x294ec8._0x4f071f,-0x2d,-_0x294ec8._0x246bf2)]=_0x13aa16(-0x27,-0x45,0x5,0x83)+'read\x20skill'+_0x13aa16(_0x294ec8._0x5e3f1c,_0x294ec8._0x230739,0xc1,0x190),_0x331967[_0x13aa16(0x1a7,_0x294ec8._0x1520dc,_0x294ec8._0x425a47,0x21c)]=_0x13aa16(0x174,0x135,0x1b9,_0x294ec8._0x20b4ab)+'erver\x20Erro'+'r',_0x331967['sWtyg']='Failed\x20to\x20'+'read\x20file';const _0x1430f7=_0x331967,{callingTask:_0x321a81,skillId:_0x5e3b3b,skillPath:_0x38a389,environmentName:_0x520249}=_0x61fcac,_0xf64466=_0x61fcac[_0x13aa16(-_0x294ec8._0x48480e,-_0x294ec8._0x33ee5f,-0x41,_0x294ec8._0x4d62f6)][0x1*-0x1a99+0x1*0x1f99+0x28*-0x20];if(_0xf64466[_0x2a5e8f(0x475,_0x294ec8._0x716e24,0x523,_0x294ec8._0x4ce24f)]('..')){const _0x47bcf3={};return _0x47bcf3[_0x2a5e8f(0x4ce,0x463,0x52f,_0x294ec8._0x1c7182)]=_0x1430f7['OthfH'],_0x47bcf3[_0x13aa16(-0x43,0x5d,-_0x294ec8._0x3669a8,_0x294ec8._0x19774c)]=_0x13aa16(-0x48,-_0x294ec8._0x417330,-_0x294ec8._0x2a5580,-0x53)+_0x2a5e8f(0x51a,0x595,_0x294ec8._0x2a9dc4,0x4a8),_0x111ebd[_0x13aa16(-0x21,-_0x294ec8._0x248702,0xab,0xe)](-0x168c+0x97a+0xea2)['json'](_0x47bcf3);}const _0x519e2a={};_0x519e2a[_0x2a5e8f(0x6ea,0x5dc,_0x294ec8._0x48f43d,_0x294ec8._0x593b8a)]=_0x321a81[_0x2a5e8f(0x56c,0x659,0x672,0x591)],_0x519e2a['skillId']=_0x5e3b3b,_0x519e2a[_0x2a5e8f(0x5a1,0x4b2,0x589,_0x294ec8._0x171a2e)]=_0xf64466,_0x519e2a[_0x13aa16(_0x294ec8._0x5951fd,-_0x294ec8._0x221789,0xf4,_0x294ec8._0x20beff)+'t']=_0x520249,logger['info'](_0x1430f7[_0x13aa16(0x3f,0x122,_0x294ec8._0x297693,-0x37)],_0x519e2a);const _0x107528=_0x13690c[_0x2a5e8f(_0x294ec8._0x1b296e,_0x294ec8._0x3d7612,0x4bb,0x540)](_0x38a389,_0xf64466);function _0x13aa16(_0x1f1c45,_0x279286,_0x236896,_0x1c21ea){return _0x1c0b31(_0x1f1c45-0x3a,_0x1f1c45- -0x134,_0x236896,_0x1c21ea-0xa4);}try{const _0x290c4d=await _0x3f173c[_0x2a5e8f(0x5fb,0x570,_0x294ec8._0x33ab1d,_0x294ec8._0x31eafd)](_0x107528,_0x1430f7['BZAPs']),_0x28cf33={};_0x28cf33[_0x13aa16(_0x294ec8._0x2485b3,0xc6,_0x294ec8._0x12e7d0,-_0x294ec8._0x5a292a)]=_0x5e3b3b,_0x28cf33['filepath']=_0xf64466,_0x28cf33[_0x13aa16(0x180,_0x294ec8._0x3e0ca4,0x179,_0x294ec8._0x47fda2)]=_0x290c4d,_0x111ebd[_0x2a5e8f(_0x294ec8._0x3b74df,0x4b0,0x4cf,_0x294ec8._0x2c51d9)](_0x28cf33);}catch(_0x997c7c){if(_0x1430f7[_0x2a5e8f(_0x294ec8._0xac966c,0x367,0x466,0x4b0)](_0x997c7c['code'],_0x1430f7[_0x2a5e8f(_0x294ec8._0x45d32d,0x515,_0x294ec8._0x595e32,_0x294ec8._0x204b03)])){if(_0x1430f7[_0x13aa16(-0x1e,-0x4b,-_0x294ec8._0x3b8c28,-0x8e)]('SUCGX',_0x1430f7[_0x2a5e8f(0x4cc,_0x294ec8._0x8d717c,_0x294ec8._0x389427,0x6d6)])){const _0x1c1a4f={};return _0x1c1a4f['error']=_0x1430f7[_0x13aa16(0x58,-_0x294ec8._0x488b18,-0x7e,_0x294ec8._0x1b9267)],_0x1c1a4f['message']=_0x13aa16(0xba,0x52,-_0x294ec8._0x835721,_0x294ec8._0x2c7090)+_0x13aa16(_0x294ec8._0x22e0b8,-_0x294ec8._0x2ab170,0x10e,-0xaf)+_0x2a5e8f(_0x294ec8._0xa01fef,0x6e7,0x5df,0x6ef)+_0x13aa16(0x147,_0x294ec8._0x5cae8a,_0x294ec8._0xc96ee1,_0x294ec8._0x29cc5d)+'g',_0x1b46f5['status'](0x10ae+-0xd*0x12f+-0x1*-0x45)[_0x2a5e8f(_0x294ec8._0x257859,_0x294ec8._0x1280af,_0x294ec8._0x4299de,_0x294ec8._0x4d62f8)](_0x1c1a4f);}else{const _0x5eed47={};return _0x5eed47[_0x2a5e8f(_0x294ec8._0xbcd9cd,0x5f3,_0x294ec8._0x37dbf7,_0x294ec8._0x39790c)]=_0x1430f7[_0x13aa16(-_0x294ec8._0x92288e,-0xce,-0x87,-_0x294ec8._0x432be6)],_0x5eed47[_0x13aa16(-_0x294ec8._0x537fc8,0xa2,0x4c,0xa0)]=_0x13aa16(_0x294ec8._0x557b56,0x10e,_0x294ec8._0x295765,0x1c1)+_0xf64466+(_0x2a5e8f(_0x294ec8._0x26dd88,_0x294ec8._0x137526,_0x294ec8._0x2f3010,_0x294ec8._0x5e1063)+_0x13aa16(_0x294ec8._0x38421e,0x29,_0x294ec8._0x1989eb,_0x294ec8._0x2a1378)+'\x20\x27')+_0x5e3b3b+'\x27',_0x111ebd[_0x13aa16(-_0x294ec8._0x46e788,_0x294ec8._0x12b851,0xb3,0x43)](-0x3*-0x70b+0x4*0x692+-0x3*0xf47)['json'](_0x5eed47);}}const _0x7fdd06={};_0x7fdd06[_0x13aa16(0x1cd,_0x294ec8._0x417330,0xc6,_0x294ec8._0x332194)]=_0x321a81['taskId'],_0x7fdd06['skillId']=_0x5e3b3b,_0x7fdd06['filepath']=_0xf64466,_0x7fdd06['error']=_0x997c7c[_0x2a5e8f(0x413,_0x294ec8._0x520d7f,_0x294ec8._0x5b2432,0x34f)],logger['error'](_0x1430f7[_0x13aa16(-0x31,-0x116,-_0x294ec8._0x376f37,_0x294ec8._0x458859)],_0x7fdd06);const _0x44d851={};_0x44d851['error']=_0x1430f7[_0x2a5e8f(0x6b2,_0x294ec8._0x284a22,_0x294ec8._0x4c7b31,_0x294ec8._0x2b0f57)],_0x44d851[_0x2a5e8f(_0x294ec8._0x4c13f9,0x362,0x462,0x386)]=_0x1430f7[_0x2a5e8f(0x4fb,0x687,0x5e0,0x6db)],_0x111ebd[_0x2a5e8f(0x412,0x47a,_0x294ec8._0x4d92bc,0x57f)](0xbd2*-0x1+-0x20d5+0x2e9b)[_0x2a5e8f(_0x294ec8._0x2ee4eb,_0x294ec8._0x3c0d1e,_0x294ec8._0x26beb9,0x421)](_0x44d851);}}),router['put'](_0x1c0b31(0x181,0xf8,-0x3,0x183)+'killId/fil'+'es/*',requireTaskAuth,validateSkillAccess,async(_0x8028c1,_0x5b20d2)=>{const _0x2f4a6f={_0x2e0aae:0x241,_0x1c1e4d:0x21a,_0xd3ded6:0x145,_0x9076fc:0x1d4,_0x17eab8:0x1a2,_0x51d9bf:0x280,_0x5b7073:0x346,_0x9db887:0x3b8,_0x4a7310:0x1ea,_0x39c2ad:0x253,_0x443cfb:0x250,_0x25b2f5:0x271,_0x375e08:0x254,_0x140177:0x312,_0x4476e2:0x347,_0x298cbd:0x2c5,_0xbf5e29:0x38c,_0x1f25c8:0x43c,_0x353980:0x408,_0x1932bb:0x309,_0x333e33:0x324,_0xcf6fee:0x2e2,_0x404f56:0x199,_0x2f3ac5:0x290,_0x55cf12:0x16e,_0x5257d3:0x26a,_0x53501e:0x29f,_0x28fe32:0x2ff,_0x32f32f:0x266,_0x381061:0x300,_0x357604:0x347,_0x100a5e:0x215,_0x1f4b92:0x2eb,_0x4cb5cd:0x222,_0x27b7af:0x116,_0x5451ec:0x1b,_0x3338e0:0x399,_0x261330:0x256,_0x1f9b82:0x2bb,_0x40f6b3:0x260,_0x34a201:0x146,_0x14b557:0xcb,_0x3c4b45:0x180,_0x2a63b5:0x1e3,_0x2c0d8c:0x397,_0x377f8b:0x333,_0x4ab3de:0x27c,_0xf35ea2:0x3c9,_0x342476:0x25c,_0x5eda5a:0x314,_0x2618a1:0x302,_0x2475f2:0x11e,_0x3784a0:0x1f2,_0x2ef126:0x283,_0x57d6df:0x225,_0x1e61c1:0x88,_0x449524:0x1fd,_0x251180:0x1b4,_0x248bd:0x235,_0x298893:0xf3,_0x494437:0x12d,_0x5358f9:0x162,_0x47d7ea:0x16c,_0x557912:0x3cc,_0x345064:0x31c,_0x379866:0x3e1,_0x4ef5c4:0x3a3,_0x1c59b7:0x341,_0x418587:0x3eb,_0x3327ea:0x3b5,_0x5a1d92:0x409,_0x4d8244:0x16f,_0xf054f8:0x237,_0x2e3953:0x383,_0x1306e0:0x3fd,_0x45807c:0x439,_0x15ca8c:0x317,_0xe7926c:0x2cb,_0x41c5ef:0x120,_0x21b73b:0x174,_0x3eafc2:0x24d,_0x284d39:0x300,_0x4f6aca:0x2f9,_0x317bfc:0x46c,_0x4513f8:0x191,_0x4dc914:0x167,_0x356604:0x1e9,_0x59e7c3:0x322,_0xc75109:0x2d0,_0x11a2bc:0x294,_0x5038a9:0x32d,_0x4913f3:0x29c,_0x5a3859:0x260,_0x274bd9:0x288,_0x54c676:0xeb,_0x7cb1b2:0x243,_0x2d8908:0x106,_0x108211:0xd9,_0x240f30:0xad,_0x1fda59:0x1f6,_0x2fc45c:0x26f,_0x46ba5b:0x2f2,_0x1d2076:0x359,_0x24da23:0xe1,_0x39f166:0x10f,_0xcd0779:0xaa,_0x321a67:0x17,_0x43b9af:0x243,_0x5e695e:0x287,_0x1a16ea:0x189,_0xbb85a5:0xcf,_0x778ca9:0x10e,_0x2bf0d1:0x15e,_0x57c0f5:0x40e,_0x5e321b:0x496,_0xe42efc:0x273,_0x157fc9:0x1d6,_0x1fddc1:0xa1,_0xcb1833:0x415,_0x5a2ffb:0x19e,_0x7189b:0x174,_0x3eb15d:0x289,_0x40dfcb:0x357,_0x3b4573:0x2df,_0x2d8bd2:0x26e,_0x365cba:0xae,_0x37ee08:0x141,_0xd039c5:0x225,_0x15530b:0x31f,_0x539307:0x24a,_0x3108d5:0x2fd,_0x348d1c:0x423,_0x263fd7:0x236,_0x5a5efd:0x332,_0xd44e3:0x32e,_0x5c12ea:0x28b,_0x376428:0x3f0,_0x57a967:0x1ec,_0x3e9034:0x114,_0x59930e:0x11f,_0x1c95c2:0x1ba,_0xaeb60a:0x179,_0x28e952:0x297,_0x30fc38:0x41f,_0x1a67db:0x38a,_0x3c851c:0x436,_0xd6b7b6:0x1af,_0x3ee814:0x2a0,_0x43edfd:0x2a9,_0x26ab94:0x3b7,_0x200311:0x2b8,_0x55955a:0x30c,_0x4c08bd:0x1ac,_0x8ed72e:0x35b,_0x343a3c:0x216,_0xaee5c5:0x14f,_0x418b33:0xef,_0x2315f5:0x6b,_0x19b40b:0x220,_0x4896b8:0xb0,_0x3452ff:0x1ba,_0x353358:0x492,_0x27b33d:0x1a3,_0x74fc51:0x233,_0x387f8f:0x21d,_0x51d19d:0x30f,_0x3bd375:0x16f,_0x231d2a:0x33f,_0x4a0540:0x315,_0xe10a16:0x2fb,_0x20ade3:0x1e0,_0x2869ce:0x1cb,_0x149e0e:0x216,_0x217463:0x2cb,_0x26f7d9:0x3de,_0x517fa4:0x310,_0x4ca4b8:0x122,_0x1168af:0x13d,_0x292951:0xbe,_0x5add31:0x35,_0x41d913:0x398,_0x14fd8e:0x303,_0x426c67:0x30a,_0x216c81:0x2ff,_0x49d5a9:0x26b,_0xce756a:0x273,_0x194f0e:0x1ae,_0x463dda:0x147,_0x3e5f28:0x1fe,_0x5b59dd:0x2be,_0x598a86:0x34a,_0x2b44ac:0x31f,_0x34026f:0x17b,_0x527515:0x327,_0x44a513:0x32e,_0x142f4d:0x3ca,_0x1e74aa:0x375,_0x4c6c29:0x345,_0x38f34c:0x1ed,_0x28ecc0:0x2b9,_0xc24cad:0x1af,_0x3b1de8:0x464,_0x78ab6d:0x38a,_0x39a70b:0x395,_0x50a0a9:0x372,_0x4b415f:0x30b,_0x1d7451:0x4b9,_0x121d27:0x30e,_0x4da996:0x218,_0x4f4874:0x1a1,_0x86c79d:0x29d,_0x57f6eb:0x1fc,_0x224c84:0x2ad,_0x3ff663:0x1a0,_0x40dcb3:0xfb,_0x214740:0x2d9,_0x4e1ff1:0x368,_0x148a52:0x417,_0x4f9927:0x108,_0x127f51:0x3b3,_0xc9cd1e:0x428,_0x2b17e8:0x3df,_0x2b14e8:0x31f,_0x107500:0x3c1,_0x4e1fd:0x411,_0xdae707:0x442,_0xe14747:0x35e},_0x5a4c51={_0x13d5c0:0x33,_0x431631:0x120};function _0x633c1b(_0x253b45,_0x30cc39,_0x13fc6a,_0x910f1){return _0x1c0b31(_0x253b45-_0x5a4c51._0x13d5c0,_0x13fc6a-0x10d,_0x253b45,_0x910f1-_0x5a4c51._0x431631);}const _0x16b61e={};_0x16b61e['sJgDC']=_0x633c1b(0x1b2,_0x2f4a6f._0x2e0aae,_0x2f4a6f._0x1c1e4d,0x20c)+_0x427e36(_0x2f4a6f._0xd3ded6,_0x2f4a6f._0x9076fc,_0x2f4a6f._0x17eab8,0x227)+_0x633c1b(_0x2f4a6f._0x51d9bf,0x335,_0x2f4a6f._0x5b7073,_0x2f4a6f._0x9db887)+'stry\x20durin'+_0x633c1b(_0x2f4a6f._0x4a7310,0x1de,0x2b6,_0x2f4a6f._0x39c2ad)+'lete',_0x16b61e['BUNcr']=_0x427e36(0x1ae,0x200,_0x2f4a6f._0x443cfb,0x195)+_0x633c1b(_0x2f4a6f._0x25b2f5,_0x2f4a6f._0x375e08,_0x2f4a6f._0x140177,0x219)+_0x427e36(_0x2f4a6f._0x4476e2,_0x2f4a6f._0x298cbd,0x23a,0x39e)+_0x633c1b(0x3b7,0x426,_0x2f4a6f._0xbf5e29,_0x2f4a6f._0x1f25c8)+_0x633c1b(0x509,0x513,_0x2f4a6f._0x353980,0x400),_0x16b61e[_0x427e36(0x33a,_0x2f4a6f._0x1932bb,_0x2f4a6f._0x333e33,0x362)]=function(_0x1d037d,_0x2dec2a){return _0x1d037d===_0x2dec2a;},_0x16b61e['CtxGP']=function(_0x444cb0,_0x3d29c7){return _0x444cb0===_0x3d29c7;},_0x16b61e['wXqwZ']=_0x427e36(_0x2f4a6f._0xcf6fee,0x30a,0x3dc,0x28b),_0x16b61e[_0x427e36(0xf6,_0x2f4a6f._0x404f56,_0x2f4a6f._0x2f3ac5,_0x2f4a6f._0x55cf12)]=_0x427e36(0x34a,_0x2f4a6f._0x5257d3,_0x2f4a6f._0x53501e,0x2db)+'t',_0x16b61e[_0x427e36(_0x2f4a6f._0x28fe32,_0x2f4a6f._0x32f32f,_0x2f4a6f._0x381061,_0x2f4a6f._0x357604)]=_0x427e36(0x1de,_0x2f4a6f._0x100a5e,0x122,_0x2f4a6f._0x1f4b92)+_0x427e36(_0x2f4a6f._0x4cb5cd,_0x2f4a6f._0x27b7af,_0x2f4a6f._0x5451ec,0x199)+_0x633c1b(_0x2f4a6f._0x3338e0,_0x2f4a6f._0x261330,_0x2f4a6f._0x1f9b82,0x3aa)+_0x633c1b(0x377,0x2f9,_0x2f4a6f._0x40f6b3,0x340)+_0x427e36(_0x2f4a6f._0x34a201,0x16e,_0x2f4a6f._0x14b557,0xa1);function _0x427e36(_0x257abd,_0x4ed0ed,_0x5393ac,_0xe378){return _0xf8e45c(_0x257abd,_0x4ed0ed-0x197,_0x5393ac-0x1cd,_0x4ed0ed- -0x12f);}_0x16b61e[_0x427e36(0x265,_0x2f4a6f._0x3c4b45,0x1d8,_0x2f4a6f._0x2a63b5)]=function(_0x344c95,_0x36acc3){return _0x344c95===_0x36acc3;},_0x16b61e['JdpHT']=_0x633c1b(0x3b2,0x472,_0x2f4a6f._0x2c0d8c,0x36d)+_0x427e36(_0x2f4a6f._0x377f8b,_0x2f4a6f._0x381061,_0x2f4a6f._0x4ab3de,_0x2f4a6f._0xf35ea2)+_0x427e36(_0x2f4a6f._0x342476,_0x2f4a6f._0x5eda5a,0x419,_0x2f4a6f._0x2618a1),_0x16b61e['HQIou']=_0x633c1b(0xea,_0x2f4a6f._0x2475f2,_0x2f4a6f._0x3784a0,_0x2f4a6f._0x2ef126),_0x16b61e[_0x427e36(_0x2f4a6f._0x57d6df,0x163,0x54,_0x2f4a6f._0x1e61c1)]=_0x427e36(_0x2f4a6f._0x449524,_0x2f4a6f._0x251180,_0x2f4a6f._0x248bd,_0x2f4a6f._0x298893),_0x16b61e[_0x427e36(0x162,0x17d,_0x2f4a6f._0x494437,0x26d)]=_0x633c1b(_0x2f4a6f._0x5358f9,_0x2f4a6f._0x47d7ea,_0x2f4a6f._0x1c1e4d,0x154)+_0x633c1b(_0x2f4a6f._0x557912,0x210,0x30a,_0x2f4a6f._0x345064)+_0x633c1b(0x286,0x2c2,0x369,_0x2f4a6f._0x379866),_0x16b61e[_0x633c1b(0x320,_0x2f4a6f._0x140177,_0x2f4a6f._0x4ef5c4,_0x2f4a6f._0x1c59b7)]=_0x633c1b(0x37b,_0x2f4a6f._0x418587,_0x2f4a6f._0x3327ea,0x36c)+_0x633c1b(_0x2f4a6f._0x5a1d92,0x320,0x40f,0x4fd)+'r';const _0x3f772a=_0x16b61e,{callingTask:_0x461fca,taskUser:_0xa1e605,skillId:_0x58c1b8,skillPath:_0x40cb0b,environmentName:_0x477667}=_0x8028c1,_0x217fd9=_0x8028c1[_0x633c1b(_0x2f4a6f._0x4d8244,0x121,_0x2f4a6f._0xf054f8,0x204)][-0x2393+-0xe21+0x31b4],{content:_0x4a06c0}=_0x8028c1[_0x633c1b(0x383,_0x2f4a6f._0x2e3953,_0x2f4a6f._0x1306e0,_0x2f4a6f._0x45807c)];if(_0x217fd9['includes']('..')){const _0xae863b={};return _0xae863b[_0x633c1b(_0x2f4a6f._0x15ca8c,0x269,_0x2f4a6f._0xe7926c,0x2f5)]=_0x633c1b(0x26f,0x37f,0x359,0x3d8)+'t',_0xae863b[_0x633c1b(0x1a5,0x10b,0x1fe,_0x2f4a6f._0x41c5ef)]=_0x633c1b(_0x2f4a6f._0x21b73b,0x265,0x1f9,0x1c6)+_0x633c1b(0x2bf,0x144,0x23c,0x198),_0x5b20d2['status'](0xa*0xe3+0xb4d*-0x3+0xb*0x26b)['json'](_0xae863b);}if(_0x3f772a[_0x427e36(_0x2f4a6f._0x3eafc2,0x309,_0x2f4a6f._0x284d39,_0x2f4a6f._0x4f6aca)](_0x217fd9,_0x633c1b(0x44c,_0x2f4a6f._0x317bfc,0x3c4,0x433))){if(_0x3f772a['CtxGP'](_0x3f772a[_0x427e36(_0x2f4a6f._0x4513f8,_0x2f4a6f._0x4dc914,_0x2f4a6f._0x356604,0x92)],'OxXmA'))_0x1abb99[_0x633c1b(_0x2f4a6f._0x59e7c3,_0x2f4a6f._0xc75109,_0x2f4a6f._0x11a2bc,0x1cd)+'ts'][_0x40cce4][_0x427e36(_0x2f4a6f._0x5038a9,0x2c7,_0x2f4a6f._0x4913f3,_0x2f4a6f._0x5a3859)]=_0xdd1f01,_0x16c29a=!![];else{const _0xd3d18={};return _0xd3d18[_0x633c1b(0x212,0x2e9,0x2cb,0x3db)]=_0x3f772a[_0x633c1b(0x2f5,0x312,_0x2f4a6f._0x274bd9,0x2d9)],_0xd3d18[_0x427e36(_0x2f4a6f._0x54c676,0x10f,0x1a0,0x1af)]=_0x3f772a['jigjS'],_0x5b20d2[_0x633c1b(_0x2f4a6f._0x7cb1b2,_0x2f4a6f._0x2d8908,0x220,0x278)](-0x110b*-0x1+-0x25*0xff+-0x9*-0x260)[_0x427e36(_0x2f4a6f._0x108211,0x17c,_0x2f4a6f._0x240f30,0x182)](_0xd3d18);}}if(_0x3f772a[_0x633c1b(_0x2f4a6f._0x1fda59,0x382,_0x2f4a6f._0x2fc45c,0x37c)](_0x4a06c0,undefined)){const _0x57eee9={};return _0x57eee9[_0x633c1b(0x200,0x325,0x2cb,_0x2f4a6f._0x46ba5b)]=_0x633c1b(0x414,0x386,_0x2f4a6f._0x1d2076,0x463)+'t',_0x57eee9[_0x427e36(_0x2f4a6f._0x24da23,_0x2f4a6f._0x39f166,_0x2f4a6f._0xcd0779,_0x2f4a6f._0x321a67)]=_0x633c1b(_0x2f4a6f._0x43b9af,_0x2f4a6f._0x55cf12,_0x2f4a6f._0x5e695e,_0x2f4a6f._0x1a16ea)+_0x427e36(_0x2f4a6f._0xbb85a5,_0x2f4a6f._0x778ca9,0x97,_0x2f4a6f._0x3784a0)+'uired',_0x5b20d2['status'](0x1818+0xd4*-0xb+-0xd6c)[_0x633c1b(_0x2f4a6f._0x2bf0d1,0x1f4,0x26b,0x2aa)](_0x57eee9);}const _0x386702={};_0x386702[_0x633c1b(0x45c,_0x2f4a6f._0x3338e0,_0x2f4a6f._0x57c0f5,_0x2f4a6f._0x5e321b)]=_0x461fca[_0x427e36(0x3c0,0x31f,0x3fa,0x304)],_0x386702[_0x633c1b(0x297,0x1b6,_0x2f4a6f._0xe42efc,0x382)]=_0x58c1b8,_0x386702['filepath']=_0x217fd9,_0x386702[_0x427e36(0x1e5,0x1a5,_0x2f4a6f._0x157fc9,_0x2f4a6f._0x1fddc1)+'t']=_0x477667,_0x386702['userId']=_0xa1e605['id'],logger['info'](_0x3f772a[_0x633c1b(_0x2f4a6f._0xcb1833,0x36a,0x32f,0x39a)],_0x386702);const _0x301008=_0x13690c[_0x633c1b(_0x2f4a6f._0x5a2ffb,0x235,0x257,_0x2f4a6f._0x7189b)](_0x40cb0b,_0x217fd9),_0x2903c6=new Date()[_0x427e36(0x195,_0x2f4a6f._0x3eb15d,_0x2f4a6f._0x40dfcb,0x1c0)+'g']();try{const _0x1ed9d6=_0x13690c['dirname'](_0x301008),_0xf7333b={};_0xf7333b[_0x633c1b(_0x2f4a6f._0x3b4573,0x2f3,0x22a,_0x2f4a6f._0x2d8bd2)]=!![],await _0x3f173c[_0x427e36(0x276,0x1b3,_0x2f4a6f._0x365cba,_0x2f4a6f._0x37ee08)](_0x1ed9d6,_0xf7333b),await _0x3f173c[_0x427e36(_0x2f4a6f._0xd039c5,0x2f4,0x26d,0x2b7)](_0x301008,_0x4a06c0,_0x3f772a['HQIou']);const _0x57a50c={};_0x57a50c[_0x427e36(0x362,_0x2f4a6f._0x15530b,0x36a,0x3bc)]=_0x461fca[_0x427e36(_0x2f4a6f._0x539307,0x31f,_0x2f4a6f._0x3108d5,_0x2f4a6f._0x348d1c)],_0x57a50c['skillId']=_0x58c1b8,_0x57a50c[_0x427e36(0x26e,_0x2f4a6f._0x263fd7,_0x2f4a6f._0x5a5efd,_0x2f4a6f._0xd44e3)]=_0x217fd9,_0x57a50c['userId']=_0xa1e605['id'],logger[_0x633c1b(0x31f,0x2a2,_0x2f4a6f._0x5c12ea,0x1f9)](_0x633c1b(0x420,0x34f,_0x2f4a6f._0x376428,0x4d5)+_0x427e36(0x21e,_0x2f4a6f._0x57a967,0x259,_0x2f4a6f._0x3e9034)+_0x427e36(_0x2f4a6f._0x59930e,_0x2f4a6f._0x1c95c2,_0x2f4a6f._0xaeb60a,0x2ba),_0x57a50c);const _0x3f81a8={};_0x3f81a8[_0x633c1b(_0x2f4a6f._0x28e952,_0x2f4a6f._0x30fc38,_0x2f4a6f._0x1a67db,0x49e)]=!![],_0x3f81a8['skillId']=_0x58c1b8,_0x3f81a8[_0x633c1b(0x31f,0x2ee,0x325,0x3e9)]=_0x217fd9,_0x3f81a8[_0x633c1b(_0x2f4a6f._0x3c851c,0x3f0,0x34d,0x29a)]=_0x2903c6,_0x3f81a8[_0x427e36(0x165,0x1d7,0x2da,_0x2f4a6f._0xd6b7b6)+_0x427e36(_0x2f4a6f._0x3ee814,0x254,0x19d,_0x2f4a6f._0x43edfd)]=_0x461fca[_0x427e36(_0x2f4a6f._0x26ab94,0x31f,0x346,_0x2f4a6f._0x200311)],_0x3f81a8[_0x633c1b(_0x2f4a6f._0x55955a,0x269,0x28a,_0x2f4a6f._0x4c08bd)+_0x633c1b(0x365,0x348,0x35e,_0x2f4a6f._0x8ed72e)]=_0xa1e605['id'],_0x5b20d2[_0x633c1b(0x319,0x209,0x26b,_0x2f4a6f._0x343a3c)](_0x3f81a8);}catch(_0x3ca8ac){if(_0x3f772a[_0x633c1b(_0x2f4a6f._0xaee5c5,_0x2f4a6f._0x418b33,0x1f7,0x130)](_0x3f772a[_0x427e36(0x9a,0x163,_0x2f4a6f._0x2315f5,_0x2f4a6f._0x19b40b)],_0x427e36(_0x2f4a6f._0x4896b8,_0x2f4a6f._0x251180,0x211,_0x2f4a6f._0x3452ff))){const _0x51821e={};_0x51821e[_0x633c1b(0x392,0x3d1,_0x2f4a6f._0x57c0f5,_0x2f4a6f._0x353358)]=_0x461fca['taskId'],_0x51821e[_0x633c1b(0x1c0,_0x2f4a6f._0x27b33d,0x273,0x2ed)]=_0x58c1b8,_0x51821e[_0x427e36(_0x2f4a6f._0x74fc51,0x236,_0x2f4a6f._0x387f8f,_0x2f4a6f._0x51d19d)]=_0x217fd9,_0x51821e[_0x633c1b(0x305,0x2a7,0x2cb,0x36d)]=_0x3ca8ac[_0x633c1b(0x177,0x2b3,0x1fe,_0x2f4a6f._0x3bd375)],logger[_0x633c1b(_0x2f4a6f._0x231d2a,_0x2f4a6f._0x4a0540,0x2cb,_0x2f4a6f._0xe10a16)](_0x3f772a[_0x633c1b(0x185,_0x2f4a6f._0x20ade3,0x26c,_0x2f4a6f._0x2869ce)],_0x51821e);const _0x270735={};_0x270735[_0x633c1b(_0x2f4a6f._0x149e0e,_0x2f4a6f._0x11a2bc,_0x2f4a6f._0x217463,_0x2f4a6f._0x26f7d9)]=_0x3f772a[_0x427e36(0x25d,0x2b4,0x1ff,_0x2f4a6f._0x517fa4)],_0x270735[_0x427e36(0x69,_0x2f4a6f._0x39f166,_0x2f4a6f._0x4ca4b8,0x86)]=_0x427e36(_0x2f4a6f._0x1168af,0x12b,_0x2f4a6f._0x292951,_0x2f4a6f._0x5add31)+_0x427e36(_0x2f4a6f._0x41d913,_0x2f4a6f._0x14fd8e,0x2b1,0x36d),_0x5b20d2[_0x633c1b(_0x2f4a6f._0x426c67,0x285,0x220,_0x2f4a6f._0x216c81)](-0x1efd+0x179d+0x4*0x255)['json'](_0x270735);}else{const _0x56279b={};_0x56279b[_0x427e36(_0x2f4a6f._0x49d5a9,0x31f,_0x2f4a6f._0x345064,0x3f8)]=_0x36474e['taskId'],_0x56279b[_0x633c1b(0x1ea,0x1eb,_0x2f4a6f._0xce756a,_0x2f4a6f._0x194f0e)]=_0x5d55a3,_0x56279b[_0x427e36(0x2a3,0x1dc,0x2c3,0x244)]=_0x289c05[_0x633c1b(_0x2f4a6f._0x463dda,0x150,_0x2f4a6f._0x3e5f28,0xf9)],_0x71c24c['warn'](_0x3f772a[_0x427e36(0x1c4,_0x2f4a6f._0x5b59dd,_0x2f4a6f._0x598a86,0x1e3)],_0x56279b);const _0x160492={};_0x160492['taskId']=_0x52fefe[_0x427e36(_0x2f4a6f._0x51d9bf,_0x2f4a6f._0x2b44ac,0x42a,0x406)],_0x160492['skillId']=_0x5cb6bb,_0x160492[_0x633c1b(0x355,_0x2f4a6f._0x34026f,_0x2f4a6f._0x11a2bc,_0x2f4a6f._0x527515)+'t']=_0x266687,_0x160492[_0x427e36(0x2dc,_0x2f4a6f._0x44a513,_0x2f4a6f._0x142f4d,_0x2f4a6f._0x1e74aa)]=_0x131f18,_0x160492[_0x633c1b(0x452,0x362,_0x2f4a6f._0x4c6c29,0x2ab)]=_0xf63b65['id'],_0x181c43[_0x427e36(0x1ab,_0x2f4a6f._0x38f34c,0x306,_0x2f4a6f._0x28ecc0)](_0x3f772a[_0x633c1b(0x22d,0x1cd,_0x2f4a6f._0x28e952,_0x2f4a6f._0xc24cad)],_0x160492);const _0x3517c1={};return _0x3517c1[_0x633c1b(_0x2f4a6f._0x3b1de8,0x3e1,_0x2f4a6f._0x78ab6d,_0x2f4a6f._0x39a70b)]=!![],_0x3517c1['id']=_0x2d7bec,_0x3517c1[_0x427e36(_0x2f4a6f._0x50a0a9,_0x2f4a6f._0x4b415f,0x370,0x2ef)]=_0x2b0a23,_0x3517c1[_0x633c1b(_0x2f4a6f._0x1d7451,0x391,0x41d,_0x2f4a6f._0x121d27)]=_0x414dd3,_0x3517c1[_0x633c1b(_0x2f4a6f._0x4da996,_0x2f4a6f._0x4f4874,_0x2f4a6f._0x11a2bc,0x1f3)+'t']=_0xe5050c,_0x3517c1[_0x633c1b(0x23f,_0x2f4a6f._0x86c79d,_0x2f4a6f._0x57f6eb,_0x2f4a6f._0x4c08bd)+'mEnvironme'+_0x633c1b(0x42f,_0x2f4a6f._0x224c84,0x344,0x25c)]=_0x4c246a,_0x3517c1[_0x633c1b(0x243,0x136,_0x2f4a6f._0x57f6eb,_0x2f4a6f._0x57a967)+_0x427e36(_0x2f4a6f._0x3ff663,0x20e,_0x2f4a6f._0x40dcb3,0x29f)]=![],_0x3517c1[_0x633c1b(_0x2f4a6f._0x214740,0x44d,_0x2f4a6f._0x4e1ff1,_0x2f4a6f._0x148a52)]=_0x196b0c,_0x3517c1[_0x427e36(_0x2f4a6f._0x4f9927,0x1af,0x2c3,0x11d)+_0x633c1b(0x314,_0x2f4a6f._0x127f51,0x343,_0x2f4a6f._0xc9cd1e)]=_0x3094a1[_0x427e36(_0x2f4a6f._0x2b17e8,_0x2f4a6f._0x2b14e8,_0x2f4a6f._0x107500,_0x2f4a6f._0x4e1fd)],_0x3517c1['deletedByU'+_0x633c1b(0x3e8,_0x2f4a6f._0xdae707,_0x2f4a6f._0xe14747,0x35e)]=_0x3ed505['id'],_0x5169b9['json'](_0x3517c1);}}}),router[_0xf8e45c(0x2f3,0x347,0x3d3,0x2bc)](_0x1c0b31(0x77,0xf8,0x18b,0x87)+'killId/fil'+_0x1c0b31(0xb2,0x14f,0x146,0x21b),requireTaskAuth,validateSkillAccess,async(_0xd2544,_0x5d5c07)=>{const _0x5d377e={_0x3f0c46:0x7,_0x45546d:0xe4,_0x348e98:0xcf,_0x1ac783:0x5a,_0x5698a2:0x369,_0x37a00d:0x378,_0x5a5365:0x264,_0x27efab:0x23e,_0xf95b90:0x100,_0x1424bd:0x10e,_0x576364:0x322,_0x4644b8:0x2e6,_0x337398:0x29e,_0x54282c:0x568,_0x28ecb4:0x48e,_0x39caec:0x3a9,_0x33b203:0x6,_0x4c1d94:0xc9,_0x353393:0xf4,_0x22a3cd:0x4,_0x16627:0xb6,_0x527290:0x25,_0x141909:0xed,_0x2e2e80:0x423,_0x35a09c:0x501,_0x5932ed:0x38,_0x4687d3:0x88,_0x5ecbef:0x19b,_0x46e7e5:0x1ad,_0x825db1:0x1da,_0x35a998:0x7b,_0x5ad15c:0x1db,_0x3cc84c:0x252,_0x365df4:0x17b,_0x593334:0x3b,_0x88258f:0x7c,_0x4925ef:0xab,_0x3b902d:0x8a,_0x33908e:0x13b,_0x31cffc:0x231,_0x36407b:0x1a1,_0x37770b:0xd0,_0x1d2ae5:0x1a,_0x5de566:0x4b,_0x46849d:0xd8,_0x33de6a:0x7e,_0x5d868d:0x356,_0x1a7390:0x3d6,_0x1fdaef:0xbc,_0x517393:0x4a7,_0x3670cf:0x310,_0x3988e2:0x45a,_0x593311:0x464,_0x1adfa7:0x391,_0x1ab678:0x23b,_0x5df109:0x206,_0x55dcf6:0x1d5,_0x4ccf84:0x165,_0x264438:0x2f4,_0x457b3d:0x384,_0x18caf0:0xd4,_0xdad93e:0x241,_0x51098d:0x293,_0x19181f:0x86,_0x566c8c:0x137,_0xe2f256:0x139,_0x43ccf0:0x3d,_0x59659d:0x94,_0xdffa84:0x29,_0x315d86:0x2d8,_0x463b4c:0x80,_0x56c75d:0x363,_0x24ae62:0x431,_0x23b48d:0x349,_0x40fe85:0x13c,_0xa32fc6:0x1f7,_0x4e675c:0x320,_0x572cb0:0x1e2,_0x8022c2:0x18a,_0x179977:0x226,_0x333732:0x1a0,_0x27a958:0x4ad,_0x20822e:0x4f,_0x1693d8:0x109,_0xa8334a:0x1df,_0xa277c2:0x1e8,_0x1afe2a:0x3c,_0x3f6306:0x49,_0x20fbef:0x1d5,_0x4bd2cd:0x148,_0x84c0f:0x172,_0xd441b8:0x3e1,_0x30d4b4:0x33e,_0x3ee89d:0x570,_0x4263e4:0x504,_0xfc8554:0xc5,_0x3dd379:0x15,_0x1708b2:0x2d2,_0xe4c153:0x232,_0xf87c30:0x27,_0x3a82f1:0xc7,_0x2c0b30:0x49,_0x5356a9:0x162,_0x58241a:0x3f6,_0x4ef39:0x4bc,_0x1fc175:0x4b1,_0x27678a:0x4b9,_0x2ad2b1:0xe,_0x3b8478:0xbe,_0x35dae1:0x47,_0xb3ae11:0x1fb,_0x2a5e82:0x274,_0x40f48c:0x405,_0x7476b1:0x8b,_0x5d127f:0x3b,_0x389870:0x22,_0x33209d:0xeb,_0x5c0494:0xa,_0x2573b7:0x518,_0x1c2107:0x4d8,_0x36d706:0x3f9,_0x2f6833:0x47e,_0x3e4adf:0x247,_0x3b9fc3:0x8c,_0x2f471d:0x246,_0x5db01a:0x1c9,_0x2aa755:0x102,_0x3d1757:0x355,_0x10ed7c:0x3a6,_0x440f0e:0x318,_0x54038d:0x209,_0x22c734:0x4cd,_0x18cf09:0x47c,_0x3ad84d:0x106,_0x220b9f:0x14b,_0x25c297:0x3ef,_0x32ea5c:0x4c7,_0x18a408:0x36e,_0x39c45f:0x368,_0x5a5b17:0x42d,_0x2eace0:0xd5,_0x483788:0x50,_0x1b2cb6:0x1ec,_0x386fe3:0x2ce,_0x1f332a:0x302,_0x103fff:0xdd,_0x48f6e8:0x10c,_0x338428:0x12b,_0x5ee14d:0x429,_0x312a20:0x35c,_0x55c24c:0x2bd,_0x3ff15e:0x2c8,_0x64ef55:0x1f7,_0x54c8b1:0x193,_0x4efb43:0x260,_0x5d76e6:0x44b,_0x226e9c:0x31e,_0xa87cf:0x2ea,_0x24f32f:0x2aa,_0x14750f:0xa7,_0x2f2e24:0x116,_0x23a928:0x4ca,_0x163a00:0x3ef,_0x2edee3:0x3ef,_0x2c6edf:0x5c7,_0x39697a:0x182,_0x37518a:0x297,_0x60b5e1:0x29b,_0x568f86:0x1ee,_0xbbfa7b:0x41b,_0x334973:0x37b,_0x11c16f:0x18,_0x1e67f2:0x144,_0x45c8ab:0x3a0,_0xc4161:0x30f,_0x1cd754:0x420,_0x315ca5:0x218},_0x408abf={_0x64b6af:0x9,_0x26e155:0x95,_0x24a37a:0x8a},_0xe0b94e={};_0xe0b94e[_0x1a317b(_0x5d377e._0x3f0c46,-_0x5d377e._0x45546d,-0xde,-_0x5d377e._0x348e98)]=_0x1a317b(-0xfd,-0xb7,-_0x5d377e._0x1ac783,-0x1fb),_0xe0b94e[_0x4b8c32(_0x5d377e._0x5698a2,_0x5d377e._0x37a00d,0x37b,_0x5d377e._0x5a5365)]=_0x1a317b(-0x1fc,-0x2de,-0x313,-0x287)+_0x1a317b(-0x1b9,-_0x5d377e._0x27efab,-0x138,-_0x5d377e._0xf95b90),_0xe0b94e[_0x1a317b(-0x86,0x7a,-_0x5d377e._0x1424bd,-0x28)]=function(_0x15b89b,_0x37db75){return _0x15b89b===_0x37db75;},_0xe0b94e[_0x4b8c32(0x312,_0x5d377e._0x576364,_0x5d377e._0x4644b8,_0x5d377e._0x337398)]=_0x4b8c32(_0x5d377e._0x54282c,_0x5d377e._0x28ecb4,0x51e,_0x5d377e._0x39caec),_0xe0b94e[_0x1a317b(_0x5d377e._0x33b203,0xc2,-0x9b,-_0x5d377e._0x4c1d94)]=function(_0x48519c,_0x32a851){return _0x48519c===_0x32a851;},_0xe0b94e['aSSJw']=_0x1a317b(-_0x5d377e._0x353393,_0x5d377e._0x22a3cd,-0x1bc,-0x1),_0xe0b94e[_0x1a317b(-_0x5d377e._0x16627,-_0x5d377e._0x527290,-_0x5d377e._0x141909,-0x3a)]=_0x4b8c32(0x473,_0x5d377e._0x2e2e80,0x3bc,0x4f6)+'t',_0xe0b94e['yxWZg']='Skill\x20file'+_0x4b8c32(0x530,0x4ac,_0x5d377e._0x35a09c,0x440)+_0x1a317b(-0x14c,-0x164,-_0x5d377e._0x5932ed,-_0x5d377e._0x4687d3),_0xe0b94e['oIYqg']=function(_0x1a69cd,_0xf1e173){return _0x1a69cd===_0xf1e173;},_0xe0b94e['MWcma']=_0x1a317b(-_0x5d377e._0x5ecbef,-_0x5d377e._0x46e7e5,-0x29a,-_0x5d377e._0x825db1);function _0x4b8c32(_0x3fdab9,_0x54fd83,_0x3ce43b,_0x16c6bb){return _0xf8e45c(_0x16c6bb,_0x54fd83-_0x408abf._0x64b6af,_0x3ce43b-_0x408abf._0x26e155,_0x54fd83-_0x408abf._0x24a37a);}_0xe0b94e[_0x1a317b(-0x18,-_0x5d377e._0x35a998,0x74,-0xcc)]=_0x1a317b(-_0x5d377e._0x5ad15c,-_0x5d377e._0x3cc84c,-_0x5d377e._0x365df4,-0x2b2)+_0x1a317b(-_0x5d377e._0x593334,_0x5d377e._0x88258f,-_0x5d377e._0x4925ef,_0x5d377e._0x3b902d)+_0x1a317b(-_0x5d377e._0x33908e,-0xd7,-_0x5d377e._0x31cffc,-0x3e),_0xe0b94e[_0x1a317b(-_0x5d377e._0x36407b,-_0x5d377e._0x37770b,-0xe5,-0x131)]='Internal\x20S'+_0x1a317b(_0x5d377e._0x1d2ae5,-_0x5d377e._0x5de566,-_0x5d377e._0x46849d,_0x5d377e._0x33de6a)+'r';const _0x5e9479=_0xe0b94e,{callingTask:_0x4dfcc3,taskUser:_0x98c53e,skillId:_0xd8f45c,skillPath:_0x820364,environmentName:_0x45090d}=_0xd2544,_0x342560=_0xd2544[_0x4b8c32(0x383,0x301,_0x5d377e._0x5d868d,_0x5d377e._0x1a7390)][0xd1f*0x1+-0x3d*0x43+0x2d8];if(_0x342560[_0x1a317b(-0x136,-0x21,-_0x5d377e._0x1fdaef,-0xe4)]('..')){const _0x3f4023={};return _0x3f4023[_0x4b8c32(_0x5d377e._0x517393,0x395,_0x5d377e._0x3670cf,_0x5d377e._0x3988e2)]=_0x4b8c32(_0x5d377e._0x593311,_0x5d377e._0x2e2e80,0x3c0,0x3d4)+'t',_0x3f4023[_0x4b8c32(_0x5d377e._0x1adfa7,0x2c8,0x1dd,_0x5d377e._0x1ab678)]=_0x5e9479[_0x1a317b(-0x147,-_0x5d377e._0x5df109,-_0x5d377e._0x55dcf6,-_0x5d377e._0x4ccf84)],_0x5d5c07[_0x4b8c32(0x2c1,0x2ea,_0x5d377e._0x264438,_0x5d377e._0x457b3d)](0x190a+-0x129+-0x1651)[_0x1a317b(-0x18a,-_0x5d377e._0x18caf0,-_0x5d377e._0xdad93e,-_0x5d377e._0x51098d)](_0x3f4023);}if(_0x5e9479[_0x1a317b(-_0x5d377e._0x19181f,-_0x5d377e._0x566c8c,-_0x5d377e._0xe2f256,-_0x5d377e._0x43ccf0)](_0x342560,_0x5e9479[_0x1a317b(-0x19d,-_0x5d377e._0x59659d,-0x201,-0x293)])){if(_0x5e9479[_0x1a317b(_0x5d377e._0x33b203,_0x5d377e._0x353393,-0x10b,-_0x5d377e._0xdffa84)](_0x5e9479[_0x4b8c32(0x268,0x2ee,0x3f8,0x337)],_0x5e9479['aSSJw'])){const _0x3dadb1={};return _0x3dadb1[_0x4b8c32(_0x5d377e._0x315d86,0x395,0x46d,0x430)]=_0x5e9479[_0x1a317b(-0xb6,-_0x5d377e._0x463b4c,-0x98,-0x7b)],_0x3dadb1[_0x4b8c32(_0x5d377e._0x56c75d,0x2c8,0x257,0x339)]=_0x4b8c32(0x481,_0x5d377e._0x24ae62,_0x5d377e._0x23b48d,0x368)+_0x1a317b(-0x1df,-0x293,-_0x5d377e._0x40fe85,-0x27c)+'md',_0x5d5c07[_0x4b8c32(_0x5d377e._0xa32fc6,0x2ea,_0x5d377e._0x4e675c,_0x5d377e._0x572cb0)](0x1ff4+0x5d9*-0x2+-0x12b2*0x1)[_0x1a317b(-_0x5d377e._0x8022c2,-_0x5d377e._0x179977,-_0x5d377e._0x333732,-0x1b8)](_0x3dadb1);}else{const _0x1abd5b={};return _0x1abd5b[_0x4b8c32(_0x5d377e._0x27a958,0x395,0x47c,0x2de)]=_0x5e9479[_0x1a317b(0x7,_0x5d377e._0x20822e,0x3a,-_0x5d377e._0x1693d8)],_0x1abd5b[_0x1a317b(-_0x5d377e._0xa32fc6,-_0x5d377e._0xa8334a,-_0x5d377e._0xa277c2,-0x1f2)]='Skill\x20\x27'+_0x83449d+(_0x1a317b(-_0x5d377e._0x1afe2a,_0x5d377e._0x3f6306,0x81,0x20)+'d'),_0x123e41[_0x1a317b(-_0x5d377e._0x20fbef,-_0x5d377e._0x4bd2cd,-0xc7,-_0x5d377e._0x84c0f)](0x1097*0x1+-0x372+0x2f*-0x3f)[_0x4b8c32(0x431,0x335,_0x5d377e._0xd441b8,_0x5d377e._0x30d4b4)](_0x1abd5b);}}const _0x15cead={};_0x15cead[_0x4b8c32(_0x5d377e._0x3ee89d,0x4d8,_0x5d377e._0x4263e4,0x4e4)]=_0x4dfcc3[_0x1a317b(0x19,_0x5d377e._0xfc8554,-0xda,-_0x5d377e._0x3dd379)],_0x15cead[_0x4b8c32(_0x5d377e._0x1708b2,0x33d,0x2e1,_0x5d377e._0xe4c153)]=_0xd8f45c,_0x15cead[_0x1a317b(-0xd0,-_0x5d377e._0xf87c30,-_0x5d377e._0x3a82f1,_0x5d377e._0x2c0b30)]=_0x342560,_0x15cead[_0x1a317b(-0x161,-0x1c1,-_0x5d377e._0x5356a9,-0x223)+'t']=_0x45090d,_0x15cead['userId']=_0x98c53e['id'],logger['info'](_0x4b8c32(0x463,0x420,_0x5d377e._0x58241a,_0x5d377e._0x4ef39)+_0x4b8c32(_0x5d377e._0x1fc175,_0x5d377e._0x27678a,0x540,0x535)+_0x1a317b(_0x5d377e._0x2ad2b1,-_0x5d377e._0x3b8478,0x6a,-_0x5d377e._0x35dae1),_0x15cead);const _0x19070d=_0x13690c[_0x1a317b(-0x19e,-_0x5d377e._0xb3ae11,-_0x5d377e._0x2a5e82,-0x259)](_0x820364,_0x342560);function _0x1a317b(_0x3d0332,_0x2e75fd,_0x419f45,_0x193ac5){return _0x1c0b31(_0x3d0332-0x15,_0x3d0332- -0x2e8,_0x2e75fd,_0x193ac5-0x18d);}try{const _0xdf3e71=await _0x3f173c['stat'](_0x19070d);if(_0xdf3e71['isDirector'+'y']()){const _0x22c416={};_0x22c416[_0x4b8c32(0x28f,0x2f4,0x40e,0x3dc)]=!![],_0x22c416[_0x4b8c32(_0x5d377e._0x40f48c,0x4e7,0x56e,0x54d)]=!![],await _0x3f173c['rm'](_0x19070d,_0x22c416);}else await _0x3f173c[_0x1a317b(-_0x5d377e._0x7476b1,0x6e,-_0x5d377e._0x5d127f,-_0x5d377e._0x389870)](_0x19070d);const _0x1ce4c8={};_0x1ce4c8[_0x1a317b(0x19,0xbf,-_0x5d377e._0x33209d,-_0x5d377e._0x5c0494)]=_0x4dfcc3[_0x4b8c32(_0x5d377e._0x2573b7,_0x5d377e._0x1c2107,_0x5d377e._0x36d706,_0x5d377e._0x2f6833)],_0x1ce4c8[_0x1a317b(-0x182,-_0x5d377e._0x3e4adf,-_0x5d377e._0x3b9fc3,-_0x5d377e._0x2f471d)]=_0xd8f45c,_0x1ce4c8['filepath']=_0x342560,_0x1ce4c8[_0x1a317b(-0xb0,-_0x5d377e._0x5db01a,-0x126,-_0x5d377e._0x2aa755)]=_0x98c53e['id'],logger[_0x4b8c32(0x454,_0x5d377e._0x3d1757,0x387,_0x5d377e._0x10ed7c)](_0x5e9479[_0x4b8c32(0x345,_0x5d377e._0x440f0e,0x370,_0x5d377e._0x54038d)],_0x1ce4c8);const _0x36fd01={};_0x36fd01[_0x4b8c32(_0x5d377e._0x22c734,0x454,0x3b7,_0x5d377e._0x18cf09)]=!![],_0x36fd01[_0x1a317b(-0x182,-_0x5d377e._0x3ad84d,-_0x5d377e._0x220b9f,-0x1db)]=_0xd8f45c,_0x36fd01[_0x4b8c32(0x501,_0x5d377e._0x25c297,_0x5d377e._0x32ea5c,_0x5d377e._0x18a408)]=_0x342560,_0x36fd01[_0x4b8c32(0x264,_0x5d377e._0x39c45f,_0x5d377e._0x5a5b17,0x24e)+'askId']=_0x4dfcc3[_0x1a317b(0x19,_0x5d377e._0x2eace0,-_0x5d377e._0x483788,0xc0)],_0x36fd01[_0x1a317b(-_0x5d377e._0x1b2cb6,-_0x5d377e._0x386fe3,-0x2b4,-_0x5d377e._0x1f332a)+_0x1a317b(-0x97,-_0x5d377e._0x103fff,-_0x5d377e._0x48f6e8,0xe)]=_0x98c53e['id'],_0x5d5c07['json'](_0x36fd01);}catch(_0x264633){if(_0x5e9479[_0x1a317b(-0xf3,-0x150,-_0x5d377e._0x338428,0x17)](_0x264633[_0x4b8c32(_0x5d377e._0x5ee14d,0x3bd,_0x5d377e._0x312a20,0x491)],_0x5e9479['MWcma'])){const _0x329446={};return _0x329446[_0x4b8c32(_0x5d377e._0x55c24c,0x395,0x3c6,_0x5d377e._0x3ff15e)]='Not\x20Found',_0x329446[_0x1a317b(-_0x5d377e._0x64ef55,-_0x5d377e._0x54c8b1,-0x13f,-_0x5d377e._0x4efb43)]=_0x4b8c32(_0x5d377e._0x5d76e6,0x41b,_0x5d377e._0x226e9c,0x4b7)+_0x342560+('\x27\x20not\x20foun'+'d'),_0x5d5c07[_0x4b8c32(0x2f6,_0x5d377e._0xa87cf,0x3de,_0x5d377e._0x24f32f)](-0xa3c+-0x1ea*-0x8+0x10*-0x38)[_0x1a317b(-0x18a,-_0x5d377e._0x14750f,-_0x5d377e._0x2f2e24,-0x1ed)](_0x329446);}const _0x347875={};_0x347875[_0x4b8c32(0x454,_0x5d377e._0x1c2107,_0x5d377e._0x23a928,_0x5d377e._0x163a00)]=_0x4dfcc3[_0x4b8c32(_0x5d377e._0x2edee3,0x4d8,_0x5d377e._0x2c6edf,0x47f)],_0x347875[_0x1a317b(-_0x5d377e._0x39697a,-_0x5d377e._0x37518a,-_0x5d377e._0x60b5e1,-_0x5d377e._0x568f86)]=_0xd8f45c,_0x347875['filepath']=_0x342560,_0x347875[_0x4b8c32(_0x5d377e._0xbbfa7b,0x395,_0x5d377e._0x334973,0x44d)]=_0x264633['message'],logger['error'](_0x5e9479[_0x1a317b(-_0x5d377e._0x11c16f,0x56,0x89,-0x132)],_0x347875);const _0x2f6883={};_0x2f6883['error']=_0x5e9479['YdHuk'],_0x2f6883['message']=_0x1a317b(-0x1db,-_0x5d377e._0x1e67f2,-0xe4,-0x26d)+_0x4b8c32(_0x5d377e._0x45c8ab,_0x5d377e._0xc4161,0x2fc,_0x5d377e._0x1cd754)+'e',_0x5d5c07[_0x1a317b(-_0x5d377e._0x55dcf6,-0x24c,-_0x5d377e._0x315ca5,-0x291)](-0xa66+0x33*-0x92+0x3*0xdd0)[_0x1a317b(-0x18a,-_0x5d377e._0xe4c153,-0x180,-0x15e)](_0x2f6883);}});export default router;
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;