@profoundlogic/coderflow-server 0.7.6 → 0.7.8
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.
- package/dist/base-image/agent-wrapper.sh +3 -1
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -0
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -0
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -0
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.css +575 -0
- package/dist/web-ui/public/admin.html +636 -0
- package/dist/web-ui/public/admin.js +1 -0
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.html +2 -2
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.html +2 -2
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.html +2 -170
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +2 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.html +66 -4
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.html +2 -2
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +2 -2
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +2 -2
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/web-ui/public/server-health.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x11ee3f,_0x5eda68){const _0x2b12ea={_0x5d164a:0x43b,_0x822354:0x3ea,_0x4b2a29:0x3a9,_0x12e3cc:0x6ad,_0x8b6f15:0x3ec,_0x5c5cbe:0x481,_0x1c92db:0x5ae,_0x1b0b51:0x29c,_0x3c1497:0x329,_0x3f8dd9:0x2c5,_0x2e9e35:0x4a2,_0x49901c:0x3a7,_0x424011:0x20c,_0x1496e1:0x26c},_0x5504cd={_0x48e2cb:0xd3},_0x17b983={_0x5b319f:0x3bf};function _0x35c698(_0x44a87a,_0x4b1e60,_0x8edb93,_0x18f548){return _0x5e79(_0x4b1e60-_0x17b983._0x5b319f,_0x18f548);}const _0x6af3e3=_0x11ee3f();function _0x1876bb(_0x401bbb,_0x131b09,_0x258f1c,_0x147ec4){return _0x5e79(_0x131b09-_0x5504cd._0x48e2cb,_0x147ec4);}while(!![]){try{const _0x191d5d=-parseInt(_0x1876bb(_0x2b12ea._0x5d164a,0x3ab,_0x2b12ea._0x822354,_0x2b12ea._0x4b2a29))/(-0x184f+0x2d*0x49+-0x1*-0xb7b)*(-parseInt(_0x35c698(0x57f,0x63c,0x655,0x682))/(0x17c+-0x37*0xb1+0x248d*0x1))+-parseInt(_0x35c698(0x58f,0x5e6,_0x2b12ea._0x12e3cc,0x656))/(-0x1ce+0x22de+-0x1*0x210d)*(-parseInt(_0x35c698(0x716,0x746,0x6cf,0x830))/(-0x1bd6*-0x1+0x353*-0x5+0xb33*-0x1))+parseInt(_0x1876bb(_0x2b12ea._0x8b6f15,0x442,0x3fc,_0x2b12ea._0x5c5cbe))/(0x10*0xab+-0xad7+0x2*0x16)+parseInt(_0x35c698(_0x2b12ea._0x1c92db,0x5a0,0x530,0x5e8))/(-0x24ac+-0xbe6+0x4dc*0xa)*(-parseInt(_0x1876bb(0x30f,_0x2b12ea._0x1b0b51,_0x2b12ea._0x3c1497,0x2be))/(-0x24b0+-0x1a5b*-0x1+0xa5c))+parseInt(_0x1876bb(0x370,0x3e3,0x395,_0x2b12ea._0x3f8dd9))/(-0x2079+0x153f+0xb42)+-parseInt(_0x1876bb(0x435,0x403,_0x2b12ea._0x2e9e35,_0x2b12ea._0x49901c))/(0x103e+0xde*-0x20+-0xf*-0xc5)+-parseInt(_0x1876bb(_0x2b12ea._0x424011,_0x2b12ea._0x1496e1,0x274,0x1e8))/(-0x2649+0x2f5+0x235e);if(_0x191d5d===_0x5eda68)break;else _0x6af3e3['push'](_0x6af3e3['shift']());}catch(_0x168529){_0x6af3e3['push'](_0x6af3e3['shift']());}}}(_0x42cb,0x5db1f+0x39e0e+-0x8*0xae0d));import _0x18d299 from'express';import{promises as _0x349e5e}from'fs';import _0x7e7c9a 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=_0x18d299['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x2ec475){const _0x41aea6={_0x351feb:0x2d8,_0x309778:0x30d,_0x476cef:0x1f9,_0x14728d:0x300,_0x3a8548:0x367,_0x528a48:0x3ac,_0x5de79c:0x6ba},_0x36ce99={_0x4d6ec9:0x297};function _0xebf89c(_0x4dc512,_0x5dbd0,_0x88d785,_0x305d0d){return _0x5e79(_0x88d785-_0x36ce99._0x4d6ec9,_0x4dc512);}function _0x572870(_0x369cab,_0x3ece2b,_0x2ced2d,_0x28bfb8){return _0x5e79(_0x3ece2b-0x13e,_0x369cab);}tasks=_0x2ec475[_0x572870(0x2a0,_0x41aea6._0x351feb,_0x41aea6._0x309778,_0x41aea6._0x476cef)],setupPath=_0x2ec475[_0x572870(0x21c,_0x41aea6._0x14728d,_0x41aea6._0x3a8548,_0x41aea6._0x528a48)],coderConfig=_0x2ec475[_0xebf89c(0x698,_0x41aea6._0x5de79c,0x61c,0x52a)+'g'];}export function updateSkillManagementConfig(_0x316eee){coderConfig=_0x316eee;}function getImportedSkillsRegistryPath(){const _0x12b5b6={_0x1cb753:0x5c9,_0x21c1bf:0x519,_0x397bfe:0xc3,_0x511acc:0x182,_0x2603df:0x1cd},_0x212612={_0x449af1:0xf8},_0x440199={_0x249c6a:0x154};function _0x386f3f(_0x598f99,_0x5e7231,_0x485a59,_0x2396ea){return _0x5e79(_0x598f99-_0x440199._0x249c6a,_0x485a59);}const _0x566a30={};_0x566a30['AKqEq']=_0x386f3f(0x4c6,_0x12b5b6._0x1cb753,_0x12b5b6._0x21c1bf,0x493),_0x566a30['yOdXt']=_0x856892(0xb0,_0x12b5b6._0x397bfe,_0x12b5b6._0x511acc,_0x12b5b6._0x2603df)+'skills.jso'+'n';const _0xa42321=_0x566a30;function _0x856892(_0x75341f,_0x4af5c3,_0x1f2ee1,_0xc77528){return _0x5e79(_0x1f2ee1- -_0x212612._0x449af1,_0x75341f);}if(!setupPath)return null;return _0x7e7c9a['join'](setupPath,_0xa42321[_0x386f3f(0x3bc,0x4d5,0x324,0x381)],_0xa42321[_0x386f3f(0x394,0x3e5,0x2f2,0x2f5)]);}async function loadImportedSkillsRegistry(){const _0xa9e88b={_0x1b5b25:0xa7,_0x3a93d9:0x9,_0x5c7284:0x52d,_0x2819fb:0x49e,_0x18c336:0x127,_0x10ce51:0x155,_0x2b9d3f:0x334,_0x4a67a2:0x2c,_0x4c9dc6:0x12d,_0x448c37:0x5c,_0x255004:0x286,_0x455733:0x82,_0x306615:0x179,_0xacd3e9:0x445,_0x59de33:0x452,_0x26ffab:0x41,_0x3b5b6e:0x3b,_0x264321:0x2ef,_0x221e92:0x308,_0x4081ad:0x125,_0x34d042:0x224,_0x1f171c:0x21e,_0x24898d:0x201,_0x1e59f0:0x2dc,_0x1d4c47:0x518,_0x4a3d20:0x4be,_0x1e4c5d:0x465,_0x2dcfe0:0x548,_0x4d2c49:0x27b,_0x3d24e6:0x580,_0x190020:0x69f,_0x261610:0x6cb,_0x5e0f86:0xd2,_0x4d126c:0x1,_0x20580a:0x19,_0x311405:0xde,_0x34c658:0x1b,_0x35e422:0x31f,_0x49355a:0x251,_0x398394:0x20b,_0x391690:0x6d,_0x2927ea:0x177,_0xd5ef8:0x77,_0x32db9c:0xba,_0x41e476:0x92,_0x291108:0x3e2,_0x52f86d:0x3e0,_0x5622f9:0x3,_0x163c07:0x15c,_0x33b25e:0x38,_0x655ac:0x85,_0xf11369:0x1a1,_0x4cb8a3:0xaa,_0x596ea4:0x63d,_0x4280f2:0x481,_0x226374:0x40b,_0x5a02e3:0x4f8,_0x14f071:0x584,_0x5a88cd:0x57c,_0x49e9b9:0x3e1,_0x17725b:0x4ae,_0x393fcc:0x3f8,_0x1e9043:0x57f,_0x1f15ef:0x547,_0x10723c:0x613,_0x20e02b:0x614,_0x52dff0:0x649,_0x2c46b3:0x5b5,_0x32796a:0x57e,_0x1eac9b:0x107,_0x54fe06:0x418,_0x26f0a3:0x3d0,_0x1a8c37:0x174,_0x5f4015:0x30c,_0x1dcd8e:0x446,_0x1e806f:0x380,_0x23444c:0x57e},_0x5663f7={_0x3b4fef:0x292},_0x155160={_0x562a55:0x384},_0x425cbd={'dWbwm':_0x2533af(_0xa9e88b._0x1b5b25,0x7d,-0x10d,_0xa9e88b._0x3a93d9)+'t','AQwaT':'Content\x20fi'+'eld\x20is\x20req'+_0x2e7875(_0xa9e88b._0x5c7284,0x4b0,_0xa9e88b._0x2819fb,0x5bf),'wNBcl':'Body\x20is\x20re'+_0x2533af(-_0xa9e88b._0x18c336,-_0xa9e88b._0x10ce51,-_0xa9e88b._0x2b9d3f,-0x227)+_0x2533af(-0x1ee,-0x99,-_0xa9e88b._0x4a67a2,-_0xa9e88b._0x4c9dc6)+_0x2533af(-0x1c9,-_0xa9e88b._0x448c37,-_0xa9e88b._0x255004,-0x172),'KQvBT':function(_0x4203c4){return _0x4203c4();},'pghPQ':_0x2533af(-0x26f,-0x22a,-_0xa9e88b._0x455733,-_0xa9e88b._0x306615),'VDyqC':function(_0x412289,_0x40fbc7){return _0x412289!==_0x40fbc7;},'zdAIv':'uJCCC','pWDHt':function(_0x54e074,_0xc0523f){return _0x54e074===_0xc0523f;},'rEFQp':_0x2e7875(_0xa9e88b._0xacd3e9,0x45e,_0xa9e88b._0x59de33,0x411),'idTMs':function(_0x12b1e3,_0x3f87a6){return _0x12b1e3!==_0x3f87a6;},'iDkQS':_0x2533af(_0xa9e88b._0x26ffab,-0x9b,-0x11b,-_0xa9e88b._0x3b5b6e),'hNbhU':_0x2533af(-_0xa9e88b._0x264321,-_0xa9e88b._0x221e92,-_0xa9e88b._0x4081ad,-_0xa9e88b._0x34d042),'qaGDL':_0x2533af(-_0xa9e88b._0x1f171c,-_0xa9e88b._0x24898d,-_0xa9e88b._0x1e59f0,-0x1d7)+_0x2e7875(0x52c,_0xa9e88b._0x1d4c47,0x5ff,0x410)+'ted\x20skills'+_0x2e7875(_0xa9e88b._0x4a3d20,_0xa9e88b._0x1e4c5d,0x519,_0xa9e88b._0x2dcfe0)},_0x36a8be=_0x425cbd['KQvBT'](getImportedSkillsRegistryPath);function _0x2533af(_0x41a6f7,_0x2589f1,_0x7e7978,_0x59175c){return _0x5e79(_0x59175c- -_0x155160._0x562a55,_0x2589f1);}function _0x2e7875(_0x1d724e,_0x25698e,_0x354381,_0x5d14e4){return _0x5e79(_0x25698e-_0x5663f7._0x3b4fef,_0x354381);}if(!_0x36a8be){const _0x3404a7={};return _0x3404a7[_0x2e7875(0x665,0x5c5,0x66a,0x4c2)]=_0x2533af(-_0xa9e88b._0x4d2c49,-0x18e,-0x2bf,-_0xa9e88b._0x34d042),_0x3404a7[_0x2e7875(_0xa9e88b._0x3d24e6,0x604,_0xa9e88b._0x190020,_0xa9e88b._0x261610)]={},_0x3404a7;}try{const _0x4c1109=await _0x349e5e['readFile'](_0x36a8be,_0x425cbd[_0x2533af(0x8e,-_0xa9e88b._0x5e0f86,0x4a,-_0xa9e88b._0x4d126c)]);return JSON[_0x2533af(-0x16e,-0x127,_0xa9e88b._0x20580a,-_0xa9e88b._0x311405)](_0x4c1109);}catch(_0x47609c){if(_0x425cbd[_0x2533af(-0xb0,-0x63,-_0xa9e88b._0x34c658,-0xf)](_0x425cbd[_0x2533af(-0x211,-0x241,-_0xa9e88b._0x35e422,-0x212)],'uJCCC')){const _0x4a4b7f={};return _0x4a4b7f[_0x2533af(-_0xa9e88b._0x49355a,-0x1ec,-0x122,-_0xa9e88b._0x398394)]=_0x425cbd[_0x2533af(-0xf3,-_0xa9e88b._0x391690,-0x3,-0xf1)],_0x4a4b7f[_0x2533af(-_0xa9e88b._0x2927ea,_0xa9e88b._0xd5ef8,-_0xa9e88b._0x32db9c,-_0xa9e88b._0x41e476)]=_0x425cbd[_0x2e7875(0x387,_0xa9e88b._0x291108,0x4d4,_0xa9e88b._0x52f86d)],_0x57d945[_0x2533af(-0x78,0x84,-0xc6,-_0xa9e88b._0x5622f9)](-0x649+0x40b+0x3ce)['json'](_0x4a4b7f);}else{if(_0x425cbd['pWDHt'](_0x47609c[_0x2533af(-_0xa9e88b._0x163c07,_0xa9e88b._0x33b25e,-_0xa9e88b._0x655ac,-0x9c)],_0x425cbd[_0x2533af(-0x10c,-_0xa9e88b._0xf11369,0xa,-_0xa9e88b._0x4cb8a3)])){if(_0x425cbd[_0x2e7875(0x4b4,0x541,0x47a,_0xa9e88b._0x596ea4)]('UXGNs',_0x425cbd['iDkQS'])){const _0x4ce632={};return _0x4ce632[_0x2e7875(_0xa9e88b._0x4280f2,_0xa9e88b._0x226374,0x4c3,0x320)]='Bad\x20Reques'+'t',_0x4ce632[_0x2e7875(_0xa9e88b._0x5a02e3,_0xa9e88b._0x14f071,_0xa9e88b._0x5a88cd,0x568)]=_0x425cbd[_0x2e7875(_0xa9e88b._0x49e9b9,_0xa9e88b._0x17725b,_0xa9e88b._0x393fcc,_0xa9e88b._0x1e9043)],_0x4f1e9f[_0x2e7875(_0xa9e88b._0x1f15ef,_0xa9e88b._0x10723c,0x674,_0xa9e88b._0x20e02b)](-0x3d*-0x79+0x83*-0x2f+-0x2*0x19c)['json'](_0x4ce632);}else{const _0x450738={};return _0x450738[_0x2e7875(0x56e,0x5c5,_0xa9e88b._0x52dff0,_0xa9e88b._0x2c46b3)]=_0x425cbd[_0x2e7875(_0xa9e88b._0x1f15ef,_0xa9e88b._0x32796a,0x4cc,0x64f)],_0x450738[_0x2533af(-0x132,_0xa9e88b._0x1eac9b,-0x59,-0x12)]={},_0x450738;}}const _0x10480c={};_0x10480c[_0x2e7875(0x3d8,_0xa9e88b._0x226374,_0xa9e88b._0x54fe06,_0xa9e88b._0x26f0a3)]=_0x47609c[_0x2e7875(0x49e,_0xa9e88b._0x14f071,0x56b,0x688)],logger[_0x2533af(-_0xa9e88b._0x1a8c37,-_0xa9e88b._0x5f4015,-0xed,-0x20b)](_0x425cbd[_0x2e7875(0x4b2,0x481,_0xa9e88b._0x1dcd8e,_0xa9e88b._0x1e806f)],_0x10480c);const _0x2986e4={};return _0x2986e4['version']=_0x425cbd[_0x2e7875(0x595,_0xa9e88b._0x23444c,0x4dd,0x566)],_0x2986e4['skills']={},_0x2986e4;}}}function _0x5e79(_0x3e09fa,_0xf5c15d){_0x3e09fa=_0x3e09fa-(0x1e78*-0x1+0xb*0x251+0x64c);const _0x58d346=_0x42cb();let _0x8753ef=_0x58d346[_0x3e09fa];if(_0x5e79['QxVCGd']===undefined){var _0x5cf8fe=function(_0x762150){const _0x5b275b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x435c4c='',_0x2585dc='';for(let _0x4fabdd=-0x1ec3+0xcec+0x11d7*0x1,_0x453718,_0x4897d4,_0x192570=0x217c+-0x9*0x2e1+-0x115*0x7;_0x4897d4=_0x762150['charAt'](_0x192570++);~_0x4897d4&&(_0x453718=_0x4fabdd%(-0x1bb5+0x285*-0xa+0x34eb)?_0x453718*(0x52*0x13+-0x25da+-0x2*-0x1002)+_0x4897d4:_0x4897d4,_0x4fabdd++%(-0x2*0xef7+-0x13a4+-0xb*-0x482))?_0x435c4c+=String['fromCharCode'](-0x1521*-0x1+-0x10e4+-0x33e&_0x453718>>(-(-0xc7f+0x1*-0x773+0x13f4)*_0x4fabdd&0x157e+0xbaf+-0x7b*0x45)):-0x1f3c+-0x4f*0x5+0x20c7){_0x4897d4=_0x5b275b['indexOf'](_0x4897d4);}for(let _0x57cbee=0x23c5+0x7cd+-0x1a*0x1ad,_0x40b225=_0x435c4c['length'];_0x57cbee<_0x40b225;_0x57cbee++){_0x2585dc+='%'+('00'+_0x435c4c['charCodeAt'](_0x57cbee)['toString'](0x1*-0x22a7+0xfcc+-0x12eb*-0x1))['slice'](-(0x1*-0x610+-0x1d5+0x7e7));}return decodeURIComponent(_0x2585dc);};_0x5e79['usncqe']=_0x5cf8fe,_0x5e79['YlQsoQ']={},_0x5e79['QxVCGd']=!![];}const _0x29025a=_0x58d346[0x21a8+-0x45*-0x1+-0x21ed],_0x15ce21=_0x3e09fa+_0x29025a,_0x28142e=_0x5e79['YlQsoQ'][_0x15ce21];return!_0x28142e?(_0x8753ef=_0x5e79['usncqe'](_0x8753ef),_0x5e79['YlQsoQ'][_0x15ce21]=_0x8753ef):_0x8753ef=_0x28142e,_0x8753ef;}async function saveImportedSkillsRegistry(_0x790c23){const _0x3d7b9b={_0x1f10e4:0x24f,_0xcae4cc:0x2a1,_0x45bc8f:0x39a,_0x227e1d:0x2a6,_0x2cd94f:0x170},_0x5f3c70={_0x313e7f:0x9b};function _0x52b414(_0x342278,_0x537857,_0x273482,_0x3efaec){return _0x5e79(_0x537857-0x70,_0x273482);}const _0x3aa997={'gZqsb':function(_0x39323b){return _0x39323b();}};function _0x229eb6(_0x5030e5,_0x5295a1,_0x721136,_0x169067){return _0x5e79(_0x721136- -_0x5f3c70._0x313e7f,_0x5030e5);}const _0x4b64cb=_0x3aa997[_0x229eb6(_0x3d7b9b._0x1f10e4,0x377,0x278,_0x3d7b9b._0xcae4cc)](getImportedSkillsRegistryPath);if(!_0x4b64cb)return;const _0x4171c1={};_0x4171c1['recursive']=!![],await _0x349e5e[_0x52b414(_0x3d7b9b._0x45bc8f,0x3c1,0x32e,0x2a2)](_0x7e7c9a['dirname'](_0x4b64cb),_0x4171c1),await _0x349e5e[_0x229eb6(0x27c,0x38d,_0x3d7b9b._0x227e1d,0x3a2)](_0x4b64cb,JSON['stringify'](_0x790c23,null,0x615+-0x1b1e+0x150b),_0x229eb6(0xb2,0x14b,_0x3d7b9b._0x2cd94f,0xb3));}function _0x42cb(){const _0x4988c5=['ueLJrMq','yK94AfG','mZCZmZC3CfbSDMLw','u2TPBgWGsuqGBq','C3rHCNrZv2L0Aa','yxnRswq','Aw5Nig9YihvUyq','CMvJDxjZAxzL','qufXugu','C1jSB3m','u0TjteWUBwq','ywrrt2i','BMCGwc1uyxnRlq','CM1PC3nPB24','ywnJzxnZ','zhboseS','zwqGzw52AxjVBG','rxPvq2e','u2TPBgWGjW','BvjLz2LZDhj5','uhb2CNi','zMLSzxm','B0fIruO','shvlsgG','Dc5QC29U','DenVBMzPzW','sw52ywXPzcb0yq','Eu9Kwhq','yxnZAwDUvg9fBG','rfjmuwO','uLjvvMy','ExHoz0O','zM5OCem','yvL6vKq','DML2tfa','reXsA24','Dg9ju09tDhjPBG','yxjNDw1LBNqTAa','yLzHA08','txvcu2u','teWUBwq','CgvYC2LZDcbZAW','C3rHDa','A2v5CW','CMvHzezPBgu','Cg9ZDa','BguGCgf0Aa','D3jPDguGC2TPBa','B0zPzgq','tKPIsNm','ig11C3qGyMuGyq','v2Dwvxq','B0HkA0i','vw5HDxrOB3jPEG','y1jwCKm','vgfZAYbKzwXLDa','u2TPBgWGDxbKyq','svnsv2u','zMLSzq','BYbLBNzPCM9UBq','rNv6tuS','t3z4qLe','u3z1CgW','zMLSDgvY','CMLUzW','vhHev04','AwvRsgO','quTXrxe','r0Ljwfm','rwDWrfK','Cgf0y2G','tLflr2m','rhzyCNG','vLvTwu8','Dg9mB3DLCKnHCW','zgvSzxrLzef0','zufLrK4','iMrLBgv0zsiGBW','D3nIBNq','y0jkr1e','C1vPtfi','tMndzLm','DxnLCM5HBwu','quvcALi','tKnetw4','lMLTCg9YDgvKlq','EwjRsKu','AxneAxjLy3rVCG','mtaXndi5ogLLtuzpwG','BM5VDcbIzsbTBW','qMv3ufm','rw52AxjVBM1LBG','tK9kzgy','uxbfq1u','ihnRAwXSCZP0yq','AwzZDeW','C2TPBgXZugf0Aa','Bg9HzcbPBxbVCG','Dg8GzwrPDcbZAW','AwXSCYbMCM9Tia','Esb0yxnR','uxvgvwy','r21fDgu','Bw9Kzq','jYbUB3qGzM91BG','wMPXse8','vfrXrM4','wxDrteG','DwvZDcbTAxnZAq','vgfZAY1jzcbOzq','zfDID20','z25Lzcb0BYbLBG','qM9KEsbPCYbYzq','D2fYBG','C2LNBMvKigj5ia','CMvKigfUzcbTDq','BgLpvvy','CgvZ','zgLMAwvK','y3jLyxrLzej5va','svbfBei','twLZC2LUzYbylq','t0HYzLK','DgfZA0LK','CKDJvvC','DgvZDa','DgLHBgL6zwq','sNvuyKy','y2f0y2G','CgfYC2u','yM9KEq','tuXUtM4','ufL3DwK','BuvUDMLYB25Tzq','wMPYBgS','DcbUB3qGzM91BG','AxnbCNjHEq','u2TPBgWGAxmGBG','Awrutxm','zMLSzxbHDgG','tKXgCvK','rLbcv2S','rgPqrNC','vgfZAYbVD25LCG','BM90igzVDw5K','vgDlsem','ANjjuMu','y2fSBgLUz1rHCW','zgvSzxrLzej5vq','y2HHCMfJDgvYCW','AuDmq3G','wevyuxK','t0XfAu8','C2LZDgvKihrVia','zcb0BYb0AgLZia','uKHxueq','BMzPzYbMAwXLia','DgvKigj5ihrHCW','sef5ANC','qu1RzgO','whD2BwO','DLDLsuO','igzPBgu','rw1ss2i','vgfZAYb1CgrHDa','s0P0su0','rMLSzsaN','z29Lz2q','C2XPy2u','A0PMEMe','y2nLBxO','zxmVkG','DgzPzKC','C3bSAxq','Eu9WAhG','rezNrKq','B25MAwCGD2HPBa','BwvUDa','EKz6yMq','mvPnDgryAG','lcbOExbOzw5Zla','CKvguxa','uMPwBhy','AuTqs2W','EMvK','z2v0','DguGBM90igLUAq','z1bQvxK','CgfYyw1Z','s3D4AMu','vxnLifbbveniia','DcbZDgLSBcbHyW','ihnRAwXS','A2Tmtee','twngq3y','y29Kzq','DhLWzq','tvrlwgS','v1HRCxC','Ae5IAfu','ANnVBG','AgfUDw1LCMLJia','wLvPrvG','BwfW','CxvLCNK','BwvZC2fNzq','zw52tMfTzq','sw50zxjUywWGuW','u2TPBgWGyxnZAq','C2SGsuq','t1bpuNO','Bw9KzwW','Dxn0igjLihbYBW','DMLYB25Tzw50','sfzgvKO','yxnZAwDUzwq','swnpsLe','zNr0EhG','AfjoBxe','zNjVBNrTyxr0zq','vxnLCIbSywnRCW','tMDlAgK','CMvHzg9UBhK','sKjZtKe','rhruv2W','A2LSBeLKihrVia','vgfZAYbYzwfKAq','vvDqzNy','v2rJtfa','BM9stLy','zgvSzxrLihnRAq','yxzzCxm','u2vYDMLJzsbUBW','igfUzcbTDxn0ia','u2TPBgWGDw5HCW','ntqYndi0AwX2uvn0','C3rYAw5NAwz5','thfXCLK','z1PXC2i','z25Tzw50ihbLCG','y29UzMLNigzPBa','zxHPC3rZ','zwTqD2W','EeTIu3u','wMTzqxa','yMPIBue','z2vTzw50ihjLCq','EMfktfm','CuXItvy','B3jJzt10CNvLia','C3rYEsbKDxjPBG','Dw5HC3nPz24GCW','C2TPBgW','z0jorxK','C2TPBgXjza','yxnZAwDUzwrtAW','shD3AeS','C2vYswq','CMvHzcbMAwXL','Dg8GCMvTB3zLia','B2XZ','zMXXqNu','C3nPz25PBMCGCW','oIbBxq','r1fmr1G','rvbuzeS','v3zvy1C','mJC0ndKZn2DmwKDNuG','DxbKyxrLigLTCa','zxj2zxiGrxjYBW','DMvYC2LVBG','BgWGzMLSzq','BeTTyKu','zxjjueq','BMvQs2e','u2DyBgO','zsbKzwXLDgLUzW','BvbYsgO','wxHjsxm','tgPYEuq','y0PrsMq','ChvZAa','B3j0zwqGCMvNAq','vgfZAYbSAxn0Aq','D3jPDgvgAwXL','t2X2CM4','Dw5RBM93BIb0yq','u2v4C2y','zw50CMLLCW','Aw5NihnRAwXSia','vNHuvuC','rNjVBuvUDMLYBW','vvHhtNm','ywLzzgm','AxngAwXL','C3vJy2vZCW','q1LoAKq','yvnowMi','zgrXsw8','C3qGyMuGysbZDa','BwTKAxi','zw5KC1DPDgG','C2STzwrPDcbWzq','Ec10yxnRlwLK','uM9jDxO','t2royva','DhnuB1vUyxnZAq','we1ODve','z2Dtuwu','z0Tszfe','qLL5C0y','D093CKK','CMvTB3zLzezYBW','rwPhDK8','DgfZAW','qMHABK4','l3nRAwXSCW','vwD4CNK','zxrLifnlsuXmlG','Aw5MBW','y1L4tuq','ENLgD3u','uurfEMC','DMLKzwq','zMLUza','zwrPDgfIBgu','zw52AxjVBM1LBG','wwfYteC','y21qwui','rgfiAhG','mtCYmda1menkDxnZtG','ls0T','tg13AuW','C2TPBgXZ','EujwBNe','zw50CYbHBMqGza','vKr5Cum','uevUzeK','DKj6B1m','uuXnDLC','zM9Yy2u','BYbHC3nVy2LHDa','Dw5SAw5R','s0nMDxK','wNfHy3G','igzYB20GDgfZAW','CIaIDw5HC3nPzW','v1POEKm','C3rHDhvZ','CYbYzxf1AxjLza','CgDOufe','yMuGzwL0AgvYia','y29KzxjdB25MAq','DuLwENy','mtjlB1bKA3a','Dxn0ignVBNrHAq','EwHVEg4','swqGAgvHzgvY','B3qGyxnZAwDUzq','AwXL','qMfKifjLCxvLCW','CNvbs1a','BMvKihrVig90Aa','tvDpDhy','BwvUDcb0BYbJBW','DgL2zsK','EwP5DvK','qvf3yvq','u2TPBgWGsuqGAq','z2jTtgK','CgXft08','y3jLyxrLzej5','Aw56Eve','ueHbyLu','z01owMm','Aw50','vKT2uwe','rhf2EKe','CLrMq08','B21mwxK','CxvPCMvKigfUza','DxnLCKLK','CwDntgK','ms4WlJa','EMndsey','z05dyLe','BgP2veG','zYb3AgLSzsb1BG','vLvczxe','sgHwzw4','quDxEwO','uNDjvey','zgvZy3jPChrPBW','zw50','ig5VDcbMB3vUza','tM90iezVDw5K','vgfZAYbJCMvHDa','yNHdvfK','DxbKyxrLzej5va','q0f4Chi','vgfZAYbOyxmGBG','EMrbsxy','Dvbwthm','qNzcuxi','C3rYAw5N','Aw5JBhvKzxm','sw52ywXPzcbMAq','B25SEsbZA2LSBa','zxjYB3i','ywXSB3DLzc10BW','u2TPBgWGBM90ia','sgrTtK0','A2LSBa','CgLMt2q','q1bZAMy','l3nRAwXSCY86CW','zgLYBMfTzq','A2LSBeLK','Ew5rthe','BM1LBNrZ','A3viDgq','ywrLCG','z0PvuK0','DwfvBwq','ELbJCMq','zcbPBIbZA2LSBa','zhrVy3e','y3jLyxrLihnRAq','BLrvwge','icaTia','AxqGzNjVBsbHBa','BMfTzq','AYaOD2L0Ag91Da','ww5jwM8','Bwf0y2G','zwrmuuK','AwXSCW','u2TPBgWGy3jLyq','sw52ywXPzcbZAW','BIbVBMX5igfSCa','mJG4mJy0mgfHthfpBa','DgfZA3m','CLnusLi','BKzQDhu','q29UzMXPy3q','uM1jBM4','CMvHzcbJB25MAq','sKPHv3C','thzdEhm','Dw5HC3nPz24','zxjTAxnZAw9Uia','vw5vDNq','z1vvzLC','BNrZ','vMz5tuG','igLZihjLywqTBW','twzjufe','thzOCxG','t1Pps0O','wMH0wMO','rMfPBgvKihrVia','jYbHBhjLywr5ia','y3jLyxrLzef0','rgvZy3jPChrPBW','tuPiA2e','De5HBwu','rM9YyMLKzgvU','vg9mCgq','zgrMDeG','igfUzcb1BMrLCG','zgvSzxrL','u2TPBgWGBwfUyq','BM90igHHDMuGCa','DK1YwKG','rvLnEuK','sfbYCKu','A2LSBeLKl2zPBa','wuPbt3G','BgvUz3rO','zgv0ywLSCW','vgHPCYbZA2LSBa','C2v0DxbqyxrO','BcbLBNzPCM9UBq','r2HADxu','vgfZAYb1C2vYia','DuHwCwO','BMX5igfUzcbJyq','rKj2Cu4','ndLQsKXHyMq','rxnnDeS','Ahbguxm','ru5pru5u','EhHQt2G','BMCGC2TPBgWGzG','r1rvu0S','Aw5NihnRAwXS','uMLwALG','qM5RreC','ihjLz2LZDhj5','De1Yz20','DhjPBq','BgTKtgi','u2TPBgWGzMLSzq','AwXSieLe','Bgv0zq','qwLnr2i','AM9PBG','zgvSzxrLigzPBa','C2TPBgXqyxrO','CMvHzcbZA2LSBa','zfHvvfe','y29UzMLNugf0Aa','mZCYntK0s0nivKPN','uuPsyM0','u2XequO','igvKAxqGCMvHza','zuXlugW','yxnZAwDUzwqGDa','zK5fuMe','DNzJDu4','t3HOzLG','DxbKyxrLigvUDG','zwXLDguGAxqU','AuTwv0C','kgLUlw1LBw9YEq','qLLOBMC','CwfhreW','DcbPBML0AwfSAq','igrLBgv0zwqGyG','rMDWChu','BxrbB0e','vMPWvwO','wgjwCve','wK5Jq3i','AxjVBM1LBNqGyW','A3Dxzxi','wLrNz0C','qujtq0G','AwXSigfZC2LNBG','DxbKyxrLihnRAq','Bw9KzsbTDxn0ia','qKnesKq','DxbKyxrLifnlsq','r0T0zgG','rvbvwNG','y2XLyw51CcK','vLrLzei','u2vxtxG','zgvSzxrLig9Yia','DxbKyxrLzej5vq','BNbOzfa','q2fUBM90igrLBa','zYbZA2LSBcbKzq','DxbKyxrLzef0','DxrMltG','zgvSzxrLzej5va','tuXSzwW','vuXgzM4','qxr0zw1WDcb0BW','B0vOvg0','v1vgv3i','ihn0CMLUzW','zxiGzw52AxjVBG','CLzuvuu','u2TPBgWGzgvSzq','ihjLz2LZDhj5ia','Bfzpzw8','sK1YEKO','vw9nAeu','r3fttfa','y29KzxiUANnVBG','D05cy2W','B05fA2W','DwLYzwq','DNHsCxq','tejLCw4','EMLoywq','sNvTCuS','zsbZA2LSBhm','BgHcDuS'];_0x42cb=function(){return _0x4988c5;};return _0x42cb();}async function getSkillFlags(_0x5a58ea){const _0x91772c={'ZGhlN':function(_0x97476a){return _0x97476a();}},_0x51a462=await _0x91772c['ZGhlN'](loadImportedSkillsRegistry);return _0x51a462['skills'][_0x5a58ea]?.['flags']||{};}async function isSkillReadonly(_0x17ceb7){const _0x36fcf6={_0x17e103:0x1be,_0x5f4363:0x12f,_0x44b463:0x25a,_0x4b2ce8:0x3e9,_0x34626a:0x1be,_0xdb5c8e:0x17e,_0x39df5f:0x222,_0x3a8d57:0x1da},_0x4ed626={};_0x4ed626[_0x257c8a(_0x36fcf6._0x17e103,0x1ca,_0x36fcf6._0x5f4363,_0x36fcf6._0x44b463)]=function(_0x3c9f2d,_0x206bf9){return _0x3c9f2d===_0x206bf9;};const _0x164695=_0x4ed626;function _0x257c8a(_0x3ff1d1,_0x11b29a,_0x1db0ca,_0x2fc363){return _0x5e79(_0x3ff1d1-0x6f,_0x11b29a);}const _0x2bf9ef=await getSkillFlags(_0x17ceb7);function _0x494759(_0x228d70,_0x1311e6,_0x1aed84,_0x4527fc){return _0x5e79(_0x4527fc-0x114,_0x1311e6);}return _0x2bf9ef[_0x257c8a(0x372,0x2ec,_0x36fcf6._0x4b2ce8,0x259)]===!![]||_0x164695[_0x257c8a(_0x36fcf6._0x34626a,_0x36fcf6._0xdb5c8e,_0x36fcf6._0x39df5f,_0x36fcf6._0x3a8d57)](_0x2bf9ef['system'],!![]);}function parseSkillMd(_0x41f799){const _0x39f030={_0x5b94c9:0x579,_0x296ed7:0x45f,_0x4e5b4a:0x2dc,_0x1cdfb8:0x3e2,_0x507991:0x2dd,_0x461e28:0xc1,_0x31b5c8:0xf8,_0x583e7d:0xab,_0x2c6733:0x10c,_0x59be54:0x58b,_0xca227b:0x562,_0x2014fa:0x539,_0x5f3b3b:0x309,_0x128582:0x410,_0x4abff5:0x1b3,_0x42ee82:0x201,_0x1c067b:0x36d,_0x3be261:0x209,_0x1c86d7:0x357,_0x3af9f5:0x2e0,_0x1283c1:0xf6,_0x197683:0x83,_0x2ecf09:0x54e,_0x1e8d2e:0xd3,_0x4e4b22:0xe4,_0x24f388:0x39,_0x1de30c:0x1e0,_0x118ba9:0x22e,_0xd8a33f:0x9b,_0x9f4b01:0x5c5,_0x2a6dd6:0x4c5,_0x2c6786:0x517,_0x5b7460:0x2ab,_0x317d6c:0x2fa,_0x851e6c:0x3b5,_0x2b26d6:0x2d7,_0x4419f3:0xcd,_0xd10624:0x1d9,_0x4a90c6:0x3b6,_0x2c8898:0x39a,_0x216cd9:0x2d8,_0x498bb5:0x38a,_0x11d09a:0x216,_0x48a0a0:0x48c,_0x116ec0:0x5e6,_0x36e936:0x55b,_0x54b7bb:0x1c6,_0x2e17d4:0xd8,_0x53c0f3:0x11e,_0x45efd2:0xdb,_0x35bd8a:0x306,_0x5611f7:0x355,_0x5f5a90:0x381,_0x4912c7:0x433,_0xfda2d9:0x38b,_0x3713a2:0x36c,_0x49fb34:0x3d3,_0x1f8a31:0x156,_0x421870:0x167,_0x58eb7c:0x38b,_0x570e24:0x388,_0x10426d:0x8b,_0x2139cc:0x1e2,_0x31e361:0x15c,_0x22f4d0:0x111,_0x1864c7:0x535,_0x109723:0x4c1,_0x209575:0x454,_0x1d8545:0x528,_0x5d1daf:0x4df,_0x522452:0x3ca,_0x1a1252:0xa0,_0x5939cd:0x4c,_0x4c8431:0xf7,_0x3fa155:0x1d,_0x4b63c6:0x25c,_0x3cd82f:0x3ac,_0x5e033a:0x463,_0x37d6a8:0x394,_0x4d769c:0x35,_0x4e9024:0x13c,_0x568612:0x226,_0x355dfb:0x22f,_0x1c09ce:0x2dc,_0x4a0b61:0x32a,_0x3ebab7:0x5a1,_0x3d2091:0x521,_0x635eec:0x550,_0x5b2b9f:0x330,_0x4b66fe:0x2a6,_0x5edd1c:0x23c,_0x238de7:0x1e9,_0x51ed94:0x25f,_0x6f45c9:0x242,_0x3cd178:0x153,_0x8b5427:0x173,_0x361602:0xd1,_0x3003f5:0x353,_0x5a104d:0x459,_0x18af0c:0x44,_0x6a7677:0xc4,_0x4751cf:0x21d,_0x214445:0x2b6,_0x14fad8:0xe9,_0x396d74:0x1ad,_0x13c8fb:0x234,_0x20ae5e:0x31d,_0x103111:0x296,_0xd3acf7:0x519,_0x53844e:0x428,_0x42596f:0x4c9,_0xe1e958:0x1cf,_0x2ebae9:0x1d7,_0x570a8a:0x17a,_0x54a604:0x96,_0x5cd8e5:0x4bf,_0xb9b5c6:0x508,_0x556c02:0x54e,_0x4d5e80:0x5bc,_0x56c9d8:0x230,_0x4aff58:0x139,_0x2f2039:0x276,_0x54e5ba:0x57a,_0x31ebd3:0x584,_0x2336a2:0x25e,_0x14558b:0x374,_0x5c0837:0x31b,_0x3992de:0x284,_0x237d87:0x59a,_0x38c473:0x4d7,_0x3d49ce:0x187,_0x5d9cf4:0x68,_0x3ff68d:0x261,_0x3399c3:0xc7,_0x56f3bd:0x14b,_0x89c465:0x212,_0x3d914a:0x408,_0x5b0b13:0x404,_0x563643:0x297,_0x213d46:0x26d,_0x14c41e:0x2f6,_0xd5caa9:0x3b7,_0x2b4226:0x3b4,_0x55745e:0x47a,_0x3c1ad2:0x2b2,_0xdd101f:0x124,_0x41f19f:0x1bc,_0x29f500:0x5b9,_0x595b58:0x217,_0x2acaf9:0x220,_0x59eaa8:0x2b0,_0x119059:0x163,_0x10c587:0x211,_0x50d788:0xf9,_0x59d5ac:0x102,_0x991664:0x408,_0x4f9cdd:0x2f5,_0x5c0e37:0x316,_0x54a074:0x15f,_0x3e07dc:0x17d,_0x413c0d:0x21b,_0x4098be:0x51e,_0x28a20a:0x16b,_0x48b16e:0x279,_0x524737:0x485,_0x540f64:0x37c,_0x48ea44:0x3bb,_0x7aff4:0x21b,_0x13bd3e:0x3e4,_0xc12df:0x440,_0x227fa9:0x264,_0x4008f8:0x1fb,_0x21af01:0x1b1,_0x3c4419:0x36d,_0x4b1c17:0x3ef,_0x34fbd0:0xf2,_0x19d2bb:0x322,_0x434899:0x183,_0x152bae:0x289,_0x4d2dd1:0x20d,_0x1e8472:0x225,_0x583405:0x5da,_0x96c703:0x548,_0x868de8:0x2e6,_0xb6ec5d:0x133,_0x48e8a4:0xcc,_0x58912e:0xb0,_0x3b30e9:0x1fd,_0xc5189e:0x10e,_0x3487a4:0x48a,_0xd08fcf:0x391,_0x228ffc:0x280,_0x3d3582:0x3e0,_0x2e6d0c:0x3d5,_0x3614c2:0x2d4,_0x463910:0x3a5,_0x199c38:0x2ce,_0x5d48a4:0x2a2,_0x48ce64:0x2f8,_0x3b94a4:0x288,_0x1fd370:0x303,_0x59ebf9:0x48e,_0x9a7511:0x48b,_0x128a9e:0x3f9,_0x413e32:0x3cf,_0x2e844f:0x34b,_0xa74e54:0x35d,_0x4d3bed:0x3fc,_0x2575ad:0x21c,_0x16b462:0x2ac,_0x304110:0x254,_0x4a8488:0x29f,_0x4d6faa:0x27e,_0x5cf0c3:0x1f3,_0x2b70fe:0x276,_0x40d0a9:0x163,_0x5b4bbf:0x2e1,_0x3e6d23:0xdf,_0x4b6204:0x39,_0x3a51c2:0x4bb,_0x5d4966:0x525,_0x5b1cfe:0x1ea,_0x5631ab:0x17,_0x1c4389:0x131,_0x244289:0x134,_0x29ed3b:0x41b,_0x5c10b9:0x79,_0x4170c8:0x18c,_0x284e6d:0x5d3,_0xef8f96:0x4d6,_0x150f3b:0x3ce,_0x3a8ef8:0x465,_0x2a72e0:0x3d3,_0xfe9527:0x220,_0x25f529:0x22f,_0x341a9c:0x2c7,_0x5c0fa0:0x272,_0x19ae2c:0x573},_0x5b3adb={_0x7666d3:0x198},_0x22e05e={};_0x22e05e[_0x3c1fd5(0x57b,0x504,_0x39f030._0x5b94c9,_0x39f030._0x296ed7)]=_0x3c1fd5(_0x39f030._0x4e5b4a,_0x39f030._0x1cdfb8,0x487,_0x39f030._0x507991)+_0x22e0e7(_0x39f030._0x461e28,_0x39f030._0x31b5c8,_0x39f030._0x583e7d,_0x39f030._0x2c6733),_0x22e05e[_0x3c1fd5(_0x39f030._0x59be54,0x4a4,_0x39f030._0xca227b,_0x39f030._0x2014fa)]=_0x3c1fd5(0x3bc,_0x39f030._0x5f3b3b,0x241,_0x39f030._0x128582)+_0x22e0e7(0x114,0x1b6,_0x39f030._0x4abff5,0x17a)+_0x3c1fd5(_0x39f030._0x42ee82,0x302,_0x39f030._0x1c067b,_0x39f030._0x3be261),_0x22e05e[_0x22e0e7(0x74,0x57,0x10e,0x7f)]=_0x22e0e7(0x36d,_0x39f030._0x1c86d7,_0x39f030._0x3af9f5,0x363)+'t',_0x22e05e['GIIXS']=_0x22e0e7(0x1fc,_0x39f030._0x1283c1,0x168,_0x39f030._0x197683)+_0x3c1fd5(0x528,0x45a,0x407,_0x39f030._0x2ecf09)+_0x22e0e7(0x1a0,_0x39f030._0x1e8d2e,_0x39f030._0x4e4b22,_0x39f030._0x24f388)+'\x20registry\x20'+_0x22e0e7(_0x39f030._0x1de30c,_0x39f030._0x118ba9,0x155,_0x39f030._0xd8a33f),_0x22e05e[_0x3c1fd5(_0x39f030._0x9f4b01,_0x39f030._0x2a6dd6,0x434,_0x39f030._0x2c6786)]=_0x3c1fd5(_0x39f030._0x5b7460,0x395,_0x39f030._0x317d6c,0x3de)+_0x22e0e7(0x1f5,_0x39f030._0x851e6c,_0x39f030._0x2b26d6,0x213)+_0x22e0e7(_0x39f030._0x4419f3,0x182,0x1c5,_0x39f030._0xd10624)+'r\x20\x22unassig'+'n\x22',_0x22e05e[_0x22e0e7(_0x39f030._0x4a90c6,_0x39f030._0x2c8898,0x2a2,_0x39f030._0x216cd9)]=function(_0x583d0f,_0x359632){return _0x583d0f===_0x359632;},_0x22e05e[_0x3c1fd5(0x297,_0x39f030._0x498bb5,0x430,0x32f)]=_0x22e0e7(-_0x39f030._0x24f388,0x8,0xbf,0x74),_0x22e05e['inzyQ']='Failed\x20to\x20'+'read\x20skill',_0x22e05e[_0x22e0e7(0x225,0x2dc,_0x39f030._0x11d09a,0x144)]=_0x3c1fd5(0x527,_0x39f030._0x48a0a0,0x461,0x4bc)+_0x3c1fd5(_0x39f030._0x116ec0,0x4ca,_0x39f030._0x36e936,0x5b1)+'r',_0x22e05e['XOyGO']=function(_0x141a26,_0x19929d){return _0x141a26!==_0x19929d;},_0x22e05e[_0x22e0e7(_0x39f030._0x54b7bb,_0x39f030._0x2e17d4,_0x39f030._0x53c0f3,_0x39f030._0x45efd2)]=_0x22e0e7(0x265,_0x39f030._0x35bd8a,0x26a,_0x39f030._0x5611f7),_0x22e05e[_0x3c1fd5(0x2b6,_0x39f030._0x5f5a90,0x295,_0x39f030._0x4912c7)]=function(_0x2484a4,_0x362bd1){return _0x2484a4===_0x362bd1;},_0x22e05e[_0x3c1fd5(0x300,_0x39f030._0xfda2d9,_0x39f030._0x3713a2,0x3dd)]='---',_0x22e05e[_0x22e0e7(0x30f,0x31f,0x2dc,_0x39f030._0x49fb34)]=_0x22e0e7(0x161,0x183,0x172,0xa0),_0x22e05e[_0x22e0e7(_0x39f030._0x1f8a31,_0x39f030._0x421870,0x205,0x2dc)]=function(_0x56d2f7,_0x29a19a){return _0x56d2f7===_0x29a19a;},_0x22e05e['cJQJd']=function(_0x1c2cfb,_0x35091f){return _0x1c2cfb!==_0x35091f;};function _0x22e0e7(_0x4b0b15,_0xe7bca3,_0x54e38d,_0x484b50){return _0x5e79(_0x54e38d- -0xad,_0x484b50);}_0x22e05e[_0x22e0e7(0x1f6,0x1f9,0x2a8,_0x39f030._0x58eb7c)]='KOQoi',_0x22e05e['CdmrU']='YhwVy',_0x22e05e['TRagh']=function(_0x47372f,_0x529150){return _0x47372f+_0x529150;};function _0x3c1fd5(_0x42b139,_0x15a262,_0x2192ec,_0x2998ed){return _0x5e79(_0x15a262-_0x5b3adb._0x7666d3,_0x42b139);}_0x22e05e[_0x3c1fd5(0x333,0x440,0x46d,_0x39f030._0x570e24)]=_0x22e0e7(_0x39f030._0x10426d,0x61,0x13f,_0x39f030._0x2139cc),_0x22e05e[_0x22e0e7(_0x39f030._0x31e361,0x203,_0x39f030._0x22f4d0,0x1fe)]='allowed-to'+_0x3c1fd5(_0x39f030._0x1864c7,_0x39f030._0x109723,_0x39f030._0x209575,_0x39f030._0x1d8545),_0x22e05e[_0x3c1fd5(0x51d,_0x39f030._0x5d1daf,_0x39f030._0x522452,0x564)]=function(_0x72fedb,_0x44c7a4){return _0x72fedb===_0x44c7a4;},_0x22e05e[_0x22e0e7(0xa2,_0x39f030._0x1a1252,0xad,0x1a)]=_0x22e0e7(_0x39f030._0x5939cd,0x1d8,_0x39f030._0x4c8431,-_0x39f030._0x3fa155);const _0x3edc06=_0x22e05e,_0x56de1a=_0x41f799['split']('\x0a'),_0x77190d={};let _0xf01090=![],_0x4207c2=![],_0x2556ad=0x66f+0x1b*-0x67+-0x3*-0x17a;for(let _0x5e60cb=-0x1*0x778+-0x1*0x1d2f+0x24a7;_0x5e60cb<_0x56de1a[_0x3c1fd5(_0x39f030._0x4b63c6,_0x39f030._0x1c86d7,0x363,0x436)];_0x5e60cb++){if(_0x3edc06['XOyGO'](_0x3edc06[_0x3c1fd5(_0x39f030._0x3cd82f,0x363,0x2bd,0x2c4)],_0x3edc06['hpFQs']))_0x4c328c[_0x3edc06['YarLG']]=_0x4923de;else{const _0x31a54c=_0x56de1a[_0x5e60cb];if(_0x3edc06[_0x3c1fd5(0x498,0x381,0x496,0x347)](_0x5e60cb,-0xff5+0x14d0+-0x71*0xb)&&_0x31a54c[_0x3c1fd5(_0x39f030._0x5e033a,_0x39f030._0x1c067b,_0x39f030._0x37d6a8,0x406)]()===_0x3edc06[_0x22e0e7(0x1da,0x1b2,0x146,0x7f)]){if(_0x3edc06[_0x22e0e7(_0x39f030._0x4d769c,0x222,_0x39f030._0x4e9024,_0x39f030._0x568612)](_0x3edc06[_0x22e0e7(_0x39f030._0x355dfb,0x1d4,_0x39f030._0x1c09ce,_0x39f030._0x4a0b61)],_0x3edc06[_0x3c1fd5(_0x39f030._0x3ebab7,_0x39f030._0x3d2091,0x5a5,_0x39f030._0x635eec)])){_0xf01090=!![];continue;}else{const _0x43a9c5={};_0x43a9c5[_0x3c1fd5(_0x39f030._0x5b2b9f,0x438,0x4e1,0x468)]=_0x21ad6c,_0x432307[_0x22e0e7(_0x39f030._0x4b66fe,_0x39f030._0x5edd1c,_0x39f030._0x238de7,0x113)](_0x3edc06[_0x22e0e7(0x246,0x20a,_0x39f030._0x51ed94,_0x39f030._0x6f45c9)],_0x43a9c5);const _0x2e5c59={};return _0x2e5c59[_0x22e0e7(_0x39f030._0x3cd178,_0x39f030._0x8b5427,0xcc,_0x39f030._0x361602)]=_0x3edc06[_0x3c1fd5(0x462,_0x39f030._0x3003f5,0x251,_0x39f030._0x5a104d)],_0x2e5c59['message']=_0x22e0e7(_0x39f030._0x18af0c,_0x39f030._0xd8a33f,_0x39f030._0x6a7677,_0x39f030._0x31b5c8)+_0x22e0e7(_0x39f030._0x4751cf,_0x39f030._0x214445,0x2cd,0x1f9)+_0x22e0e7(_0x39f030._0x14fad8,_0x39f030._0x396d74,0x188,_0x39f030._0x13c8fb)+_0x22e0e7(_0x39f030._0x20ae5e,0x1db,0x229,_0x39f030._0x103111),_0x68be41[_0x3c1fd5(0x55f,_0x39f030._0xd3acf7,_0x39f030._0x53844e,_0x39f030._0x42596f)](0x2*0x5f6+-0x1*-0x821+0x1*-0x127d)['json'](_0x2e5c59);}}if(_0xf01090){if(_0x3edc06[_0x22e0e7(0xf5,_0x39f030._0xe1e958,0x205,_0x39f030._0x2ebae9)](_0x31a54c[_0x22e0e7(0x1b0,_0x39f030._0x570a8a,0x128,_0x39f030._0x54a604)](),_0x3c1fd5(_0x39f030._0x5cd8e5,_0x39f030._0xb9b5c6,0x407,0x49f))){if(_0x3edc06[_0x3c1fd5(_0x39f030._0x556c02,0x4d5,0x5f0,_0x39f030._0x4d5e80)](_0x3edc06['RoIuz'],_0x3edc06['CdmrU'])){_0xf01090=![],_0x4207c2=!![],_0x2556ad=_0x3edc06['TRagh'](_0x5e60cb,0x25ed+0x1*0x24f+-0x283b);continue;}else{const _0x33c6f0={};_0x33c6f0['taskId']=_0x28b54e[_0x22e0e7(_0x39f030._0x56c9d8,_0x39f030._0x4aff58,0x1f3,0x22d)],_0x33c6f0[_0x22e0e7(0x240,0x167,_0x39f030._0x2f2039,0x305)]=_0x318151,_0x33c6f0['error']=_0x3f2ce8[_0x3c1fd5(0x43b,0x48a,_0x39f030._0x54e5ba,_0x39f030._0x31ebd3)],_0x46e48c[_0x22e0e7(0x151,_0x39f030._0x2336a2,_0x39f030._0x238de7,0x1e2)](_0x3c1fd5(0x3bb,0x345,_0x39f030._0x14558b,0x3e7)+_0x22e0e7(_0x39f030._0x5c0837,0x26f,_0x39f030._0x3992de,0x1d2)+_0x3c1fd5(_0x39f030._0x237d87,_0x39f030._0x38c473,0x4c8,0x44f)+_0x22e0e7(_0x39f030._0x3d49ce,0x22f,0x272,0x31b)+_0x22e0e7(_0x39f030._0x5d9cf4,_0x39f030._0x3ff68d,0x15c,_0x39f030._0x3399c3)+_0x22e0e7(_0x39f030._0x56f3bd,_0x39f030._0x89c465,0x12c,0x10d),_0x33c6f0);const _0x33862c={};_0x33862c['taskId']=_0x10c8fa[_0x3c1fd5(0x3e2,0x438,_0x39f030._0x3d914a,_0x39f030._0x5b0b13)],_0x33862c[_0x22e0e7(0x261,_0x39f030._0x563643,_0x39f030._0x2f2039,_0x39f030._0x213d46)]=_0x3e1d07,_0x33862c['environmen'+'t']=_0x1a21de,_0x33862c['force']=_0xb3c4d3,_0x33862c[_0x3c1fd5(0x1f6,_0x39f030._0x14c41e,_0x39f030._0xd5caa9,0x301)]=_0x155d06['id'],_0xf6c915[_0x3c1fd5(_0x39f030._0x2b4226,0x42e,0x458,_0x39f030._0x55745e)](_0x3edc06[_0x22e0e7(_0x39f030._0x3c1ad2,_0x39f030._0xdd101f,_0x39f030._0x41f19f,0x18d)],_0x33862c);const _0x929116={};return _0x929116['success']=!![],_0x929116['id']=_0xa52aaa,_0x929116['mode']=_0x5970e8,_0x929116['force']=_0x8a1bd2,_0x929116[_0x3c1fd5(0x619,0x503,_0x39f030._0x29f500,0x4f5)+'t']=_0x3530ba,_0x929116[_0x22e0e7(_0x39f030._0x595b58,_0x39f030._0x2acaf9,_0x39f030._0x59eaa8,0x246)+'mEnvironme'+_0x22e0e7(_0x39f030._0x119059,_0x39f030._0x10c587,_0x39f030._0x50d788,_0x39f030._0x59d5ac)]=_0x132ce4,_0x929116['removedFro'+'mRegistry']=![],_0x929116[_0x3c1fd5(_0x39f030._0x209575,_0x39f030._0x991664,_0x39f030._0x4f9cdd,_0x39f030._0x5c0e37)]=_0x4e93f4,_0x929116[_0x22e0e7(0xd3,0xba,_0x39f030._0x54a074,0x216)+_0x22e0e7(0x61,0x18b,_0x39f030._0x3e07dc,_0x39f030._0x413c0d)]=_0x63e8e6[_0x3c1fd5(0x4c7,0x438,_0x39f030._0x4098be,0x403)],_0x929116['deletedByU'+_0x22e0e7(_0x39f030._0x35bd8a,_0x39f030._0x28a20a,_0x39f030._0x48b16e,0x378)]=_0x1a6e89['id'],_0x4e77eb[_0x3c1fd5(0x3cc,_0x39f030._0x524737,_0x39f030._0x540f64,0x583)](_0x929116);}}const _0x25301a=_0x31a54c[_0x3c1fd5(_0x39f030._0x48ea44,0x32b,0x27a,_0x39f030._0x7aff4)](/^([a-z-]+):\s*(.*)$/);if(_0x25301a){if(_0x3edc06[_0x3c1fd5(_0x39f030._0x13bd3e,_0x39f030._0xc12df,0x348,0x467)]===_0x3edc06[_0x22e0e7(_0x39f030._0x31e361,_0x39f030._0x227fa9,_0x39f030._0x4008f8,_0x39f030._0x21af01)]){const [,_0x1c6618,_0xfea37a]=_0x25301a;if(_0x1c6618===_0x3edc06[_0x22e0e7(0x22d,0x1bf,0x111,0x204)]&&!_0xfea37a[_0x3c1fd5(0x284,_0x39f030._0x3c4419,0x3a9,0x3da)]())_0x77190d[_0x1c6618]=[];else{if(_0xfea37a[_0x3c1fd5(_0x39f030._0x4b1c17,0x36d,0x3ed,0x3ac)]()[_0x22e0e7(0x1d5,0x5b,0x17c,_0x39f030._0x34fbd0)]('[')&&_0xfea37a[_0x3c1fd5(0x294,_0x39f030._0x1c067b,0x31a,_0x39f030._0x19d2bb)]()[_0x22e0e7(0x207,0x2f6,0x2a5,_0x39f030._0x434899)](']'))_0x77190d[_0x1c6618]=_0xfea37a['trim']()[_0x22e0e7(_0x39f030._0x152bae,0x1b8,0x220,_0x39f030._0x35bd8a)](-0xba5*-0x2+0x166*-0x7+-0xd7f*0x1,-(0xb*-0x262+-0x8*-0x177+0xe7f))[_0x22e0e7(_0x39f030._0x4d2dd1,0x1f2,_0x39f030._0x1e8472,0x25e)](',')['map'](_0x44071b=>_0x44071b[_0x3c1fd5(0x2f2,0x36d,0x31f,0x2f4)]())[_0x3c1fd5(0x45f,0x3fc,0x431,0x427)](Boolean);else{if(_0xfea37a['trim']()){if(_0x3edc06[_0x3c1fd5(_0x39f030._0x583405,0x4df,0x492,_0x39f030._0x96c703)](_0x3edc06['DqvzA'],_0x3edc06[_0x22e0e7(-0x1b,_0x39f030._0x2c6733,0xad,-0x37)]))_0x77190d[_0x1c6618]=_0xfea37a[_0x3c1fd5(_0x39f030._0x868de8,0x36d,0x29d,0x3da)]();else{const _0x1d3700={};return _0x1d3700[_0x22e0e7(_0x39f030._0xb6ec5d,-0x53,_0x39f030._0x48e8a4,0x1d8)]=_0x3edc06[_0x22e0e7(_0x39f030._0x58912e,_0x39f030._0x3b30e9,_0x39f030._0xc5189e,0x154)],_0x1d3700[_0x3c1fd5(0x48e,_0x39f030._0x3487a4,_0x39f030._0xd08fcf,0x417)]=_0x3edc06[_0x22e0e7(0x211,0x334,_0x39f030._0x228ffc,0x39d)],_0x148381[_0x22e0e7(_0x39f030._0x3d3582,_0x39f030._0x2e6d0c,_0x39f030._0x3614c2,_0x39f030._0x463910)](-0x1ca0+-0x10a5+0x1*0x2ed5)['json'](_0x1d3700);}}}}}else{if(_0x3edc06[_0x22e0e7(_0x39f030._0x199c38,0x249,_0x39f030._0x5d48a4,0x2be)](_0x4f9094[_0x22e0e7(_0x39f030._0x48ce64,_0x39f030._0x3b94a4,0x23b,_0x39f030._0x1fd370)],'ENOENT')){const _0x26564b={};return _0x26564b['error']=_0x3edc06['Fgppu'],_0x26564b[_0x3c1fd5(_0x39f030._0x59ebf9,0x48a,_0x39f030._0x9a7511,0x467)]=_0x3c1fd5(_0x39f030._0x128a9e,_0x39f030._0x413e32,_0x39f030._0x2e844f,0x409)+_0x543082+(_0x3c1fd5(0x47a,0x425,_0x39f030._0xa74e54,_0x39f030._0x4d3bed)+'d'),_0x2198a2[_0x22e0e7(0x279,_0x39f030._0x2575ad,0x2d4,0x352)](-0x3*-0xc91+-0x107a+0x1*-0x13a5)[_0x22e0e7(_0x39f030._0x16b462,_0x39f030._0x304110,0x240,0x2e8)](_0x26564b);}const _0x104786={};_0x104786[_0x22e0e7(_0x39f030._0x4a8488,_0x39f030._0x4d6faa,_0x39f030._0x5cf0c3,0x1e9)]=_0x32a465[_0x22e0e7(0x1d0,0x169,0x1f3,0x168)],_0x104786[_0x22e0e7(0x386,0x323,_0x39f030._0x2b70fe,_0x39f030._0x40d0a9)]=_0x2114ff,_0x104786[_0x3c1fd5(0x368,0x311,_0x39f030._0x5b4bbf,0x361)]=_0x24c0b0['message'],_0x150a62['error'](_0x3edc06[_0x22e0e7(-0x19,0x185,0xa8,0x181)],_0x104786);const _0x3b8b9a={};_0x3b8b9a[_0x22e0e7(0x1ad,_0x39f030._0x3e6d23,0xcc,_0x39f030._0x4b6204)]=_0x3edc06['HAyjw'],_0x3b8b9a[_0x3c1fd5(_0x39f030._0x3a51c2,0x48a,_0x39f030._0x5d4966,0x398)]=_0x22e0e7(0xd1,_0x39f030._0x5b1cfe,0x100,-_0x39f030._0x5631ab)+_0x22e0e7(0x12d,0x1ce,_0x39f030._0x1c4389,_0x39f030._0x244289),_0x34938e['status'](0x509*0x1+0x279+-0x58e)['json'](_0x3b8b9a);}}else{if(_0x31a54c[_0x3c1fd5(0x24d,_0x39f030._0x1c067b,_0x39f030._0x29ed3b,0x3a2)]()[_0x22e0e7(_0x39f030._0x5c10b9,_0x39f030._0x4170c8,0x17c,0x23d)]('-\x20')&&_0x77190d[_0x3edc06['YJAOx']]){const _0x1d56bb=Object['keys'](_0x77190d)[_0x3c1fd5(0x5ad,0x501,0x596,0x58d)](_0x3d09c2=>Array['isArray'](_0x77190d[_0x3d09c2]));_0x1d56bb&&_0x77190d[_0x1d56bb][_0x3c1fd5(_0x39f030._0x284e6d,_0x39f030._0xef8f96,0x51b,_0x39f030._0x150f3b)](_0x31a54c['trim']()[_0x3c1fd5(0x3d9,_0x39f030._0x3a8ef8,_0x39f030._0x2a72e0,0x35b)](-0x3*-0x319+-0xc8e*-0x1+-0x15d7)['trim']());}}}}}const _0x44ae3b=_0x4207c2?_0x56de1a[_0x22e0e7(0x1f2,0x171,_0x39f030._0xfe9527,_0x39f030._0x25f529)](_0x2556ad)[_0x3c1fd5(_0x39f030._0x341a9c,0x373,_0x39f030._0x5c0fa0,0x3d4)]('\x0a'):_0x41f799,_0x2ffc03={};return _0x2ffc03[_0x3c1fd5(_0x39f030._0x19ae2c,0x498,0x397,0x46f)+'r']=_0x77190d,_0x2ffc03['body']=_0x44ae3b,_0x2ffc03;}function serializeSkillMd(_0x433c11,_0x113e51){const _0x49fcbb={_0xd0fd9c:0x45f,_0xd99313:0x44e,_0x3f30a5:0x607,_0x4cd421:0x628,_0x585c65:0x527,_0x329466:0x54d,_0x3d55a5:0x663,_0x54634d:0x6ba,_0x224812:0x5bd,_0xd8e7d1:0x391,_0x41e649:0x242,_0x2044d1:0x31c,_0x292535:0x462,_0xbd6118:0x3ad,_0x4b166a:0x39d,_0x29df9c:0x49e,_0x2d8aad:0x46f,_0x26799d:0x2a1,_0x226010:0x3dd,_0x588317:0x443,_0x298b38:0x4f8,_0x433ffa:0x377,_0x4cdd4d:0x401,_0x45d97e:0x3f7,_0x382218:0x3d3,_0x316936:0x56e,_0x544680:0x504,_0x3440aa:0x26c,_0x21fc5c:0x520,_0x5db77d:0x577,_0x51d62c:0x5a4,_0x31b061:0x5a8,_0x41cf53:0x606,_0x5c4b4a:0x4a5,_0x5f49e6:0x565,_0x27a832:0x1fb,_0x42e89a:0x2f9,_0xac6510:0x434,_0x102453:0x49a,_0x590ec9:0x503,_0x2e324f:0x336,_0x1247a8:0x43d,_0x194984:0x422,_0x422ed0:0x412,_0x11b636:0x5bc,_0x4e39b0:0x5ce,_0x107252:0x53b,_0x4b6ccf:0x517,_0x2c30bd:0x34e,_0x3d68f2:0x45a,_0x3f3d00:0x65a,_0x45bf7a:0x2a2,_0x330479:0x3ba,_0x157bdc:0x304,_0x3d4feb:0x40d,_0x1e45b1:0x380,_0x4a0b1f:0x37a,_0x1f34f9:0x362,_0xac0d04:0x2c4,_0x5d51ed:0x617,_0x2ddcc4:0x5e1,_0x3b76cf:0x3c3,_0x38113b:0x3e5,_0x195c06:0x3c8,_0x4af7ed:0x48e,_0x1d86d5:0x49b,_0x2ef60e:0x29c,_0x1d8ac0:0x279,_0x52982e:0x562,_0x39ce82:0x5c2,_0x4f9ebf:0x49b,_0x9f4578:0x50d,_0x56e673:0x516,_0x6c452:0x5a4,_0x2c8998:0x5c7,_0x450e37:0x4a1,_0x372943:0x34f,_0xdc4f4a:0x40e,_0x428b6f:0x3c3,_0x1515da:0x368,_0x5d1b9b:0x588,_0xe1b3cd:0x651,_0x2333bc:0x3a1,_0x762cce:0x409,_0x493242:0x460,_0x4bf172:0x2d5,_0x205499:0x295,_0x1af916:0x5d4,_0x4fea35:0x446,_0x5df53d:0x40f,_0x1ad4ac:0x4a8,_0x5a568f:0x69e,_0x3f38ee:0x47d,_0x618d92:0x583,_0x4b295c:0x575,_0x5a1fcf:0x4c5,_0x10ec97:0x5ae,_0x45a50f:0x3ee,_0x57bc2:0x20f},_0x442745={};_0x442745['mqAoa']=_0x14cae2(0x55f,_0x49fcbb._0xd0fd9c,_0x49fcbb._0xd99313,0x4ca)+_0x14cae2(0x660,_0x49fcbb._0x3f30a5,0x5b1,0x62d)+_0x14cae2(0x4e9,_0x49fcbb._0x4cd421,_0x49fcbb._0x585c65,_0x49fcbb._0x329466)+'ng\x20X-Task-'+_0x14cae2(_0x49fcbb._0x3d55a5,_0x49fcbb._0x54634d,0x620,_0x49fcbb._0x224812),_0x442745['vWeIJ']=_0x53423b(0x375,0x375,0x2c9,_0x49fcbb._0xd8e7d1)+'ed',_0x442745[_0x53423b(0x362,0x2d9,_0x49fcbb._0x41e649,_0x49fcbb._0x2044d1)]=_0x53423b(0x3b9,0x2df,_0x49fcbb._0x292535,0x3a0)+_0x53423b(_0x49fcbb._0xbd6118,_0x49fcbb._0x4b166a,_0x49fcbb._0x29df9c,_0x49fcbb._0x2d8aad)+_0x53423b(_0x49fcbb._0x26799d,0x22b,0x188,0x35c),_0x442745['plEOO']=_0x14cae2(_0x49fcbb._0x226010,0x335,_0x49fcbb._0x588317,0x4d6)+_0x14cae2(_0x49fcbb._0xd99313,_0x49fcbb._0x298b38,0x480,0x55a)+_0x53423b(0x312,0x2d2,_0x49fcbb._0x433ffa,0x2fd)+_0x53423b(0x3f0,0x442,0x403,_0x49fcbb._0x4cdd4d)+_0x53423b(0x454,_0x49fcbb._0x45d97e,_0x49fcbb._0x382218,_0x49fcbb._0x316936)+_0x53423b(0x400,_0x49fcbb._0x544680,0x343,0x48a),_0x442745['dtocq']=_0x53423b(_0x49fcbb._0x3440aa,0x244,0x17e,0x167)+'s\x20required'+_0x14cae2(0x4a7,_0x49fcbb._0x21fc5c,0x5a4,_0x49fcbb._0x5db77d)+'be\x20a\x20strin'+'g',_0x442745[_0x14cae2(0x6cd,0x50d,0x5ae,_0x49fcbb._0x51d62c)]=_0x14cae2(_0x49fcbb._0x31b061,0x696,_0x49fcbb._0x41cf53,0x50d),_0x442745[_0x53423b(0x4a9,_0x49fcbb._0x5c4b4a,0x44e,_0x49fcbb._0x5f49e6)]=function(_0x5ab3b1,_0x5854f3){return _0x5ab3b1!==_0x5854f3;},_0x442745[_0x53423b(0x2a2,0x277,_0x49fcbb._0x27a832,_0x49fcbb._0x42e89a)]=_0x53423b(_0x49fcbb._0xac6510,0x4fc,_0x49fcbb._0x102453,_0x49fcbb._0x590ec9),_0x442745[_0x53423b(0x391,_0x49fcbb._0x2e324f,_0x49fcbb._0x1247a8,0x441)]='yFlAW',_0x442745[_0x14cae2(_0x49fcbb._0x194984,_0x49fcbb._0x422ed0,0x4af,0x405)]=_0x14cae2(_0x49fcbb._0x11b636,_0x49fcbb._0x4e39b0,0x616,0x538),_0x442745[_0x14cae2(0x584,_0x49fcbb._0x107252,0x56d,_0x49fcbb._0x4b6ccf)]=function(_0x576033,_0x1351d1){return _0x576033===_0x1351d1;};const _0x8d2915=_0x442745,_0x5b34e9=[_0x8d2915[_0x53423b(0x433,0x4a8,0x48a,0x513)]];for(const [_0x3012c0,_0x4b6bbf]of Object[_0x53423b(0x460,_0x49fcbb._0x2c30bd,0x56f,_0x49fcbb._0x3d68f2)](_0x433c11)){if(_0x8d2915[_0x14cae2(_0x49fcbb._0x3f3d00,0x543,0x624,0x556)](_0x8d2915[_0x53423b(_0x49fcbb._0x45bf7a,_0x49fcbb._0x330479,0x254,0x2b7)],_0x8d2915[_0x53423b(0x2a2,0x344,0x199,_0x49fcbb._0x157bdc)])){_0xac9b08['warn'](_0x8d2915['mqAoa']);const _0x40bcfa={};return _0x40bcfa['error']=_0x8d2915[_0x14cae2(0x574,0x447,0x55c,0x547)],_0x40bcfa[_0x53423b(_0x49fcbb._0x3d4feb,_0x49fcbb._0x1e45b1,_0x49fcbb._0x4a0b1f,0x34d)]=_0x8d2915[_0x53423b(_0x49fcbb._0x1f34f9,_0x49fcbb._0xac0d04,0x406,0x460)],_0x339e22[_0x14cae2(0x716,0x544,_0x49fcbb._0x5d51ed,_0x49fcbb._0x2ddcc4)](-0xa62*-0x3+-0x2f*0x77+-0x7bc)[_0x53423b(0x408,0x3ae,_0x49fcbb._0x3b76cf,_0x49fcbb._0x38113b)](_0x40bcfa);}else{if(Array[_0x53423b(_0x49fcbb._0x195c06,0x399,0x2e7,0x439)](_0x4b6bbf)){if(_0x8d2915[_0x14cae2(_0x49fcbb._0x4af7ed,_0x49fcbb._0x1d86d5,0x50c,0x462)]!==_0x8d2915['UoMhE']){if(_0x8d2915['zFzbd'](_0x4b6bbf[_0x53423b(0x2da,_0x49fcbb._0x2ef60e,_0x49fcbb._0x1d8ac0,0x221)],-0x24ff+0x1*-0x14cf+0x39ce))_0x5b34e9['push'](_0x3012c0+_0x14cae2(_0x49fcbb._0x52982e,0x4d7,_0x49fcbb._0x39ce82,0x5b6));else{_0x5b34e9[_0x53423b(0x459,_0x49fcbb._0x4f9ebf,_0x49fcbb._0x9f4578,_0x49fcbb._0x56e673)](_0x3012c0+':');for(const _0x27f524 of _0x4b6bbf){_0x5b34e9[_0x14cae2(0x6af,0x61a,0x5d4,0x4fe)]('\x20\x20-\x20'+_0x27f524);}}}else{const _0x4876ed={};_0x4876ed[_0x14cae2(_0x49fcbb._0x6c452,0x42d,0x536,0x658)]=_0xa05d8a[_0x14cae2(_0x49fcbb._0x2c8998,0x5d5,0x536,_0x49fcbb._0x450e37)],_0x4876ed[_0x53423b(0x43e,0x547,0x432,_0x49fcbb._0x372943)]=_0x13f69e,_0x4876ed[_0x53423b(_0x49fcbb._0xdc4f4a,_0x49fcbb._0x428b6f,0x509,_0x49fcbb._0x1515da)]=_0x1621ed,_0x4876ed['error']=_0x41898d[_0x14cae2(0x622,0x64e,_0x49fcbb._0x5d1b9b,_0x49fcbb._0xe1b3cd)],_0xeed8f8[_0x53423b(0x3b1,0x412,_0x49fcbb._0x2333bc,_0x49fcbb._0x762cce)](_0x8d2915[_0x14cae2(0x2d5,0x451,0x3e9,_0x49fcbb._0x493242)],_0x4876ed);}}else{if(_0x4b6bbf!==undefined&&_0x4b6bbf!==null&&_0x8d2915['ruAKP'](_0x4b6bbf,'')){if(_0x8d2915['ruAKP']('cBnXK',_0x53423b(_0x49fcbb._0x4bf172,0x2f8,0x399,_0x49fcbb._0x205499)))_0x5b34e9[_0x14cae2(0x6bb,0x689,_0x49fcbb._0x1af916,0x5da)](_0x3012c0+':\x20'+_0x4b6bbf);else{const _0x1360b3={};return _0x1360b3[_0x14cae2(0x4be,_0x49fcbb._0x4fea35,_0x49fcbb._0x5df53d,0x2f2)]=_0x53423b(_0x49fcbb._0x1ad4ac,0x53d,0x38a,0x465)+'t',_0x1360b3[_0x14cae2(0x519,_0x49fcbb._0x5a568f,_0x49fcbb._0x5d1b9b,0x63e)]=_0x8d2915[_0x14cae2(0x36e,0x4b8,0x421,0x442)],_0x3e9b5d['status'](-0x1a*0x146+0xb*0x2+0x2296)[_0x14cae2(_0x49fcbb._0x3f38ee,0x499,_0x49fcbb._0x618d92,0x57b)](_0x1360b3);}}}}}_0x5b34e9[_0x14cae2(_0x49fcbb._0x4b295c,0x518,_0x49fcbb._0x1af916,0x621)](_0x8d2915[_0x14cae2(0x493,_0x49fcbb._0x5a1fcf,_0x49fcbb._0x10ec97,0x6ae)]),_0x5b34e9[_0x53423b(0x459,0x3c4,0x561,_0x49fcbb._0x45a50f)]('');function _0x53423b(_0x131b33,_0x1288fd,_0x20b0c7,_0x568eb1){return _0x5e79(_0x131b33-0x11b,_0x20b0c7);}function _0x14cae2(_0x560b1c,_0x552c21,_0x235428,_0x26b1ba){return _0x5e79(_0x235428-0x296,_0x26b1ba);}return _0x5b34e9['push'](_0x113e51),_0x5b34e9[_0x53423b(0x2f6,_0x49fcbb._0x57bc2,0x2af,0x2ad)]('\x0a');}async function requireTaskAuth(_0x159836,_0x5117a4,_0x507c2b){const _0x114f1c={_0x4b0d2a:0x6d8,_0x5a576e:0x5c4,_0x21276e:0x6bb,_0x9c6985:0x597,_0x1fc95f:0x5e7,_0x3fc63c:0x580,_0x8ab94e:0x23,_0x7d1834:0x181,_0x30855a:0x68,_0x500f77:0x491,_0x34b103:0x569,_0x4a59e1:0x13d,_0x4a8110:0x15e,_0x4c7d8d:0xb9,_0x1f4087:0xed,_0x358520:0x64,_0x544bf5:0x158,_0x3c9e69:0x596,_0x5e3505:0x573,_0x532822:0x670,_0x32c8d2:0x57f,_0x3759d9:0xb1,_0x2cfaab:0xe1,_0x1f5f66:0x58f,_0x42d23a:0x475,_0x486987:0x4e,_0x51227d:0x3c,_0xb87f9c:0x4c,_0x472b85:0x49,_0x4d593f:0x8d,_0xfa2ec6:0x9,_0x31386e:0xa8,_0x49b34e:0x142,_0x421210:0xdc,_0x264282:0x118,_0x9a871:0xfe,_0x380172:0x53f,_0x5d55fe:0x5b2,_0x33fb02:0x50c,_0x1f4618:0x6d,_0x3ebdb7:0xf5,_0x5bd2de:0x5a,_0xc5e2bf:0x1f5,_0x16dcb3:0x50d,_0x49fd5d:0x516,_0x456518:0x451,_0xffe46e:0x4eb,_0x3829d7:0xba,_0x4c0647:0xa2,_0x3c4862:0x4d1,_0x5f47e1:0x596,_0x4b1d33:0x49e,_0x516637:0x57a,_0x2eb034:0x595,_0x8435f9:0x579,_0x503545:0x7e,_0x59a80e:0x9a,_0x30708c:0x13a,_0x5ba9d5:0xe6,_0x3af218:0x83,_0x4caca1:0x634,_0x57dd75:0x637,_0x272af7:0x494,_0x25e34a:0x470,_0x583434:0x4de,_0x5322d6:0x586,_0x1b7fec:0x3f7,_0x156267:0x47b,_0x47e8b5:0x10c,_0x1e3959:0xe7,_0xd018a5:0xae,_0x5310f5:0x1cb,_0x22f58b:0xaf,_0x4054da:0x5fc,_0x240042:0x568,_0x4cf897:0x538,_0x5e3ecb:0xf0,_0x59dfff:0x2a,_0x2dda8b:0x36,_0x51efaa:0x8f,_0x515c32:0x4c2,_0x311dd1:0x53b,_0x133ba7:0x4a8,_0x4d669f:0x27,_0x54e871:0x7a,_0x543310:0x8b,_0x327729:0x684,_0x3e90e4:0x6fd,_0x3c54e2:0x648,_0x413d35:0x543,_0x55c88d:0x65d,_0x49f35b:0x5d5,_0x5da1ee:0x62c,_0x4d3603:0x19d,_0x4f5f9d:0xf3,_0x30d94e:0x145,_0x4a6fba:0xa8,_0x125031:0x1a3,_0x24971b:0xee,_0x14b534:0x460,_0x535f8d:0x571,_0x2ff853:0x550,_0x506fef:0x35b,_0x4d89e2:0x1a3,_0x40f76f:0x1c,_0x3f9875:0xa1,_0x465c41:0x5d3,_0xc5cea:0x6c4,_0x3587c7:0x56e,_0x3cb41a:0x5ee,_0x3b4656:0x143,_0x2efe65:0x82,_0x2719ff:0x76,_0x290a1c:0x178,_0x15b7e7:0x11a,_0x4dbb4b:0x14,_0x17eb98:0x97,_0x344bca:0xa0,_0xfe37c3:0x45a,_0x1b7c93:0x4ec,_0x356e0b:0x4d2,_0x53c4e7:0x547,_0x157e5b:0x32f,_0x323154:0x51a,_0x4208b6:0x5d3,_0x317f8b:0x6a3,_0x1af166:0x5f8,_0x225e36:0x495,_0x231ee4:0x63,_0x1132cd:0x110,_0x4ae030:0x106,_0x266ed2:0xda,_0x45e9e7:0x2e,_0x16c626:0x7f,_0x532d83:0x9b,_0x5140fb:0x10,_0x29d47a:0x41,_0x4b746a:0x520,_0x489311:0x57d,_0x4cfce3:0x4ea,_0x5881ff:0xea,_0x583903:0x149,_0x56f9d7:0x86,_0x5d6c1d:0x1b,_0x48b4ec:0x104,_0x74688f:0x5b2,_0x1a511f:0x650,_0x8bf0bb:0x4db,_0x27aa9c:0x567,_0x5bc221:0x542,_0x3f588d:0xfa,_0x2fd1ab:0xcc,_0x55eb04:0x5e0,_0x33f456:0x4c8,_0x1b0755:0x46c,_0x306c68:0x4c0,_0x47f478:0x46f,_0x3bd195:0x1c2,_0x2f29fa:0x90,_0x4ca8d8:0x230,_0x133f82:0xe2,_0x4e713d:0x115,_0x368f03:0x5b,_0x2717f8:0x8b,_0x1307c8:0x72,_0x4d9d27:0x675,_0x5b196e:0x662,_0x55f7f0:0x2,_0x2ec392:0x59,_0x262424:0x86,_0x19f9d7:0x435,_0x1b1ede:0x365,_0x3705b6:0x3a,_0x341794:0xec,_0x33a478:0x4bf,_0x5b0369:0x50f,_0x161b74:0x52b,_0x73018e:0x5,_0x313e4c:0x3bf,_0x4db8d6:0x43f,_0x2d68ef:0x467,_0x50c1bb:0x577,_0x1b3a5b:0x5d7,_0xd87e22:0x598,_0x49c64c:0x58c,_0x37c083:0x5d1,_0x3aca8a:0x17f,_0xa9fd1e:0x169,_0x48d8bd:0x2b,_0x1ad394:0x15,_0x1a583c:0x513,_0x467ea8:0x4df,_0x54f10a:0x3d2,_0x555092:0x593,_0x15d8b2:0x626,_0x5905a6:0x5ce,_0x5aeda0:0x4e3,_0x3d6b48:0x1f5,_0x41e65e:0x11f,_0x4b5e40:0x5cc,_0x499d19:0x581,_0x2e1491:0x48a,_0x2ef199:0x450,_0x34338e:0x523,_0x215038:0x9e,_0xd4f1c4:0x558,_0x175de8:0x4bd,_0x2c3887:0x4e0,_0x24fbae:0x169,_0x373595:0x49d,_0x1c195e:0x4a7,_0x45a083:0x4fc,_0x3e5e00:0x598,_0x57f592:0x45,_0x33d833:0x141,_0x48bd4d:0x11b,_0x2d1eee:0xce,_0x3b7b5c:0x3c,_0x36f779:0xfa,_0x5c6a24:0x455,_0x5e6f51:0x462,_0x233d4b:0x45a,_0x1f46ea:0x3d3,_0x5bd1db:0x195,_0x1b4486:0x5a8,_0x1021cb:0x154,_0x4e9f55:0x16d,_0x145e49:0x5,_0x56c9dd:0x85,_0x2cbb32:0xc2,_0x492def:0x688,_0x604bc4:0x659,_0xe6617:0x64c,_0x4671f3:0x29,_0x3d3bb1:0x13f,_0xf82e3d:0x2e,_0x58d5d4:0x16e,_0x4a54e3:0xbd,_0x299311:0x476,_0x3508e6:0x36d,_0x5ee68f:0x2b,_0x556cd8:0x24,_0x28ad8b:0x71b,_0x23637f:0x60f},_0xb8f4cf={'gbmLi':'Bad\x20Reques'+'t','FuzMK':_0x4e3b3f(_0x114f1c._0x4b0d2a,_0x114f1c._0x5a576e,_0x114f1c._0x21276e,_0x114f1c._0x9c6985)+'/skills/:s'+_0x4e3b3f(0x6be,_0x114f1c._0x1fc95f,_0x114f1c._0x3fc63c,0x63e)+_0x15d8ce(0x5b,-_0x114f1c._0x8ab94e,-_0x114f1c._0x7d1834,-_0x114f1c._0x30855a)+_0x4e3b3f(_0x114f1c._0x500f77,0x52e,_0x114f1c._0x34b103,0x411),'fNERa':'1.0.0','yBVnq':_0x15d8ce(_0x114f1c._0x4a59e1,_0x114f1c._0x4a8110,_0x114f1c._0x4c7d8d,_0x114f1c._0x1f4087),'vFhim':_0x15d8ce(-_0x114f1c._0x358520,_0x114f1c._0x544bf5,0xab,0x37)+_0x4e3b3f(_0x114f1c._0x3c9e69,_0x114f1c._0x5e3505,_0x114f1c._0x532822,_0x114f1c._0x32c8d2)+_0x15d8ce(-0x16a,-0xeb,-_0x114f1c._0x3759d9,-_0x114f1c._0x2cfaab),'KCfuy':function(_0x3a0ce9,_0xae87f4){return _0x3a0ce9===_0xae87f4;},'QDEzg':_0x4e3b3f(_0x114f1c._0x1f5f66,_0x114f1c._0x42d23a,0x578,0x555),'YwQLH':_0x4e3b3f(0x497,0x499,0x473,0x51e)+'gement\x20rou'+_0x15d8ce(-_0x114f1c._0x486987,0x129,-0x52,0x78)+_0x15d8ce(0x39,0x6,0x2c,_0x114f1c._0x51227d),'uHVqj':_0x15d8ce(0xaa,-_0x114f1c._0xb87f9c,_0x114f1c._0x472b85,_0x114f1c._0x4d593f)+_0x15d8ce(-_0x114f1c._0x8ab94e,-_0x114f1c._0xfa2ec6,0x56,0xcb)+'r','vBzoS':'Skill\x20mana'+'gement\x20req'+'uest\x20with\x20'+_0x15d8ce(0x1b,_0x114f1c._0x31386e,_0x114f1c._0x49b34e,_0x114f1c._0x421210)+'sk\x20ID','nejKa':_0x15d8ce(0x75,-_0x114f1c._0x264282,-_0x114f1c._0x9a871,-0xd)+'ed','NQKGc':_0x4e3b3f(_0x114f1c._0x380172,_0x114f1c._0x5d55fe,_0x114f1c._0x33fb02,0x67c),'CgVHw':'Task\x20has\x20n'+_0x15d8ce(-0xb,_0x114f1c._0x1f4618,-_0x114f1c._0x3ebdb7,-0x7)+'ent','oNEkl':_0x15d8ce(-_0x114f1c._0x5bd2de,-0x91,-_0x114f1c._0xc5e2bf,-0xf6)+_0x15d8ce(0x1fe,0x105,0xd2,0x113)+_0x4e3b3f(_0x114f1c._0x16dcb3,_0x114f1c._0x49fd5d,_0x114f1c._0x456518,_0x114f1c._0xffe46e)+'ment','sRlos':function(_0x2fb4a4,_0x3ed0a1){return _0x2fb4a4(_0x3ed0a1);},'Zjrlk':_0x15d8ce(-_0x114f1c._0x3829d7,0x5a,-0xb8,-_0x114f1c._0x4c0647)+_0x4e3b3f(_0x114f1c._0x3c4862,_0x114f1c._0x5f47e1,0x4c8,_0x114f1c._0x4b1d33),'BCDJD':_0x4e3b3f(_0x114f1c._0x516637,_0x114f1c._0x2eb034,0x564,_0x114f1c._0x8435f9)+_0x15d8ce(-0x1c9,-0xce,-0x3a,-0xfc),'kQXgY':function(_0x4364ab,_0x47cc8a,_0x5239fb,_0x1cb5e7){return _0x4364ab(_0x47cc8a,_0x5239fb,_0x1cb5e7);},'uIVzv':'skills:tas'+'k-edit','VjMPs':_0x15d8ce(0x15d,-0x14,-_0x114f1c._0x503545,_0x114f1c._0x59a80e)+_0x15d8ce(_0x114f1c._0x30708c,_0x114f1c._0x5ba9d5,-_0x114f1c._0x3af218,0x1c)+_0x4e3b3f(0x672,_0x114f1c._0x4caca1,0x72e,_0x114f1c._0x57dd75)+_0x4e3b3f(0x434,0x513,0x558,0x47d),'HPrrE':_0x4e3b3f(0x509,_0x114f1c._0x272af7,_0x114f1c._0x25e34a,0x3a4),'liOUV':'User\x20does\x20'+'not\x20have\x20p'+_0x15d8ce(0x2,-0x41,-0x19,-0xc4)+_0x4e3b3f(0x499,0x568,0x4b8,0x552)+_0x4e3b3f(_0x114f1c._0x583434,_0x114f1c._0x34b103,_0x114f1c._0x5322d6,0x608)+_0x4e3b3f(_0x114f1c._0x1b7fec,_0x114f1c._0x156267,0x3cd,0x4dd),'BvBQr':'Environmen'+'t\x20not\x20foun'+'d','EPTdK':function(_0x2ec7fe){return _0x2ec7fe();}},_0x419cfd=_0x159836['headers'][_0xb8f4cf[_0x15d8ce(0x40,0xf1,0x62,_0x114f1c._0x47e8b5)]];if(!_0x419cfd){logger[_0x15d8ce(-_0x114f1c._0x1e3959,-_0x114f1c._0xd018a5,0x14e,0x2f)](_0x15d8ce(-0x1ad,-0x9f,-_0x114f1c._0x5310f5,-_0x114f1c._0x22f58b)+_0x4e3b3f(0x582,_0x114f1c._0x4054da,_0x114f1c._0x240042,_0x114f1c._0x4cf897)+_0x15d8ce(_0x114f1c._0x5e3ecb,-0x5e,0x69,_0x114f1c._0x59dfff)+_0x15d8ce(0xdc,0xe3,-0x4d,-_0x114f1c._0x2dda8b)+_0x15d8ce(0x90,_0x114f1c._0x51efaa,0x16,0x123));const _0x30d54c={};return _0x30d54c['error']=_0x4e3b3f(_0x114f1c._0x515c32,_0x114f1c._0x311dd1,_0x114f1c._0x133ba7,_0x114f1c._0x156267)+'ed',_0x30d54c[_0x15d8ce(-_0x114f1c._0x4d669f,0x169,-_0x114f1c._0x54e871,_0x114f1c._0x543310)]=_0xb8f4cf['vFhim'],_0x5117a4[_0x4e3b3f(_0x114f1c._0x327729,0x662,_0x114f1c._0x3e90e4,_0x114f1c._0x3c54e2)](-0x22f*-0x1+-0x16f4*-0x1+-0x1792)['json'](_0x30d54c);}if(!tasks){if(_0xb8f4cf[_0x4e3b3f(_0x114f1c._0x413d35,_0x114f1c._0x55c88d,_0x114f1c._0x49f35b,_0x114f1c._0x5da1ee)](_0xb8f4cf['QDEzg'],_0xb8f4cf[_0x15d8ce(_0x114f1c._0x4d3603,_0x114f1c._0x4f5f9d,_0x114f1c._0x30d94e,0x100)])){logger[_0x15d8ce(-_0x114f1c._0x4a6fba,0x1b,-_0x114f1c._0x125031,-_0x114f1c._0x24971b)](_0xb8f4cf[_0x4e3b3f(_0x114f1c._0x14b534,_0x114f1c._0x535f8d,_0x114f1c._0x2ff853,0x625)]);const _0x38be82={};return _0x38be82[_0x4e3b3f(0x3b9,0x45a,_0x114f1c._0x506fef,_0x114f1c._0x516637)]=_0xb8f4cf[_0x15d8ce(-0x80,-_0x114f1c._0x4d89e2,_0x114f1c._0x40f76f,-_0x114f1c._0x3f9875)],_0x38be82[_0x4e3b3f(0x542,_0x114f1c._0x465c41,0x516,_0x114f1c._0xc5cea)]=_0x4e3b3f(_0x114f1c._0x3587c7,_0x114f1c._0x3cb41a,0x4f6,0x63f)+_0x4e3b3f(0x4da,0x4d1,0x54b,0x568)+_0x15d8ce(0x12f,_0x114f1c._0x3b4656,-_0x114f1c._0x2efe65,_0x114f1c._0x2719ff),_0x5117a4[_0x15d8ce(0x2,_0x114f1c._0x290a1c,0xeb,_0x114f1c._0x15b7e7)](-0x107*0x13+0x5f5+0xf84)[_0x15d8ce(-_0x114f1c._0x4dbb4b,_0x114f1c._0x17eb98,_0x114f1c._0x344bca,0x86)](_0x38be82);}else{const _0x4854d3={};return _0x4854d3[_0x4e3b3f(0x3d1,_0x114f1c._0xfe37c3,_0x114f1c._0x1b7c93,0x339)]=_0xb8f4cf[_0x4e3b3f(_0x114f1c._0x356e0b,0x433,_0x114f1c._0x53c4e7,_0x114f1c._0x157e5b)],_0x4854d3[_0x4e3b3f(_0x114f1c._0x323154,_0x114f1c._0x4208b6,_0x114f1c._0x317f8b,_0x114f1c._0x3c54e2)]=_0xb8f4cf[_0x15d8ce(-0xe3,-_0x114f1c._0x22f58b,-0xc8,-0x6)],_0x2b445d['status'](-0x5*-0x437+-0x10b2+-0x2d1)['json'](_0x4854d3);}}const _0x2e4531=tasks['get'](_0x419cfd);if(!_0x2e4531){const _0x184aeb={};_0x184aeb['taskId']=_0x419cfd,logger[_0x4e3b3f(0x4ac,0x577,_0x114f1c._0x1af166,_0x114f1c._0x225e36)](_0xb8f4cf[_0x15d8ce(0x6a,_0x114f1c._0x231ee4,0x42,_0x114f1c._0x1132cd)],_0x184aeb);const _0x521312={};return _0x521312[_0x15d8ce(-_0x114f1c._0x4ae030,-_0x114f1c._0x266ed2,_0x114f1c._0x45e9e7,-_0x114f1c._0x24971b)]=_0xb8f4cf[_0x15d8ce(_0x114f1c._0x16c626,_0x114f1c._0x532d83,-_0x114f1c._0x5140fb,0xd0)],_0x521312[_0x15d8ce(0xf7,_0x114f1c._0x29d47a,-_0x114f1c._0x2719ff,_0x114f1c._0x543310)]=_0x4e3b3f(0x55b,_0x114f1c._0x4b746a,0x5f8,_0x114f1c._0x489311)+_0x4e3b3f(_0x114f1c._0x4cfce3,0x5d7,0x5db,0x6ef),_0x5117a4['status'](-0x42*0xd+0x2677+-0x13*0x1c4)[_0x15d8ce(0x15c,_0x114f1c._0x5881ff,_0x114f1c._0x583903,_0x114f1c._0x56f9d7)](_0x521312);}if(!_0x2e4531[_0x15d8ce(0x12,_0x114f1c._0x5d6c1d,0x62,_0x114f1c._0x48b4ec)+'t']){if(_0x4e3b3f(0x61c,_0x114f1c._0x74688f,_0x114f1c._0x1a511f,_0x114f1c._0x8bf0bb)!==_0xb8f4cf[_0x4e3b3f(0x508,0x54d,_0x114f1c._0x27aa9c,_0x114f1c._0x5bc221)]){const _0x30d1c8={};return _0x30d1c8[_0x15d8ce(_0x114f1c._0x5140fb,_0x114f1c._0x3f588d,-0x21,_0x114f1c._0x2fd1ab)]=_0xb8f4cf[_0x4e3b3f(_0x114f1c._0x55eb04,_0x114f1c._0x33f456,0x3e6,_0x114f1c._0x1b0755)],_0x30d1c8['skills']={},_0x30d1c8;}else{const _0x5416e8={};_0x5416e8['taskId']=_0x419cfd,logger[_0x4e3b3f(0x63d,0x577,_0x114f1c._0x306c68,_0x114f1c._0x47f478)](_0xb8f4cf['CgVHw'],_0x5416e8);const _0x4b149f={};return _0x4b149f[_0x15d8ce(-0x189,-_0x114f1c._0x3bd195,-_0x114f1c._0x2f29fa,-0xee)]=_0xb8f4cf[_0x15d8ce(-_0x114f1c._0x4ca8d8,-0xc4,-_0x114f1c._0x133f82,-_0x114f1c._0x4e713d)],_0x4b149f[_0x15d8ce(0x24,_0x114f1c._0x368f03,0x3b,_0x114f1c._0x2717f8)]=_0xb8f4cf[_0x15d8ce(-0x126,-_0x114f1c._0x2717f8,-_0x114f1c._0x1307c8,-0x4a)],_0x5117a4[_0x4e3b3f(_0x114f1c._0x4d9d27,_0x114f1c._0x5b196e,0x627,0x6b8)](0x71*-0x2f+0x5*0x98+0x1*0x1357)[_0x15d8ce(-_0x114f1c._0x55f7f0,-_0x114f1c._0x2ec392,0x47,_0x114f1c._0x262424)](_0x4b149f);}}function _0x15d8ce(_0xb4e600,_0x5c3f82,_0x20e5c0,_0x4f8b1a){return _0x5e79(_0x4f8b1a- -0x267,_0xb4e600);}const _0x3f7021=_0x2e4531[_0x4e3b3f(0x517,_0x114f1c._0x19f9d7,_0x114f1c._0x1b1ede,0x39a)]?.[_0x15d8ce(-_0x114f1c._0x3705b6,-_0x114f1c._0x341794,-0x200,-0x109)],_0x1c3580=await _0xb8f4cf[_0x4e3b3f(_0x114f1c._0x33a478,_0x114f1c._0x5b0369,0x4bb,_0x114f1c._0x161b74)](findUserById,_0x3f7021);if(!_0x1c3580){const _0x3eaca9={};_0x3eaca9[_0x15d8ce(0xa2,_0x114f1c._0x73018e,0xcf,0x39)]=_0x419cfd,_0x3eaca9[_0x4e3b3f(_0x114f1c._0x313e4c,_0x114f1c._0x4db8d6,0x40c,0x4fb)]=_0x3f7021,logger[_0x4e3b3f(_0x114f1c._0x2d68ef,_0x114f1c._0x50c1bb,_0x114f1c._0x1b3a5b,0x65e)](_0xb8f4cf[_0x4e3b3f(_0x114f1c._0xd87e22,_0x114f1c._0x49c64c,_0x114f1c._0x37c083,0x501)],_0x3eaca9);const _0x5f3270={};return _0x5f3270[_0x15d8ce(-_0x114f1c._0x3aca8a,-_0x114f1c._0xa9fd1e,-0x97,-0xee)]=_0x15d8ce(-_0x114f1c._0x48d8bd,-_0x114f1c._0x1ad394,-0xee,-0xd)+'ed',_0x5f3270[_0x4e3b3f(_0x114f1c._0x1a583c,_0x114f1c._0x465c41,0x68b,0x63b)]=_0xb8f4cf[_0x4e3b3f(0x5cb,_0x114f1c._0x467ea8,0x40d,_0x114f1c._0x54f10a)],_0x5117a4[_0x4e3b3f(_0x114f1c._0x555092,_0x114f1c._0x5b196e,0x6d7,_0x114f1c._0x3cb41a)](-0x1147*-0x1+0x33b*0x2+-0x6*0x3b2)[_0x4e3b3f(_0x114f1c._0x15d8b2,_0x114f1c._0x5905a6,_0x114f1c._0x5aeda0,0x5bf)](_0x5f3270);}if(!await _0xb8f4cf['kQXgY'](hasPermission,_0x1c3580['id'],_0xb8f4cf[_0x15d8ce(_0x114f1c._0x2ec392,0xaa,_0x114f1c._0x3d6b48,_0x114f1c._0x41e65e)],_0x2e4531[_0x4e3b3f(_0x114f1c._0x4b5e40,0x64c,0x578,_0x114f1c._0x5322d6)+'t'])){const _0x3486c3={};_0x3486c3[_0x4e3b3f(0x560,_0x114f1c._0x499d19,0x46a,_0x114f1c._0x2e1491)]=_0x419cfd,_0x3486c3[_0x4e3b3f(_0x114f1c._0x2ef199,0x43f,0x4aa,_0x114f1c._0x34338e)]=_0x1c3580['id'],_0x3486c3[_0x15d8ce(0x5e,-0xce,_0x114f1c._0x215038,_0x114f1c._0x5140fb)]=_0x1c3580[_0x4e3b3f(0x615,_0x114f1c._0xd4f1c4,_0x114f1c._0x175de8,_0x114f1c._0x2c3887)],logger['warn'](_0xb8f4cf['VjMPs'],_0x3486c3);const _0x4cc6ae={};return _0x4cc6ae[_0x15d8ce(-_0x114f1c._0x24fbae,-0xd2,-0x1b2,-0xee)]=_0xb8f4cf[_0x4e3b3f(0x3f2,_0x114f1c._0x373595,_0x114f1c._0x1c195e,_0x114f1c._0x45a083)],_0x4cc6ae[_0x4e3b3f(0x6e4,_0x114f1c._0x4208b6,_0x114f1c._0x3e5e00,0x665)]=_0xb8f4cf[_0x15d8ce(-_0x114f1c._0x57f592,0x101,0xba,0x32)],_0x5117a4['status'](-0x159b+-0x1413+0x1*0x2b41)[_0x15d8ce(0x17f,_0x114f1c._0x33d833,_0x114f1c._0x48bd4d,0x86)](_0x4cc6ae);}_0x159836[_0x15d8ce(0x28,0xca,-_0x114f1c._0x2d1eee,0x51)+'k']=_0x2e4531;function _0x4e3b3f(_0xc6cee1,_0x561217,_0x4e4c1a,_0x5e7dee){return _0x5e79(_0x561217-0x2e1,_0x5e7dee);}_0x159836['taskUser']=_0x1c3580,_0x159836[_0x15d8ce(0x143,0x41,0x170,_0x114f1c._0x48b4ec)+_0x4e3b3f(0x3be,0x493,0x404,0x415)]=_0x2e4531[_0x15d8ce(_0x114f1c._0x3b7b5c,0x19d,_0x114f1c._0x36f779,0x104)+'t'];const _0x4916fe=coderConfig?.['environmen'+'ts']?.[_0x2e4531['environmen'+'t']];if(!_0x4916fe){const _0x494583={};_0x494583['taskId']=_0x419cfd,_0x494583[_0x15d8ce(0x1dc,0x117,0x5b,0x104)+'t']=_0x2e4531['environmen'+'t'],logger['warn'](_0xb8f4cf[_0x4e3b3f(0x47c,_0x114f1c._0x5c6a24,0x482,0x35c)],_0x494583);const _0x5b3577={};return _0x5b3577[_0x4e3b3f(_0x114f1c._0x5e6f51,_0x114f1c._0x233d4b,_0x114f1c._0x5b0369,_0x114f1c._0x1f46ea)]=_0x15d8ce(-0x1d1,-_0x114f1c._0x5bd1db,-0x16,-0xfb),_0x5b3577[_0x4e3b3f(_0x114f1c._0x1b4486,_0x114f1c._0x4208b6,0x6ce,0x538)]=_0xb8f4cf[_0x15d8ce(-_0x114f1c._0x1021cb,-0x207,-_0x114f1c._0x4e9f55,-0xf3)],_0x5117a4[_0x15d8ce(-_0x114f1c._0x145e49,_0x114f1c._0x56c9dd,_0x114f1c._0x2cbb32,0x11a)](-0xfa*0x8+0x6*0x22c+-0x1d2*0x2)[_0x4e3b3f(_0x114f1c._0x492def,_0x114f1c._0x5905a6,_0x114f1c._0x604bc4,0x684)](_0x5b3577);}_0x159836[_0x4e3b3f(0x638,_0x114f1c._0xe6617,0x6ae,0x6b0)+_0x15d8ce(0x90,-0x70,-0xa5,-_0x114f1c._0x4671f3)]=_0x4916fe,_0x159836[_0x15d8ce(_0x114f1c._0x3d3bb1,_0x114f1c._0xf82e3d,_0x114f1c._0x58d5d4,_0x114f1c._0x4a54e3)+_0x4e3b3f(0x55f,_0x114f1c._0x299311,_0x114f1c._0x3508e6,0x500)]=_0x4916fe[_0x15d8ce(_0x114f1c._0x5ee68f,_0x114f1c._0x556cd8,0x6c,0x10b)]||[],_0xb8f4cf[_0x4e3b3f(_0x114f1c._0x28ad8b,_0x114f1c._0x23637f,0x51d,0x5d7)](_0x507c2b);}async function validateSkillAccess(_0x3b826c,_0x3f9f7b,_0x2675b5){const _0x2ce078={_0x133798:0x66,_0x3d68b6:0xb0,_0x1e0080:0x23,_0x45c333:0x100,_0x14ab9a:0x36,_0x2d1672:0x6c,_0x17ad36:0x192,_0x587f8c:0x148,_0x3d1eca:0x4b,_0x74722a:0x145,_0xb4ab9a:0x140,_0x585106:0x137,_0x98febf:0xb,_0x26f935:0xd5,_0x4d5050:0x154,_0x3f55cc:0xed,_0x456ca3:0x116,_0xac7bd4:0x82,_0x2e8858:0x3d,_0x25e5ef:0xdc,_0x54a6aa:0x4d,_0x184b6c:0x67,_0x7a672d:0x235,_0x16e6f1:0xcf,_0x1701f7:0x1c7,_0x44c2cd:0xd6,_0x120e82:0x228,_0x25cb31:0x115,_0x1955cb:0x13d,_0x5ebd61:0x1c8,_0x15609e:0xde,_0x537109:0x16c,_0x570dec:0xb5,_0x41860a:0x14f,_0xd79b94:0x4a,_0x1a5ddf:0x168,_0x3cf72d:0x2c,_0x6f11b:0xe,_0x58f61a:0x93,_0x57118e:0xa2,_0x352553:0x56,_0x5040c4:0x70,_0x5ae136:0x162,_0xcc8f64:0x12,_0x2109ce:0xab,_0x423fb8:0xc9,_0x530c4e:0xd3,_0xa218aa:0x189,_0x37366c:0x70,_0x42499a:0x66,_0x484e23:0x79,_0x1aa883:0x1c6,_0x76a9ff:0xa7,_0x4be0d2:0x13f,_0x7039c7:0x1e9,_0x3a4a41:0x1ae,_0x15ae87:0xe1,_0x14ce31:0x9a,_0x57819c:0x7,_0x5d4569:0x33,_0x238cf0:0x188,_0x2057de:0x26,_0xfd898:0x14e,_0x5bc405:0xf2,_0x44f864:0x87,_0x250eb4:0x18c,_0x3b142b:0xfc,_0x171559:0x1b2,_0x24a871:0x4b,_0x1adb87:0x75,_0xf03e81:0x23,_0x389a3c:0x8a,_0x5ef93c:0x83,_0x15b684:0xd,_0x1256a0:0x1d0,_0x1ef85f:0x1bc,_0x29f6e7:0x103,_0x46cc79:0x182,_0x58f4a6:0xbe,_0x293c3f:0x15,_0x16f0fc:0x36,_0x35c359:0x1dc,_0x4da7b3:0xe3,_0x4755d8:0xbc,_0x135454:0x20e,_0x39a697:0x118,_0x846205:0x22,_0x3b558b:0x16,_0x2eff7e:0x134,_0x17a217:0x9e,_0x6a9ed5:0x1d4,_0x2a0f80:0x14b,_0x556cfb:0xff,_0x3e6786:0x119,_0x45176d:0x150,_0x3f373a:0x9c,_0x80e01d:0x4a,_0xe53869:0x10e,_0xe860d6:0x2b,_0x4a8965:0x54,_0x4222f9:0x157,_0x3afab8:0xb6,_0x1eb8e9:0x28,_0x51db31:0xc2,_0x7dca07:0xe,_0x184325:0x41,_0x45aefb:0x9,_0x39c8cd:0xbb,_0x463e5b:0xac,_0x2a07c7:0xe6,_0x1911e6:0xa4,_0x4b6fc2:0x85,_0x3276fd:0x151,_0x433a4b:0x42,_0x31fa3c:0x3f,_0x1f898f:0xd7,_0x8f15a0:0xf8,_0x38fe3d:0xef,_0x19d536:0x24f,_0x107a8b:0x107,_0x5d42b4:0xa3,_0x55d416:0x47,_0x481852:0x161,_0x34d5de:0x203,_0x26f952:0x17d,_0x4920f0:0x107,_0x4cc6e7:0x14c,_0xf24f7f:0x40,_0xf6ea66:0xb3,_0x56b8e1:0x1d,_0x32376f:0x173,_0x18f308:0x11f,_0x32c3da:0x28,_0x59dee8:0x11b,_0x46b3af:0xe8,_0x37997a:0x65,_0x1ee856:0x1b,_0x1ba2e3:0xe2,_0x518712:0x17a},_0x3ce481={_0x399931:0x2ad},_0x49810b={};_0x49810b[_0x12a0de(-_0x2ce078._0x133798,-0x15f,-0x19a,-0x107)]=_0x12a940(-_0x2ce078._0x3d68b6,-_0x2ce078._0x1e0080,-_0x2ce078._0x45c333,-0x18b)+_0x12a0de(-_0x2ce078._0x14ab9a,0x2,0x5e,-_0x2ce078._0x2d1672)+'ll',_0x49810b[_0x12a940(-0x18e,-_0x2ce078._0x17ad36,-_0x2ce078._0x587f8c,-0x1a9)]='Bad\x20Reques'+'t',_0x49810b[_0x12a940(-_0x2ce078._0x3d1eca,-0xfd,-_0x2ce078._0x74722a,-0x190)]=_0x12a0de(-_0x2ce078._0xb4ab9a,-0x18f,-0x57,-0xd1)+_0x12a940(-_0x2ce078._0x585106,_0x2ce078._0x98febf,-_0x2ce078._0x26f935,-0x12c),_0x49810b[_0x12a0de(-0xf7,-0x198,-_0x2ce078._0x4d5050,-0xb7)]=_0x12a0de(-0xa6,0x30,-0x1b7,-_0x2ce078._0x3f55cc)+_0x12a0de(-0x163,-_0x2ce078._0x456ca3,-0x168,-_0x2ce078._0xac7bd4)+_0x12a940(_0x2ce078._0x2e8858,-_0x2ce078._0x25e5ef,-_0x2ce078._0x54a6aa,-0x49)+_0x12a940(-_0x2ce078._0x184b6c,-0x160,-0x143,-_0x2ce078._0x7a672d),_0x49810b[_0x12a0de(-0x127,-_0x2ce078._0x16e6f1,-_0x2ce078._0x1701f7,-_0x2ce078._0x44c2cd)]='Forbidden',_0x49810b[_0x12a0de(_0x2ce078._0x120e82,0x1c8,0x1d9,_0x2ce078._0x25cb31)]=_0x12a0de(_0x2ce078._0x1955cb,-0x5b,0xe1,0x46)+_0x12a940(0x0,_0x2ce078._0x5ebd61,_0x2ce078._0x15609e,-0x26)+_0x12a0de(-0xbd,_0x2ce078._0x537109,-_0x2ce078._0x570dec,0x57)+_0x12a940(_0x2ce078._0x41860a,-_0x2ce078._0xd79b94,0xbe,0x1be)+'t',_0x49810b[_0x12a940(_0x2ce078._0x1a5ddf,0x177,0xc9,0x192)]=function(_0x497a29,_0xe07cf4){return _0x497a29===_0xe07cf4;},_0x49810b[_0x12a940(-_0x2ce078._0x3cf72d,-_0x2ce078._0x6f11b,-_0x2ce078._0x58f61a,-0x26)]=_0x12a940(_0x2ce078._0x57118e,0x138,0x33,0x153),_0x49810b[_0x12a940(0xc3,-_0x2ce078._0x352553,_0x2ce078._0x5040c4,0x10f)]=_0x12a940(-_0x2ce078._0x5ae136,-0x190,-0x9e,-_0x2ce078._0xcc8f64)+_0x12a940(-_0x2ce078._0x2109ce,-0xbf,-_0x2ce078._0x423fb8,-_0x2ce078._0x184b6c)+'only\x20skill'+_0x12a0de(0x1e9,_0x2ce078._0x530c4e,_0x2ce078._0xa218aa,0x116),_0x49810b[_0x12a0de(_0x2ce078._0x37366c,-0x166,_0x2ce078._0x42499a,-0xa4)]=_0x12a0de(-0x35,-_0x2ce078._0x484e23,-_0x2ce078._0x1aa883,-_0x2ce078._0x76a9ff)+_0x12a940(-0x142,-_0x2ce078._0x4be0d2,-0x105,-_0x2ce078._0x7039c7)+_0x12a940(-_0x2ce078._0x3a4a41,-0x9b,-0xe6,-0x201)+_0x12a0de(0xd3,-_0x2ce078._0x15ae87,_0x2ce078._0x14ce31,0x16)+_0x12a0de(-_0x2ce078._0x57819c,0x4d,_0x2ce078._0x41860a,_0x2ce078._0x5d4569),_0x49810b[_0x12a940(_0x2ce078._0x238cf0,0x53,0x97,0xba)]=_0x12a940(-0x35,0x59,0xc5,0xf3);const _0x1430a7=_0x49810b;function _0x12a0de(_0xba137b,_0x4f03a6,_0x33eedc,_0x26b3fe){return _0x5e79(_0x26b3fe- -0x268,_0x4f03a6);}const {skillId:_0x304e2b}=_0x3b826c[_0x12a0de(0x129,_0x2ce078._0x2057de,-0x1f,0x79)],{callingTask:_0x49f13c,assignedSkills:_0x60da69}=_0x3b826c;if(_0x304e2b[_0x12a0de(-_0x2ce078._0xfd898,-0x33,-0x22,-_0x2ce078._0x5bc405)]('/')||_0x304e2b[_0x12a0de(-0xe4,-_0x2ce078._0x44f864,-0xee,-0xf2)]('\x5c')||_0x304e2b[_0x12a0de(-_0x2ce078._0x250eb4,0x12,-_0x2ce078._0x3b142b,-_0x2ce078._0x5bc405)]('..')){const _0x3028f8={};return _0x3028f8['error']=_0x1430a7['VUBeq'],_0x3028f8[_0x12a0de(0x18c,-0x6a,0x114,0x8a)]=_0x1430a7[_0x12a940(-0x1b7,-0x88,-_0x2ce078._0x74722a,-0x38)],_0x3f9f7b[_0x12a940(_0x2ce078._0x171559,-0x21,0xd4,-_0x2ce078._0x24a871)](-0xb*-0x367+-0x2053+-0x38a)[_0x12a0de(0x5b,_0x2ce078._0x1adb87,-_0x2ce078._0xf03e81,0x85)](_0x3028f8);}if(!_0x60da69['includes'](_0x304e2b)){const _0x3e483d={};_0x3e483d['taskId']=_0x49f13c[_0x12a940(-_0x2ce078._0x389a3c,_0x2ce078._0x5ef93c,-_0x2ce078._0x15b684,0x10e)],_0x3e483d[_0x12a0de(_0x2ce078._0x1256a0,0x1a7,-0x8,0xbb)]=_0x304e2b,_0x3e483d[_0x12a0de(0x147,0x152,_0x2ce078._0x1ef85f,_0x2ce078._0x29f6e7)+'t']=_0x3b826c[_0x12a940(-_0x2ce078._0x5d4569,_0x2ce078._0x46cc79,_0x2ce078._0x58f4a6,-_0x2ce078._0x293c3f)+_0x12a0de(-0xfd,_0x2ce078._0x16f0fc,-0x116,-0xb6)],_0x3e483d[_0x12a0de(_0x2ce078._0x35c359,0xca,_0x2ce078._0x4da7b3,_0x2ce078._0x4755d8)+_0x12a940(-_0x2ce078._0x54a6aa,-_0x2ce078._0x135454,-_0x2ce078._0x39a697,-_0x2ce078._0x846205)]=_0x60da69,logger[_0x12a0de(-_0x2ce078._0x3b558b,-0x6c,-0x2f,0x2e)](_0x1430a7['MJHka'],_0x3e483d);const _0x13705e={};return _0x13705e[_0x12a940(-0x180,-0x18,-_0x2ce078._0x2eff7e,-_0x2ce078._0x17a217)]=_0x1430a7[_0x12a0de(-0x1df,-0x188,-_0x2ce078._0x6a9ed5,-_0x2ce078._0x44c2cd)],_0x13705e['message']=_0x1430a7['Zqacx'],_0x3f9f7b[_0x12a0de(_0x2ce078._0x2a0f80,0x155,_0x2ce078._0x556cfb,_0x2ce078._0x3e6786)](0x2*-0x83a+-0x1478+0x267f)[_0x12a0de(_0x2ce078._0x45176d,0x7e,-_0x2ce078._0x3f373a,0x85)](_0x13705e);}if(await isSkillReadonly(_0x304e2b)){if(_0x1430a7[_0x12a0de(_0x2ce078._0x80e01d,0x1f5,0x1f6,_0x2ce078._0xe53869)](_0x1430a7[_0x12a0de(-_0x2ce078._0xe860d6,-_0x2ce078._0x4a8965,-_0x2ce078._0x4222f9,-0x4e)],_0x1430a7['GqSLP'])){const _0x4dbeaa={};_0x4dbeaa[_0x12a0de(-_0x2ce078._0x3afab8,0x81,-_0x2ce078._0x17a217,0x38)]=_0x49f13c[_0x12a940(_0x2ce078._0x1eb8e9,-0x124,-0xd,-_0x2ce078._0x51db31)],_0x4dbeaa[_0x12a0de(-_0x2ce078._0x7dca07,_0x2ce078._0x184325,_0x2ce078._0x45aefb,_0x2ce078._0x39c8cd)]=_0x304e2b,logger['warn'](_0x1430a7['qLbMV'],_0x4dbeaa);const _0x48418d={};return _0x48418d[_0x12a0de(-_0x2ce078._0x3b558b,-0x3,-0x185,-0xef)]=_0x1430a7[_0x12a0de(-_0x2ce078._0x463e5b,-0x1e2,-0x43,-_0x2ce078._0x44c2cd)],_0x48418d[_0x12a940(_0x2ce078._0x2a07c7,-0xb0,0x45,-0xc9)]=_0x1430a7[_0x12a0de(-0x68,-0xba,0x50,-_0x2ce078._0x1911e6)],_0x3f9f7b['status'](-0xd*0x108+0x1*0x2239+-0x6*0x335)[_0x12a0de(-_0x2ce078._0x4b6fc2,_0x2ce078._0x3276fd,0x87,_0x2ce078._0x4b6fc2)](_0x48418d);}else{const _0x3a19b1={};_0x3a19b1['taskId']=_0x3f058e[_0x12a940(-0x4f,0xd9,-0xd,_0x2ce078._0x433a4b)],_0x3a19b1[_0x12a940(0xc1,0x15a,0x76,_0x2ce078._0x31fa3c)]=_0x372a6a,_0x3a19b1[_0x12a0de(-0x13d,-_0x2ce078._0x1f898f,-_0x2ce078._0x8f15a0,-_0x2ce078._0x38fe3d)]=_0x2b71e8['message'],_0x200ed0[_0x12a940(-0xe0,-_0x2ce078._0x19d536,-_0x2ce078._0x2eff7e,-0x74)](_0x1430a7[_0x12a0de(-0x107,-0x18d,-0xeb,-_0x2ce078._0x107a8b)],_0x3a19b1);const _0x48dad7={};_0x48dad7['error']=_0x12a940(-0x26,-_0x2ce078._0x5d42b4,_0x2ce078._0x55d416,-0x99)+_0x12a940(_0x2ce078._0x481852,0x156,_0x2ce078._0x4b6fc2,0x123)+'r',_0x48dad7['message']=_0x1430a7[_0x12a0de(-0x173,-_0x2ce078._0x34d5de,-_0x2ce078._0x26f952,-_0x2ce078._0x4920f0)],_0x13eb04['status'](-0x1754+-0x1ae3+0x342b*0x1)[_0x12a940(_0x2ce078._0x4cc6e7,0x153,_0x2ce078._0xf24f7f,-0x19)](_0x48dad7);}}_0x3b826c['skillId']=_0x304e2b;function _0x12a940(_0x15af18,_0x34b9f5,_0x36a7f0,_0x71d991){return _0x5e79(_0x36a7f0- -_0x3ce481._0x399931,_0x71d991);}_0x3b826c[_0x12a0de(-_0x2ce078._0xf6ea66,0x13d,0x10b,_0x2ce078._0x56b8e1)]=_0x7e7c9a[_0x12a0de(-0x9e,-_0x2ce078._0x32376f,-_0x2ce078._0x18f308,-0x8d)](setupPath,_0x1430a7[_0x12a0de(0x13d,0x3f,0x7,_0x2ce078._0x25e5ef)]),_0x3b826c[_0x12a0de(-_0x2ce078._0x32c3da,-0x1e,-_0x2ce078._0x59dee8,-0x8b)]=_0x7e7c9a[_0x12a940(-_0x2ce078._0x46b3af,-_0x2ce078._0x456ca3,-0xd2,-_0x2ce078._0x37997a)](setupPath,_0x1430a7[_0x12a940(_0x2ce078._0x1ee856,_0x2ce078._0x1ba2e3,0x97,_0x2ce078._0x518712)],_0x304e2b),_0x2675b5();}function _0x19b2fa(_0x291cec,_0x58bf8e,_0x43521d,_0xfe4107){const _0x37ae9b={_0x60d098:0x1ad};return _0x5e79(_0xfe4107- -_0x37ae9b._0x60d098,_0x291cec);}router[_0x19b2fa(0x176,0x1fc,0x1c1,0x131)](_0x19b2fa(0x99,0x1ff,0xa3,0x1b4),requireTaskAuth,async(_0x3e2da0,_0x436c19)=>{const _0x50deb9={_0x58ab65:0x4d1,_0x136893:0x422,_0x20e9b9:0x3b4,_0x2376c9:0x4ab,_0x4bdaf1:0x457,_0x38a177:0x2ca,_0x2a96f5:0x475,_0x2f0030:0x3ff,_0x4879f9:0x3fb,_0x382a9e:0x34a,_0x5a66c7:0x35d,_0x325efb:0x2f7,_0x494d9e:0x39e,_0x36c044:0x4a3,_0x35dc6f:0x577,_0x2bb57e:0x397,_0x3b9367:0x33e,_0x4039ca:0x2fd,_0x5b275e:0x405,_0x2113f0:0x4f3,_0x5c57c3:0x3ef,_0x2e8a30:0x557,_0x4e560c:0x592,_0x5363e2:0x3f2,_0xa3aed5:0x4b4,_0x6f0b32:0x599,_0x2301cd:0x3ca,_0x594725:0x3db,_0x592cd2:0x30d,_0x564c17:0x2f1,_0x10a673:0x453,_0x3040f1:0x395,_0x1d2f3d:0x3be,_0xe8a643:0x478,_0x402502:0x393,_0x7a710e:0x35b,_0x50e74d:0x240,_0x1c3901:0x420,_0x4d0ef9:0x2fa,_0x5f3242:0x3a9,_0x22950c:0x4fb,_0x163e3b:0x5a6,_0x5703a2:0x524,_0x59a3de:0x57e,_0x3a77d8:0x565,_0x29c44f:0x661,_0x2560aa:0x233,_0x16d205:0x31f,_0x21a45b:0x50f,_0x546c53:0x540,_0x428042:0x56d,_0x427606:0x415,_0xf19782:0x37c,_0x4a2200:0x42f,_0x252160:0x315,_0x276512:0x4f1,_0x397539:0x482,_0x13a45a:0x4fa,_0x345e9e:0x46c,_0x4357a3:0x302,_0x19e70b:0x366,_0x5cc2f2:0x3d1,_0xfd61ec:0x55a,_0x15f095:0x45e,_0x38bbf0:0x40c,_0x3c1ce8:0x340,_0x136923:0x4b1,_0x3a9df3:0x455,_0x332bb2:0x2e3,_0x599ce8:0x30a,_0x1f7f1d:0x402,_0x55bcac:0x53a,_0x435b83:0x483,_0x1ea269:0x5a2,_0x271b35:0x3bc,_0x41b37e:0x3a6,_0x54ce52:0x445,_0x1ee041:0x351,_0x4ac119:0x596,_0x1284df:0x605,_0x14c1a9:0x503,_0x2a3ff2:0x57a,_0x43e2d8:0x609,_0x35203c:0x600,_0x5925cc:0x4ed,_0x4229f8:0x5f2,_0x38d0f4:0x514},_0x1bc9e4={_0x18015e:0xc,_0x56c10c:0x33e},_0x2a847b={_0x53fe80:0x1f1},_0x1e8c72={'UcnVg':_0x5034bd(0x460,0x4d0,_0x50deb9._0x58ab65,0x511)+'ng\x20editabl'+_0x5034bd(0x461,_0x50deb9._0x136893,_0x50deb9._0x20e9b9,_0x50deb9._0x2376c9),'vvcuN':'SKILL.md','bxCTY':_0x5034bd(_0x50deb9._0x4bdaf1,_0x50deb9._0x38a177,0x3dd,0x32d),'EsMtK':_0x4262f5(_0x50deb9._0x2a96f5,0x432,_0x50deb9._0x2f0030,0x474),'TTqFn':function(_0x88f0d7,_0x45593d){return _0x88f0d7(_0x45593d);},'bOxhX':function(_0x45dfc0,_0x4327bf){return _0x45dfc0!==_0x4327bf;},'thwqC':_0x5034bd(_0x50deb9._0x4879f9,_0x50deb9._0x382a9e,_0x50deb9._0x5a66c7,0x43c),'BYhng':function(_0x31061e,_0x24f49e){return _0x31061e===_0x24f49e;},'wnXJB':_0x5034bd(_0x50deb9._0x325efb,0x2bc,_0x50deb9._0x494d9e,0x2a2),'wmDYO':_0x5034bd(0x4d0,0x4ee,_0x50deb9._0x36c044,_0x50deb9._0x35dc6f),'CPsjf':_0x5034bd(0x293,_0x50deb9._0x2bb57e,_0x50deb9._0x3b9367,_0x50deb9._0x4039ca)+_0x4262f5(0x429,_0x50deb9._0x5b275e,0x443,_0x50deb9._0x2113f0)},{callingTask:_0x5bd2c2,environmentName:_0x4078cf,assignedSkills:_0x51b844}=_0x3e2da0,_0x2f6486={};_0x2f6486[_0x4262f5(_0x50deb9._0x5c57c3,0x4c7,0x480,0x456)]=_0x5bd2c2[_0x4262f5(0x560,0x4c7,0x4bb,0x4db)],_0x2f6486[_0x4262f5(_0x50deb9._0x2e8a30,_0x50deb9._0x4e560c,0x61f,0x634)+'t']=_0x4078cf,logger[_0x5034bd(0x5f3,0x5c4,0x4f5,_0x50deb9._0x5363e2)](_0x1e8c72['UcnVg'],_0x2f6486);function _0x4262f5(_0x116be5,_0x5c3b1c,_0x275330,_0x5effd8){return _0x19b2fa(_0x116be5,_0x5c3b1c-_0x2a847b._0x53fe80,_0x275330-0xae,_0x5c3b1c-0x3d4);}const _0x1fc8a6=_0x7e7c9a['join'](setupPath,_0x4262f5(_0x50deb9._0xa3aed5,_0x50deb9._0x6f0b32,0x6a1,0x563)),_0x25c6d0=[];for(const _0x402cc9 of _0x51b844){const _0xdd6643=_0x7e7c9a['join'](_0x1fc8a6,_0x402cc9,_0x1e8c72[_0x5034bd(_0x50deb9._0x2301cd,_0x50deb9._0x594725,0x379,0x391)]);try{if(_0x1e8c72[_0x5034bd(0x225,_0x50deb9._0x592cd2,0x2ff,_0x50deb9._0x564c17)]===_0x1e8c72[_0x4262f5(_0x50deb9._0x10a673,_0x50deb9._0x3040f1,0x44a,0x29a)]){const _0x2e8e32=await _0x349e5e[_0x4262f5(_0x50deb9._0x1d2f3d,_0x50deb9._0xe8a643,0x567,0x3b5)](_0xdd6643,_0x1e8c72[_0x5034bd(0x302,_0x50deb9._0x402502,_0x50deb9._0x7a710e,_0x50deb9._0x50e74d)]),{frontmatter:_0x16e346}=_0x1e8c72[_0x5034bd(0x4af,_0x50deb9._0x136893,_0x50deb9._0x1c3901,0x53e)](parseSkillMd,_0x2e8e32),_0x240d68=await isSkillReadonly(_0x402cc9),_0x1e7bb5={};_0x1e7bb5['id']=_0x402cc9,_0x1e7bb5['name']=_0x16e346['name']||_0x402cc9,_0x1e7bb5['descriptio'+'n']=_0x16e346[_0x5034bd(0x2ae,0x3fb,_0x50deb9._0x4d0ef9,_0x50deb9._0x5f3242)+'n']||'',_0x1e7bb5[_0x5034bd(0x415,0x3e1,_0x50deb9._0x22950c,_0x50deb9._0x163e3b)]=!_0x240d68,_0x25c6d0[_0x4262f5(_0x50deb9._0x5703a2,0x565,0x65c,0x52f)](_0x1e7bb5);}else{_0x47bb56[_0x4262f5(_0x50deb9._0x59a3de,_0x50deb9._0x3a77d8,_0x50deb9._0x29c44f,0x66d)](_0x4bf049+':');for(const _0x505e6f of _0x3f0f8a){_0x8f568e[_0x4262f5(0x651,_0x50deb9._0x3a77d8,0x616,0x55e)](_0x5034bd(_0x50deb9._0x2560aa,0x263,_0x50deb9._0x16d205,0x3c7)+_0x505e6f);}}}catch(_0x21f49a){if(_0x1e8c72[_0x4262f5(0x459,0x44d,0x351,0x562)](_0x21f49a[_0x4262f5(0x419,_0x50deb9._0x21a45b,_0x50deb9._0x546c53,_0x50deb9._0x428042)],_0x1e8c72['thwqC'])){if(_0x1e8c72[_0x4262f5(0x301,_0x50deb9._0x427606,_0x50deb9._0xf19782,_0x50deb9._0x4a2200)](_0x1e8c72['wnXJB'],_0x1e8c72['wmDYO'])){const _0x7d2ad1=_0x2fd123[_0x5034bd(_0x50deb9._0x252160,0x2e8,0x3e1,_0x50deb9._0x276512)](_0x2994c3)[_0x5034bd(0x432,_0x50deb9._0x397539,_0x50deb9._0x13a45a,_0x50deb9._0x345e9e)](_0x965e51=>_0x4ea4b8[_0x5034bd(0x3c2,0x417,0x43e,0x427)](_0x71f7fd[_0x965e51]));_0x7d2ad1&&_0x2d62e4[_0x7d2ad1]['push'](_0x3e09fa[_0x5034bd(_0x50deb9._0x4357a3,0x38c,_0x50deb9._0x19e70b,_0x50deb9._0x5cc2f2)]()[_0x5034bd(_0x50deb9._0xfd61ec,0x367,_0x50deb9._0x15f095,0x551)](0x10dd+-0x130e+0x233)[_0x5034bd(_0x50deb9._0x38bbf0,_0x50deb9._0x3c1ce8,0x366,0x345)]());}else{const _0x543964={};_0x543964[_0x5034bd(_0x50deb9._0x136923,0x52e,_0x50deb9._0xa3aed5,_0x50deb9._0x3a9df3)]=_0x402cc9,_0x543964[_0x5034bd(_0x50deb9._0x332bb2,0x360,_0x50deb9._0x599ce8,_0x50deb9._0x1f7f1d)]=_0x21f49a[_0x5034bd(_0x50deb9._0x55bcac,0x405,_0x50deb9._0x435b83,0x52c)],logger[_0x4262f5(0x483,0x4bd,_0x50deb9._0x1ea269,_0x50deb9._0x271b35)](_0x1e8c72[_0x4262f5(0x413,_0x50deb9._0x41b37e,_0x50deb9._0x54ce52,_0x50deb9._0x1ee041)],_0x543964);}}}}const _0x95d1bf={};_0x95d1bf[_0x5034bd(_0x50deb9._0x4ac119,_0x50deb9._0x1284df,_0x50deb9._0x14c1a9,_0x50deb9._0x2a3ff2)]=_0x25c6d0;function _0x5034bd(_0x42e4f4,_0x29be0d,_0x104e9d,_0x681f12){return _0x19b2fa(_0x681f12,_0x29be0d-_0x1bc9e4._0x18015e,_0x104e9d-0x1b4,_0x104e9d-_0x1bc9e4._0x56c10c);}_0x95d1bf[_0x4262f5(_0x50deb9._0x43e2d8,0x592,_0x50deb9._0x35203c,_0x50deb9._0x5925cc)+'t']=_0x4078cf,_0x436c19[_0x4262f5(_0x50deb9._0x4229f8,_0x50deb9._0x38d0f4,0x62e,0x40e)](_0x95d1bf);}),router[_0x19b2fa(0x106,0x112,0x185,0xa5)]('/skills',requireTaskAuth,async(_0x38f87a,_0x4ae481)=>{const _0x31147d={_0x55bfd5:0x513,_0x4d3402:0x5a1,_0x498ce8:0x487,_0x3c1c12:0x31d,_0x3804aa:0x40b,_0x596d6b:0x3ce,_0x3435b3:0x50e,_0x4ec28d:0x3f9,_0x3d539b:0x303,_0x1d48d1:0x3e1,_0x3f94da:0x2e0,_0x2246e4:0x2e2,_0x2abc91:0x2e3,_0x5c6a0f:0x2ad,_0x100329:0x2dd,_0x432e7a:0x33a,_0x216d0c:0x4fc,_0x162ae6:0x41b,_0x25cb6b:0x40e,_0x5d4be3:0x45e,_0x334392:0x2c6,_0x1addbd:0x469,_0x5a2087:0x46c,_0x2387c4:0x370,_0x3e3677:0x3f8,_0x4931f9:0x4e4,_0x404d0c:0x532,_0x289fd2:0x39b,_0x3ca109:0x435,_0x2ed6d7:0x282,_0x2848c1:0x25a,_0x8450be:0x26d,_0x11f572:0x43f,_0xb3e0bb:0x37b,_0x5063d5:0x28b,_0x503120:0x1e9,_0x1f5e82:0x5e2,_0x4f3467:0x4fe,_0x11b445:0x399,_0x386c75:0x31a,_0x44c7a0:0x38e,_0x2285a4:0x3cb,_0x3e143a:0x2f9,_0x2f3e88:0x32e,_0x42406a:0x368,_0x1c0918:0x2bf,_0x1a53f7:0x33e,_0x4dbdbd:0x23a,_0x5d28a7:0x3b7,_0xed75e4:0x606,_0x10d750:0x21b,_0x9ce502:0x2ae,_0x51f10c:0x51e,_0x4fca6f:0x4d8,_0x5023aa:0x4c1,_0x54d444:0x4d5,_0x31e19f:0x468,_0x5afba1:0x310,_0x44e589:0x3c7,_0x109756:0x2ee,_0x378e02:0x345,_0x4bdf70:0x245,_0x38645e:0x2e1,_0x1f768b:0x227,_0x242d20:0x2a8,_0x29cba1:0x1e0,_0x2dfe49:0x461,_0x532150:0x4a9,_0x345db4:0x3cb,_0x4b25a0:0x515,_0x5c04a1:0x3db,_0x5b56ce:0x316,_0x733749:0x400,_0x26d014:0x54c,_0x362421:0x481,_0x1153d0:0x49f,_0xd631a:0x505,_0x3bf1c6:0x562,_0x11b408:0x494,_0x4eb029:0x3cd,_0x96a84a:0x43e,_0x4bdd91:0x42a,_0x40c501:0x49a,_0xea9942:0x377,_0x2e4ab6:0x545,_0x5b7db5:0x452,_0x281722:0x428,_0x56b87b:0x236,_0x1274e6:0x3b5,_0x46ddc8:0x2a2,_0x450c57:0x33c,_0x48a993:0x3eb,_0x35bc05:0x31f,_0x5e575c:0x590,_0x6b9bfc:0x5ba,_0x575a84:0x377,_0x2dabcd:0x47b,_0x1e9b5d:0x4ed,_0x2287aa:0x63b,_0x53cd4e:0x4cc,_0x4f0cc4:0x388,_0x2a4523:0x28f,_0x430938:0x300,_0x2f83a1:0x5bd,_0x227c21:0x557,_0x4283e5:0x5b2,_0x203f85:0x426,_0xeae2a3:0x4a1,_0x9e53f2:0x4f8,_0x214735:0x533,_0x14956f:0x50d,_0xadec31:0x307,_0x4a3cfd:0x2b6,_0x31236e:0x3f0,_0x14db21:0x678,_0x39aacc:0x4e5,_0x1d15c1:0x456,_0x5644d9:0x523,_0x47a8f5:0x64d,_0x61563c:0x371,_0x49c67e:0x42a,_0x49fe2d:0x279,_0x472ae0:0x502,_0x28a76b:0x4b3,_0x5f35ee:0x41f,_0x1d1fa0:0x4b4,_0x3098c2:0x60e,_0x5a9e74:0x522,_0x379d07:0x4e6,_0x17aba4:0x1ee,_0x47b87d:0x2f9,_0x118ed4:0x4a6,_0x5cfc5c:0x403,_0x525880:0x332,_0x2d159c:0x375,_0x581c1e:0x3a9,_0x6ac6d0:0x632,_0xbf5b58:0x450,_0x22cf9a:0x44d,_0x5768a5:0x4d1,_0x464ba8:0x526,_0x160464:0x343,_0x4ccb55:0x497,_0x5a5187:0x556,_0x5d84c0:0x4eb,_0x3f6f97:0x4f4,_0x359939:0x48b,_0x590772:0x430,_0x40c26f:0x3a1,_0x53cfc7:0x3dc,_0x548ab7:0x5bd,_0x221368:0x2c6,_0x2d46ef:0x4dd,_0x470460:0x466,_0x40a2ce:0x551,_0x3242fe:0x535,_0x1694d1:0x454,_0x2bac67:0x488,_0x46d395:0x555,_0x5b657a:0x4d7,_0x2d9b31:0x390,_0x1c174f:0x565,_0xa8e239:0x580,_0x2073a9:0x2c7,_0x2e64fd:0x3a9,_0x4c9f13:0x318,_0x5502ba:0x2af,_0x4adbf9:0x47a,_0x3bf5e2:0x415,_0x31616a:0x499,_0x46a2e4:0x47b,_0x182c94:0x2ef,_0x341635:0x36d,_0x623b47:0x24f,_0x546fdf:0x66d,_0x311485:0x530,_0x4f68b3:0x617,_0x7e0063:0x51d,_0x15dd46:0x413,_0x4eaae5:0x4d2,_0x53b457:0x42f,_0x4ea8b9:0x60c,_0x476a8c:0x4fa,_0x4692ed:0x443,_0x173580:0x523,_0x4599e5:0x4c1,_0x4384e4:0x4b6,_0x465bb5:0x511,_0x2b6f64:0x596,_0xe5e0a6:0x51d,_0x52d19f:0x54d,_0x57ffa2:0x28c,_0x1f370a:0x18b,_0x5331a5:0x3a6,_0x129970:0x3ff,_0xf8ebc9:0x34c,_0x418c6a:0x225,_0x36c61f:0x18c,_0x5d7680:0x355,_0x50f198:0x522,_0x52bc24:0x4d9,_0x531c49:0x4e1,_0x414885:0x58e,_0x1e471b:0x493,_0x3617d1:0x2f1,_0x13538b:0x27b,_0x19d315:0x4ee,_0x19f4d0:0x594,_0x4512b0:0x464,_0x39f05a:0x410,_0x4e454c:0x2ec,_0x15cfbf:0x65d,_0x1273b3:0x471,_0x2142ae:0x3cd,_0x1785dd:0x2c8,_0x40f053:0x2a8,_0x8b1294:0x2a4,_0x177468:0x37e,_0x1d6f3a:0x3b6,_0x5d67e9:0x64b,_0x4173da:0x274,_0x13417d:0x32a,_0x4e06b6:0x2d2,_0x3ff099:0x38b,_0x189a33:0x490,_0x4bb57b:0x3a5,_0x5b802c:0x62f,_0x5a6cd4:0x52a,_0x2c6241:0x5cb,_0x516c1f:0x4ad,_0x37c919:0x37f,_0x4c28de:0x43e,_0x243b0f:0x3ed,_0x34497a:0x349,_0x598cf4:0x370,_0x32672e:0x3b6,_0x14499b:0x18d,_0x499b7e:0x414,_0x43a573:0x4a8,_0x2e4a64:0x408,_0x1e1231:0x467,_0x5410a8:0x4f2,_0x5649be:0x546,_0x5afb53:0x60f,_0x27c56d:0x4c2,_0x55cbe4:0x662,_0x213e93:0x5b1,_0x577ed3:0x324,_0x543044:0x50f,_0x69d925:0x43f,_0x40c198:0x509,_0x19549c:0x3f2,_0x1ace7f:0x379,_0x1d7f89:0x294,_0x4f8d34:0x28a,_0x5c6e48:0x342,_0x44b7db:0x581,_0x3eaa33:0x5d1,_0xfd5006:0x25a,_0x2d370c:0x581,_0x424f60:0x5d8,_0x1878c2:0x53f,_0x2b441e:0x2b2,_0x3cc20e:0x510,_0x56724c:0x3a0,_0x5223d4:0x2d5,_0x421f9c:0x2f8,_0xd45574:0x57b,_0x2c956d:0x466,_0x568230:0x3c3,_0x5ea3da:0x3af,_0xe4ea7f:0x1f6,_0x3c701b:0x2bf,_0x5c996c:0x333,_0x217667:0x337,_0x105bcb:0x3c7,_0x138de1:0x36a,_0x501756:0x3aa,_0x3a964a:0x2e2,_0x152959:0x3da,_0x1fdb6c:0x43f,_0x4a3800:0x3b3,_0x5c44a1:0x5c6,_0x3e078b:0x3e5,_0x5a8e8c:0x4f5,_0x2e2944:0x488,_0x4e3d04:0x628,_0x4d0731:0x63c,_0x45c213:0x582,_0x17217d:0x3bd,_0x32d342:0x488,_0x6b7ebc:0x44c,_0x60bae4:0x481,_0xec5cd9:0x47a,_0x45a2a1:0x4eb,_0x482470:0x534,_0x180792:0x57d,_0x1b2b2d:0x40e,_0x3d2ec3:0x331,_0x16a5d2:0x59d,_0x569aef:0x57f,_0x42eaf1:0x553,_0xafa5f7:0x44d,_0x3f9bfd:0x403,_0x155fb0:0x59b,_0x5f1000:0x3e1,_0xfd00b6:0x5b5,_0x30d04d:0x462,_0x92a11b:0x3a9,_0x531b5b:0x45a,_0x4cb68e:0x28b,_0x5955ad:0x3e4,_0x4a24bc:0x4e7,_0x41e1b8:0x3bb,_0xdd557f:0x484,_0x198a84:0x3ad,_0x33a492:0x463,_0x2fed99:0x51a,_0x18206c:0x2cb,_0x964928:0x404,_0x403b10:0x3ac,_0x298bde:0x57a,_0x58d03a:0x57d,_0x522e87:0x3fd,_0x4b409a:0x2a0,_0x3eaa72:0x5a4,_0xc51a06:0x5a8,_0x1a2522:0x34e,_0x2724d0:0x5d5,_0x13119a:0x5b1,_0x188f56:0x618,_0xa8cdcb:0x403,_0x1c8b1b:0x503,_0x38a00:0x457,_0x2b1b05:0x27d,_0x3ab89c:0x498,_0x195ed2:0x1c3,_0x494244:0x28f,_0xc4527b:0x2bd,_0x457ade:0x1a1,_0x1726f3:0x2a7,_0xd1ed94:0x393,_0x33cd85:0x41c,_0xfc2219:0x3e1,_0x485cf7:0x5b1,_0x6308b9:0x572,_0x532fb4:0x52c,_0x1e26ff:0x3fd,_0x1d326c:0x392,_0x2ca6e5:0x323,_0x53b176:0x439,_0x479a43:0x4c8,_0x36292c:0x329,_0x2c4a2f:0x59b,_0x369986:0x388,_0x2d0611:0x410,_0x3ef706:0x614,_0x8c93e1:0x3fe,_0x2d5c3a:0x3aa,_0x37f68d:0x382,_0x33763e:0x24e,_0x3d8918:0x240,_0x5c0122:0x41d,_0x455d56:0x280,_0x205495:0x359,_0x89f69d:0x3df,_0xdddd8e:0x2af,_0x20ad63:0x50b,_0x34f1a3:0x501,_0x391189:0x2de,_0x261346:0x1f1,_0x400bb5:0x221,_0x533c6b:0x2be,_0x3bd9fe:0x257,_0x1eec1c:0x3bc,_0x203191:0x485,_0x8068e:0x417,_0x135e2b:0x5a2,_0x36491d:0x69e,_0x125e61:0x68b,_0x2c8fd2:0x491,_0x3ca925:0x511,_0x391f4e:0x488,_0x154c98:0x3db,_0x1ce57d:0x570,_0x2524bc:0x470,_0x310bd9:0x367,_0x5838e4:0x34b,_0x5e6c57:0x476,_0x162b8d:0x203,_0x243f6f:0x492,_0x3e3507:0x561,_0x453479:0x62e,_0x1dfd54:0x488,_0x30b61f:0x61b,_0x22c4c1:0x5a2,_0x39502c:0x4e8,_0x5016ae:0x405,_0x2f4110:0x430,_0x3ae466:0x35a,_0x10e13d:0x40a,_0x1fe1f9:0x405,_0x34cdd8:0x419,_0x527313:0x4fd,_0xedbbbd:0x470,_0x20b927:0x3c5,_0xa74c78:0x405,_0x26051e:0x47d,_0x4e2867:0x4a5,_0x119bb6:0x1f5,_0x1ca684:0x317,_0x238cc0:0x45b,_0x64e031:0x571,_0x299e42:0x3de,_0x5eaa63:0x3dd,_0x57f5ec:0x329,_0x44509b:0x4f1,_0x4ed6f2:0x508,_0x4e8f8d:0x398,_0x23bc9e:0x22a,_0x3bdc5c:0x440,_0x22ca6f:0x4fd,_0x42fa70:0x4a3,_0x1b7738:0x5be,_0x14c83a:0x3e8,_0x267b84:0x611,_0x4a0fee:0x290,_0x29f6d4:0x666,_0xb356b3:0x558,_0x1cbdb8:0x368,_0x2852d0:0x544,_0x4b0548:0x2df,_0x14c74c:0x311,_0x1fdba8:0x222,_0x3eefc1:0x5da,_0xee4ae9:0x651,_0x1ed905:0x5c1,_0x453dd9:0x4f1,_0x9e7ff6:0x45e,_0x18741c:0x5e0,_0x2b008a:0x31c,_0x424b29:0x514,_0x3e64c3:0x5ab,_0x8ba53e:0x48e,_0x86ec62:0x4fc,_0x5e3b9e:0x46e,_0x369959:0x2ff,_0x357dac:0x4e7,_0x232946:0x481,_0x495b57:0x3ba,_0x3700b4:0x594,_0x2f0f55:0x49a,_0x3785b4:0x3ed,_0x26ed9c:0x3c6,_0x17f566:0x2ad,_0x2f0108:0x2a4,_0x3ae8d6:0x57b,_0x2b047b:0x3bc,_0x105dd9:0x40b,_0x3cf796:0x4df,_0x32eacd:0x2d0,_0x271e57:0x2c5,_0x2b14dd:0x3cc,_0x52322f:0x465,_0x7698d7:0x3d2,_0x276559:0x482,_0x4d13b8:0x4a2,_0x58066d:0x57d,_0x38f4b3:0x4a1,_0x35e838:0x418,_0x154ea3:0x4cd,_0x21062e:0x361,_0x1970ef:0x552,_0xd2c70e:0x3a9,_0x56ec11:0x4b1,_0x22864f:0x385,_0xf28160:0x572,_0x5b59c0:0x5e8,_0x4f9529:0x48f,_0x3c4d4f:0x47c,_0x109cf4:0x458,_0x3dfcab:0x31c,_0x35cf17:0x313,_0xe6712e:0x4af,_0x5eb4f0:0x2c3,_0x266d5d:0x3f3,_0x46d760:0x314,_0x422799:0x624,_0x561d9c:0x687,_0x33ddc6:0x31a,_0x44d467:0x507},_0x4baad2={_0xfcc665:0x1d3,_0x54450e:0x2c3},_0x4a3a62={_0x5ab24f:0x111,_0x32423a:0x3dd},_0x58cf82={'hRNmq':_0x296ca7(_0x31147d._0x55bfd5,0x4a3,_0x31147d._0x4d3402,0x3da)+'t','SlDAJ':'Name\x20is\x20re'+'quired\x20and'+_0x4caaf5(0x536,0x487,0x396,_0x31147d._0x498ce8)+'\x20string','JBsNA':_0x296ca7(_0x31147d._0x3c1c12,_0x31147d._0x3804aa,_0x31147d._0x596d6b,0x397)+_0x4caaf5(_0x31147d._0x3435b3,0x4c4,0x3ac,_0x31147d._0x4ec28d)+'vironment\x20'+_0x296ca7(0x344,_0x31147d._0x3d539b,_0x31147d._0x1d48d1,0x2b4)+')','XgfvP':function(_0x23ee6d,_0x295417){return _0x23ee6d!==_0x295417;},'VTedB':_0x296ca7(_0x31147d._0x3f94da,_0x31147d._0x2246e4,_0x31147d._0x2abc91,_0x31147d._0x5c6a0f),'zPcrd':_0x4caaf5(_0x31147d._0x100329,0x3dd,_0x31147d._0x432e7a,_0x31147d._0x216d0c)+_0x4caaf5(_0x31147d._0x162ae6,_0x31147d._0x25cb6b,0x325,_0x31147d._0x5d4be3),'aiYdc':'Task\x20user\x20'+_0x296ca7(_0x31147d._0x334392,0x3cb,_0x31147d._0x1addbd,_0x31147d._0x5a2087),'nBkRE':_0x296ca7(0x368,_0x31147d._0x2387c4,0x3cc,0x2d3)+'ed','lhBuK':_0x4caaf5(_0x31147d._0x3e3677,_0x31147d._0x4931f9,0x4f0,_0x31147d._0x404d0c)+_0x4caaf5(0x2b2,_0x31147d._0x289fd2,_0x31147d._0x3ca109,0x3c1),'ljvTH':_0x296ca7(0x2be,_0x31147d._0x2ed6d7,_0x31147d._0x2848c1,_0x31147d._0x8450be),'ggtGx':'allowed-to'+_0x296ca7(0x3ba,_0x31147d._0x11f572,0x465,_0x31147d._0xb3e0bb),'BhZnN':function(_0x37d702,_0x153575){return _0x37d702!==_0x153575;},'cYxMD':_0x296ca7(0x1d6,_0x31147d._0x5063d5,_0x31147d._0x503120,0x227),'LwqbW':function(_0x505ff1,_0x2e8ca2){return _0x505ff1===_0x2e8ca2;},'Ugxry':_0x4caaf5(_0x31147d._0x1f5e82,_0x31147d._0x4f3467,0x587,0x4d6),'cRVrC':function(_0x136cfa,_0x1564f0){return _0x136cfa===_0x1564f0;},'goegd':_0x296ca7(_0x31147d._0x11b445,_0x31147d._0x386c75,0x29a,_0x31147d._0x44c7a0),'ifstL':_0x4caaf5(0x446,_0x31147d._0x2285a4,0x485,_0x31147d._0x3e143a),'iGLCx':function(_0xa354bd,_0x2a078e){return _0xa354bd!==_0x2a078e;},'GmEte':'kCwYn','ZjqHO':_0x296ca7(_0x31147d._0x2f3e88,0x2cb,_0x31147d._0x42406a,_0x31147d._0x1c0918),'RHWPD':function(_0x490191,_0x1bf27c){return _0x490191!==_0x1bf27c;},'mPrHj':_0x296ca7(0x3ca,_0x31147d._0x1a53f7,_0x31147d._0x4dbdbd,_0x31147d._0x5d28a7)+_0x4caaf5(_0x31147d._0xed75e4,0x5b8,0x59a,0x591)+_0x296ca7(_0x31147d._0x10d750,_0x31147d._0x9ce502,_0x31147d._0x3d539b,0x34a)+_0x4caaf5(0x56a,_0x31147d._0x51f10c,_0x31147d._0x4fca6f,_0x31147d._0x5023aa)+_0x4caaf5(_0x31147d._0x2285a4,0x4ea,0x5cc,_0x31147d._0x54d444)+_0x296ca7(0x426,0x3ef,0x2ef,_0x31147d._0x31e19f)+_0x296ca7(0x3a7,0x2cc,0x350,_0x31147d._0x5afba1)+'scores','EjGvO':_0x4caaf5(0x3c1,_0x31147d._0x44e589,0x3ed,0x420)+_0x296ca7(0x244,_0x31147d._0x109756,0x2e4,0x3fd),'CYNjD':_0x296ca7(0x396,_0x31147d._0x378e02,_0x31147d._0x432e7a,_0x31147d._0x4bdf70),'ULFfn':_0x4caaf5(0x42f,0x39d,_0x31147d._0x38645e,0x376)+_0x296ca7(_0x31147d._0x1f768b,0x2e6,_0x31147d._0x242d20,_0x31147d._0x29cba1),'EPUZx':function(_0x28081a,_0x432705){return _0x28081a!==_0x432705;},'ZhtZj':function(_0x1bd224,_0x136dd8){return _0x1bd224===_0x136dd8;},'kkLLA':_0x4caaf5(_0x31147d._0x2dfe49,0x493,0x556,0x39d),'CAxpr':function(_0x4a887f,_0x53362c){return _0x4a887f>_0x53362c;},'EzUCa':function(_0x2729e5,_0x44fbb6){return _0x2729e5===_0x44fbb6;},'MfIPQ':'qJUsj','dpNHK':'UQZBd','NOJdf':function(_0x527f4b,_0x4aaab0){return _0x527f4b!==_0x4aaab0;},'ccemz':_0x4caaf5(0x3c9,_0x31147d._0x532150,_0x31147d._0x345db4,0x399),'PIcFd':_0x4caaf5(_0x31147d._0x4b25a0,0x4ed,0x54f,0x4d0),'cmPYB':_0x4caaf5(0x39f,_0x31147d._0x5c04a1,0x34c,0x302),'fBgXB':'argument-h'+_0x4caaf5(0x30f,0x388,_0x31147d._0x5b56ce,0x372),'Ldbrb':function(_0xe39224,_0x225bf1,_0x587dc5){return _0xe39224(_0x225bf1,_0x587dc5);},'OvxBQ':'utf-8','xfaZp':_0x296ca7(0x3e2,_0x31147d._0x733749,0x456,0x393),'IsJPP':function(_0xc67010,_0x1332d1){return _0xc67010!==_0x1332d1;},'AGWyj':'qjUdf','GKtdh':'HoRBi','RRUVf':function(_0x3f9d25,_0x545490){return _0x3f9d25!==_0x545490;},'ZNcCr':_0x4caaf5(0x632,_0x31147d._0x26d014,0x435,0x5ea),'qgMLi':_0x296ca7(0x560,_0x31147d._0x362421,0x49a,0x42f)+'ts','LvCxs':'environmen'+'t.json','gKRdQ':_0x4caaf5(_0x31147d._0x1153d0,0x44b,0x50b,_0x31147d._0xd631a),'zSHEA':function(_0x10dd3b,_0x33510e){return _0x10dd3b===_0x33510e;},'OdNaP':_0x296ca7(_0x31147d._0x3bf1c6,_0x31147d._0x498ce8,0x551,_0x31147d._0x11b408),'AEBjR':_0x296ca7(_0x31147d._0x4eb029,_0x31147d._0x3804aa,_0x31147d._0x96a84a,0x34d)+_0x296ca7(0x30a,_0x31147d._0x4bdd91,_0x31147d._0x40c501,0x36b)+_0x296ca7(_0x31147d._0xea9942,0x3d4,0x432,0x2db)+_0x4caaf5(0x659,_0x31147d._0x2e4ab6,_0x31147d._0x5b7db5,_0x31147d._0x281722)+'e','Olvrn':_0x296ca7(0x1e8,0x2c3,_0x31147d._0x56b87b,_0x31147d._0x1274e6)+_0x296ca7(0x251,_0x31147d._0x46ddc8,0x2f3,_0x31147d._0x450c57)+'ll'},{callingTask:_0x3bb2b5,taskUser:_0x531ae4,environmentName:_0x2d2921,environmentConfig:_0x25757e}=_0x38f87a,{id:_0x470349,name:_0x85b5b7,description:_0x23c205,body:_0x2cc6fe,'allowed-tools':_0x633656,model:_0x13d95c,'argument-hint':_0x11feac,assignToEnvironment:assignToEnvironment=!![]}=_0x38f87a[_0x296ca7(_0x31147d._0x48a993,0x3bd,0x34e,_0x31147d._0x35bc05)];if(!_0x470349||_0x58cf82[_0x4caaf5(0x5d1,_0x31147d._0x5e575c,_0x31147d._0x6b9bfc,0x560)](typeof _0x470349,_0x58cf82[_0x296ca7(_0x31147d._0x575a84,_0x31147d._0x2dabcd,0x567,0x3fd)])){if(_0x58cf82['LwqbW'](_0x58cf82[_0x4caaf5(_0x31147d._0x1e9b5d,0x592,0x572,_0x31147d._0x2287aa)],_0x58cf82[_0x4caaf5(_0x31147d._0x53cd4e,0x592,0x63b,0x624)])){const _0xf1f928={};return _0xf1f928[_0x296ca7(_0x31147d._0x4f0cc4,_0x31147d._0x2a4523,0x37d,_0x31147d._0x430938)]=_0x4caaf5(0x68b,_0x31147d._0x2f83a1,0x636,_0x31147d._0x227c21)+'t',_0xf1f928[_0x296ca7(0x373,0x408,0x37f,0x4e6)]=_0x4caaf5(0x2ac,0x381,_0x31147d._0x1d48d1,_0x31147d._0x1c0918)+_0x4caaf5(0x595,_0x31147d._0x4283e5,0x6b4,0x625)+_0x4caaf5(0x5ff,0x53e,_0x31147d._0x203f85,_0x31147d._0xeae2a3)+'be\x20a\x20strin'+'g',_0x4ae481[_0x296ca7(_0x31147d._0x9e53f2,0x497,_0x31147d._0x214735,0x46e)](-0xcb4+-0x1f6*0xb+0x23d6)[_0x296ca7(0x4f9,0x403,0x471,0x3b4)](_0xf1f928);}else{const _0x3249a3=_0x4cd2e9[_0x4caaf5(0x4a5,0x5a2,_0x31147d._0x14956f,0x6a1)][_0x296ca7(_0x31147d._0xadec31,0x37a,0x490,_0x31147d._0x4a3cfd)](_0x2470f9=>_0x2470f9!==_0x502f88);_0x3249a3[_0x296ca7(0x2f1,0x2d5,_0x31147d._0x31236e,0x21b)]!==_0x12da88[_0x4caaf5(_0x31147d._0x14db21,0x5a2,0x68d,0x4a4)][_0x296ca7(0x3f6,0x2d5,0x3a0,0x25d)]&&(_0x5b7a20[_0x296ca7(_0x31147d._0x39aacc,0x488,_0x31147d._0x1d15c1,0x589)]=_0x3249a3,_0x5ab964=!![]);}}if(!_0x85b5b7||typeof _0x85b5b7!==_0x58cf82[_0x4caaf5(_0x31147d._0x5644d9,0x595,0x47b,_0x31147d._0x47a8f5)]){if(_0x58cf82[_0x296ca7(0x2fe,_0x31147d._0x61563c,_0x31147d._0x49c67e,_0x31147d._0x49fe2d)](_0x58cf82[_0x4caaf5(_0x31147d._0x472ae0,0x4fc,0x547,_0x31147d._0x28a76b)],_0x58cf82[_0x4caaf5(_0x31147d._0x5f35ee,_0x31147d._0x1d1fa0,0x51d,0x530)])){const _0x3e1872={};return _0x3e1872['error']=_0x58cf82['hRNmq'],_0x3e1872[_0x4caaf5(_0x31147d._0x3098c2,_0x31147d._0x5a9e74,_0x31147d._0x379d07,0x4cb)]=_0x58cf82[_0x296ca7(_0x31147d._0x17aba4,_0x31147d._0x47b87d,_0x31147d._0x29cba1,0x313)],_0x5012da[_0x296ca7(0x44a,0x497,0x407,0x411)](-0x205+0x22ae+-0x1f19*0x1)[_0x296ca7(_0x31147d._0x118ed4,_0x31147d._0x5cfc5c,_0x31147d._0x525880,0x33e)](_0x3e1872);}else{const _0x4fe057={};return _0x4fe057[_0x4caaf5(_0x31147d._0x2d159c,_0x31147d._0x581c1e,0x48f,0x2ca)]=_0x58cf82[_0x4caaf5(0x56d,0x52f,0x511,_0x31147d._0x6ac6d0)],_0x4fe057[_0x296ca7(_0x31147d._0xbf5b58,0x408,_0x31147d._0x22cf9a,_0x31147d._0x5768a5)]=_0x58cf82[_0x4caaf5(_0x31147d._0x464ba8,0x413,_0x31147d._0x160464,0x32f)],_0x4ae481[_0x296ca7(0x429,_0x31147d._0x4ccb55,0x46f,_0x31147d._0x5a5187)](-0x2c2*-0x2+0x367+-0x10d*0x7)[_0x296ca7(0x332,_0x31147d._0x5cfc5c,_0x31147d._0x289fd2,0x4c8)](_0x4fe057);}}if(!_0x23c205||_0x58cf82[_0x4caaf5(0x5b4,_0x31147d._0x5d84c0,0x429,0x502)](typeof _0x23c205,_0x58cf82[_0x296ca7(0x4ac,0x47b,_0x31147d._0x3f6f97,_0x31147d._0x359939)])){if(_0x58cf82[_0x296ca7(_0x31147d._0x590772,_0x31147d._0x40c26f,0x2df,_0x31147d._0x53cfc7)]===_0x58cf82[_0x296ca7(0x3a2,0x3a4,0x46b,0x4b5)])_0x16e478[_0x990ca2]=[];else{const _0x17af91={};return _0x17af91['error']=_0x4caaf5(0x5aa,_0x31147d._0x548ab7,0x5e7,0x57b)+'t',_0x17af91['message']=_0x296ca7(0x3c6,_0x31147d._0x221368,0x1ca,0x3a8)+'n\x20is\x20requi'+_0x4caaf5(0x4f2,0x4c8,0x4d0,0x474)+_0x296ca7(_0x31147d._0x2d46ef,_0x31147d._0x470460,_0x31147d._0x40a2ce,_0x31147d._0x3242fe)+_0x296ca7(_0x31147d._0x1694d1,0x37b,0x457,_0x31147d._0x2bac67),_0x4ae481[_0x296ca7(_0x31147d._0x46d395,0x497,_0x31147d._0x1274e6,_0x31147d._0x5b657a)](0x142b*-0x1+-0xfb+0x16b6)[_0x296ca7(0x442,0x403,_0x31147d._0x2d9b31,0x51b)](_0x17af91);}}if(!_0x2cc6fe||_0x58cf82[_0x4caaf5(0x612,0x4f0,0x4c9,_0x31147d._0x1c174f)](typeof _0x2cc6fe,_0x58cf82[_0x296ca7(_0x31147d._0xa8e239,_0x31147d._0x2dabcd,0x3b9,0x39c)])){const _0x25d222={};return _0x25d222[_0x4caaf5(_0x31147d._0x2073a9,_0x31147d._0x2e64fd,_0x31147d._0x4c9f13,_0x31147d._0x5502ba)]=_0x58cf82[_0x296ca7(_0x31147d._0x4adbf9,_0x31147d._0x3bf5e2,_0x31147d._0x31616a,0x371)],_0x25d222[_0x4caaf5(0x586,_0x31147d._0x5a9e74,0x644,_0x31147d._0x46a2e4)]=_0x296ca7(0x426,0x3ab,0x484,_0x31147d._0x182c94)+_0x4caaf5(0x3e2,0x38d,0x42d,0x42b)+_0x296ca7(0x33d,_0x31147d._0x341635,0x2c3,_0x31147d._0x623b47)+'\x20string',_0x4ae481[_0x4caaf5(_0x31147d._0x546fdf,0x5b1,_0x31147d._0x311485,_0x31147d._0x4f68b3)](-0xc0b+-0x1*0x6a3+0x143e)[_0x4caaf5(0x4ee,_0x31147d._0x7e0063,0x55b,0x454)](_0x25d222);}if(!/^[a-zA-Z0-9_-]+$/[_0x4caaf5(_0x31147d._0x15dd46,_0x31147d._0x4eaae5,_0x31147d._0x1c174f,_0x31147d._0x53b457)](_0x470349)){const _0x299cb3={};return _0x299cb3['error']=_0x58cf82['hRNmq'],_0x299cb3[_0x4caaf5(_0x31147d._0x4ea8b9,_0x31147d._0x5a9e74,0x40b,_0x31147d._0x476a8c)]=_0x58cf82[_0x296ca7(_0x31147d._0x4692ed,_0x31147d._0xbf5b58,_0x31147d._0x173580,_0x31147d._0x4599e5)],_0x4ae481[_0x296ca7(0x48b,0x497,_0x31147d._0x4384e4,_0x31147d._0x465bb5)](0x23cc+-0x1f27+0x107*-0x3)[_0x4caaf5(_0x31147d._0x2b6f64,_0x31147d._0xe5e0a6,0x571,_0x31147d._0x52d19f)](_0x299cb3);}if(_0x470349[_0x296ca7(0x2b7,_0x31147d._0x57ffa2,0x301,_0x31147d._0x1f370a)]('/')||_0x470349[_0x4caaf5(_0x31147d._0x118ed4,0x3a6,0x44f,0x2cc)]('\x5c')||_0x470349[_0x4caaf5(0x3b6,_0x31147d._0x5331a5,_0x31147d._0x129970,_0x31147d._0xf8ebc9)]('..')){const _0x1fdfd4={};return _0x1fdfd4[_0x296ca7(_0x31147d._0x418c6a,_0x31147d._0x2a4523,_0x31147d._0x36c61f,_0x31147d._0x5d7680)]=_0x58cf82['hRNmq'],_0x1fdfd4[_0x4caaf5(0x560,_0x31147d._0x50f198,_0x31147d._0x52bc24,0x444)]=_0x58cf82[_0x4caaf5(_0x31147d._0x531c49,_0x31147d._0x414885,0x49d,_0x31147d._0x1e471b)],_0x4ae481['status'](0x1d4b*-0x1+0x4e2+0x19f9)['json'](_0x1fdfd4);}const _0xe29b79=_0x7e7c9a[_0x296ca7(0x37c,_0x31147d._0x3617d1,0x2ff,_0x31147d._0x13538b)](setupPath,_0x296ca7(_0x31147d._0x19d315,0x488,0x38c,_0x31147d._0x19f4d0)),_0x5dfb02=_0x7e7c9a[_0x4caaf5(0x458,0x40b,_0x31147d._0x4512b0,0x499)](_0xe29b79,_0x470349),_0x5e897c=_0x7e7c9a[_0x296ca7(_0x31147d._0x39f05a,_0x31147d._0x3617d1,0x215,_0x31147d._0x4e454c)](_0x5dfb02,_0x58cf82[_0x4caaf5(0x523,0x57d,_0x31147d._0x15cfbf,_0x31147d._0x1273b3)]),_0x30d933=new Date()[_0x296ca7(0x3cb,0x35f,_0x31147d._0x2142ae,_0x31147d._0x1785dd)+'g'](),_0x365bbf={};function _0x4caaf5(_0x4c127a,_0x73ef1e,_0x32dfbd,_0x11ae89){return _0x19b2fa(_0x11ae89,_0x73ef1e-_0x4a3a62._0x5ab24f,_0x32dfbd-0xf3,_0x73ef1e-_0x4a3a62._0x32423a);}_0x365bbf[_0x296ca7(_0x31147d._0x40f053,0x3b6,_0x31147d._0x8b1294,_0x31147d._0x177468)]=_0x3bb2b5[_0x296ca7(0x399,_0x31147d._0x1d6f3a,0x336,0x366)],_0x365bbf[_0x4caaf5(0x591,0x553,0x4dd,_0x31147d._0x5d67e9)]=_0x470349,_0x365bbf['environmen'+'t']=_0x2d2921,_0x365bbf[_0x296ca7(0x2f9,_0x31147d._0x4173da,_0x31147d._0x13417d,_0x31147d._0x4e06b6)]=_0x531ae4['id'],_0x365bbf[_0x4caaf5(_0x31147d._0x3ff099,_0x31147d._0x1273b3,_0x31147d._0x189a33,_0x31147d._0x4bb57b)+_0x4caaf5(_0x31147d._0x5b802c,_0x31147d._0x5a6cd4,_0x31147d._0x2c6241,0x5ac)]=assignToEnvironment;function _0x296ca7(_0x5d76fd,_0x3c0763,_0x175815,_0x521260){return _0x19b2fa(_0x5d76fd,_0x3c0763-_0x4baad2._0xfcc665,_0x175815-0x1a7,_0x3c0763-_0x4baad2._0x54450e);}logger[_0x296ca7(_0x31147d._0x516c1f,0x47a,0x593,_0x31147d._0x37c919)](_0x58cf82[_0x4caaf5(0x3d0,_0x31147d._0x4c28de,0x3f8,0x3d9)],_0x365bbf);try{try{await _0x349e5e[_0x296ca7(_0x31147d._0x243b0f,_0x31147d._0x34497a,_0x31147d._0x598cf4,_0x31147d._0x32672e)](_0x5dfb02);const _0x13ef94={};return _0x13ef94[_0x296ca7(0x344,0x28f,_0x31147d._0x14499b,0x335)]=_0x58cf82[_0x4caaf5(0x516,0x52f,0x5a0,_0x31147d._0x499b7e)],_0x13ef94[_0x296ca7(_0x31147d._0x43a573,_0x31147d._0x2e4a64,0x479,0x39c)]=_0x4caaf5(_0x31147d._0x1e1231,0x467,0x359,0x4e0)+_0x470349+(_0x4caaf5(0x39d,0x3de,0x339,_0x31147d._0x5410a8)+_0x4caaf5(0x573,_0x31147d._0x5649be,_0x31147d._0x5afb53,_0x31147d._0x27c56d)),_0x4ae481[_0x4caaf5(_0x31147d._0x55cbe4,_0x31147d._0x213e93,0x5b2,0x688)](-0xe10+0x30*0x47+0x250)[_0x296ca7(0x3c8,0x403,_0x31147d._0x577ed3,_0x31147d._0x42406a)](_0x13ef94);}catch(_0x19fce6){if(_0x58cf82[_0x4caaf5(0x4b2,0x431,0x49f,0x51c)](_0x19fce6[_0x4caaf5(_0x31147d._0x543044,0x518,0x59f,_0x31147d._0x476a8c)],_0x58cf82['VTedB'])){if(_0x58cf82[_0x4caaf5(_0x31147d._0x69d925,_0x31147d._0x53cfc7,0x459,0x4fa)](_0x58cf82[_0x296ca7(_0x31147d._0x40c198,0x3fc,_0x31147d._0x19549c,0x3cc)],_0x296ca7(_0x31147d._0x498ce8,_0x31147d._0x1ace7f,_0x31147d._0x1d7f89,0x448)))throw _0x19fce6;else _0x4899a0['skills']=[];}}const _0x581759={};_0x581759[_0x296ca7(_0x31147d._0x4f8d34,_0x31147d._0x5c6e48,0x28b,0x339)]=!![],await _0x349e5e[_0x4caaf5(0x633,_0x31147d._0x44b7db,_0x31147d._0x6b9bfc,_0x31147d._0x3eaa33)](_0xe29b79,_0x581759);const _0x371baa={};_0x371baa[_0x296ca7(_0x31147d._0xfd5006,_0x31147d._0x5c6e48,0x337,0x296)]=!![],await _0x349e5e[_0x4caaf5(0x61b,_0x31147d._0x2d370c,_0x31147d._0x424f60,_0x31147d._0x1878c2)](_0x5dfb02,_0x371baa);const _0x1c5c3a={};_0x1c5c3a['name']=_0x85b5b7,_0x1c5c3a[_0x296ca7(0x18e,0x27f,0x1f6,_0x31147d._0x2b441e)+'n']=_0x23c205;const _0x4b0e82=_0x1c5c3a;_0x633656&&Array[_0x4caaf5(0x56d,0x4dd,_0x31147d._0x2dfe49,_0x31147d._0x3cc20e)](_0x633656)&&_0x58cf82[_0x4caaf5(0x403,_0x31147d._0x56724c,0x2a6,0x342)](_0x633656[_0x296ca7(_0x31147d._0x53cfc7,_0x31147d._0x5223d4,0x25c,_0x31147d._0x421f9c)],0x4*-0x332+-0x150c+0x21d4)&&(_0x58cf82[_0x4caaf5(_0x31147d._0xd45574,_0x31147d._0x2c956d,_0x31147d._0x568230,_0x31147d._0x5ea3da)](_0x58cf82[_0x296ca7(_0x31147d._0xe4ea7f,_0x31147d._0x3c701b,_0x31147d._0x5c996c,_0x31147d._0x217667)],_0x58cf82[_0x4caaf5(0x493,0x464,_0x31147d._0x105bcb,_0x31147d._0x138de1)])?(_0x18cfbe['environmen'+'ts'][_0x4df8b0]['skills']=_0x2ebd2d,_0x4aef17=!![]):_0x4b0e82[_0x4caaf5(0x349,_0x31147d._0x501756,_0x31147d._0x3a964a,0x329)+_0x296ca7(_0x31147d._0x152959,_0x31147d._0x1fdb6c,_0x31147d._0x341635,_0x31147d._0x476a8c)]=_0x633656);if(_0x13d95c){if(_0x58cf82[_0x296ca7(0x444,0x397,_0x31147d._0x4a3800,_0x31147d._0x28a76b)](_0x4caaf5(0x44a,0x4a9,_0x31147d._0x11b445,_0x31147d._0x5c44a1),_0x58cf82[_0x296ca7(0x4e9,_0x31147d._0x3e078b,0x389,0x369)])){!_0x42b1be['skills']&&(_0xd0b12b[_0x296ca7(_0x31147d._0x5a8e8c,_0x31147d._0x2e2944,0x537,0x55f)]=[]);if(!_0x454986[_0x4caaf5(_0x31147d._0x4e3d04,0x5a2,_0x31147d._0x4d0731,_0x31147d._0x45c213)][_0x4caaf5(0x348,0x3a6,_0x31147d._0x17217d,_0x31147d._0x49c67e)](_0x53abe8)){_0x43832e[_0x296ca7(0x587,_0x31147d._0x32d342,_0x31147d._0x6b7ebc,0x54d)]['push'](_0x4951ca),_0x570158=!![];const _0xb78915={};_0xb78915[_0x296ca7(0x3d4,0x439,0x354,_0x31147d._0x3f6f97)]=_0x1deeb9,_0xb78915[_0x296ca7(0x3f0,_0x31147d._0x60bae4,0x481,0x43e)+'t']=_0x10c897,_0x3e6c9f[_0x296ca7(0x360,_0x31147d._0xec5cd9,0x35f,_0x31147d._0x45a2a1)](_0x58cf82[_0x4caaf5(0x4ed,_0x31147d._0x482470,0x49d,_0x31147d._0x180792)],_0xb78915);}}else _0x4b0e82[_0x4caaf5(0x48a,0x528,_0x31147d._0x1b2b2d,_0x31147d._0x5a8e8c)]=_0x13d95c;}if(_0x11feac){if(_0x58cf82[_0x296ca7(0x2b6,0x33b,_0x31147d._0x3d2ec3,_0x31147d._0x5ea3da)]===_0x58cf82[_0x4caaf5(_0x31147d._0x60bae4,_0x31147d._0x16a5d2,_0x31147d._0x569aef,_0x31147d._0x42eaf1)]){if(_0x58cf82['XgfvP'](_0x3503a1[_0x4caaf5(_0x31147d._0xafa5f7,0x518,_0x31147d._0x3f9bfd,_0x31147d._0x155fb0)],_0x58cf82[_0x296ca7(_0x31147d._0x5f1000,0x319,0x221,0x1f8)])){const _0x48a49f={};_0x48a49f[_0x4caaf5(_0x31147d._0xfd00b6,_0x31147d._0x42eaf1,0x487,_0x31147d._0x30d04d)]=_0xe497a1,_0x48a49f[_0x4caaf5(0x356,_0x31147d._0x92a11b,_0x31147d._0x531b5b,_0x31147d._0x4cb68e)]=_0x44ab38[_0x296ca7(_0x31147d._0x5955ad,0x408,0x33b,_0x31147d._0x4a24bc)],_0x46fa13[_0x4caaf5(_0x31147d._0x41e1b8,0x4c6,0x444,_0x31147d._0xdd557f)](_0x58cf82[_0x4caaf5(_0x31147d._0x198a84,0x3b9,_0x31147d._0x525880,0x43b)],_0x48a49f);}}else _0x4b0e82[_0x58cf82['fBgXB']]=_0x11feac;}const _0xbfddc7=_0x58cf82['Ldbrb'](serializeSkillMd,_0x4b0e82,_0x2cc6fe);await _0x349e5e[_0x296ca7(_0x31147d._0x33a492,0x457,0x425,_0x31147d._0x2fed99)](_0x5e897c,_0xbfddc7,_0x58cf82[_0x296ca7(_0x31147d._0x5a2087,0x378,_0x31147d._0x18206c,_0x31147d._0x575a84)]);let _0x5856bb=![];if(assignToEnvironment&&coderConfig){if(_0x58cf82[_0x4caaf5(0x4f9,0x590,0x614,0x521)](_0x296ca7(0x3f7,_0x31147d._0x733749,0x355,0x4bb),_0x58cf82['xfaZp'])){const _0x523475={};_0x523475['taskId']=_0x4ba90d,_0x523475[_0x4caaf5(_0x31147d._0x13538b,0x38e,0x2cc,0x34c)]=_0x1e3a7e,_0x85e25d[_0x296ca7(_0x31147d._0x964928,_0x31147d._0x403b10,0x409,_0x31147d._0x470460)](_0x58cf82[_0x4caaf5(_0x31147d._0x4f68b3,_0x31147d._0x298bde,0x491,_0x31147d._0x58d03a)],_0x523475);const _0x47bf91={};return _0x47bf91[_0x4caaf5(0x38a,0x3a9,_0x31147d._0x522e87,_0x31147d._0x4b409a)]=_0x58cf82['nBkRE'],_0x47bf91[_0x4caaf5(_0x31147d._0x3eaa72,0x522,0x533,_0x31147d._0xc51a06)]=_0x58cf82[_0x4caaf5(_0x31147d._0x1a2522,0x454,0x370,0x373)],_0x1c0aca[_0x4caaf5(_0x31147d._0x2724d0,_0x31147d._0x13119a,0x504,_0x31147d._0x188f56)](0x18*0x114+-0x26*0x9c+-0x127)[_0x296ca7(_0x31147d._0x1a2522,_0x31147d._0xa8cdcb,_0x31147d._0x1c8b1b,0x486)](_0x47bf91);}else{const _0x55f57f=coderConfig[_0x296ca7(0x3af,0x481,0x47d,_0x31147d._0x38a00)+'ts']?.[_0x2d2921];if(_0x55f57f){if(!_0x55f57f['skills']){if(_0x58cf82['IsJPP'](_0x58cf82[_0x296ca7(0x236,_0x31147d._0x2b1b05,_0x31147d._0x177468,0x17e)],_0x58cf82[_0x4caaf5(0x425,0x430,_0x31147d._0x3ab89c,0x538)]))_0x55f57f['skills']=[];else{const _0x40bfb0={};return _0x40bfb0[_0x296ca7(_0x31147d._0x195ed2,_0x31147d._0x494244,_0x31147d._0xc4527b,_0x31147d._0x457ade)]=_0x58cf82[_0x4caaf5(_0x31147d._0x1726f3,_0x31147d._0xd1ed94,0x3f4,_0x31147d._0x33cd85)],_0x40bfb0[_0x296ca7(0x32e,0x408,_0x31147d._0x160464,0x42b)]=_0x296ca7(0x30f,_0x31147d._0xfc2219,0x3fa,_0x31147d._0x1d48d1)+_0x5c7906+(_0x4caaf5(0x449,0x4bd,0x46b,0x410)+'d'),_0x545529[_0x4caaf5(0x657,_0x31147d._0x485cf7,_0x31147d._0x4ccb55,0x66c)](-0x16b8+-0x2*0x60d+0x3*0xc22)[_0x296ca7(0x4b2,0x403,_0x31147d._0x4b25a0,0x508)](_0x40bfb0);}}if(!_0x55f57f[_0x296ca7(0x57e,0x488,_0x31147d._0x6308b9,0x40b)]['includes'](_0x470349)){_0x55f57f[_0x296ca7(0x54b,_0x31147d._0x2bac67,_0x31147d._0x532fb4,0x42b)][_0x296ca7(0x4b2,_0x31147d._0x1694d1,_0x31147d._0x1e26ff,_0x31147d._0x1d326c)](_0x470349),_0x5856bb=!![];const _0x8aa780={};_0x8aa780[_0x296ca7(_0x31147d._0x2ca6e5,_0x31147d._0x53b176,_0x31147d._0x479a43,_0x31147d._0x36292c)]=_0x470349,_0x8aa780[_0x4caaf5(0x62d,_0x31147d._0x2c4a2f,0x60b,0x595)+'t']=_0x2d2921,logger[_0x296ca7(_0x31147d._0x369986,_0x31147d._0xec5cd9,0x4d6,_0x31147d._0x2d0611)](_0x4caaf5(_0x31147d._0x3ef706,0x525,0x544,0x5c3)+_0x296ca7(_0x31147d._0x8c93e1,_0x31147d._0x2d5c3a,_0x31147d._0x37f68d,0x4b8)+'vironment\x20'+_0x296ca7(_0x31147d._0x33763e,_0x31147d._0x3d539b,_0x31147d._0x3d8918,_0x31147d._0x5c0122)+')',_0x8aa780);}}try{if(_0x58cf82[_0x296ca7(_0x31147d._0x455d56,_0x31147d._0x205495,_0x31147d._0x89f69d,_0x31147d._0xdddd8e)](_0x58cf82[_0x4caaf5(_0x31147d._0x20ad63,0x426,_0x31147d._0x34f1a3,0x53d)],_0x296ca7(0x328,_0x31147d._0x391189,0x379,0x3ba))){const _0x2018e0=_0x7e7c9a[_0x296ca7(_0x31147d._0x261346,0x2f1,0x1d0,_0x31147d._0x400bb5)](setupPath,_0x58cf82[_0x4caaf5(_0x31147d._0x533c6b,0x38f,0x3e0,0x40e)],_0x2d2921,_0x58cf82[_0x296ca7(0x3a1,0x2b7,_0x31147d._0x3bd9fe,0x22c)]);let _0x39b9dc,_0x48cd14,_0x5972ad;try{const _0x34d52f=await _0x349e5e[_0x296ca7(_0x31147d._0x1eec1c,0x367,_0x31147d._0x590772,0x330)](_0x2018e0,_0x58cf82[_0x296ca7(_0x31147d._0x162ae6,0x378,_0x31147d._0x203191,_0x31147d._0x8068e)]);_0x48cd14=JSON['parse'](_0x34d52f),_0x39b9dc=_0x2018e0,!_0x48cd14[_0x4caaf5(0x57b,_0x31147d._0x135e2b,_0x31147d._0x36491d,_0x31147d._0x125e61)]&&(_0x48cd14[_0x4caaf5(0x62d,0x5a2,0x4dd,_0x31147d._0x2c8fd2)]=[]),_0x5972ad=_0x48cd14[_0x296ca7(_0x31147d._0x3ca925,_0x31147d._0x391f4e,0x451,0x4ec)];}catch{const _0x320469=_0x7e7c9a[_0x296ca7(0x206,0x2f1,0x2b8,_0x31147d._0x154c98)](setupPath,_0x58cf82[_0x296ca7(_0x31147d._0x1ce57d,_0x31147d._0x2524bc,_0x31147d._0x3f6f97,0x461)]),_0x5662ad=await _0x349e5e[_0x296ca7(0x42b,_0x31147d._0x310bd9,_0x31147d._0x5838e4,_0x31147d._0x5e6c57)](_0x320469,_0x296ca7(0x336,0x321,0x41a,_0x31147d._0x162b8d));_0x48cd14=JSON['parse'](_0x5662ad),_0x39b9dc=_0x320469;if(_0x48cd14[_0x296ca7(_0x31147d._0x243f6f,0x481,0x58d,0x45c)+'ts']&&_0x48cd14['environmen'+'ts'][_0x2d2921]){if(!_0x48cd14[_0x4caaf5(0x5ff,0x59b,0x58d,_0x31147d._0x404d0c)+'ts'][_0x2d2921][_0x4caaf5(_0x31147d._0x3e3507,0x5a2,_0x31147d._0x453479,0x5d8)]){if(_0x58cf82['zSHEA'](_0x58cf82[_0x4caaf5(_0x31147d._0x1dfd54,0x586,_0x31147d._0x30b61f,_0x31147d._0x22c4c1)],_0x58cf82[_0x296ca7(0x367,0x46c,0x535,_0x31147d._0x39502c)]))_0x48cd14['environmen'+'ts'][_0x2d2921]['skills']=[];else{const [,_0x47f451,_0x39bc44]=_0x57d728;if(_0x47f451===_0x58cf82['ggtGx']&&!_0x39bc44[_0x296ca7(0x278,0x2eb,0x205,0x358)]())_0xbc5229[_0x47f451]=[];else{if(_0x39bc44[_0x4caaf5(0x2f0,_0x31147d._0x5016ae,_0x31147d._0x2f4110,_0x31147d._0x3ae466)]()[_0x4caaf5(0x55a,0x459,_0x31147d._0x10e13d,0x4ca)]('[')&&_0x39bc44[_0x4caaf5(_0x31147d._0x4e454c,0x405,0x4cc,0x47e)]()['endsWith'](']'))_0x38df7b[_0x47f451]=_0x39bc44[_0x4caaf5(0x48f,_0x31147d._0x1fe1f9,_0x31147d._0x34cdd8,0x445)]()[_0x4caaf5(0x51b,_0x31147d._0x527313,0x4f1,_0x31147d._0xedbbbd)](-0x1f90+-0x1*0x3f4+0x2385,-(-0x25e1+-0x1573+0x3b55))['split'](',')['map'](_0x3128a1=>_0x3128a1[_0x296ca7(0x399,0x2eb,0x3c9,0x269)]())['filter'](_0x2fd280);else _0x39bc44['trim']()&&(_0xc5f1df[_0x47f451]=_0x39bc44[_0x4caaf5(_0x31147d._0x20b927,_0x31147d._0xa74c78,0x418,0x4c4)]());}}}_0x5972ad=_0x48cd14['environmen'+'ts'][_0x2d2921][_0x296ca7(_0x31147d._0x26051e,0x488,0x452,_0x31147d._0x4e2867)];}}if(_0x5972ad&&!_0x5972ad[_0x296ca7(_0x31147d._0x119bb6,0x28c,_0x31147d._0x1ca684,0x16e)](_0x470349)){_0x5972ad[_0x4caaf5(0x670,0x56e,_0x31147d._0xa8e239,_0x31147d._0x238cc0)](_0x470349),await _0x349e5e[_0x4caaf5(0x498,_0x31147d._0x64e031,0x5fb,0x4a6)](_0x39b9dc,JSON[_0x296ca7(_0x31147d._0x1eec1c,0x427,0x4a2,_0x31147d._0x4c9f13)](_0x48cd14,null,0x566+0x2394+-0x26*0x114),_0x58cf82[_0x4caaf5(0x425,0x492,0x3c1,_0x31147d._0x299e42)]);const _0x4dbd77={};_0x4dbd77['skillId']=_0x470349,_0x4dbd77['environmen'+'t']=_0x2d2921,_0x4dbd77[_0x296ca7(_0x31147d._0x5eaa63,0x2f6,0x31b,_0x31147d._0x57f5ec)]=_0x39b9dc,logger[_0x4caaf5(0x56b,0x594,_0x31147d._0x52bc24,0x4a7)](_0x58cf82[_0x4caaf5(0x51a,0x4a8,_0x31147d._0x44509b,_0x31147d._0x4ed6f2)],_0x4dbd77);}}else _0x14f743[_0x5b589d]=_0x393628[_0x296ca7(_0x31147d._0x4e8f8d,0x2eb,_0x31147d._0x23bc9e,0x204)]()[_0x4caaf5(_0x31147d._0x3bdc5c,_0x31147d._0x22ca6f,_0x31147d._0x42fa70,_0x31147d._0x1b7738)](-0x1*-0xee3+-0x72d+-0x1*0x7b5,-(0xd92*-0x1+-0x26ef+0x3482))[_0x296ca7(0x2ec,_0x31147d._0x14c83a,0x3fa,0x3cc)](',')[_0x4caaf5(0x5e8,0x520,_0x31147d._0x267b84,0x578)](_0x4729ba=>_0x4729ba['trim']())[_0x296ca7(0x269,0x37a,_0x31147d._0x4a0fee,0x3cb)](_0x62433f);}catch(_0x112936){const _0x1f8193={};_0x1f8193[_0x4caaf5(_0x31147d._0x29f6d4,0x553,0x47a,_0x31147d._0xb356b3)]=_0x470349,_0x1f8193[_0x4caaf5(0x601,_0x31147d._0x2c4a2f,0x59f,0x5de)+'t']=_0x2d2921,_0x1f8193[_0x4caaf5(0x28e,_0x31147d._0x581c1e,0x3f8,_0x31147d._0x1cbdb8)]=_0x112936[_0x4caaf5(0x5bf,_0x31147d._0x50f198,0x4c6,0x40a)],logger[_0x296ca7(0x403,0x3ac,0x406,0x414)]('Failed\x20to\x20'+_0x4caaf5(0x43b,0x47e,0x583,_0x31147d._0x2852d0)+_0x296ca7(_0x31147d._0x4b0548,_0x31147d._0x14c74c,_0x31147d._0x1fdba8,0x2c0)+_0x4caaf5(_0x31147d._0x3eefc1,0x5c1,0x5ed,_0x31147d._0xee4ae9)+_0x4caaf5(_0x31147d._0x1ed905,_0x31147d._0x453dd9,_0x31147d._0x9e7ff6,_0x31147d._0x18741c)+_0x296ca7(0x425,0x303,_0x31147d._0x2b008a,0x2e3)+'\x20assignmen'+_0x4caaf5(0x495,_0x31147d._0x424b29,_0x31147d._0x424f60,0x62a)+_0x4caaf5(0x681,0x5c2,0x4bf,_0x31147d._0x3e64c3),_0x1f8193);}}}const _0x4c8114={};_0x4c8114[_0x4caaf5(0x588,0x4d0,_0x31147d._0x8ba53e,_0x31147d._0x86ec62)]=_0x3bb2b5[_0x296ca7(_0x31147d._0x5e3b9e,0x3b6,0x3eb,_0x31147d._0x369959)],_0x4c8114['skillId']=_0x470349,_0x4c8114[_0x296ca7(_0x31147d._0x357dac,_0x31147d._0x232946,0x443,_0x31147d._0x495b57)+'t']=_0x2d2921,_0x4c8114['userId']=_0x531ae4['id'],_0x4c8114[_0x4caaf5(0x438,0x52c,0x5b5,0x5dc)]=_0x5856bb,logger[_0x4caaf5(0x4a3,_0x31147d._0x3700b4,0x494,_0x31147d._0x2f0f55)](_0x4caaf5(_0x31147d._0x3785b4,_0x31147d._0x26ed9c,_0x31147d._0x17f566,_0x31147d._0x2f0108)+_0x4caaf5(_0x31147d._0x3ae8d6,0x4f2,0x52f,0x543)+'k',_0x4c8114);const _0x4acde0={};_0x4acde0[_0x296ca7(_0x31147d._0x2b047b,0x462,0x420,_0x31147d._0x105dd9)]=!![],_0x4acde0['id']=_0x470349,_0x4acde0[_0x296ca7(0x58e,0x481,0x3d6,_0x31147d._0x3cf796)+'t']=_0x2d2921,_0x4acde0[_0x296ca7(_0x31147d._0x32eacd,_0x31147d._0x271e57,0x33b,_0x31147d._0x2b14dd)]=_0x30d933,_0x4acde0[_0x296ca7(_0x31147d._0x403b10,0x3b2,0x46b,_0x31147d._0x5768a5)+_0x4caaf5(_0x31147d._0x52322f,0x45a,_0x31147d._0x7698d7,0x439)]=_0x3bb2b5[_0x4caaf5(0x47d,0x4d0,_0x31147d._0x276559,0x4ac)],_0x4acde0['createdByU'+'serId']=_0x531ae4['id'],_0x4acde0[_0x296ca7(0x43c,0x412,0x2f4,0x484)]=_0x5856bb,_0x4ae481[_0x296ca7(0x47e,0x497,_0x31147d._0x4d13b8,0x5ac)](0x2270+0x39*0x36+-0x427*0xb)[_0x4caaf5(_0x31147d._0x58066d,_0x31147d._0xe5e0a6,_0x31147d._0x38f4b3,0x5bd)](_0x4acde0);}catch(_0x43beb2){const _0x4161d1={};_0x4161d1['taskId']=_0x3bb2b5[_0x296ca7(_0x31147d._0x35e838,0x3b6,0x40e,_0x31147d._0x154ea3)],_0x4161d1[_0x296ca7(_0x31147d._0x21062e,0x439,_0x31147d._0x1970ef,0x32e)]=_0x470349,_0x4161d1[_0x4caaf5(0x336,_0x31147d._0xd2c70e,0x396,_0x31147d._0x56ec11)]=_0x43beb2[_0x4caaf5(0x4ad,0x522,0x628,0x5fb)],logger[_0x4caaf5(0x3f6,_0x31147d._0x581c1e,_0x31147d._0x22864f,0x2c7)](_0x58cf82[_0x4caaf5(_0x31147d._0x498ce8,_0x31147d._0xf28160,_0x31147d._0x5b59c0,0x457)],_0x4161d1);try{const _0x3bf2d0={};_0x3bf2d0[_0x296ca7(0x381,_0x31147d._0x5c6e48,0x37d,0x3ec)]=!![],_0x3bf2d0[_0x4caaf5(_0x31147d._0x4f9529,0x5a9,0x51d,0x519)]=!![],await _0x349e5e['rm'](_0x5dfb02,_0x3bf2d0);}catch{}const _0x4eee81={};_0x4eee81[_0x4caaf5(_0x31147d._0x3c4d4f,0x3a9,0x36a,0x42d)]=_0x296ca7(0x3ee,0x40a,_0x31147d._0x109cf4,_0x31147d._0x3dfcab)+'erver\x20Erro'+'r',_0x4eee81[_0x296ca7(_0x31147d._0x32d342,0x408,_0x31147d._0x35cf17,_0x31147d._0xe6712e)]=_0x296ca7(0x2cd,_0x31147d._0x5eb4f0,0x2dd,0x2f1)+_0x4caaf5(0x425,0x3bc,_0x31147d._0x266d5d,_0x31147d._0x46d760)+'ll',_0x4ae481[_0x4caaf5(_0x31147d._0x422799,0x5b1,0x533,_0x31147d._0x561d9c)](0x64+0x19*0x74+-0x7d*0x14)[_0x296ca7(0x389,0x403,_0x31147d._0x33ddc6,_0x31147d._0x44d467)](_0x4eee81);}}),router[_0x263bb9(0x632,0x526,0x5a0,0x5e9)](_0x263bb9(0x42b,0x55b,0x3aa,0x48b)+_0x263bb9(0x3b9,0x55b,0x50f,0x48d),requireTaskAuth,validateSkillAccess,async(_0x1a148f,_0x3571ab)=>{const _0x34c6dd={_0x4f1a05:0x25,_0x352325:0xf6,_0x4ddf21:0x51,_0x4f894d:0x66,_0x56572b:0x172,_0x3740c0:0x47,_0x1e41c4:0x125,_0x27fd7c:0xfa,_0x5deb6e:0x35d,_0x44a98c:0x326,_0x2fa441:0x2ce,_0x3ef215:0x3b3,_0x4d5a08:0x284,_0x5d18bb:0x43a,_0x3567ac:0x2e7,_0x36e3ae:0x35d,_0x2efa37:0x3fe,_0x549d1e:0x199,_0x1da9a8:0x29b,_0x1afd09:0x2f8,_0x1b581c:0x26f,_0x434433:0x1b7,_0x17253a:0x213,_0x592d8f:0x1e0,_0x20c915:0xd0,_0x2712e0:0x1dc,_0xe1ada4:0x345,_0x3004c1:0x401,_0x7e4a2d:0x415,_0x4a76a8:0x462,_0x4a97f2:0x4e4,_0x42e17a:0x1af,_0x24cb59:0x12e,_0x5bf479:0x121,_0x405b36:0x48c,_0x21f007:0x3a9,_0x4567bd:0x1f2,_0x16a7c3:0x2bb,_0x120a6b:0x1ac,_0x43f2cf:0x1d1,_0x28511a:0x69,_0x1b99a0:0x8,_0x43e1bc:0x2,_0x1faca9:0xc,_0x522dd5:0x87,_0x580ce1:0x29b,_0x34045a:0x255,_0x2b561e:0x261,_0x27575b:0x43f,_0x3e7fa1:0x166,_0x3e692f:0x188,_0x55278b:0x279,_0x286041:0x338,_0x1da412:0x380,_0x2f1f90:0x493,_0x5b6bc4:0x3ef,_0x10e176:0x4e5,_0x4709a9:0x4ba,_0x52ee41:0x114,_0x4b63b5:0x1d,_0x63a819:0x11e,_0x25cb28:0x2ec,_0x409063:0x2b1,_0x33617f:0x177,_0x3f3233:0x1f6,_0x230abd:0x1f3,_0x564fad:0x10,_0x9fd3bd:0xb,_0x120714:0xcd,_0x28806d:0x137,_0x36d575:0x200,_0x36643e:0x1ac,_0x1e10bc:0x1a5,_0x3ec85c:0x38c,_0x490f29:0x4ae,_0x44e2e9:0x423,_0x374d16:0x300,_0x248766:0x3a5,_0x54ad65:0x4a2,_0x3abffb:0x50c,_0x382da3:0x599,_0x1b8bd1:0x382,_0x5004bb:0x367,_0x1b383c:0x1cc,_0x7f9bed:0x296,_0x5dd392:0x293,_0x31f161:0x292,_0x374f3e:0x4c,_0xd2e421:0xd7,_0x5c2b23:0x20c,_0x1f8ead:0xa9,_0x2d5826:0x152,_0x1865fa:0x38f,_0x165cd6:0x182,_0x205d83:0x23d,_0x22db80:0x128,_0x16f27f:0xd8,_0x2b3956:0xbd,_0x41fa86:0x1e,_0x1dfb5b:0x2e7,_0x5bf1ec:0x41c,_0x3f68cf:0x176,_0x2e31a0:0x97,_0x567665:0xe7,_0x45ce12:0x42a,_0x21741b:0x141,_0x378238:0x57,_0x45300f:0x1cc,_0x57b45d:0x13a,_0x43fea1:0x1b3,_0x337d49:0x4ef,_0xa2318:0x3ee,_0xdb7cb1:0x484,_0x242734:0x2f6,_0x342f4b:0x7,_0x40c666:0xa0,_0x55b7c8:0xcf,_0x23b5ff:0x1b0,_0x5a29c5:0x1c8,_0x1e3d2e:0x63,_0x12ccd6:0xc5,_0x5c49af:0x6c,_0x26314a:0x236,_0x4156a6:0x475,_0x47aefe:0x40e,_0xc48540:0x392,_0x276b77:0x12e,_0x53009c:0x1bb,_0x275c80:0x228,_0x56512c:0x12e,_0x13652c:0x7,_0x27a2ac:0xe0,_0x4106d6:0x305,_0x1ba736:0x228,_0xbaf9c3:0xfc,_0x38a40c:0xe,_0x2b2dfc:0x48a,_0x19b0b3:0x51b,_0x33e782:0x3fb,_0x318c1b:0x39d},_0x325a74={_0x4cd469:0x173},_0x1f4180={_0x2a721:0x1c9,_0x20692d:0x2ce},_0x410189={'dXUTQ':_0x9b13f9(_0x34c6dd._0x4f1a05,-0xc6,_0x34c6dd._0x352325,-_0x34c6dd._0x4ddf21)+_0x9b13f9(_0x34c6dd._0x4f894d,_0x34c6dd._0x56572b,0x180,-_0x34c6dd._0x3740c0),'adQOb':'Task\x20fetch'+'ing\x20skill\x20'+_0x9b13f9(0x4e,0xa2,_0x34c6dd._0x1e41c4,0x24),'aCLMa':'SKILL.md','pifOd':_0x9b13f9(0x99,0x4d,0xb3,_0x34c6dd._0x27fd7c),'tqjpj':function(_0x2148c3,_0x2c8450){return _0x2148c3(_0x2c8450);},'lVOeo':_0x345a38(0x3cc,_0x34c6dd._0x5deb6e,_0x34c6dd._0x44a98c,0x308),'ZUiEX':function(_0x260879,_0x2a26c1){return _0x260879===_0x2a26c1;},'gNCbQ':_0x345a38(0x2cf,0x380,_0x34c6dd._0x2fa441,_0x34c6dd._0x3ef215),'rZhjT':function(_0x11e4f4,_0x438063){return _0x11e4f4===_0x438063;},'Kwxje':_0x345a38(_0x34c6dd._0x4d5a08,0x369,_0x34c6dd._0x5d18bb,_0x34c6dd._0x3567ac),'jCEpH':_0x345a38(_0x34c6dd._0x36e3ae,0x34e,_0x34c6dd._0x2efa37,0x2d9),'FCRxa':_0x345a38(_0x34c6dd._0x549d1e,_0x34c6dd._0x1da9a8,_0x34c6dd._0x1afd09,_0x34c6dd._0x1b581c)+_0x9b13f9(_0x34c6dd._0x434433,0xcc,_0x34c6dd._0x17253a,0x1ea),'WdcLP':function(_0x50a62b,_0x2cd4a3){return _0x50a62b===_0x2cd4a3;},'WhTnV':'CQQtw','DjPFw':_0x9b13f9(0x193,_0x34c6dd._0x592d8f,_0x34c6dd._0x20c915,_0x34c6dd._0x2712e0),'gBNEy':_0x345a38(0x275,0x28d,_0x34c6dd._0xe1ada4,0x330),'iKPKl':'Failed\x20to\x20'+'read\x20skill','yxNgJ':_0x345a38(_0x34c6dd._0x3004c1,_0x34c6dd._0x7e4a2d,0x3d3,_0x34c6dd._0x4a76a8)+_0x345a38(_0x34c6dd._0x4a97f2,0x453,0x4ed,0x543)+'r'},{callingTask:_0x314d15,skillId:_0x537c8e,skillPath:_0x406257,environmentName:_0x3d0c71}=_0x1a148f;function _0x345a38(_0x1007c4,_0x175c1e,_0x154325,_0x4538c6){return _0x19b2fa(_0x4538c6,_0x175c1e-_0x1f4180._0x2a721,_0x154325-0x189,_0x175c1e-_0x1f4180._0x20692d);}const _0x44a2a8={};function _0x9b13f9(_0x350cc8,_0x59f851,_0x4308ff,_0x48c090){return _0x19b2fa(_0x48c090,_0x59f851-0x1f4,_0x4308ff-_0x325a74._0x4cd469,_0x350cc8-0x3b);}_0x44a2a8[_0x9b13f9(0x12e,0xd6,0x123,_0x34c6dd._0x42e17a)]=_0x314d15[_0x9b13f9(_0x34c6dd._0x24cb59,0x122,0x65,0x1a1)],_0x44a2a8[_0x9b13f9(0x1b1,_0x34c6dd._0x5bf479,0x2c4,0x25a)]=_0x537c8e,_0x44a2a8[_0x345a38(0x3a5,_0x34c6dd._0x405b36,0x53e,_0x34c6dd._0x21f007)+'t']=_0x3d0c71,logger[_0x9b13f9(_0x34c6dd._0x4567bd,0x2a0,_0x34c6dd._0x16a7c3,0x175)](_0x410189[_0x9b13f9(0xbe,_0x34c6dd._0x120a6b,0x1be,_0x34c6dd._0x43f2cf)],_0x44a2a8);const _0x2823bd=_0x7e7c9a[_0x9b13f9(_0x34c6dd._0x28511a,0x8e,-0xad,_0x34c6dd._0x1b99a0)](_0x406257,_0x410189['aCLMa']);try{const _0x1268d3=await _0x349e5e[_0x9b13f9(0xdf,_0x34c6dd._0x43e1bc,0x168,0x13f)](_0x2823bd,_0x410189[_0x9b13f9(_0x34c6dd._0x1faca9,0xcc,_0x34c6dd._0x522dd5,0x123)]),{frontmatter:_0x35cc45,body:_0x2059c4}=_0x410189['tqjpj'](parseSkillMd,_0x1268d3),_0x495083=[];try{if('RmCQs'!=='RmCQs')_0xbf1546[_0x345a38(0x39c,_0x34c6dd._0x580ce1,_0x34c6dd._0x34045a,0x1c9)+_0x9b13f9(_0x34c6dd._0x434433,0x2ae,_0x34c6dd._0x2b561e,0xfc)]=_0x2c2d59;else{const _0x96b996={};_0x96b996['withFileTy'+_0x345a38(0x333,0x3bb,_0x34c6dd._0x27575b,0x337)]=!![];const _0x3114f0=await _0x349e5e['readdir'](_0x406257,_0x96b996);for(const _0x29dfd2 of _0x3114f0){if(_0x410189[_0x9b13f9(0xa5,_0x34c6dd._0x3e7fa1,_0x34c6dd._0x3e692f,0x13b)]!==_0x410189[_0x345a38(_0x34c6dd._0x55278b,_0x34c6dd._0x286041,_0x34c6dd._0x1da412,0x319)])_0x301764[_0x345a38(0x44a,_0x34c6dd._0x2f1f90,0x3dc,_0x34c6dd._0x5b6bc4)]=_0x59fd6b,_0x7c8e62=!![];else{if(_0x410189[_0x345a38(0x400,0x410,_0x34c6dd._0x10e176,_0x34c6dd._0x4709a9)](_0x29dfd2[_0x345a38(0x395,0x2b1,0x26e,0x235)],_0x410189['aCLMa']))continue;if(_0x29dfd2[_0x345a38(0x44a,0x46c,0x498,0x47a)]()){const _0x5b0cc9={};_0x5b0cc9[_0x9b13f9(0x1e,_0x34c6dd._0x52ee41,-_0x34c6dd._0x4b63b5,_0x34c6dd._0x63a819)]=_0x29dfd2[_0x345a38(_0x34c6dd._0x25cb28,_0x34c6dd._0x409063,0x348,0x267)],_0x5b0cc9[_0x9b13f9(_0x34c6dd._0x33617f,_0x34c6dd._0x3f3233,_0x34c6dd._0x230abd,0x192)]=_0x410189[_0x9b13f9(-_0x34c6dd._0x564fad,-_0x34c6dd._0x9fd3bd,_0x34c6dd._0x120714,0x10d)],_0x495083[_0x9b13f9(0x1cc,0x1ef,_0x34c6dd._0x28806d,0x113)](_0x5b0cc9);}else{if(_0x29dfd2['isDirector'+'y']()){if(_0x410189['rZhjT'](_0x410189[_0x9b13f9(0x170,_0x34c6dd._0x36d575,0xe8,_0x34c6dd._0x36643e)],_0x410189['jCEpH'])){const _0x1a9d12={};return _0x1a9d12[_0x345a38(_0x34c6dd._0x1e10bc,0x29a,_0x34c6dd._0x3ec85c,0x1f0)]=_0x345a38(0x4c1,_0x34c6dd._0x490f29,_0x34c6dd._0x44e2e9,0x5c9)+'t',_0x1a9d12['message']=_0x410189[_0x345a38(0x3e5,_0x34c6dd._0x374d16,_0x34c6dd._0x248766,0x2b0)],_0x3d5c78[_0x345a38(0x41a,_0x34c6dd._0x54ad65,_0x34c6dd._0x3abffb,_0x34c6dd._0x382da3)](0x378+-0xe0e+0xc26)[_0x345a38(_0x34c6dd._0x1b8bd1,0x40e,_0x34c6dd._0x5004bb,0x400)](_0x1a9d12);}else{const _0x3a0d16={};_0x3a0d16['name']=_0x29dfd2['name'],_0x3a0d16[_0x345a38(0x503,0x40a,0x4b4,0x4cf)]='directory',_0x495083[_0x9b13f9(_0x34c6dd._0x1b383c,0x104,_0x34c6dd._0x7f9bed,_0x34c6dd._0x5dd392)](_0x3a0d16);}}}}}}}catch{}const _0x572889={};_0x572889['id']=_0x537c8e,_0x572889[_0x345a38(0x30b,0x2b1,0x308,0x3c5)]=_0x35cc45[_0x345a38(_0x34c6dd._0x31f161,0x2b1,0x312,0x20a)]||_0x537c8e,_0x572889[_0x9b13f9(-0x9,0xa,_0x34c6dd._0x374f3e,_0x34c6dd._0xd2e421)+'n']=_0x35cc45[_0x345a38(_0x34c6dd._0x5c2b23,0x28a,0x221,0x196)+'n']||'',_0x572889[_0x9b13f9(0x135,_0x34c6dd._0x36d575,0x58,0xd4)]=_0x2059c4,_0x572889[_0x9b13f9(0x8,_0x34c6dd._0x1f8ead,0xfc,0x15)+_0x9b13f9(0x1b7,0x26a,0x13f,_0x34c6dd._0x2d5826)]=_0x35cc45[_0x410189['FCRxa']]||[],_0x572889[_0x345a38(_0x34c6dd._0x1865fa,0x419,0x52d,0x3f2)]=_0x35cc45[_0x9b13f9(0x186,_0x34c6dd._0x165cd6,_0x34c6dd._0x205d83,_0x34c6dd._0x22db80)]||null,_0x572889['argument-h'+'int']=_0x35cc45[_0x9b13f9(_0x34c6dd._0x16f27f,_0x34c6dd._0x2b3956,_0x34c6dd._0x41fa86,0x80)+'int']||null,_0x572889[_0x345a38(_0x34c6dd._0x1dfb5b,0x35b,0x45c,0x2b2)]=_0x495083,_0x572889[_0x345a38(0x3ef,_0x34c6dd._0x405b36,_0x34c6dd._0x5bf1ec,0x36a)+'t']=_0x3d0c71,_0x3571ab[_0x9b13f9(0x17b,0x14d,0xeb,0x108)](_0x572889);}catch(_0x48c575){if(_0x48c575[_0x9b13f9(_0x34c6dd._0x3f68cf,0x6c,_0x34c6dd._0x2e31a0,_0x34c6dd._0x567665)]==='ENOENT'){if(_0x410189[_0x345a38(0x3a9,_0x34c6dd._0x45ce12,0x37a,0x3d8)](_0x410189['WhTnV'],_0x410189[_0x9b13f9(_0x34c6dd._0x21741b,0xbc,0xea,_0x34c6dd._0x378238)]))_0x15ce21[_0x28142e][_0x9b13f9(_0x34c6dd._0x45300f,_0x34c6dd._0x57b45d,0xcd,_0x34c6dd._0x43fea1)](_0x762150['trim']()[_0x345a38(_0x34c6dd._0x337d49,_0x34c6dd._0xa2318,_0x34c6dd._0xdb7cb1,0x390)](-0x1ac0+0x1f01*0x1+-0x43f)[_0x345a38(0x376,_0x34c6dd._0x242734,0x3fe,0x2f1)]());else{const _0x4205c2={};return _0x4205c2[_0x9b13f9(_0x34c6dd._0x342f4b,_0x34c6dd._0x40c666,-_0x34c6dd._0x55b7c8,-0xce)]=_0x410189[_0x9b13f9(_0x34c6dd._0x23b5ff,_0x34c6dd._0x5a29c5,0x15d,0x1b7)],_0x4205c2[_0x9b13f9(0x180,_0x34c6dd._0x1e3d2e,0x1b0,0x274)]=_0x9b13f9(_0x34c6dd._0x12ccd6,_0x34c6dd._0x5c49af,0x14f,0x10e)+_0x537c8e+(_0x9b13f9(0x11b,_0x34c6dd._0x26314a,0x19c,0x100)+'d'),_0x3571ab[_0x345a38(0x5a3,_0x34c6dd._0x54ad65,0x492,_0x34c6dd._0x4156a6)](-0x2263+0xbbb+0x183c)[_0x345a38(0x4a3,_0x34c6dd._0x47aefe,_0x34c6dd._0xc48540,0x364)](_0x4205c2);}}const _0x2b10b1={};_0x2b10b1[_0x9b13f9(_0x34c6dd._0x276b77,_0x34c6dd._0x53009c,0xe3,_0x34c6dd._0x275c80)]=_0x314d15[_0x9b13f9(_0x34c6dd._0x56512c,0x1ca,0x5c,0x162)],_0x2b10b1[_0x9b13f9(0x1b1,0x10f,0x15c,_0x34c6dd._0x42e17a)]=_0x537c8e,_0x2b10b1[_0x9b13f9(_0x34c6dd._0x13652c,-0x107,-_0x34c6dd._0x27a2ac,0x106)]=_0x48c575['message'],logger[_0x9b13f9(0x7,0xc8,-_0x34c6dd._0x4f1a05,-0x10f)](_0x410189[_0x345a38(_0x34c6dd._0x10e176,0x3fd,0x512,_0x34c6dd._0x4106d6)],_0x2b10b1);const _0x2dc231={};_0x2dc231[_0x345a38(_0x34c6dd._0x286041,0x29a,_0x34c6dd._0x1ba736,0x201)]=_0x410189[_0x9b13f9(0xd2,_0x34c6dd._0xbaf9c3,0x15a,-_0x34c6dd._0x38a40c)],_0x2dc231['message']=_0x410189[_0x345a38(_0x34c6dd._0x2b2dfc,0x3fd,0x2f7,0x42c)],_0x3571ab['status'](0x24ed+0xf*0x65+0x1*-0x28e4)[_0x345a38(_0x34c6dd._0x19b0b3,0x40e,_0x34c6dd._0x33e782,_0x34c6dd._0x318c1b)](_0x2dc231);}}),router[_0x19b2fa(-0x25,0x30,-0x5b,0xbe)](_0x19b2fa(0x61,0x83,-0xe6,-0x2d)+'killId',requireTaskAuth,validateSkillAccess,async(_0x26a31e,_0x33b232)=>{const _0x5257bd={_0x4eeb6a:0x181,_0x2a60ba:0x44,_0x49117e:0x571,_0x3e9c95:0x1bc,_0x175f57:0x21e,_0x4b953a:0x142,_0x2a244a:0x4f4,_0x5f3cec:0x5e2,_0x3ab085:0x574,_0x4cce4e:0x78,_0x2c7fef:0x50,_0x44fa69:0xa8,_0x2d8dfe:0x735,_0x3cd452:0x77e,_0x35a59d:0x6ff,_0x59601a:0x6d3,_0x3330c1:0x5af,_0x5d1e23:0x67,_0x11342f:0xad,_0x44461e:0xd,_0x4850e1:0x5de,_0x16e4f3:0x6d6,_0x29ccea:0x537,_0x1a5b1f:0x59c,_0xd7b7a0:0x552,_0x33fdd1:0x73e,_0x573df5:0x5c4,_0x8dc2b:0x666,_0x482ced:0x229,_0x16fc76:0x1ab,_0x55423f:0x13d,_0x17e841:0x21,_0x18fb54:0x8e,_0x173702:0x57f,_0x511e55:0x6fb,_0x1cad3e:0x680,_0x50ce10:0x560,_0x46fc49:0x615,_0x178f4a:0x53c,_0x7add43:0x642,_0x570bc7:0x23b,_0x39756b:0x1ea,_0xad6f0:0x111,_0x23371c:0x4c,_0xf43e09:0x12a,_0x20e755:0x627,_0x6d0efd:0x6fd,_0x3be58b:0x613,_0x4ac10a:0x98,_0x37f0d8:0x112,_0x4f2206:0x27,_0xd8c5e2:0x2,_0xb75c2a:0x706,_0xe89537:0x604,_0x5dab80:0x685,_0x26547a:0x637,_0x3350f5:0x168,_0x229b9d:0x1cf,_0x6d4b6f:0x1e1,_0x55d1ba:0x7c8,_0x57a6c5:0x65a,_0x333162:0x691,_0x1d59ea:0x1bb,_0x308306:0x95,_0x43c495:0x1b9,_0x306b44:0x1cb,_0x2ae5ad:0xe6,_0x347bdb:0x114,_0x53b927:0x5b7,_0x1dd4d1:0x52d,_0x3362b6:0x614,_0x1afe86:0x540,_0x235bbb:0xda,_0x39d763:0x2b,_0x38bb7f:0xfd,_0x27818e:0xb,_0x640a49:0x2c,_0x518363:0x6a8,_0x1d7e63:0x4de,_0x1f6747:0x5ed,_0x5e8e5f:0x578,_0x5b9cac:0x223,_0xa13416:0x1a8,_0x1ad611:0x5ad,_0x2043ac:0x5c6,_0xc2feeb:0x128,_0x45f056:0x13e,_0x51e823:0x14b,_0x151a03:0x23d,_0x4b8a66:0xcf,_0x34cdcf:0x435,_0x18822f:0x51d,_0xdac8fa:0x49b,_0x36f9e6:0x1ef,_0xe448f1:0x20f,_0x48a4d1:0x21a,_0x35f9cb:0x16b,_0x5a11a9:0xfd,_0x1eaf4a:0x6ca,_0x3677b6:0x6eb,_0x8eaa16:0x631,_0x205373:0x6bb,_0x8674b:0x67e,_0x5e1f8e:0x146,_0x43c4ad:0xec,_0x22f9f8:0xb7,_0x4678fd:0xac,_0x40a086:0x9,_0x1936ea:0x751,_0x4ce03a:0x5ac,_0xa70535:0x74c,_0x37894c:0x50b,_0xe85fdc:0x67d,_0x35d924:0x5ea,_0x3031d5:0x538,_0x290653:0x519,_0x2f4a9b:0x5e3,_0x2e3983:0x71b,_0x54f77d:0x62c,_0x150ec9:0x401,_0x2d363d:0x5a2,_0x7fb1a9:0x500,_0x534a7a:0x53d,_0x23189b:0x64f,_0x26bf13:0x782,_0x1d2fdd:0x727,_0x286baf:0x171,_0x49c51f:0x1df,_0x4ec9ab:0x7b,_0x3c0fd0:0x529,_0x2e4d92:0x60a,_0x4377cc:0x67a,_0x36aefd:0x5b,_0x5869fd:0x10b,_0x3274f0:0x83,_0x29bbe1:0x4,_0x5ac7c0:0x80c,_0x3432b4:0x63b,_0x5ad28f:0x7bb,_0x38a485:0x76a,_0xac3a43:0x734,_0x385e79:0x6bd,_0x24fe9e:0x62,_0x38cee2:0x11,_0x23e6b1:0x236,_0x26916f:0x29b,_0xf5c180:0x2bf,_0x7cb3fa:0x66b,_0x3ed6c1:0x6cc,_0x5c47b2:0x606,_0x81ef54:0x644,_0x576b2a:0x11d,_0x57ec89:0x13,_0x122355:0xd9,_0x32269b:0x1b8,_0x230af1:0x510,_0x3dfc97:0x514,_0x255e78:0x51c,_0x39d547:0x2ef,_0x163398:0x1dd,_0x7b71b0:0x71a,_0x720613:0x6c3,_0x86ba5b:0x134,_0x3c3899:0x15f,_0x5327d1:0x1e4,_0x46462f:0x5ea,_0x518502:0xb4,_0x152b6f:0x7f,_0x14aa66:0x171,_0x14fd51:0x7f,_0x5abcd:0x1d4,_0x413a6c:0x119,_0x5d11ad:0x74f,_0x4ede78:0x74c,_0x41b1a6:0x6c7,_0x53aa3f:0x4b2,_0x24c482:0x5e8,_0x13149e:0x78f,_0x562b9b:0x696,_0x4b3fca:0x2d,_0x2c124c:0x70,_0x1ee40f:0xe,_0x15b420:0x6ef,_0x536818:0x6b0,_0x445d5a:0x5eb,_0x2bd5bd:0x47,_0x33a483:0xd6,_0x43be51:0x27d,_0x56cfb9:0x21d,_0x43d2de:0x166},_0x1afd32={_0x54597e:0x1f2,_0x46ee79:0x492},_0x321183={_0x3a98cf:0x1a2,_0x37bac4:0x551},_0x141c47={'DRLQj':'Invalid\x20fi'+_0x2811e4(_0x5257bd._0x4eeb6a,-_0x5257bd._0x2a60ba,0x184,0xcc),'kuHtd':'Bad\x20Reques'+'t','ynQLq':_0x2811e4(0x100,0x11a,0x25,0x81)+'ete\x20SKILL.'+'md','QuFUf':function(_0x29027b,_0x2bfda4){return _0x29027b===_0x2bfda4;},'eAeFN':function(_0x3bfd65,_0x3b0d1f){return _0x3bfd65===_0x3b0d1f;},'SAuuk':function(_0x36ef34,_0xe1f3db){return _0x36ef34===_0xe1f3db;},'nFjtu':function(_0x16315f,_0xb07cd){return _0x16315f!==_0xb07cd;},'NLFqY':_0x6d4095(0x55e,0x4e9,_0x5257bd._0x49117e,0x536),'rGcUW':_0x2811e4(_0x5257bd._0x3e9c95,_0x5257bd._0x175f57,0xe7,_0x5257bd._0x4b953a)+_0x6d4095(_0x5257bd._0x2a244a,_0x5257bd._0x5f3cec,_0x5257bd._0x3ab085,0x49c),'omLYy':function(_0x13f299,_0x3044ee){return _0x13f299!==_0x3044ee;},'rTfCO':_0x2811e4(-_0x5257bd._0x4cce4e,0x1ae,_0x5257bd._0x2c7fef,_0x5257bd._0x44fa69),'WvUcW':function(_0x11cc4b,_0x3502c8){return _0x11cc4b===_0x3502c8;},'JuTbF':_0x6d4095(_0x5257bd._0x2d8dfe,_0x5257bd._0x3cd452,_0x5257bd._0x35a59d,_0x5257bd._0x59601a),'Xwvmj':_0x6d4095(0x640,0x612,_0x5257bd._0x3330c1,0x5df),'agqop':function(_0x420d1a,_0x5e5dd6){return _0x420d1a===_0x5e5dd6;},'wsbnt':function(_0x5cf9c6,_0x161a60){return _0x5cf9c6(_0x161a60);},'rtixQ':function(_0x1d67af,_0xb72b69){return _0x1d67af!==_0xb72b69;},'ZFJXi':function(_0x3fa48c,_0x1c001a){return _0x3fa48c!==_0x1c001a;},'AhUgR':function(_0x2867a8,_0x181db1){return _0x2867a8!==_0x181db1;},'aYzVD':_0x2811e4(-_0x5257bd._0x5d1e23,_0x5257bd._0x11342f,_0x5257bd._0x11342f,-_0x5257bd._0x44461e)+_0x6d4095(0x5f5,_0x5257bd._0x4850e1,0x6cd,_0x5257bd._0x16e4f3),'zyFwu':'ZjZSA','euMtA':function(_0x51a9d2,_0x4de62b){return _0x51a9d2!==_0x4de62b;},'MWOtv':_0x2811e4(0x17d,0xf2,0x1a0,0xc3)+_0x6d4095(0x457,_0x5257bd._0x29ccea,0x4fc,0x580),'VKvQa':function(_0x4d560f,_0x5be8db){return _0x4d560f!==_0x5be8db;},'EAYmk':_0x6d4095(_0x5257bd._0x1a5b1f,_0x5257bd._0xd7b7a0,0x601,0x6f6)+_0x6d4095(_0x5257bd._0x33fdd1,_0x5257bd._0x573df5,_0x5257bd._0x8dc2b,0x6f3)+'k','xggKj':'Internal\x20S'+_0x2811e4(0x1a7,_0x5257bd._0x482ced,0x169,_0x5257bd._0x16fc76)+'r','ABSCH':_0x2811e4(_0x5257bd._0x55423f,-_0x5257bd._0x17e841,_0x5257bd._0x18fb54,0x26)+_0x2811e4(0x133,-0x97,-0x60,0x75)+'ll'},{callingTask:_0x51c726,taskUser:_0x333df2,skillId:_0x3a41b9,skillPath:_0x41c49a,environmentName:_0x262950}=_0x26a31e,{name:_0x357e52,description:_0x4f2081,body:_0x1726e8,'allowed-tools':_0x5badcd,model:_0x3c3136,'argument-hint':_0xa6afed}=_0x26a31e['body'];if(_0x357e52===undefined&&_0x141c47[_0x6d4095(_0x5257bd._0x173702,_0x5257bd._0x511e55,0x62e,_0x5257bd._0x1cad3e)](_0x4f2081,undefined)&&_0x141c47[_0x6d4095(0x5ae,_0x5257bd._0x50ce10,_0x5257bd._0x46fc49,_0x5257bd._0x178f4a)](_0x1726e8,undefined)&&_0x141c47['QuFUf'](_0x5badcd,undefined)&&_0x141c47['SAuuk'](_0x3c3136,undefined)&&_0xa6afed===undefined){if(_0x141c47[_0x6d4095(0x580,0x495,0x540,_0x5257bd._0x7add43)](_0x141c47[_0x2811e4(0x1ca,0xc0,_0x5257bd._0x570bc7,0x12a)],_0x141c47[_0x2811e4(_0x5257bd._0x39756b,_0x5257bd._0xad6f0,_0x5257bd._0x23371c,_0x5257bd._0xf43e09)])){const _0x368fa7={};return _0x368fa7['error']='Bad\x20Reques'+'t',_0x368fa7['message']=_0x141c47[_0x6d4095(_0x5257bd._0x20e755,_0x5257bd._0x6d0efd,0x5e6,_0x5257bd._0x3be58b)],_0x3846ea['status'](-0x4*0x4b5+0x3*-0x37a+0x1ed2)[_0x2811e4(0x1a7,0x234,0x202,0x166)](_0x368fa7);}else{const _0x57e375={};return _0x57e375[_0x2811e4(-_0x5257bd._0x4ac10a,-0x75,-0x27,-0xe)]=_0x141c47[_0x2811e4(0xf8,-_0x5257bd._0x37f0d8,-_0x5257bd._0x4f2206,-_0x5257bd._0xd8c5e2)],_0x57e375[_0x6d4095(0x5bf,_0x5257bd._0xb75c2a,0x696,_0x5257bd._0xe89537)]='At\x20least\x20o'+'ne\x20field\x20m'+_0x6d4095(_0x5257bd._0x5dab80,0x79b,0x69d,_0x5257bd._0x26547a)+_0x2811e4(_0x5257bd._0x3350f5,_0x5257bd._0x229b9d,0x108,_0x5257bd._0x6d4b6f),_0x33b232[_0x6d4095(_0x5257bd._0x55d1ba,0x7f4,0x725,0x7c8)](0x250b+0x1947+0x8ae*-0x7)[_0x6d4095(0x5b9,_0x5257bd._0x57a6c5,_0x5257bd._0x333162,0x5a2)](_0x57e375);}}logger['info'](_0x141c47[_0x2811e4(0x32,0x157,_0x5257bd._0x1d59ea,0x11a)],{'taskId':_0x51c726[_0x2811e4(_0x5257bd._0x308306,_0x5257bd._0x43c495,_0x5257bd._0x306b44,0x119)],'skillId':_0x3a41b9,'environment':_0x262950,'userId':_0x333df2['id'],'fields':{'name':_0x357e52!==undefined,'description':_0x4f2081!==undefined,'body':_0x141c47[_0x2811e4(_0x5257bd._0x2ae5ad,_0x5257bd._0x347bdb,-0x61,0x15)](_0x1726e8,undefined),'allowedTools':_0x141c47[_0x6d4095(0x594,_0x5257bd._0x53b927,0x500,_0x5257bd._0x1dd4d1)](_0x5badcd,undefined),'model':_0x141c47[_0x6d4095(_0x5257bd._0x3362b6,0x45a,_0x5257bd._0x1afe86,0x57d)](_0x3c3136,undefined),'argumentHint':_0x141c47[_0x2811e4(0x83,_0x5257bd._0x235bbb,0x83,-_0x5257bd._0x39d763)](_0xa6afed,undefined)}});const _0x3f9554=_0x7e7c9a[_0x2811e4(0x68,0xd8,_0x5257bd._0x38bb7f,0x54)](_0x41c49a,_0x141c47[_0x2811e4(-0x90,-0x82,-_0x5257bd._0x27818e,-_0x5257bd._0x640a49)]);function _0x6d4095(_0xec60ce,_0x37ae5f,_0x249a26,_0x54005a){return _0x19b2fa(_0xec60ce,_0x37ae5f-_0x321183._0x3a98cf,_0x249a26-0x89,_0x249a26-_0x321183._0x37bac4);}const _0x4b5bd8=new Date()[_0x6d4095(_0x5257bd._0x518363,_0x5257bd._0x1d7e63,_0x5257bd._0x1f6747,_0x5257bd._0x5e8e5f)+'g']();function _0x2811e4(_0x263191,_0x22c19f,_0x543b46,_0x269371){return _0x263bb9(_0x263191-_0x1afd32._0x54597e,_0x22c19f-0x2e,_0x543b46,_0x269371- -_0x1afd32._0x46ee79);}try{let _0x18bf84='';try{if(_0x141c47[_0x2811e4(0xb5,_0x5257bd._0x5b9cac,0x2a2,_0x5257bd._0xa13416)](_0x141c47[_0x2811e4(0x23b,0x1e4,0xf6,0x11d)],_0x6d4095(_0x5257bd._0x1ad611,0x59c,_0x5257bd._0x2043ac,0x51f)))return;else _0x18bf84=await _0x349e5e['readFile'](_0x3f9554,_0x141c47[_0x2811e4(0x1b3,_0x5257bd._0xc2feeb,0x187,_0x5257bd._0x45f056)]);}catch(_0x5da25f){if(_0x141c47['agqop'](_0x5da25f[_0x2811e4(_0x5257bd._0x51e823,_0x5257bd._0x151a03,0x279,0x161)],_0x2811e4(-_0x5257bd._0x4b8a66,-0x36,0xdb,0x45))){const _0x479292={};return _0x479292[_0x6d4095(_0x5257bd._0x34cdcf,0x504,_0x5257bd._0x18822f,0x5af)]=_0x6d4095(0x42c,0x43b,0x510,_0x5257bd._0xdac8fa),_0x479292[_0x2811e4(_0x5257bd._0x36f9e6,_0x5257bd._0xe448f1,_0x5257bd._0x48a4d1,_0x5257bd._0x35f9cb)]=_0x2811e4(_0x5257bd._0xa13416,_0x5257bd._0x5a11a9,_0x5257bd._0xad6f0,0xb0)+_0x3a41b9+(_0x6d4095(_0x5257bd._0x1eaf4a,_0x5257bd._0x3677b6,_0x5257bd._0x8eaa16,0x582)+'d'),_0x33b232['status'](0x1a1*0x6+0x3*-0xb4e+0x19b8)[_0x6d4095(_0x5257bd._0x205373,0x69e,0x691,_0x5257bd._0x8674b)](_0x479292);}throw _0x5da25f;}const _0x357a96=_0x141c47[_0x2811e4(0x8b,_0x5257bd._0x5e1f8e,0x17f,0xec)](parseSkillMd,_0x18bf84),_0x540136={'name':_0x141c47['rtixQ'](_0x357e52,undefined)?_0x357e52:_0x357a96['frontmatte'+'r'][_0x2811e4(-_0x5257bd._0x43c4ad,_0x5257bd._0x22f9f8,-_0x5257bd._0x4678fd,_0x5257bd._0x40a086)]||_0x3a41b9,'description':_0x141c47['ZFJXi'](_0x4f2081,undefined)?_0x4f2081:_0x357a96[_0x6d4095(_0x5257bd._0x1936ea,0x60c,0x6a4,_0x5257bd._0x4ce03a)+'r']['descriptio'+'n']||''},_0x41ec28=_0x141c47['AhUgR'](_0x5badcd,undefined)?_0x5badcd:_0x357a96[_0x6d4095(0x69a,0x5e5,0x6a4,_0x5257bd._0xa70535)+'r'][_0x141c47[_0x6d4095(_0x5257bd._0x37894c,_0x5257bd._0xe85fdc,_0x5257bd._0x35d924,0x4e2)]];_0x41ec28&&_0x41ec28[_0x6d4095(_0x5257bd._0x3031d5,0x611,0x563,0x506)]>0xaa7*0x2+0xf1e+-0x94*0x3f&&(_0x540136[_0x6d4095(_0x5257bd._0x290653,0x444,0x51e,_0x5257bd._0x2f4a9b)+_0x6d4095(_0x5257bd._0x2e3983,0x6d2,0x6cd,_0x5257bd._0x54f77d)]=_0x41ec28);const _0x42f016=_0x141c47[_0x6d4095(_0x5257bd._0x150ec9,_0x5257bd._0x2d363d,_0x5257bd._0x7fb1a9,_0x5257bd._0x534a7a)](_0x3c3136,undefined)?_0x3c3136:_0x357a96[_0x6d4095(_0x5257bd._0x23189b,_0x5257bd._0x26bf13,0x6a4,_0x5257bd._0x1d2fdd)+'r'][_0x2811e4(0x245,0x11f,0x1ac,_0x5257bd._0x286baf)];if(_0x42f016){if(_0x141c47[_0x2811e4(0x205,0x27f,0x194,0x1df)]!==_0x141c47[_0x2811e4(0xd3,_0x5257bd._0x5b9cac,0x1d3,_0x5257bd._0x49c51f)]){const _0x4b2df8={};return _0x4b2df8[_0x2811e4(0xd0,_0x5257bd._0x4ec9ab,0x42,-0xe)]=_0x141c47[_0x6d4095(0x422,0x4eb,_0x5257bd._0x3c0fd0,_0x5257bd._0x2e4d92)],_0x4b2df8[_0x6d4095(_0x5257bd._0x4377cc,0x7b7,0x696,0x78c)]=_0x141c47[_0x2811e4(-_0x5257bd._0x36aefd,_0x5257bd._0x5869fd,-_0x5257bd._0x3274f0,-_0x5257bd._0x29bbe1)],_0x5792ce[_0x6d4095(_0x5257bd._0x5ac7c0,_0x5257bd._0x3432b4,0x725,0x758)](-0xb*-0x167+0x64*-0x9+0x1*-0xa59)['json'](_0x4b2df8);}else _0x540136['model']=_0x42f016;}const _0x28c8c8=_0x141c47['euMtA'](_0xa6afed,undefined)?_0xa6afed:_0x357a96[_0x6d4095(0x5ae,_0x5257bd._0x5ad28f,0x6a4,0x69a)+'r'][_0x141c47[_0x6d4095(0x6a8,_0x5257bd._0x38a485,_0x5257bd._0xac3a43,_0x5257bd._0x385e79)]];_0x28c8c8&&(_0x540136[_0x141c47[_0x2811e4(0x1fe,0x2c2,0x25d,0x209)]]=_0x28c8c8);const _0x429998=_0x141c47[_0x2811e4(0xe3,_0x5257bd._0x24fe9e,_0x5257bd._0x38cee2,-0x2e)](_0x1726e8,undefined)?_0x1726e8:_0x357a96[_0x2811e4(_0x5257bd._0x23e6b1,0x66,0x78,0x120)],_0x2d5131=serializeSkillMd(_0x540136,_0x429998);await _0x349e5e[_0x2811e4(_0x5257bd._0x26916f,_0x5257bd._0xf5c180,0xe5,0x1ba)](_0x3f9554,_0x2d5131,_0x6d4095(_0x5257bd._0x7cb3fa,0x6c6,0x5af,_0x5257bd._0x3ed6c1));const _0x27fd5d={};_0x27fd5d[_0x6d4095(_0x5257bd._0x5c47b2,0x686,_0x5257bd._0x81ef54,0x578)]=_0x51c726[_0x2811e4(0x10e,_0x5257bd._0x576b2a,_0x5257bd._0x57ec89,0x119)],_0x27fd5d[_0x2811e4(_0x5257bd._0x122355,_0x5257bd._0x32269b,0x29d,0x19c)]=_0x3a41b9,_0x27fd5d['environmen'+'t']=_0x262950,_0x27fd5d[_0x6d4095(_0x5257bd._0x230af1,_0x5257bd._0x3dfc97,0x502,_0x5257bd._0x255e78)]=_0x333df2['id'],logger[_0x2811e4(0xeb,0xe9,_0x5257bd._0x39d547,_0x5257bd._0x163398)](_0x141c47['EAYmk'],_0x27fd5d);const _0x210084={};_0x210084[_0x6d4095(_0x5257bd._0x7b71b0,_0x5257bd._0x720613,0x6f0,0x6c5)]=!![],_0x210084['id']=_0x3a41b9,_0x210084[_0x2811e4(_0x5257bd._0x86ba5b,_0x5257bd._0x23e6b1,_0x5257bd._0x3c3899,_0x5257bd._0x5327d1)+'t']=_0x262950,_0x210084['updatedAt']=_0x4b5bd8,_0x210084[_0x6d4095(0x3ff,0x50a,0x513,_0x5257bd._0x46462f)+_0x2811e4(_0x5257bd._0x518502,0x11e,0x16,0xa3)]=_0x51c726['taskId'],_0x210084[_0x2811e4(0x95,_0x5257bd._0x152b6f,_0x5257bd._0x14aa66,_0x5257bd._0x14fd51)+'serId']=_0x333df2['id'],_0x33b232[_0x6d4095(0x758,0x580,_0x5257bd._0x333162,0x718)](_0x210084);}catch(_0x37b616){const _0x1bee0b={};_0x1bee0b[_0x2811e4(_0x5257bd._0x5abcd,0x1e1,0x188,_0x5257bd._0x413a6c)]=_0x51c726['taskId'],_0x1bee0b[_0x6d4095(_0x5257bd._0x5d11ad,_0x5257bd._0x4ede78,_0x5257bd._0x41b1a6,0x5fe)]=_0x3a41b9,_0x1bee0b[_0x6d4095(_0x5257bd._0x53aa3f,0x43e,0x51d,0x45c)]=_0x37b616[_0x6d4095(_0x5257bd._0x24c482,_0x5257bd._0x13149e,_0x5257bd._0x562b9b,0x6d2)],logger['error']('Failed\x20to\x20'+_0x2811e4(0x82,_0x5257bd._0x4b3fca,0x106,0x75)+'ll',_0x1bee0b);const _0x1491be={};_0x1491be[_0x2811e4(-0xfd,-_0x5257bd._0x2c124c,-0x32,-_0x5257bd._0x1ee40f)]=_0x141c47['xggKj'],_0x1491be[_0x6d4095(_0x5257bd._0x15b420,_0x5257bd._0x536818,0x696,_0x5257bd._0x445d5a)]=_0x141c47[_0x2811e4(_0x5257bd._0x2bd5bd,0x188,_0x5257bd._0x33a483,0x73)],_0x33b232['status'](0x454+0x2223+0xd*-0x2cf)[_0x2811e4(0x1be,_0x5257bd._0x43be51,_0x5257bd._0x56cfb9,_0x5257bd._0x43d2de)](_0x1491be);}}),router['delete'](_0x263bb9(0x5a1,0x409,0x455,0x48b)+'killId',requireTaskAuth,validateSkillAccess,async(_0x539331,_0x48db1e)=>{const _0x1af31f={_0x1f9a5a:0x1c8,_0x231cd1:0x1ae,_0x4c3004:0x312,_0x4b5f7b:0x258,_0x380ddc:0x181,_0x410742:0x1cb,_0x2ff4cc:0x55,_0x2322a6:0x100,_0xc05102:0x1e3,_0x868d7a:0x1,_0x1ce019:0x223,_0x477bdd:0x277,_0x5f260f:0x13f,_0xbd0df9:0x109,_0x152e62:0x154,_0x213bba:0x18d,_0x264f5e:0x78,_0x566a7a:0x20,_0x529f15:0xc5,_0x3456d6:0xbe,_0x4190f9:0x25c,_0x4ca304:0x2c3,_0x39be74:0xbc,_0x2087b5:0x1d,_0x213fb5:0xe7,_0x3defbf:0x7,_0x58ac02:0x3e8,_0x32730b:0x194,_0x1f2413:0x1ba,_0x2113a6:0x357,_0xfd2c77:0x441,_0x1c3c9d:0x2f2,_0x582e7a:0x28c,_0x3b1d6e:0x319,_0x98b161:0x365,_0x11c74c:0x211,_0x20edc1:0x30c,_0x25e79a:0x1bf,_0x1320dd:0x218,_0x200c17:0x13e,_0x36cf96:0x184,_0x13c03c:0xa6,_0x1100c3:0x278,_0xc3ac41:0x27b,_0x36f67b:0x7f,_0x5c4b26:0xc1,_0x37e809:0x6,_0x15ec4b:0x46,_0x550f99:0xde,_0x28de79:0x1f0,_0x28680a:0x262,_0x3e93da:0x24b,_0x3e96c6:0x179,_0x1ade28:0x256,_0x5cf1c4:0x14b,_0x1264b4:0xcf,_0x58b0fb:0xa,_0x5f1708:0x10c,_0x285300:0x166,_0x46e0eb:0x119,_0x569c5b:0x25b,_0x69ac1a:0x2b8,_0x166b88:0x37c,_0x18a4ad:0x2b9,_0x1efdc0:0x1c4,_0x3d132e:0x2c0,_0x264374:0x1fb,_0xd5d1b6:0x2a8,_0x21a9a3:0x2e3,_0x3a9110:0x243,_0x5c72bc:0x1b9,_0x2b5b57:0x31b,_0x4ac91a:0x1fd,_0x1f2cf4:0x13e,_0x178721:0xec,_0x369820:0x1b8,_0x199642:0x55,_0x2d57be:0x23d,_0x98ae85:0x2f4,_0x501aa9:0x401,_0x18228e:0x1ca,_0x22fb8a:0xcf,_0x55bed4:0x1,_0x42bf62:0x22d,_0xf87967:0x11f,_0x45ebb7:0x181,_0x542eb7:0x1e3,_0x47e1ad:0x2da,_0x59ccff:0x196,_0x48cbae:0x9f,_0x3ed0d1:0x37,_0x73f5f6:0xb,_0x562e1d:0x2b3,_0x46daa1:0x1c5,_0x2eb226:0x1f1,_0x393ba9:0x253,_0x56e213:0x1f1,_0x45ede2:0x37b,_0x276566:0x16,_0x585b61:0x250,_0x134e3e:0x2c9,_0x36ab27:0x213,_0x161fd0:0x2d5,_0x3fe4da:0x22d,_0x37d613:0x25f,_0x23a690:0x196,_0x32a104:0xc7,_0x308db8:0x143,_0x341165:0x33d,_0x3c3095:0x107,_0x1015b8:0x50,_0x353bb0:0x133,_0x3bde8d:0x81,_0x366ad2:0x177,_0x18bd53:0x138,_0x10e016:0x31f,_0x486b6f:0x27b,_0x3998b4:0x1bd,_0x3557c1:0x20d,_0x2946be:0x242,_0xdf9ee9:0x1f6,_0x6524ff:0x392,_0x36e4ad:0x2c1,_0x29f1b7:0x2fc,_0x402aa6:0x355,_0x46e381:0x237,_0x20eea8:0x31a,_0x377a5a:0x300,_0x65ec10:0x3dc,_0x2a751a:0x30e,_0xea20e:0x34a,_0xf1d932:0x186,_0x43302b:0x120,_0x2edd02:0x293,_0xef513d:0x69,_0x24822c:0x1de,_0x3ab735:0xd6,_0xffb9be:0x131,_0x26c724:0x9,_0x2bbd9b:0x1ac,_0x25690c:0x123,_0xad4c68:0x1a4,_0x3f274e:0x202,_0x1e68d3:0x363,_0x32444f:0x340,_0x32f973:0x2d6,_0x39873f:0x1fa,_0x2709f6:0x135,_0x9a2123:0x2f2,_0x112b9f:0x398,_0x37acb2:0x2d3,_0x321851:0xb1,_0x47addc:0x4e,_0x2ed0a7:0x27,_0x496aba:0xe5,_0x5cb385:0x28d,_0x32409a:0x146,_0x237846:0x20f,_0x56fb02:0x270,_0x1e5b28:0x266,_0x1d7e7a:0x2af,_0x5395d7:0x36f,_0x2cb684:0x396,_0x2ec09d:0x235,_0x1fd8a8:0x245,_0x2fa0c4:0x231,_0x5cf017:0x33f,_0x598d28:0x31d,_0xded03b:0x3d0,_0x459bd6:0x218,_0x1fd2ca:0x32b,_0x6a01f2:0x2e5,_0x581024:0x2a9,_0x5da184:0x378,_0x846493:0x338,_0x380eed:0x2dd,_0x3d1404:0x2ad,_0x173482:0x317,_0x4c0106:0x149,_0x2cd5a8:0x5a,_0x16a69f:0x126,_0x41818f:0x2ae,_0x4de5d6:0x2ff,_0x58a5e2:0x1ef,_0x28a2f1:0x1af,_0x1d046b:0x142,_0x25f7e5:0x37a,_0x505843:0x178,_0x560997:0x1bf,_0x5503d1:0xe4,_0x4dde93:0x89,_0x4f634a:0x173,_0x1ff407:0x1b6,_0x3cd258:0xfc,_0x47d41c:0x276,_0x339ce3:0x288,_0xb970a9:0x1f0,_0x4733a3:0x142,_0x289954:0x2ab,_0x178af6:0x294,_0x3c2921:0x30e,_0x3cd680:0x25f,_0x8748e2:0x325,_0x3ee061:0x346,_0x472cc4:0x23e,_0x320704:0x246,_0x104dc2:0x29e,_0x2ffd53:0x34c,_0x5744df:0x289,_0x487dcd:0x29e,_0x44a498:0x1bb,_0x4c9e28:0x34f,_0x2b56f9:0x1e6,_0x4a0020:0x274,_0x193f0b:0x1fc,_0x4ad4e2:0x34a,_0x438b29:0x28d,_0x401150:0x303,_0x1e17b5:0x25a,_0x4bffdf:0x156,_0x1ce6c1:0x30a,_0x4b88f2:0x2e2,_0x17cb2c:0x1be,_0xec8432:0xcc,_0x248782:0x194,_0x40bb62:0xec,_0x495a9e:0x25a,_0x5cac9a:0x370,_0x2c84b6:0x27d,_0x39f75a:0x367,_0x297b2e:0x126,_0x27a61f:0x1ce,_0x46e200:0x242,_0x1aeaf8:0x3ad,_0x27aa53:0x3a2,_0x5f3595:0x109,_0x48e6e4:0x323,_0x31a4a8:0x270,_0x302cd3:0x332,_0x3a0ef8:0x1da,_0x1ab5cb:0x24d,_0x26ffce:0x20b,_0x516860:0x328,_0x2fb0fd:0x225,_0x175eda:0x2cb,_0x3edc91:0x20d,_0x2c9200:0x130,_0xdedc49:0x19d,_0x26db40:0x184,_0x35ec6e:0x22d,_0x4bde34:0x3b7,_0x470223:0x3a2,_0x468662:0x229,_0x499bc6:0xf1,_0x400555:0x21a,_0x46d5de:0x25b,_0x438e93:0x23f,_0x44ec56:0x312,_0x10323b:0x24e,_0x10fd4c:0x21f,_0x758b1d:0x139,_0x52e18a:0x29c,_0x5b5a80:0x2ad,_0x53f1ab:0x27c,_0x3d672d:0x103,_0xd10e81:0x28d,_0x469ff0:0xb2,_0x84fe5e:0xa1,_0x1179a4:0x290,_0x1a74ff:0x36f,_0x1d3736:0x3cc,_0xe36c36:0x346,_0x591d83:0x24a,_0x5d8acf:0x28b,_0x53f982:0x411,_0xbc77c2:0x2f7,_0x1fe8e7:0x3b8,_0x62ce40:0x4e,_0x1395b1:0x14d,_0x4297f9:0x153,_0x4f805a:0x1bc,_0xcb481c:0x1c0,_0x37662e:0x283,_0x2891a6:0x25e,_0x458a1d:0x105,_0x5ed26e:0x1de,_0x15c75f:0x14d,_0x36fa86:0x184,_0x7c3c3b:0x56,_0xfa3d9a:0x118,_0x5834b6:0xa5,_0x2c8360:0x1c2,_0x1a5101:0x205,_0x19388d:0x241,_0x534196:0x182,_0x23d138:0x214,_0x597750:0x11b,_0xf5522e:0x298,_0x32930e:0x137,_0x21b994:0x3eb,_0x6f898f:0x24d,_0x4bb585:0x13a,_0x18d9f9:0x275,_0x277985:0x164,_0x47b083:0x260,_0x418e7e:0x314,_0x172bb9:0x315,_0x437897:0x271,_0x2e5b00:0x232,_0x2fc8f9:0x2e5,_0x1133ce:0x24c,_0x53cd17:0x406,_0x2b2cd4:0x192,_0x190fa3:0x27a,_0x3728d9:0x2,_0x32508c:0x1e2,_0x45dbdf:0x106,_0x32e9d3:0xe8,_0x5db6fe:0x80,_0x40efa4:0x99,_0x286fab:0x4e,_0x459cb2:0x192,_0x355551:0x1fe,_0x381029:0x26a,_0x226f6c:0x307,_0x1e7acf:0x31b,_0x4c13d4:0x26e,_0x1a1971:0x1b8,_0x1d49b3:0x2ad,_0x24a312:0x3c6,_0x174cba:0x60,_0xcba1f4:0x210,_0x47e0e8:0xfc,_0x4061dc:0x2d4,_0x8c4f9b:0x362,_0x554763:0x35c,_0xcc0d9d:0x1e0,_0x545d12:0x114,_0x2f59f8:0x214,_0x458c73:0x13a,_0x2ffefe:0x1b8,_0x374e9a:0xc8,_0x6f529b:0x177,_0x110bb9:0x228,_0x2e5886:0x389,_0x1117cb:0x25c,_0x1ef2de:0x224,_0x2aee2c:0x228,_0x4fb6cb:0x34c,_0x255ef4:0x1cf,_0x27ef63:0x16b,_0x2f9116:0x28d,_0x2fcfd0:0x2d1,_0x379bf4:0x32e,_0x1d7a5b:0x1a1,_0x11c1f5:0xf3,_0x232950:0x190,_0x55b9a3:0x11c,_0x1ca5d1:0x264,_0x266ae1:0x279,_0x35020b:0x216,_0x42aafb:0x326,_0x5a789d:0x2b3,_0xb59f8b:0x20b,_0x420df6:0x2c0,_0x4e8f31:0x2b7,_0x3d0db6:0x1af,_0x142b7f:0x20e,_0x4ff5d8:0x2a3,_0x52400d:0x428,_0x5a4227:0x6,_0x3932ad:0x19f,_0x12b437:0x15,_0x3e44fd:0xce,_0x3f2bba:0x2f5,_0x185d63:0x34d,_0x3af1b4:0x374,_0x298ce6:0x300,_0x298874:0x219,_0x5ad72e:0x14a,_0x4a3f8b:0x15a,_0x2d220d:0xdf,_0x18cfb8:0x6a,_0x25cbfa:0x1b8,_0x3a05f7:0xc4,_0x5af691:0x297,_0x47cbf4:0x286,_0x1bf125:0x260,_0x36d6a8:0x33d,_0x484171:0x222,_0x45be7f:0x1f2,_0x17a065:0x1cc,_0xffe5f3:0xda,_0x376a14:0x295,_0x212ece:0x331,_0x1de131:0x321,_0x1d919e:0x20c,_0x5b2a25:0x136,_0x1391e9:0x1fb,_0x2d5156:0xf4,_0x1a9154:0xe2,_0x221def:0xc0,_0x342494:0x1a9,_0x243d9b:0x2e4,_0x5ec5bd:0x2fa,_0xf62b94:0x1c2,_0x21197e:0x212,_0x26a917:0x1e9,_0x242bec:0x225,_0x2bacbf:0x255,_0xcead3d:0x3e7,_0x55bc83:0x187,_0x590613:0x3a,_0x1fecc2:0x283,_0x5474ba:0x284,_0x4e65b3:0x1b1,_0x3f62af:0x5,_0x29d027:0xa0,_0x5e3f4c:0x3c5,_0x4397bc:0x412,_0x1b39f0:0x28e,_0x36e193:0x29b,_0x36d97f:0x192,_0x289f3b:0x1b8,_0x104b78:0xa1,_0x38a8e1:0x2bc,_0x10dcfc:0x207,_0xe54c04:0x13,_0x11b42a:0x1a6,_0x3c5307:0x138,_0x3bc02a:0x1b4,_0x1fefbb:0x352,_0x1094ba:0x27f,_0x5c6cf2:0x33a,_0x406201:0x450,_0x1d8806:0x257,_0x2224f4:0x23e,_0x38c0cd:0x122,_0x3005c6:0x172,_0x34b7df:0x189,_0x549ea5:0x316,_0x4977fc:0x1da,_0x2c4206:0x228,_0x20ff11:0x158,_0x3be819:0x203,_0x5e22ff:0x38e,_0x8d715b:0x2e4,_0x379a72:0x338,_0x1f5af0:0x241,_0xfa80d1:0x2d6,_0x41f040:0x180,_0x121be9:0x1aa,_0x4b76a9:0xf6,_0x484248:0x3d0,_0x188cf6:0x320,_0x3d9320:0x253,_0x104c00:0x2cc,_0x3f4775:0x208,_0x81b99a:0xa6,_0x20681d:0x1f0,_0x53a363:0x143,_0x4d7d23:0x92,_0x477ebc:0x265,_0x4dc0e1:0x2dc,_0x347456:0x2c8,_0x41a6fd:0x248,_0x5976b0:0x245,_0x1daa02:0x31d,_0x13e660:0x2d7,_0x2636ec:0x9b,_0x48a894:0x8,_0x108bc7:0x173,_0x4d3d38:0x115,_0x390b19:0x17a,_0x7db91d:0x33,_0x3b03b4:0xd9,_0x1ff080:0x18f,_0x211eb6:0x200,_0x1dde30:0x13c},_0x5132c2={_0x3e06ce:0xcf},_0x1d0421={_0x57ba60:0x1ea,_0x56c499:0x181},_0x331925={'Lvhqx':_0x15efc4(_0x1af31f._0x1f9a5a,0x254,_0x1af31f._0x231cd1,_0x1af31f._0x4c3004)+'t\x20not\x20foun'+'d','SgXlj':'Not\x20Found','pAZKh':'directory','LjryD':_0x15efc4(_0x1af31f._0x4b5f7b,_0x1af31f._0x380ddc,0xad,_0x1af31f._0x410742)+_0x4f0485(_0x1af31f._0x2ff4cc,_0x1af31f._0x2322a6,_0x1af31f._0xc05102,-_0x1af31f._0x868d7a),'flqBu':_0x4f0485(0x18d,_0x1af31f._0x1ce019,_0x1af31f._0x477bdd,0x1cf)+_0x4f0485(0x2b5,0x1a5,_0x1af31f._0x5f260f,_0x1af31f._0xbd0df9)+'sk-edit\x20pe'+_0x4f0485(0x1e2,_0x1af31f._0x152e62,0xb1,0xee),'jrIRe':_0x4f0485(0x1b4,0xd5,0x1cb,0x10c),'ziNad':'User\x20does\x20'+_0x15efc4(0x1ae,_0x1af31f._0x213bba,_0x1af31f._0x264f5e,0x26f)+_0x4f0485(-_0x1af31f._0x566a7a,_0x1af31f._0x529f15,0x142,0x59)+_0x4f0485(0x113,0x1a9,_0x1af31f._0x3456d6,0x182)+_0x15efc4(0x1cf,_0x1af31f._0x4190f9,_0x1af31f._0x4ca304,0x349)+_0x4f0485(0x1b1,_0x1af31f._0x39be74,-_0x1af31f._0x2087b5,0x148),'RiVjX':'delete','oHJkB':function(_0x25d7f2,_0x4c8bd5){return _0x25d7f2===_0x4c8bd5;},'cBJGQ':'true','WUFWr':function(_0x2f65b0,_0x45c7c7){return _0x2f65b0!==_0x45c7c7;},'AiMGb':_0x4f0485(_0x1af31f._0x213fb5,0xc4,-_0x1af31f._0x3defbf,-0x17),'ggSQe':'Bad\x20Reques'+'t','WXkqw':'mode\x20must\x20'+_0x15efc4(_0x1af31f._0x58ac02,0x358,0x260,0x329)+_0x4f0485(0xb4,_0x1af31f._0x32730b,_0x1af31f._0x1f2413,0x297)+_0x15efc4(_0x1af31f._0x2113a6,0x353,_0x1af31f._0xfd2c77,_0x1af31f._0x1c3c9d)+'n\x22','ToLpd':function(_0x12908d,_0x414173){return _0x12908d>_0x414173;},'QpECU':_0x4f0485(0x84,0xbf,-0x5c,0x128),'lKmbE':_0x4f0485(0x2d8,0x28d,0x1cb,_0x1af31f._0x582e7a)+'ts','NJbJs':_0x15efc4(0x29c,0x33f,_0x1af31f._0x3b1d6e,_0x1af31f._0x98b161)+_0x15efc4(0x233,_0x1af31f._0x11c74c,_0x1af31f._0x20edc1,0x180),'oAbEJ':function(_0x1941ca,_0x7d975){return _0x1941ca!==_0x7d975;},'UWPfv':_0x4f0485(_0x1af31f._0x25e79a,0x13d,_0x1af31f._0x1320dd,0x95),'jKmPh':function(_0x3f37ed,_0x17c0f7){return _0x3f37ed===_0x17c0f7;},'aSNZb':_0x4f0485(0x135,0x224,_0x1af31f._0x200c17,0x26a),'IXNeA':'qVYLV','Ppvrr':_0x4f0485(_0x1af31f._0x36cf96,0x12d,0xa0,_0x1af31f._0x13c03c),'oyEvo':_0x4f0485(0x194,0x1d8,0x16b,_0x1af31f._0x1100c3),'noRNV':function(_0x48a631,_0xdb320d){return _0x48a631!==_0xdb320d;},'ISRWe':function(_0x4c0590,_0x286df9){return _0x4c0590!==_0x286df9;},'OHrfY':'vhAkA','xedFV':_0x15efc4(0x1c2,0x1c8,_0x1af31f._0xc3ac41,0x254),'XEXQy':function(_0x6b8bd2,_0x2d0bc9){return _0x6b8bd2!==_0x2d0bc9;},'rVTUE':_0x4f0485(0x195,0x79,-_0x1af31f._0x36f67b,0xff),'IcOJQ':_0x15efc4(0xc6,0x181,0x82,0x62)+_0x4f0485(-0x22,_0x1af31f._0x5c4b26,_0x1af31f._0x37e809,0xc0)+_0x4f0485(_0x1af31f._0x15ec4b,0x86,_0x1af31f._0x550f99,_0x1af31f._0x5c4b26)+'assigning\x20'+_0x15efc4(_0x1af31f._0x28de79,0x2f5,_0x1af31f._0x28680a,_0x1af31f._0x3e93da),'XMhuQ':function(_0x2fa2fa,_0x537c97){return _0x2fa2fa!==_0x537c97;},'oEhTm':_0x15efc4(0x18e,_0x1af31f._0x3e96c6,_0x1af31f._0x1ade28,_0x1af31f._0x5cf1c4),'oFidd':_0x4f0485(0x191,_0x1af31f._0x1264b4,0x159,-0x14)+_0x4f0485(_0x1af31f._0x58b0fb,_0x1af31f._0x5f1708,_0x1af31f._0x285300,0x173)+_0x4f0485(0xe8,_0x1af31f._0x46e0eb,0xb5,0x76)+'onfig\x20whil'+_0x4f0485(_0x1af31f._0x410742,_0x1af31f._0x569c5b,_0x1af31f._0x69ac1a,0x2ea)+_0x15efc4(_0x1af31f._0x166b88,_0x1af31f._0x18a4ad,_0x1af31f._0x1efdc0,_0x1af31f._0x3d132e),'BewPS':function(_0x1c53d2,_0x2ca4cb){return _0x1c53d2===_0x2ca4cb;},'DaHhx':_0x15efc4(_0x1af31f._0x264374,_0x1af31f._0xd5d1b6,0x3b0,_0x1af31f._0x28de79),'OJqJJ':function(_0x428405){return _0x428405();},'kwWer':function(_0x165941,_0x5ef07a){return _0x165941(_0x5ef07a);},'sUiLR':'Skill\x20dele'+_0x15efc4(0x298,0x296,0x2b3,0x21b)+'k','lkdLb':_0x15efc4(0x3e4,_0x1af31f._0x21a9a3,_0x1af31f._0x3a9110,0x376)+_0x4f0485(0x2d9,_0x1af31f._0x5c72bc,0x2d3,0xdd)+_0x4f0485(0x1c6,0x281,_0x1af31f._0x2b5b57,_0x1af31f._0x4ac91a),'PCodk':_0x15efc4(_0x1af31f._0x1f2cf4,_0x1af31f._0x380ddc,_0x1af31f._0x178721,0x1ec)+_0x4f0485(_0x1af31f._0x369820,0x127,_0x1af31f._0x199642,_0x1af31f._0x2d57be)+_0x15efc4(0x1df,_0x1af31f._0x98ae85,0x3ea,_0x1af31f._0x501aa9)+_0x15efc4(0x64,0x151,_0x1af31f._0x18228e,0x3d),'jIhQC':function(_0x40b506,_0x564748){return _0x40b506===_0x564748;},'DvXrx':_0x4f0485(0x144,_0x1af31f._0x22fb8a,-_0x1af31f._0x55bed4,0xfe)+_0x4f0485(0x241,_0x1af31f._0x42bf62,_0x1af31f._0xf87967,0x191)+'ll','iekHj':_0x15efc4(0x132,_0x1af31f._0x45ebb7,_0x1af31f._0x542eb7,0x1cd)+_0x15efc4(0x3a9,_0x1af31f._0x98ae85,_0x1af31f._0x58ac02,_0x1af31f._0x47e1ad)+_0x4f0485(_0x1af31f._0x59ccff,_0x1af31f._0x48cbae,_0x1af31f._0x3ed0d1,-_0x1af31f._0x73f5f6)},{callingTask:_0x31abfb,taskUser:_0x5e0a97,skillId:_0x658913,skillPath:_0x277750,environmentName:_0x2c6c58}=_0x539331;function _0x15efc4(_0x4d6e3f,_0x19faae,_0x4098ea,_0x2edfd0){return _0x19b2fa(_0x4098ea,_0x19faae-_0x1d0421._0x57ba60,_0x4098ea-0x1aa,_0x19faae-_0x1d0421._0x56c499);}const _0x1cd4fb=_0x539331[_0x15efc4(0x26e,0x2c5,_0x1af31f._0x3a9110,0x2ec)][_0x15efc4(_0x1af31f._0x562e1d,0x260,_0x1af31f._0x46daa1,0x1be)]??_0x539331[_0x4f0485(0x299,0x1c9,_0x1af31f._0x2eb226,_0x1af31f._0x393ba9)]?.[_0x15efc4(_0x1af31f._0x56e213,0x260,_0x1af31f._0x45ede2,0x322)]??_0x331925[_0x4f0485(-_0x1af31f._0x276566,0xf3,0x2,_0x1af31f._0x5c72bc)],_0x66396d=_0x331925[_0x4f0485(0x174,0x17b,_0x1af31f._0x585b61,0x264)](typeof _0x1cd4fb,_0x15efc4(0x188,0x149,0x24a,0x11f))?_0x1cd4fb[_0x15efc4(0x212,_0x1af31f._0x3a9110,0x29e,_0x1af31f._0x134e3e)+'e']():_0x331925['RiVjX'],_0x5808be=_0x539331[_0x4f0485(0x267,_0x1af31f._0x36ab27,0x14e,0x1d1)]['force']??_0x539331['body']?.[_0x4f0485(_0x1af31f._0x161fd0,0x29b,0x255,0x18c)],_0x23e181=_0x5808be===!![]||_0x331925[_0x15efc4(0x2ac,_0x1af31f._0x3fe4da,0x16e,0x273)](_0x5808be,_0x331925[_0x4f0485(_0x1af31f._0x37d613,_0x1af31f._0x23a690,_0x1af31f._0x32a104,0x249)]),_0x5ee89f=new Date()[_0x15efc4(_0x1af31f._0x308db8,0x21d,_0x1af31f._0x341165,_0x1af31f._0x3c3095)+'g']();if(_0x331925['WUFWr'](_0x66396d,_0x331925[_0x15efc4(0xd6,0x1a5,0xa8,0x260)])&&_0x331925[_0x4f0485(_0x1af31f._0x1015b8,_0x1af31f._0x353bb0,0xac,_0x1af31f._0x3bde8d)](_0x66396d,_0x331925[_0x15efc4(_0x1af31f._0x366ad2,0x1ae,0x26f,0x1e2)])){const _0x2c156c={};return _0x2c156c[_0x15efc4(0x23d,0x14d,_0x1af31f._0x18bd53,0x8f)]=_0x331925[_0x4f0485(_0x1af31f._0x10e016,_0x1af31f._0x486b6f,_0x1af31f._0x213bba,_0x1af31f._0x3998b4)],_0x2c156c['message']=_0x331925[_0x4f0485(0x2cd,_0x1af31f._0x3557c1,_0x1af31f._0x2946be,0x186)],_0x48db1e[_0x4f0485(_0x1af31f._0xdf9ee9,0x2a3,0x34d,_0x1af31f._0x6524ff)](0xa57*0x3+-0x1*0x233+-0x1b42)[_0x15efc4(0x218,_0x1af31f._0x36e4ad,0x219,_0x1af31f._0x29f1b7)](_0x2c156c);}const _0x51436e=Object[_0x4f0485(_0x1af31f._0x402aa6,0x267,_0x1af31f._0x46e381,_0x1af31f._0x20eea8)](coderConfig?.[_0x15efc4(_0x1af31f._0x377a5a,0x33f,_0x1af31f._0x65ec10,0x432)+'ts']||{})[_0x15efc4(_0x1af31f._0x2a751a,0x238,_0x1af31f._0xea20e,0x123)](([,_0x2b8170])=>Array[_0x15efc4(0x263,0x281,0x380,0x202)](_0x2b8170[_0x15efc4(0x2a7,0x346,0x33d,0x465)])&&_0x2b8170[_0x4f0485(0x1eb,0x294,0x2e6,0x393)]['includes'](_0x658913))['map'](([_0x17f7e3])=>_0x17f7e3);function _0x4f0485(_0x51a12c,_0x2980ae,_0x42587f,_0x2e6906){return _0x19b2fa(_0x51a12c,_0x2980ae-0xa2,_0x42587f-0x5f,_0x2980ae-_0x5132c2._0x3e06ce);}const _0x2a0ee8=_0x51436e[_0x4f0485(_0x1af31f._0x3998b4,_0x1af31f._0xf1d932,0x18b,_0x1af31f._0x43302b)](_0x59f69a=>_0x59f69a!==_0x2c6c58);if(_0x331925[_0x4f0485(_0x1af31f._0x2edd02,0x17b,_0x1af31f._0xef513d,_0x1af31f._0x1efdc0)](_0x66396d,_0x331925[_0x4f0485(0xed,0xf3,0x1cc,_0x1af31f._0x24822c)])&&_0x331925[_0x4f0485(0xed,_0x1af31f._0x3ab735,_0x1af31f._0xffb9be,0xeb)](_0x2a0ee8[_0x4f0485(0xcf,0xe1,-0xb,-_0x1af31f._0x26c724)],-0x2391+-0xc06+0x2f97)&&!_0x23e181){const _0x98609b={};return _0x98609b[_0x4f0485(_0x1af31f._0x2bbd9b,0x9b,-0x60,_0x1af31f._0x25690c)]=_0x331925[_0x4f0485(0x12b,_0x1af31f._0xad4c68,0x233,0x2c5)],_0x98609b[_0x15efc4(0x30c,0x2c6,_0x1af31f._0x3f274e,_0x1af31f._0x1e68d3)]='Skill\x20\x27'+_0x658913+('\x27\x20is\x20assig'+_0x4f0485(0x257,0x2b1,_0x1af31f._0x32444f,_0x1af31f._0x32f973)+_0x4f0485(_0x1af31f._0x39873f,_0x1af31f._0x2709f6,0x4d,0x2b)+'ments.\x20Re-'+'run\x20with\x20f'+_0x15efc4(0x303,_0x1af31f._0x9a2123,_0x1af31f._0x112b9f,0x208)+_0x15efc4(_0x1af31f._0x37acb2,0x2fc,0x3c8,0x20a)+_0x4f0485(0x9a,_0x1af31f._0x321851,_0x1af31f._0x47addc,0x6)+_0x4f0485(-_0x1af31f._0x2ed0a7,_0x1af31f._0x496aba,0x18b,0x46)+_0x15efc4(_0x1af31f._0x5cb385,0x348,0x3a2,0x3e6)+_0x4f0485(0x84,0x10d,0x86,_0x1af31f._0x32409a)),_0x98609b[_0x4f0485(0x1dd,0x28d,0x348,_0x1af31f._0xdf9ee9)+'ts']=_0x2a0ee8,_0x48db1e['status'](-0x2497+-0x44*0x7a+-0x11a6*-0x4)[_0x4f0485(0x200,_0x1af31f._0x237846,0x18b,_0x1af31f._0x56fb02)](_0x98609b);}const _0x22d133=_0x331925['oHJkB'](_0x66396d,_0x331925[_0x15efc4(_0x1af31f._0x1e5b28,_0x1af31f._0x231cd1,0x2bb,_0x1af31f._0x1d7e7a)])?[_0x2c6c58]:_0x23e181?_0x51436e:[_0x2c6c58],_0xe8d5e6={};_0xe8d5e6['taskId']=_0x31abfb[_0x15efc4(_0x1af31f._0x5395d7,0x274,_0x1af31f._0x2cb684,0x243)],_0xe8d5e6[_0x4f0485(_0x1af31f._0x2ec09d,_0x1af31f._0x1fd8a8,_0x1af31f._0x2fa0c4,0x319)]=_0x658913,_0xe8d5e6[_0x4f0485(0xcc,0x1ae,0x128,0x234)]=_0x66396d,_0xe8d5e6[_0x4f0485(0x1be,0x29b,_0x1af31f._0xf1d932,0x1ef)]=_0x23e181,_0xe8d5e6['environmen'+'t']=_0x2c6c58,_0xe8d5e6[_0x15efc4(0x2b6,_0x1af31f._0x5cf017,_0x1af31f._0x598d28,_0x1af31f._0xded03b)+_0x15efc4(_0x1af31f._0x459bd6,_0x1af31f._0x1fd2ca,_0x1af31f._0x6a01f2,_0x1af31f._0x581024)+'gn']=_0x22d133,_0xe8d5e6['userId']=_0x5e0a97['id'],logger[_0x15efc4(_0x1af31f._0x5da184,_0x1af31f._0x846493,_0x1af31f._0x380eed,_0x1af31f._0x3d1404)](_0x15efc4(0x261,0x230,_0x1af31f._0x173482,0x30c)+_0x4f0485(_0x1af31f._0x4c0106,0x14d,_0x1af31f._0x2cd5a8,_0x1af31f._0x16a69f)+_0x15efc4(_0x1af31f._0x41818f,_0x1af31f._0x4de5d6,0x1fa,0x304)+_0x4f0485(0x8e,_0x1af31f._0x48cbae,0xe0,0xd4),_0xe8d5e6);try{for(const _0x2e8f5e of _0x22d133){try{const _0x26caed=_0x7e7c9a[_0x15efc4(_0x1af31f._0x58a5e2,_0x1af31f._0x28a2f1,0x217,_0x1af31f._0x1d046b)](setupPath,_0x331925[_0x15efc4(0x31c,0x309,0x299,_0x1af31f._0x25f7e5)],_0x2e8f5e,_0x331925[_0x4f0485(0x23e,_0x1af31f._0x505843,_0x1af31f._0x560997,_0x1af31f._0x5503d1)]);let _0x47c9cc,_0x4358db,_0x31f9be=![];try{const _0x628b4f=await _0x349e5e[_0x4f0485(_0x1af31f._0x4dde93,_0x1af31f._0x4f634a,0x200,_0x1af31f._0x1ff407)](_0x26caed,_0x15efc4(_0x1af31f._0x3cd258,0x1df,0x112,_0x1af31f._0x47d41c));_0x4358db=JSON[_0x4f0485(_0x1af31f._0x339ce3,_0x1af31f._0x1f9a5a,_0x1af31f._0xb970a9,0x2ad)](_0x628b4f),_0x47c9cc=_0x26caed;if(Array[_0x4f0485(0x2e7,0x1cf,0x132,_0x1af31f._0x4733a3)](_0x4358db[_0x4f0485(_0x1af31f._0x289954,_0x1af31f._0x178af6,0x1df,_0x1af31f._0x380eed)])){const _0x6eb932=_0x4358db['skills'][_0x15efc4(_0x1af31f._0x3c2921,0x238,0x262,_0x1af31f._0x3cd680)](_0x13014f=>_0x13014f!==_0x658913);if(_0x331925[_0x15efc4(0x144,0x20f,0x171,_0x1af31f._0x8748e2)](_0x6eb932['length'],_0x4358db[_0x15efc4(0x37d,_0x1af31f._0x3ee061,0x37f,_0x1af31f._0x472cc4)]['length'])){if(_0x15efc4(_0x1af31f._0x320704,_0x1af31f._0x104dc2,0x1da,_0x1af31f._0x2ffd53)===_0x15efc4(_0x1af31f._0x5744df,_0x1af31f._0x487dcd,0x257,_0x1af31f._0x44a498))_0x4358db[_0x4f0485(0x29d,_0x1af31f._0x178af6,_0x1af31f._0x4c9e28,0x319)]=_0x6eb932,_0x31f9be=!![];else{const _0x10c4e0={};_0x10c4e0[_0x15efc4(_0x1af31f._0x2b56f9,_0x1af31f._0x4a0020,_0x1af31f._0x193f0b,_0x1af31f._0x4ad4e2)]=_0x4e08a2,_0x10c4e0['environmen'+'t']=_0x4335b6[_0x4f0485(0x310,_0x1af31f._0x438b29,_0x1af31f._0x401150,_0x1af31f._0x1e17b5)+'t'],_0x26a32e[_0x15efc4(_0x1af31f._0x4bffdf,0x26a,_0x1af31f._0x1ce6c1,_0x1af31f._0x4b88f2)](_0x331925[_0x4f0485(_0x1af31f._0x17cb2c,_0x1af31f._0xec8432,_0x1af31f._0x248782,0xfa)],_0x10c4e0);const _0x1e550d={};return _0x1e550d[_0x15efc4(_0x1af31f._0x40bb62,0x14d,0x151,0x1cd)]=_0x331925[_0x4f0485(0x36b,_0x1af31f._0x495a9e,_0x1af31f._0x5cac9a,0x1e7)],_0x1e550d[_0x15efc4(_0x1af31f._0x2c84b6,0x2c6,_0x1af31f._0x477bdd,_0x1af31f._0x39f75a)]=_0x15efc4(0x1d7,0x254,0x2e0,0x326)+_0x4f0485(_0x1af31f._0x297b2e,_0x1af31f._0x27a61f,0x206,0x203)+'d',_0xf54655[_0x15efc4(_0x1af31f._0x46e200,0x355,_0x1af31f._0x98b161,_0x1af31f._0x1aeaf8)](-0x1*0x1247+0xadf+0x8fc)[_0x15efc4(0x275,_0x1af31f._0x36e4ad,0x340,_0x1af31f._0x27aa53)](_0x1e550d);}}}}catch{const _0x50cef4=_0x7e7c9a['join'](setupPath,_0x331925[_0x4f0485(0x1ef,0x22a,_0x1af31f._0x5f3595,0x1ad)]);try{if(_0x331925['jKmPh'](_0x331925[_0x4f0485(_0x1af31f._0x48e6e4,_0x1af31f._0x31a4a8,0x2b6,_0x1af31f._0x302cd3)],_0x331925['IXNeA'])){const _0x503d33={};_0x503d33[_0x4f0485(-0x1c,0xb2,-0x60,0xd4)]=_0x16b78b[_0x15efc4(_0x1af31f._0x3a0ef8,0x164,0x197,_0x1af31f._0x1ab5cb)],_0x503d33[_0x4f0485(0x31e,_0x1af31f._0x26ffce,_0x1af31f._0x3a0ef8,0x1ee)]=_0x331925['pAZKh'],_0xbd2015[_0x15efc4(0x24b,0x312,0x377,0x21f)](_0x503d33);}else{const _0xe9a25b=await _0x349e5e[_0x15efc4(_0x1af31f._0x516860,_0x1af31f._0x2fb0fd,0x2f2,_0x1af31f._0x175eda)](_0x50cef4,_0x331925[_0x15efc4(0x316,_0x1af31f._0x3edc91,0x2ed,0x1a0)]);_0x4358db=JSON[_0x4f0485(_0x1af31f._0x2c9200,0x1c8,_0x1af31f._0xdedc49,_0x1af31f._0x26db40)](_0xe9a25b),_0x47c9cc=_0x50cef4;const _0x2e5dec=_0x4358db[_0x15efc4(0x220,0x33f,_0x1af31f._0x35ec6e,_0x1af31f._0x4bde34)+'ts']?.[_0x2e8f5e]?.[_0x4f0485(_0x1af31f._0x470223,_0x1af31f._0x178af6,_0x1af31f._0x468662,0x1dc)];if(Array['isArray'](_0x2e5dec)){if(_0x331925[_0x4f0485(_0x1af31f._0x499bc6,0x133,0x1cb,_0x1af31f._0x400555)](_0x4f0485(_0x1af31f._0x46d5de,0x1d8,_0x1af31f._0x438e93,0xe5),_0x331925['oyEvo']))_0x269f77[_0x15efc4(0x285,_0x1af31f._0x44ec56,0x24a,0x287)](_0x4ad5c2+_0x4f0485(0x1b2,_0x1af31f._0x10323b,_0x1af31f._0x10fd4c,0x257));else{const _0x355e8a=_0x2e5dec[_0x15efc4(0x243,0x238,0x30d,_0x1af31f._0x758b1d)](_0x3f8348=>_0x3f8348!==_0x658913);if(_0x331925[_0x4f0485(_0x1af31f._0x52e18a,0x22c,0x1d1,_0x1af31f._0x5b5a80)](_0x355e8a[_0x15efc4(_0x1af31f._0x53f1ab,0x193,_0x1af31f._0x3d672d,0x176)],_0x2e5dec['length'])){if(_0x331925[_0x4f0485(_0x1af31f._0xd10e81,0x180,_0x1af31f._0x469ff0,_0x1af31f._0x84fe5e)](_0x331925[_0x4f0485(0x16e,0x1c1,0x233,0x2c4)],_0x331925['xedFV']))_0x4358db[_0x4f0485(_0x1af31f._0x1179a4,_0x1af31f._0x438b29,0x208,_0x1af31f._0x1a74ff)+'ts'][_0x2e8f5e][_0x15efc4(_0x1af31f._0x1d3736,_0x1af31f._0xe36c36,_0x1af31f._0x591d83,_0x1af31f._0x5d8acf)]=_0x355e8a,_0x31f9be=!![];else{const _0x11cf3e={};_0x11cf3e[_0x15efc4(_0x1af31f._0x53f982,_0x1af31f._0xbc77c2,_0x1af31f._0x1fe8e7,0x3f2)]=_0x2acdde,_0x11cf3e[_0x15efc4(_0x1af31f._0x62ce40,_0x1af31f._0x1395b1,0x192,_0x1af31f._0x4297f9)]=_0x1365b5['message'],_0x246809[_0x4f0485(0x272,0x1b8,_0x1af31f._0x4f805a,_0x1af31f._0xcb481c)](_0x331925[_0x4f0485(_0x1af31f._0x37662e,_0x1af31f._0x2891a6,_0x1af31f._0x32409a,0x367)],_0x11cf3e);}}}}}}catch(_0x42e46e){if(_0x331925[_0x4f0485(_0x1af31f._0x458a1d,_0x1af31f._0x5ed26e,_0x1af31f._0x15c75f,_0x1af31f._0x36fa86)](_0x4f0485(0x17b,0x1fd,_0x1af31f._0x2fa0c4,0x1f4),_0x331925[_0x4f0485(_0x1af31f._0x7c3c3b,0x136,_0x1af31f._0xfa3d9a,_0x1af31f._0x5834b6)])){const _0x2b392f={};_0x2b392f[_0x4f0485(0xb4,_0x1af31f._0x2c8360,0x265,_0x1af31f._0x1a5101)]=_0x31abfb['taskId'],_0x2b392f[_0x4f0485(_0x1af31f._0x56fb02,0x245,0x135,0x320)]=_0x658913,_0x2b392f[_0x4f0485(0x11f,0x215,_0x1af31f._0x3edc91,_0x1af31f._0x19388d)]=_0x2e8f5e,_0x2b392f[_0x15efc4(0x122,0x14d,_0x1af31f._0x534196,0x101)]=_0x42e46e[_0x4f0485(0x19d,_0x1af31f._0x23d138,_0x1af31f._0x597750,0x311)],logger[_0x4f0485(0x1b5,0x1b8,_0x1af31f._0xf5522e,_0x1af31f._0x32930e)](_0x331925[_0x15efc4(_0x1af31f._0x21b994,0x2d1,_0x1af31f._0x6f898f,_0x1af31f._0x560997)],_0x2b392f);continue;}else{const _0x3085bf={};_0x3085bf[_0x15efc4(0x144,0x164,_0x1af31f._0x4bb585,_0x1af31f._0x18d9f9)]=_0x18f51a[_0x15efc4(0xa6,_0x1af31f._0x277985,0x20a,0x1c0)],_0x3085bf[_0x4f0485(0x229,0x20b,0x149,0xee)]='file',_0x53ceb1[_0x4f0485(_0x1af31f._0x46e381,_0x1af31f._0x47b083,_0x1af31f._0x418e7e,0x354)](_0x3085bf);}}}_0x31f9be&&await _0x349e5e[_0x15efc4(0x2b0,_0x1af31f._0x172bb9,_0x1af31f._0x437897,_0x1af31f._0x98b161)](_0x47c9cc,JSON[_0x15efc4(_0x1af31f._0x2e5b00,_0x1af31f._0x2fc8f9,_0x1af31f._0x1133ce,_0x1af31f._0x53cd17)](_0x4358db,null,0x2d*0x8e+0x3*0x6b8+-0x2*0x168e),_0x331925[_0x15efc4(0x222,0x20d,0x270,0x1e1)]);}catch(_0x4a3546){if(_0x331925[_0x4f0485(_0x1af31f._0x2b2cd4,_0x1af31f._0x190fa3,0x2f0,0x265)](_0x4f0485(-_0x1af31f._0x3728d9,_0x1af31f._0x32a104,_0x1af31f._0x32508c,_0x1af31f._0x45dbdf),_0x331925[_0x15efc4(0x27d,0x1e4,0x15a,0x25c)])){const _0x48982f={};_0x48982f[_0x4f0485(0xcb,0x1c2,0x111,0x2b8)]=_0x595852,_0x48982f[_0x4f0485(_0x1af31f._0x32e9d3,_0x1af31f._0x5db6fe,_0x1af31f._0x40efa4,_0x1af31f._0x286fab)]=_0xbc6597['id'],_0x48982f[_0x15efc4(0x23d,0x24b,0x309,_0x1af31f._0x459cb2)]=_0x5f2718['username'],_0x182830[_0x15efc4(_0x1af31f._0x355551,_0x1af31f._0x381029,_0x1af31f._0x226f6c,_0x1af31f._0x1e7acf)](_0x331925[_0x4f0485(_0x1af31f._0x4c13d4,0x24c,0x2cd,0x1c1)],_0x48982f);const _0x374c10={};return _0x374c10[_0x4f0485(0x1ba,0x9b,_0x1af31f._0x1a1971,0x15)]=_0x331925[_0x4f0485(0x289,0x1d9,0x125,0x1cc)],_0x374c10[_0x15efc4(_0x1af31f._0x1d49b3,0x2c6,_0x1af31f._0x24a312,0x274)]=_0x331925[_0x4f0485(0x196,0x143,_0x1af31f._0x174cba,_0x1af31f._0xcba1f4)],_0x434cdd['status'](0x4*0x265+0x11*0x151+0x1e62*-0x1)[_0x4f0485(_0x1af31f._0x47e0e8,0x20f,0x1b4,_0x1af31f._0x458a1d)](_0x374c10);}else{const _0x5a2b90={};_0x5a2b90[_0x4f0485(0x138,_0x1af31f._0x2c8360,_0x1af31f._0x4061dc,0x1db)]=_0x31abfb[_0x15efc4(0x28a,_0x1af31f._0x4a0020,0x1d8,_0x1af31f._0x8c4f9b)],_0x5a2b90[_0x15efc4(_0x1af31f._0x554763,0x2f7,_0x1af31f._0xcc0d9d,0x2bf)]=_0x658913,_0x5a2b90[_0x4f0485(0x2d1,0x215,0x270,0x2ec)]=_0x2e8f5e,_0x5a2b90[_0x15efc4(0x1a7,0x14d,_0x1af31f._0xcb481c,0x17f)]=_0x4a3546[_0x4f0485(_0x1af31f._0x545d12,_0x1af31f._0x2f59f8,0x22b,_0x1af31f._0x458c73)],logger[_0x4f0485(0x257,_0x1af31f._0x2ffefe,0x1bd,_0x1af31f._0x374e9a)](_0x331925[_0x4f0485(0x114,_0x1af31f._0x6f529b,0x172,_0x1af31f._0x110bb9)],_0x5a2b90);}}}for(const _0x4d2598 of _0x22d133){const _0x9c50e4=coderConfig?.[_0x4f0485(_0x1af31f._0x2e5886,0x28d,_0x1af31f._0x1117cb,_0x1af31f._0x1ef2de)+'ts']?.[_0x4d2598]?.[_0x15efc4(_0x1af31f._0x2aee2c,0x346,0x44f,_0x1af31f._0x4fb6cb)];if(!Array[_0x4f0485(0x14e,_0x1af31f._0x255ef4,_0x1af31f._0x27ef63,0x2ca)](_0x9c50e4))continue;coderConfig[_0x4f0485(0x310,_0x1af31f._0x2f9116,_0x1af31f._0x2fcfd0,0x374)+'ts'][_0x4d2598]['skills']=_0x9c50e4[_0x15efc4(_0x1af31f._0x379bf4,0x238,0x20d,0x2ac)](_0x29e40b=>_0x29e40b!==_0x658913);}if(_0x331925[_0x4f0485(0x266,_0x1af31f._0x1d7a5b,_0x1af31f._0x562e1d,0x13a)](_0x66396d,_0x331925[_0x4f0485(0x20d,_0x1af31f._0x11c1f5,0x5d,0x58)])){const _0x5640b2={};_0x5640b2[_0x15efc4(_0x1af31f._0x232950,0x200,_0x1af31f._0x55b9a3,0x227)]=!![],_0x5640b2[_0x4f0485(0x3a2,0x29b,_0x1af31f._0x1ca5d1,0x248)]=!![],await _0x349e5e['rm'](_0x277750,_0x5640b2),removeContainersForSkill(_0x277750,logger)[_0x15efc4(_0x1af31f._0x400555,_0x1af31f._0x266ae1,0x36c,_0x1af31f._0x35020b)](()=>{});let _0x1ad89f=![];try{if(_0x331925[_0x15efc4(0x2dd,0x20f,0x30a,0x1c3)](_0x331925[_0x15efc4(0x45f,0x342,_0x1af31f._0x42aafb,_0x1af31f._0x5a789d)],_0x15efc4(_0x1af31f._0x3a0ef8,0x2a8,_0x1af31f._0x2bbd9b,0x2f4))){const _0x285f6e={};return _0x285f6e['error']=_0x331925['SgXlj'],_0x285f6e[_0x4f0485(0x2fc,0x214,_0x1af31f._0x10323b,_0x1af31f._0x27a61f)]=_0x15efc4(0x2cf,_0x1af31f._0xb59f8b,0x1c8,_0x1af31f._0x420df6)+_0x472166+(_0x4f0485(_0x1af31f._0x4e8f31,_0x1af31f._0x3d0db6,0x27f,_0x1af31f._0x142b7f)+'d'),_0x3a1ecb[_0x15efc4(_0x1af31f._0x4ff5d8,0x355,0x3a1,0x470)](-0x32*-0x26+-0x865*-0x2+0x1*-0x16a2)[_0x15efc4(0x3aa,0x2c1,0x2dd,0x21c)](_0x285f6e);}else{const _0x3942c7=await _0x331925['OJqJJ'](loadImportedSkillsRegistry);_0x3942c7[_0x15efc4(0x37b,0x346,_0x1af31f._0x52400d,0x263)]?.[_0x658913]&&(delete _0x3942c7['skills'][_0x658913],await _0x331925[_0x4f0485(-_0x1af31f._0x5a4227,0x11a,_0x1af31f._0x3932ad,_0x1af31f._0x12b437)](saveImportedSkillsRegistry,_0x3942c7),_0x1ad89f=!![]);const _0x3487ea={};_0x3487ea[_0x4f0485(_0x1af31f._0x420df6,0x1c2,0x249,0x118)]=_0x31abfb[_0x4f0485(_0x1af31f._0x3e44fd,0x1c2,0x17f,0x1be)],_0x3487ea[_0x15efc4(0x3f8,_0x1af31f._0xbc77c2,0x2ee,_0x1af31f._0x3f2bba)]=_0x658913,_0x3487ea['environmen'+'t']=_0x2c6c58,_0x3487ea[_0x15efc4(0x295,_0x1af31f._0x185d63,0x274,_0x1af31f._0x3af1b4)]=_0x23e181,_0x3487ea[_0x15efc4(_0x1af31f._0x298ce6,0x331,_0x1af31f._0x298874,0x2af)+_0x4f0485(_0x1af31f._0x5ad72e,_0x1af31f._0x4a3f8b,_0x1af31f._0x2d220d,_0x1af31f._0x18cfb8)]=_0x1ad89f,_0x3487ea['userId']=_0x5e0a97['id'],logger[_0x4f0485(_0x1af31f._0x47d41c,_0x1af31f._0x25cbfa,0x18e,_0x1af31f._0x3a05f7)](_0x331925[_0x4f0485(0x16c,0x197,0x293,0x170)],_0x3487ea);const _0x5a71fb={};return _0x5a71fb[_0x15efc4(_0x1af31f._0x5af691,0x320,0x267,0x2cc)]=!![],_0x5a71fb['id']=_0x658913,_0x5a71fb[_0x15efc4(_0x1af31f._0x47cbf4,_0x1af31f._0x1bf125,0x2af,_0x1af31f._0x36d6a8)]=_0x66396d,_0x5a71fb[_0x15efc4(0x3c5,0x34d,_0x1af31f._0x18a4ad,0x2a5)]=_0x23e181,_0x5a71fb['environmen'+'t']=_0x2c6c58,_0x5a71fb[_0x15efc4(0x3ac,0x331,0x2dd,_0x1af31f._0x484171)+_0x4f0485(_0x1af31f._0x45be7f,_0x1af31f._0x17a065,_0x1af31f._0xffe5f3,0x1ba)+'nts']=_0x22d133,_0x5a71fb[_0x15efc4(_0x1af31f._0x376a14,_0x1af31f._0x212ece,0x3e9,0x425)+_0x15efc4(_0x1af31f._0x1de131,_0x1af31f._0x1d919e,0x2c5,_0x1af31f._0x5b2a25)]=_0x1ad89f,_0x5a71fb[_0x4f0485(_0x1af31f._0x1391e9,0x192,0x215,0x1b0)]=_0x5ee89f,_0x5a71fb[_0x15efc4(_0x1af31f._0x2d5156,0x1e0,_0x1af31f._0x1a9154,_0x1af31f._0x221def)+_0x15efc4(0x135,0x1fe,0x120,0x1e4)]=_0x31abfb[_0x4f0485(0x2e2,_0x1af31f._0x2c8360,_0x1af31f._0x342494,_0x1af31f._0x243d9b)],_0x5a71fb[_0x4f0485(0x159,0x1db,0xd4,0x2eb)+_0x15efc4(_0x1af31f._0xbc77c2,_0x1af31f._0x5ec5bd,_0x1af31f._0x5ec5bd,0x1e8)]=_0x5e0a97['id'],_0x48db1e['json'](_0x5a71fb);}}catch(_0x421895){const _0x2f0604={};_0x2f0604[_0x4f0485(0x24c,_0x1af31f._0xf62b94,_0x1af31f._0x142b7f,_0x1af31f._0x21197e)]=_0x31abfb[_0x4f0485(_0x1af31f._0x26a917,0x1c2,_0x1af31f._0x242bec,0x25c)],_0x2f0604[_0x15efc4(_0x1af31f._0x2bacbf,0x2f7,_0x1af31f._0xcead3d,_0x1af31f._0xb59f8b)]=_0x658913,_0x2f0604['error']=_0x421895[_0x4f0485(0x246,0x214,0xf2,0x298)],logger['warn'](_0x4f0485(_0x1af31f._0x55bc83,0xcf,0x12f,_0x1af31f._0x590613)+_0x15efc4(0x354,0x305,_0x1af31f._0x1fecc2,0x3b2)+'orted\x20regi'+_0x4f0485(0x1b2,0x241,0x1b6,_0x1af31f._0x5474ba)+_0x15efc4(_0x1af31f._0xb970a9,0x1dd,_0x1af31f._0x4e65b3,_0x1af31f._0xcb481c)+_0x4f0485(0x82,0xfb,0x35,_0x1af31f._0x3f62af),_0x2f0604);const _0x16c1fa={};_0x16c1fa[_0x4f0485(0x24f,0x1c2,_0x1af31f._0x29d027,0x2ce)]=_0x31abfb['taskId'],_0x16c1fa[_0x15efc4(_0x1af31f._0x5e3f4c,_0x1af31f._0xbc77c2,_0x1af31f._0x4397bc,_0x1af31f._0x1b39f0)]=_0x658913,_0x16c1fa['environmen'+'t']=_0x2c6c58,_0x16c1fa[_0x4f0485(_0x1af31f._0xcc0d9d,_0x1af31f._0x36e193,0x248,0x33c)]=_0x23e181,_0x16c1fa[_0x4f0485(-0x65,0x80,0x17,_0x1af31f._0x36d97f)]=_0x5e0a97['id'],logger[_0x4f0485(0x259,_0x1af31f._0x289f3b,0x198,0x13c)](_0x4f0485(_0x1af31f._0x104b78,0x137,0x1ae,0x257)+_0x4f0485(_0x1af31f._0xf1d932,0x1e4,_0x1af31f._0x38a8e1,_0x1af31f._0x10dcfc)+_0x4f0485(-_0x1af31f._0xe54c04,0xb3,_0x1af31f._0x11b42a,-0x62)+_0x4f0485(0x1df,_0x1af31f._0x3c5307,_0x1af31f._0x3bc02a,0x1f5)+'cleanup)',_0x16c1fa);const _0x58d3a4={};return _0x58d3a4['success']=!![],_0x58d3a4['id']=_0x658913,_0x58d3a4[_0x15efc4(0x2ec,0x260,0x2ba,_0x1af31f._0x25f7e5)]=_0x66396d,_0x58d3a4[_0x15efc4(_0x1af31f._0x1fefbb,_0x1af31f._0x185d63,0x2a3,_0x1af31f._0x381029)]=_0x23e181,_0x58d3a4['environmen'+'t']=_0x2c6c58,_0x58d3a4[_0x4f0485(0x1fb,_0x1af31f._0x1094ba,0x187,0x35f)+_0x4f0485(0x118,0x1cc,0x23e,0x2aa)+'nts']=_0x22d133,_0x58d3a4[_0x15efc4(0x22b,_0x1af31f._0x212ece,_0x1af31f._0x5c6cf2,_0x1af31f._0x406201)+'mRegistry']=![],_0x58d3a4[_0x15efc4(_0x1af31f._0x1d8806,0x244,_0x1af31f._0xffb9be,0x1ed)]=_0x5ee89f,_0x58d3a4[_0x4f0485(_0x1af31f._0x2224f4,0x12e,_0x1af31f._0x4f634a,_0x1af31f._0x38c0cd)+_0x15efc4(0x2ee,0x1fe,0x14c,0x1ea)]=_0x31abfb['taskId'],_0x58d3a4[_0x4f0485(_0x1af31f._0x3005c6,0x1db,0xf6,0x2c6)+_0x4f0485(0x132,0x248,0x195,_0x1af31f._0x34b7df)]=_0x5e0a97['id'],_0x48db1e[_0x15efc4(_0x1af31f._0x549ea5,0x2c1,_0x1af31f._0x4977fc,0x1cd)](_0x58d3a4);}}const _0x1afd7a={};_0x1afd7a[_0x4f0485(0x2d9,0x1c2,0x14a,0x1d4)]=_0x31abfb[_0x4f0485(0xa9,0x1c2,_0x1af31f._0xf5522e,_0x1af31f._0x2c4206)],_0x1afd7a[_0x4f0485(_0x1af31f._0x20ff11,_0x1af31f._0x1fd8a8,_0x1af31f._0x3be819,0x169)]=_0x658913,_0x1afd7a[_0x4f0485(0x2f5,_0x1af31f._0x438b29,_0x1af31f._0x4c13d4,_0x1af31f._0x5e22ff)+'t']=_0x2c6c58,_0x1afd7a[_0x4f0485(_0x1af31f._0xffb9be,0x80,0xaa,0x119)]=_0x5e0a97['id'],logger[_0x15efc4(_0x1af31f._0x8d715b,_0x1af31f._0x379a72,_0x1af31f._0x1f5af0,_0x1af31f._0xfa80d1)](_0x331925[_0x15efc4(_0x1af31f._0x41f040,_0x1af31f._0x121be9,0x1d2,_0x1af31f._0x4b76a9)],_0x1afd7a);const _0x4c3f00={};return _0x4c3f00[_0x15efc4(_0x1af31f._0x484248,_0x1af31f._0x188cf6,0x23e,0x2db)]=!![],_0x4c3f00['id']=_0x658913,_0x4c3f00[_0x4f0485(0x1a9,0x1ae,0x1f1,0x284)]=_0x66396d,_0x4c3f00[_0x4f0485(_0x1af31f._0x3d9320,0x28d,_0x1af31f._0x104c00,0x1f5)+'t']=_0x2c6c58,_0x4c3f00['unassigned'+_0x4f0485(0x1c3,_0x1af31f._0x381029,0x16d,_0x1af31f._0x3f4775)+_0x4f0485(0x104,_0x1af31f._0x81b99a,0x19f,0x149)]=_0x22d133,_0x4c3f00[_0x15efc4(0x26a,0x1de,0x135,_0x1af31f._0x20681d)]=_0x5ee89f,_0x4c3f00[_0x15efc4(0xf4,_0x1af31f._0x53a363,_0x1af31f._0x4d7d23,0xdb)+'askId']=_0x31abfb['taskId'],_0x4c3f00[_0x15efc4(_0x1af31f._0x477ebc,_0x1af31f._0x4977fc,_0x1af31f._0x4dc0e1,0x1ae)+_0x4f0485(_0x1af31f._0x347456,_0x1af31f._0x41a6fd,0x23c,0x210)]=_0x5e0a97['id'],_0x48db1e[_0x4f0485(0x1d2,0x20f,_0x1af31f._0x598d28,0xfb)](_0x4c3f00);}catch(_0xa2449d){const _0xe00cd={};return _0xe00cd['taskId']=_0x31abfb[_0x15efc4(0x327,_0x1af31f._0x4a0020,0x2e8,0x2ee)],_0xe00cd[_0x4f0485(0x34c,_0x1af31f._0x5976b0,_0x1af31f._0x1daa02,0x2ca)]=_0x658913,_0xe00cd['mode']=_0x66396d,_0xe00cd['error']=_0xa2449d[_0x4f0485(0x186,0x214,_0x1af31f._0x13e660,_0x1af31f._0x484171)],logger[_0x4f0485(-_0x1af31f._0x3728d9,_0x1af31f._0x2636ec,_0x1af31f._0x48a894,-0x51)](_0x331925['PCodk'],_0xe00cd),_0x48db1e['status'](-0xd*0xb0+-0x26ac+0x3190)[_0x4f0485(0x12d,0x20f,0x318,_0x1af31f._0x108bc7)]({'error':_0x4f0485(_0x1af31f._0x4d3d38,_0x1af31f._0x35020b,0x15e,_0x1af31f._0x390b19)+'erver\x20Erro'+'r','message':_0x331925['jIhQC'](_0x66396d,_0x4f0485(-_0x1af31f._0x7db91d,_0x1af31f._0x3b03b4,0x4a,0xcf))?_0x331925[_0x4f0485(0x125,_0x1af31f._0x1ff080,0x18e,_0x1af31f._0x211eb6)]:_0x331925[_0x15efc4(_0x1af31f._0x5ad72e,0x23b,_0x1af31f._0x5cf1c4,_0x1af31f._0x1dde30)]});}}),router[_0x263bb9(0x547,0x6f6,0x5b2,0x5e9)]('/skills/:s'+_0x263bb9(0x508,0x49e,0x4a0,0x4c8)+_0x19b2fa(0x84,0x4c,0x234,0x123),requireTaskAuth,validateSkillAccess,async(_0x24f5ae,_0x1f20e4)=>{const _0x339ef8={_0x2ef822:0x755,_0x39d62a:0x705,_0x4dd288:0x592,_0x2af972:0x4a5,_0x1aaa5e:0x562,_0x31061a:0x4c9,_0x1b61f7:0x623,_0x442828:0x512,_0x4041db:0x5a5,_0x595271:0x4eb,_0xb58eac:0x48f,_0x2c628b:0x6bf,_0x5d0a62:0x51d,_0xd3c6a9:0x59d,_0x4d0cee:0x86,_0x1f87ce:0x13e,_0x3d67a4:0x4c,_0x15b53a:0x2e,_0x3fab66:0x400,_0x25e340:0x4cc,_0x16e138:0x530,_0x21a652:0x2d,_0xc50d4d:0x44,_0x568931:0x6f,_0x1675db:0x45a,_0x1d524a:0x8b,_0x2b7c62:0x675,_0x1becbc:0x529,_0x2e1b68:0x5e0,_0xb36767:0x219,_0x17e93d:0x285,_0x787059:0x12e,_0x9d2a52:0x8d,_0x1e2963:0x24,_0x480e91:0x6e,_0x4685a3:0x54,_0xeea2a4:0xc9,_0x5a815d:0xaa,_0x4c9722:0xfe,_0xd86500:0x70,_0x416147:0x28,_0x28ac5f:0x73f,_0xbe809a:0x5e1,_0xd29f78:0x659,_0x4cdae6:0x669,_0x52f8b4:0x72e,_0x291563:0x170,_0x9f1f5b:0x10e,_0x561ddb:0xd8,_0x5cb22a:0x163,_0x3a4da1:0x619,_0x2734ac:0x6c4,_0x4250a5:0x77,_0x3fceef:0x9a,_0x284419:0x175,_0x3aa0ef:0x9b,_0x59aa4d:0x690,_0x4bd106:0x7b1,_0x23193b:0x6c4,_0x3e47c3:0x645,_0x95eb3a:0x5f8,_0x4a1bfc:0x693,_0x153e06:0x6c3,_0x50b779:0x645,_0x1cb1d8:0x4f3,_0x9c5fb5:0x509,_0x58c197:0x5ae,_0x55d286:0x433,_0x381e4e:0x533,_0x29b838:0x57a,_0x5016f0:0x4cb,_0x1d52b4:0x24c,_0x3087aa:0x66a,_0x5bb40a:0x29,_0x29353b:0x69,_0xbd4fc2:0x67,_0x337130:0x9c,_0x242053:0xd4,_0x1af23c:0x7c2,_0x2c9f46:0x56f,_0x1c08fd:0x54,_0x13d878:0xe,_0x8cd99b:0x54,_0x11ad0b:0x20,_0x2010dc:0x67c,_0x1993f0:0x673,_0x33a912:0x556,_0x4ea9ff:0x602,_0x2bdbbc:0x17b,_0x482453:0xc8,_0x39446e:0x27d,_0x1d5154:0x2,_0x356774:0x41,_0x460c79:0x63,_0x191060:0x3ac,_0x26b3f6:0x591,_0x3e39f8:0x6f3,_0xfd27ad:0x798,_0x3f3340:0x684,_0x31d1e0:0x18,_0x49ea57:0x179,_0x30d973:0x1ae,_0x280aee:0x47,_0x277b85:0x33,_0x1e5cc3:0x59},_0x5a7308={_0x4acfe5:0x47},_0x590544={_0x10eae8:0xa1,_0x4152ce:0x192,_0xdc5a1a:0x147},_0x1dc3d3={};_0x1dc3d3['rAVZG']=_0x2f5282(0x75c,_0x339ef8._0x2ef822,_0x339ef8._0x39d62a,0x6df)+'t',_0x1dc3d3[_0x2f5282(0x4e2,_0x339ef8._0x4dd288,_0x339ef8._0x2af972,0x559)]=_0x2f5282(_0x339ef8._0x1aaa5e,0x5d6,0x40a,_0x339ef8._0x31061a)+_0x2f5282(0x4f9,_0x339ef8._0x1b61f7,_0x339ef8._0x442828,_0x339ef8._0x4041db),_0x1dc3d3[_0x2f5282(0x3db,0x489,_0x339ef8._0x595271,0x4a8)]=_0x2f5282(_0x339ef8._0xb58eac,_0x339ef8._0x2c628b,_0x339ef8._0x5d0a62,_0x339ef8._0xd3c6a9),_0x1dc3d3[_0xc31ec4(-_0x339ef8._0x4d0cee,-_0x339ef8._0x1f87ce,_0x339ef8._0x3d67a4,0x30)]=_0xc31ec4(-0x128,-0x74,-0x5a,-_0x339ef8._0x15b53a),_0x1dc3d3[_0x2f5282(_0x339ef8._0x3fab66,0x409,0x485,0x4b8)]=_0xc31ec4(-0x147,-0x106,-0x19a,-0xcc)+_0x2f5282(_0x339ef8._0x25e340,0x4ef,0x461,_0x339ef8._0x16e138)+_0xc31ec4(-_0x339ef8._0x21a652,-_0x339ef8._0xc50d4d,_0x339ef8._0x568931,-0x30),_0x1dc3d3[_0x2f5282(0x533,0x605,_0x339ef8._0x1675db,0x572)]='Failed\x20to\x20'+_0xc31ec4(0x33,-0xc8,_0x339ef8._0x1d524a,-0xc8);const _0x3f3781=_0x1dc3d3,{callingTask:_0x4539e8,skillId:_0x47e9db,skillPath:_0x33323e,environmentName:_0x2bf44c}=_0x24f5ae;function _0xc31ec4(_0x25eaa7,_0x16d5fb,_0x46f9ee,_0x19db90){return _0x19b2fa(_0x16d5fb,_0x16d5fb-_0x590544._0x10eae8,_0x46f9ee-_0x590544._0x4152ce,_0x25eaa7- -_0x590544._0xdc5a1a);}const _0x15b9d1=_0x24f5ae[_0x2f5282(0x697,_0x339ef8._0x2b7c62,0x6d2,0x633)][0x5*0x79+0x449+0x6a6*-0x1];if(_0x15b9d1[_0x2f5282(_0x339ef8._0x1becbc,_0x339ef8._0x2e1b68,0x4c2,0x4c8)]('..')){const _0x4bea02={};return _0x4bea02[_0xc31ec4(-0x17b,-_0x339ef8._0xb36767,-_0x339ef8._0x17e93d,-_0x339ef8._0x787059)]=_0x3f3781['rAVZG'],_0x4bea02['message']=_0x3f3781['nphdP'],_0x1f20e4[_0xc31ec4(_0x339ef8._0x9d2a52,0x20,_0x339ef8._0x1e2963,-_0x339ef8._0x480e91)](-0xa*0xc2+-0x14c3+-0x1*-0x1de7)[_0x2f5282(0x588,0x718,0x5f8,0x63f)](_0x4bea02);}const _0x52ca9d={};_0x52ca9d[_0xc31ec4(-_0x339ef8._0x4685a3,-_0x339ef8._0xeea2a4,-0x3c,0x78)]=_0x4539e8['taskId'],_0x52ca9d['skillId']=_0x47e9db,_0x52ca9d['filepath']=_0x15b9d1,_0x52ca9d[_0xc31ec4(0x77,_0x339ef8._0x5a815d,0x49,_0x339ef8._0x4c9722)+'t']=_0x2bf44c,logger[_0xc31ec4(_0x339ef8._0xd86500,0xed,0x81,_0x339ef8._0x416147)](_0x2f5282(0x600,_0x339ef8._0x28ac5f,_0x339ef8._0xbe809a,_0x339ef8._0xd29f78)+_0xc31ec4(-0x126,-0x72,-0x1a3,-0xac)+_0x2f5282(_0x339ef8._0x4cdae6,_0x339ef8._0x52f8b4,0x789,0x6de),_0x52ca9d);function _0x2f5282(_0x40c273,_0x3446cf,_0x304448,_0x2e3db8){return _0x263bb9(_0x40c273-0xac,_0x3446cf-0x15c,_0x40c273,_0x2e3db8-_0x5a7308._0x4acfe5);}const _0x3d3f88=_0x7e7c9a['join'](_0x33323e,_0x15b9d1);try{if(_0x3f3781[_0xc31ec4(-0x19e,-0x16e,-_0x339ef8._0x291563,-_0x339ef8._0x9f1f5b)]!==_0x3f3781[_0xc31ec4(-0x19e,-0xc5,-0x1c4,-0x242)])!_0x299904[_0xc31ec4(0x77,-0x86,_0x339ef8._0x561ddb,0xfa)+'ts'][_0x18a05e]['skills']&&(_0x442a33[_0xc31ec4(0x77,-0x5a,_0x339ef8._0x5cb22a,0xd7)+'ts'][_0x281271][_0x2f5282(0x7d0,0x688,_0x339ef8._0x3a4da1,_0x339ef8._0x2734ac)]=[]),_0x557baf=_0x4028cc[_0xc31ec4(_0x339ef8._0x4250a5,_0x339ef8._0x3fceef,_0x339ef8._0x284419,_0x339ef8._0x3aa0ef)+'ts'][_0x1bb1db][_0x2f5282(_0x339ef8._0x59aa4d,_0x339ef8._0x4bd106,0x782,_0x339ef8._0x23193b)];else{const _0x4b9c2c=await _0x349e5e[_0x2f5282(_0x339ef8._0x3e47c3,_0x339ef8._0x95eb3a,0x4eb,0x5a3)](_0x3d3f88,'utf-8'),_0x4abeff={};_0x4abeff[_0x2f5282(_0x339ef8._0x4a1bfc,_0x339ef8._0x153e06,_0x339ef8._0x50b779,_0x339ef8._0x2b7c62)]=_0x47e9db,_0x4abeff[_0x2f5282(_0x339ef8._0x1cb1d8,_0x339ef8._0x9c5fb5,_0x339ef8._0x58c197,0x602)]=_0x15b9d1,_0x4abeff['content']=_0x4b9c2c,_0x1f20e4[_0xc31ec4(-0x7,-0xab,0x48,0xf0)](_0x4abeff);}}catch(_0x124728){if(_0x124728['code']===_0x3f3781['VUmYO']){const _0x59f230={};return _0x59f230[_0x2f5282(_0x339ef8._0x55d286,_0x339ef8._0x381e4e,_0x339ef8._0x29b838,_0x339ef8._0x5016f0)]=_0xc31ec4(-0x188,-0x16c,-0x262,-_0x339ef8._0x1d52b4),_0x59f230[_0x2f5282(0x608,0x74c,_0x339ef8._0x3087aa,0x644)]=_0xc31ec4(-_0x339ef8._0x5bb40a,-0x2,-0x48,-_0x339ef8._0x29353b)+_0x15b9d1+(_0xc31ec4(-_0x339ef8._0xbd4fc2,-0x48,0x23,_0x339ef8._0x337130)+_0xc31ec4(-0x16a,-_0x339ef8._0x242053,-0x271,-0x21d)+'\x20\x27')+_0x47e9db+'\x27',_0x1f20e4[_0x2f5282(0x5ff,_0x339ef8._0x1af23c,0x702,0x6d3)](0x1199+-0x767*-0x2+-0xd*0x25f)[_0x2f5282(_0x339ef8._0x2c9f46,0x6b2,0x625,0x63f)](_0x59f230);}const _0x4c3aa5={};_0x4c3aa5[_0xc31ec4(-_0x339ef8._0x1c08fd,0x90,_0x339ef8._0x13d878,-0xc9)]=_0x4539e8[_0xc31ec4(-_0x339ef8._0x8cd99b,_0x339ef8._0x11ad0b,0x37,-0x17)],_0x4c3aa5['skillId']=_0x47e9db,_0x4c3aa5[_0x2f5282(_0x339ef8._0x2010dc,_0x339ef8._0x1993f0,_0x339ef8._0x33a912,_0x339ef8._0x4ea9ff)]=_0x15b9d1,_0x4c3aa5[_0xc31ec4(-_0x339ef8._0x2bdbbc,-0x18f,-_0x339ef8._0x482453,-_0x339ef8._0x39446e)]=_0x124728[_0xc31ec4(-_0x339ef8._0x1d5154,_0x339ef8._0x356774,0xf6,-0x68)],logger[_0xc31ec4(-0x17b,-0x133,-_0x339ef8._0x460c79,-0x9a)](_0x3f3781[_0x2f5282(_0x339ef8._0x191060,_0x339ef8._0x26b3f6,0x48a,0x4b8)],_0x4c3aa5);const _0x14f0cd={};_0x14f0cd['error']='Internal\x20S'+_0x2f5282(0x685,_0x339ef8._0x3e39f8,_0x339ef8._0xfd27ad,_0x339ef8._0x3f3340)+'r',_0x14f0cd['message']=_0x3f3781[_0xc31ec4(-0xd4,-_0x339ef8._0x31d1e0,-_0x339ef8._0x49ea57,-_0x339ef8._0x30d973)],_0x1f20e4['status'](-0xbd3+0x4fa+0x3*0x2ef)[_0xc31ec4(-0x7,-_0x339ef8._0x280aee,_0x339ef8._0x277b85,-_0x339ef8._0x1e5cc3)](_0x14f0cd);}}),router['put'](_0x263bb9(0x3f8,0x435,0x430,0x48b)+'killId/fil'+_0x19b2fa(0xe3,0x42,0x8e,0x123),requireTaskAuth,validateSkillAccess,async(_0x3c4816,_0x436a03)=>{const _0x4b8e80={_0x1bcffb:0x329,_0x54e8f3:0x488,_0x5ee01f:0x108,_0x22b844:0x471,_0x517cc2:0x412,_0x4536fe:0x3c3,_0x42dd8e:0x4c0,_0x4873fb:0x47a,_0x236ed9:0x17d,_0x39f5cf:0x54,_0x6b1662:0x1f1,_0x5e44c7:0x2ef,_0x7fc4f:0x3ed,_0x47a547:0x48d,_0x1e3908:0x3f3,_0x19762c:0x1b0,_0x5b44eb:0x166,_0x12d2c4:0x41d,_0x25ddeb:0x30b,_0x2c5eed:0x4b,_0x1bff8e:0x64,_0x163f14:0xb6,_0x4e08b7:0xf,_0x5061db:0x9a,_0x319f39:0x168,_0x3da038:0x499,_0x526c59:0x3eb,_0x4e1372:0x465,_0x2facf8:0x62,_0x5d5e3e:0xaf,_0x426a57:0x60,_0x3f12da:0x368,_0x34d803:0x41d,_0x28b523:0x396,_0xddaac4:0x2d3,_0x375f8a:0x101,_0x19e28e:0x20,_0x6a989a:0x95,_0x1b5ed4:0x12c,_0x5c6678:0x475,_0x2db945:0x3e4,_0x30174d:0x40b,_0x597709:0x2ea,_0x35806b:0x324,_0x279c68:0x309,_0xfadda5:0x29a,_0x5e9777:0x14b,_0x3989bf:0x1cd,_0x22fded:0x205,_0x599237:0x52,_0x5cc82c:0x56,_0x5a1cab:0x71,_0x719268:0x23,_0x4c15fa:0x90,_0x54ede8:0x356,_0x5518ed:0x197,_0x4c29f6:0x2,_0x2412ac:0x79,_0x24d591:0x405,_0x13e690:0x325,_0x1e42d2:0x3df,_0x449777:0x264,_0x2e3d74:0x4e2,_0x3343e2:0x2b8,_0x54c7ab:0x4c5,_0x782664:0x427,_0x46c498:0x412,_0xe8170f:0x334,_0x33c1f8:0x1cb,_0x2803aa:0x1c4,_0x4a0acb:0x355,_0x4b1f3e:0x3b1,_0x210ff2:0xeb,_0x9a1f41:0x164,_0x190711:0x24,_0xbf7c38:0x53,_0x55390a:0x60,_0x1c0240:0x84,_0x363c2d:0x4a,_0x102b57:0x27a,_0x2649f8:0x266,_0x1534c1:0x154,_0x445982:0x1d,_0x241ede:0x4a2,_0x1aa10c:0x137,_0x254a01:0x4a,_0x4109f4:0x2ec,_0x5b9871:0x32b,_0x1f9d0c:0x3da,_0xd598fa:0x44f,_0x1fcb0f:0x3b5,_0x2c6f66:0x410,_0x19d533:0x39a,_0x3caa55:0x387,_0x56df0d:0x389,_0x4556a6:0x458,_0x1d7ecf:0x3ba,_0x1355a3:0x365,_0x478db6:0x1d1,_0x34def0:0x24f,_0x24932b:0x4c0,_0x500240:0x3c8,_0x4961db:0x144,_0x21e2df:0x201,_0x3bb782:0x2da,_0xd7a190:0x336,_0x5e3452:0x120,_0x2820af:0x1a9,_0x5b1444:0x297,_0x5710d8:0x15a,_0x3102cb:0x1b6,_0x278e21:0x32f,_0x2c0594:0x335,_0x240ca0:0x4f7,_0x2c8f15:0x513,_0x1afd56:0x43e,_0x54e6b0:0x523,_0x30fc88:0x3db,_0xeada04:0x43f,_0x101cb5:0x3e8,_0x31ba55:0x369,_0x14bc09:0xec,_0x5b1dba:0x14,_0x36fbb5:0x138,_0x6ac06f:0x3f5,_0x18a5f2:0x3ba,_0x2f1c37:0x451,_0x48164b:0x58,_0x21deac:0x15,_0x4fca3b:0x31,_0xf2a1d4:0x1a,_0xb05df9:0x39d,_0x297167:0x3c5,_0x4655f9:0x258,_0x12e3e5:0x2b0,_0x341fd2:0x3cd,_0x44e70e:0x2c1,_0x58d7fe:0x317,_0x4f93:0x397,_0x442571:0x394,_0x13d668:0x2dc,_0x29e7f4:0x4fc,_0x1d8f67:0x413,_0x17cb36:0x4a,_0x345316:0x38d,_0x252eae:0x410,_0x3261c7:0x34b,_0x1f3037:0x252,_0x243777:0xe2,_0x48c409:0x3bd,_0xafa2f:0x324,_0x59723c:0x3f8,_0x57fd66:0x1be,_0x189e80:0x30a,_0x53d3b8:0x2b9,_0x15d515:0x27a,_0x502519:0x16d,_0x226629:0xd3,_0x3d8df0:0x51,_0x4639c8:0x2a,_0x372615:0xb7,_0x49f0a9:0x57,_0xdb6207:0xd1,_0x51a51b:0xae,_0x4256f2:0xbd},_0x2adb8a={_0x3f3489:0x1d5,_0x586032:0x1be},_0x56e7de={_0xc19bd7:0x642},_0x53975c={};_0x53975c[_0x21c06a(_0x4b8e80._0x1bcffb,0x47f,0x3eb,_0x4b8e80._0x54e8f3)]='Bad\x20Reques'+'t',_0x53975c['qdfOO']=_0x43f713(-0x119,-0x105,-0x1d5,-_0x4b8e80._0x5ee01f),_0x53975c[_0x21c06a(_0x4b8e80._0x22b844,0x4db,_0x4b8e80._0x517cc2,_0x4b8e80._0x4536fe)]=function(_0x37c944,_0x1da872){return _0x37c944===_0x1da872;},_0x53975c[_0x21c06a(_0x4b8e80._0x42dd8e,_0x4b8e80._0x4873fb,0x3b1,0x33e)]=_0x43f713(-_0x4b8e80._0x236ed9,-0x265,-0xf4,-0x1c4),_0x53975c[_0x21c06a(0x31f,0x3c4,0x38a,0x357)]=_0x43f713(0x38,-0xc9,-0x13c,-_0x4b8e80._0x39f5cf)+_0x21c06a(_0x4b8e80._0x6b1662,0x36c,0x26d,_0x4b8e80._0x5e44c7)+_0x21c06a(_0x4b8e80._0x7fc4f,_0x4b8e80._0x47a547,_0x4b8e80._0x1e3908,0x44e)+_0x21c06a(0x36d,0x386,0x2ec,0x398)+'LL.md';function _0x43f713(_0xf6403e,_0x3d5037,_0x4821b1,_0x13877f){return _0x263bb9(_0xf6403e-0xd1,_0x3d5037-0x80,_0xf6403e,_0x13877f- -_0x56e7de._0xc19bd7);}_0x53975c['jgKoi']=function(_0x563eb4,_0x48870f){return _0x563eb4===_0x48870f;},_0x53975c[_0x43f713(-_0x4b8e80._0x19762c,-_0x4b8e80._0x5b44eb,-0x230,-0x13e)]='Content\x20fi'+'eld\x20is\x20req'+_0x21c06a(0x301,_0x4b8e80._0x12d2c4,_0x4b8e80._0x25ddeb,0x3dd),_0x53975c[_0x43f713(_0x4b8e80._0x2c5eed,-0xa5,-0x134,-_0x4b8e80._0x1bff8e)]=_0x43f713(-0x69,0x71,-0x22,-0x6e)+_0x43f713(-0xd4,0x10,_0x4b8e80._0x163f14,_0x4b8e80._0x4e08b7)+_0x43f713(-0x38,-0xb3,-_0x4b8e80._0x5061db,-0xd8),_0x53975c[_0x43f713(-0x111,-0x1b2,-0x1b7,-_0x4b8e80._0x319f39)]=function(_0x1eda2b,_0x440ff7){return _0x1eda2b!==_0x440ff7;},_0x53975c[_0x21c06a(_0x4b8e80._0x3da038,_0x4b8e80._0x526c59,_0x4b8e80._0x4e1372,0x377)]=_0x43f713(-_0x4b8e80._0x2facf8,_0x4b8e80._0x5d5e3e,-_0x4b8e80._0x426a57,0x25),_0x53975c[_0x21c06a(0x3e6,0x3a9,_0x4b8e80._0x3f12da,_0x4b8e80._0x34d803)]=_0x21c06a(0x432,0x49b,_0x4b8e80._0x28b523,_0x4b8e80._0xddaac4),_0x53975c[_0x43f713(-_0x4b8e80._0x375f8a,0xe,-0x134,-0x3c)]=_0x43f713(-_0x4b8e80._0x19e28e,-_0x4b8e80._0x6a989a,-0x166,-_0x4b8e80._0x1b5ed4),_0x53975c[_0x21c06a(_0x4b8e80._0x5c6678,0x3c3,_0x4b8e80._0x2db945,_0x4b8e80._0x30174d)]='Skill\x20file'+'\x20updated\x20b'+_0x21c06a(0x468,0x493,0x376,_0x4b8e80._0x597709),_0x53975c['erIPD']=_0x21c06a(_0x4b8e80._0x35806b,_0x4b8e80._0x279c68,_0x4b8e80._0xfadda5,0x22b)+_0x43f713(-_0x4b8e80._0x5e9777,-0x99,-_0x4b8e80._0x3989bf,-0xe3)+'l\x20file',_0x53975c['nTUXa']='Internal\x20S'+'erver\x20Erro'+'r',_0x53975c['TxDWN']=_0x21c06a(_0x4b8e80._0x22fded,0x2d7,_0x4b8e80._0xfadda5,0x347)+'write\x20file';const _0x475b1b=_0x53975c;function _0x21c06a(_0x30742d,_0x3fbeee,_0x39883b,_0x3ed4b1){return _0x19b2fa(_0x3ed4b1,_0x3fbeee-_0x2adb8a._0x3f3489,_0x39883b-_0x2adb8a._0x586032,_0x39883b-0x29a);}const {callingTask:_0x410279,taskUser:_0x2322be,skillId:_0x59734c,skillPath:_0x415d25,environmentName:_0x3c1d80}=_0x3c4816,_0x29dbec=_0x3c4816[_0x43f713(-_0x4b8e80._0x599237,-0xb9,-0x14e,-_0x4b8e80._0x5cc82c)][0x21b6*0x1+-0x16*0x1b7+-0x202*-0x2],{content:_0x541c5c}=_0x3c4816[_0x43f713(_0x4b8e80._0x5a1cab,0x5f,_0x4b8e80._0x719268,-_0x4b8e80._0x4c15fa)];if(_0x29dbec[_0x21c06a(0x19b,_0x4b8e80._0x54ede8,0x263,0x246)]('..')){const _0xe9e85c={};return _0xe9e85c[_0x43f713(-0x22d,-_0x4b8e80._0x5518ed,-0x2d6,-0x1be)]=_0x475b1b[_0x43f713(_0x4b8e80._0x4c29f6,-0xcc,_0x4b8e80._0x2412ac,-0x39)],_0xe9e85c[_0x21c06a(_0x4b8e80._0x24d591,_0x4b8e80._0x13e690,_0x4b8e80._0x1e42d2,0x466)]=_0x21c06a(0x37e,0x15a,_0x4b8e80._0x449777,0x277)+'le\x20path',_0x436a03[_0x21c06a(_0x4b8e80._0x2e3d74,0x4a4,0x46e,0x51b)](0x18df+-0x1da2+-0x653*-0x1)[_0x21c06a(_0x4b8e80._0x3343e2,0x424,0x3da,_0x4b8e80._0x54c7ab)](_0xe9e85c);}if(_0x29dbec===_0x475b1b['qdfOO']){if(_0x475b1b[_0x21c06a(0x484,_0x4b8e80._0x782664,_0x4b8e80._0x46c498,_0x4b8e80._0xe8170f)](_0x43f713(-0xd8,-_0x4b8e80._0x33c1f8,-0x2dd,-_0x4b8e80._0x2803aa),_0x475b1b[_0x21c06a(_0x4b8e80._0x4a0acb,0x42c,_0x4b8e80._0x4b1f3e,0x44d)])){const _0x23e386={};return _0x23e386['error']=_0x43f713(_0x4b8e80._0x210ff2,0x12e,_0x4b8e80._0x9a1f41,_0x4b8e80._0x5cc82c)+'t',_0x23e386['message']=_0x475b1b[_0x43f713(_0x4b8e80._0x190711,_0x4b8e80._0xbf7c38,_0x4b8e80._0x55390a,-0x9a)],_0x436a03['status'](0x2029*0x1+-0x151e+0x1*-0x97b)[_0x43f713(-0xfa,-0x1b,-_0x4b8e80._0x1c0240,-_0x4b8e80._0x363c2d)](_0x23e386);}else _0x42f77d[_0x576af4]=_0x38be65['trim']();}if(_0x475b1b['jgKoi'](_0x541c5c,undefined)){const _0x21ae89={};return _0x21ae89[_0x21c06a(0x2f3,_0x4b8e80._0x102b57,_0x4b8e80._0x2649f8,0x2e1)]=_0x475b1b[_0x43f713(-_0x4b8e80._0x1534c1,_0x4b8e80._0x445982,-0x6e,-0x39)],_0x21ae89[_0x21c06a(_0x4b8e80._0x241ede,0x46d,0x3df,0x500)]=_0x475b1b[_0x43f713(-0x24,-0x1ae,-0x1be,-0x13e)],_0x436a03[_0x43f713(0x98,_0x4b8e80._0x1aa10c,0x90,_0x4b8e80._0x254a01)](-0xe7+0x14e6+0x1*-0x126f)[_0x21c06a(_0x4b8e80._0x4109f4,_0x4b8e80._0x5b9871,_0x4b8e80._0x1f9d0c,0x2cc)](_0x21ae89);}const _0x1c4f1e={};_0x1c4f1e['taskId']=_0x410279['taskId'],_0x1c4f1e[_0x21c06a(_0x4b8e80._0xd598fa,_0x4b8e80._0x1fcb0f,_0x4b8e80._0x2c6f66,_0x4b8e80._0x19d533)]=_0x59734c,_0x1c4f1e['filepath']=_0x29dbec,_0x1c4f1e[_0x21c06a(_0x4b8e80._0x3caa55,_0x4b8e80._0x56df0d,_0x4b8e80._0x4556a6,_0x4b8e80._0x1d7ecf)+'t']=_0x3c1d80,_0x1c4f1e[_0x21c06a(_0x4b8e80._0x1355a3,_0x4b8e80._0x478db6,0x24b,_0x4b8e80._0x34def0)]=_0x2322be['id'],logger[_0x21c06a(0x573,_0x4b8e80._0x24932b,0x451,_0x4b8e80._0x500240)](_0x475b1b[_0x43f713(-0x116,0xb1,-_0x4b8e80._0x4961db,-0x64)],_0x1c4f1e);const _0xc5ece4=_0x7e7c9a[_0x21c06a(0x213,_0x4b8e80._0x21e2df,0x2c8,0x1c2)](_0x415d25,_0x29dbec),_0x563f9d=new Date()[_0x21c06a(0x3b7,_0x4b8e80._0x3bb782,_0x4b8e80._0xd7a190,0x339)+'g']();try{if(_0x475b1b['GTUSK'](_0x475b1b[_0x21c06a(0x39c,0x506,0x465,0x4d9)],_0x475b1b[_0x43f713(-_0x4b8e80._0x5e3452,0x2c,-_0x4b8e80._0x2820af,-0xbc)])){const _0x44ad76=_0x7e7c9a[_0x43f713(-_0x4b8e80._0x5b1444,-_0x4b8e80._0x5710d8,-0x268,-_0x4b8e80._0x3102cb)](_0xc5ece4),_0x1a2eb8={};_0x1a2eb8[_0x21c06a(0x2d3,_0x4b8e80._0x278e21,0x319,_0x4b8e80._0x2c0594)]=!![],await _0x349e5e[_0x21c06a(_0x4b8e80._0x240ca0,_0x4b8e80._0x2c8f15,_0x4b8e80._0x1afd56,_0x4b8e80._0x54e6b0)](_0x44ad76,_0x1a2eb8),await _0x349e5e[_0x21c06a(_0x4b8e80._0x30fc88,0x445,0x42e,_0x4b8e80._0xeada04)](_0xc5ece4,_0x541c5c,_0x475b1b[_0x21c06a(0x3d9,0x304,_0x4b8e80._0x101cb5,_0x4b8e80._0x31ba55)]);const _0x54dfe2={};_0x54dfe2['taskId']=_0x410279['taskId'],_0x54dfe2[_0x43f713(-0xd4,-0xde,_0x4b8e80._0x14bc09,-_0x4b8e80._0x5b1dba)]=_0x59734c,_0x54dfe2['filepath']=_0x29dbec,_0x54dfe2[_0x43f713(-_0x4b8e80._0x36fbb5,-0x213,-0xc3,-0x1d9)]=_0x2322be['id'],logger[_0x21c06a(_0x4b8e80._0x6ac06f,_0x4b8e80._0x18a5f2,_0x4b8e80._0x2f1c37,0x4e4)](_0x475b1b['OPORz'],_0x54dfe2);const _0x2f9c2d={};_0x2f9c2d[_0x43f713(-0x60,_0x4b8e80._0x48164b,0x39,_0x4b8e80._0x21deac)]=!![],_0x2f9c2d[_0x43f713(_0x4b8e80._0x4fca3b,_0x4b8e80._0xf2a1d4,-0xf1,-_0x4b8e80._0x5b1dba)]=_0x59734c,_0x2f9c2d[_0x21c06a(0x4ac,0x37e,_0x4b8e80._0xb05df9,_0x4b8e80._0x297167)]=_0x29dbec,_0x2f9c2d['updatedAt']=_0x563f9d,_0x2f9c2d[_0x43f713(-_0x4b8e80._0x4655f9,-_0x4b8e80._0x12e3e5,-0x125,-0x1c8)+_0x21c06a(_0x4b8e80._0x341fd2,_0x4b8e80._0x44e70e,_0x4b8e80._0x58d7fe,0x412)]=_0x410279[_0x21c06a(0x413,_0x4b8e80._0x4f93,0x38d,0x29b)],_0x2f9c2d[_0x21c06a(_0x4b8e80._0x442571,_0x4b8e80._0x13d668,0x2f3,0x1fe)+_0x21c06a(0x3f4,_0x4b8e80._0x29e7f4,_0x4b8e80._0x1d8f67,0x40e)]=_0x2322be['id'],_0x436a03[_0x43f713(0xa4,-0xbf,-0xdf,-_0x4b8e80._0x17cb36)](_0x2f9c2d);}else _0x53f67e=_0x1323c9;}catch(_0x1d581c){const _0x45be5e={};_0x45be5e[_0x21c06a(0x465,0x403,_0x4b8e80._0x345316,0x487)]=_0x410279['taskId'],_0x45be5e[_0x21c06a(0x4e7,0x4d4,_0x4b8e80._0x252eae,0x442)]=_0x59734c,_0x45be5e[_0x21c06a(0x307,_0x4b8e80._0x3261c7,0x39d,_0x4b8e80._0xe8170f)]=_0x29dbec,_0x45be5e[_0x21c06a(_0x4b8e80._0x1f3037,0x2c3,0x266,0x349)]=_0x1d581c[_0x43f713(0xd1,-0x125,-_0x4b8e80._0x243777,-0x45)],logger[_0x43f713(-0x1c3,-0x105,-0x1e6,-0x1be)](_0x475b1b[_0x21c06a(_0x4b8e80._0x48c409,_0x4b8e80._0xafa2f,0x423,_0x4b8e80._0x59723c)],_0x45be5e);const _0x4324d8={};_0x4324d8[_0x43f713(-0xd8,-0x2ad,-0x19d,-_0x4b8e80._0x57fd66)]=_0x475b1b[_0x21c06a(_0x4b8e80._0x189e80,_0x4b8e80._0x53d3b8,_0x4b8e80._0x15d515,_0x4b8e80._0x502519)],_0x4324d8[_0x43f713(-0x28,-_0x4b8e80._0x226629,-_0x4b8e80._0x3d8df0,-0x45)]=_0x475b1b[_0x43f713(-_0x4b8e80._0x4639c8,-_0x4b8e80._0x372615,-_0x4b8e80._0x49f0a9,-_0x4b8e80._0xdb6207)],_0x436a03[_0x43f713(-_0x4b8e80._0x51a51b,0xbc,0x108,_0x4b8e80._0x254a01)](0x15ca+0x772*-0x3+0x280)[_0x43f713(-_0x4b8e80._0x4256f2,0x9e,-0x61,-0x4a)](_0x4324d8);}});function _0x263bb9(_0x7e16e0,_0x52dd13,_0x164639,_0x590bd3){return _0x5e79(_0x590bd3-0x30b,_0x164639);}router['delete'](_0x19b2fa(0xa6,-0x14a,0xd,-0x2d)+_0x263bb9(0x4dd,0x4ac,0x410,0x4c8)+_0x19b2fa(0x1a4,0xd5,0x222,0x123),requireTaskAuth,validateSkillAccess,async(_0xa2897f,_0x3410f5)=>{const _0x29a7e4={_0x6ae46d:0x4,_0xe9a71a:0xd9,_0x41c49b:0x11e,_0x2e474d:0x71,_0x3f6df4:0x54d,_0x225a36:0x6e,_0x3f1350:0x136,_0x5e77a1:0x23a,_0x23812e:0x113,_0x4800bd:0x54c,_0x5c3cb6:0x4d2,_0x58e961:0x4d,_0x4bc3c1:0x79,_0x28a3bb:0x86,_0x39ac1b:0x3,_0x4a5ee0:0xb0,_0x400d72:0x581,_0x1edd11:0x5d1,_0x115df3:0x137,_0x318a65:0x53,_0x3b9916:0x24,_0x13befb:0x520,_0x41b550:0x6a5,_0x39f3c7:0x55f,_0x1caccb:0x49c,_0x6af289:0x5c6,_0x54ecac:0x6c1,_0x50faae:0x1e4,_0x43aeb2:0xcc,_0x158e15:0x16,_0x573fb9:0x145,_0x1bddda:0x6d,_0x432b29:0x147,_0x125a98:0xc0,_0x11c521:0x9e,_0x6536f1:0x66,_0x29467a:0x161,_0x2bc9b7:0xae,_0x1bee5c:0x65d,_0x198971:0x531,_0x5d463d:0x5df,_0x2135b3:0x9c,_0x555fb5:0x76,_0x54ea75:0xfa,_0x1197b4:0x4ff,_0x24de2d:0x406,_0x3c31a9:0x581,_0x53551c:0x58c,_0xa90222:0x4f3,_0xf87bc8:0x615,_0x8d15e2:0x53b,_0x597f59:0x15c,_0x17194a:0x93,_0x4dc308:0xc7,_0x2587c7:0x1e1,_0x42a6c0:0xfe,_0x5ba16b:0x6a,_0x166351:0x19,_0x1adaa6:0xc4,_0xd03680:0x40,_0x54e940:0x11f,_0xbf1e8c:0x54f,_0x5bbbd5:0x162,_0x369d10:0x145,_0x2acda0:0x177,_0x429a00:0x79a,_0x3b9bd8:0x71d,_0x4b9ef3:0x9c,_0x18b014:0xd1,_0x216741:0x166,_0x54bfe8:0x6dd,_0x561cee:0x7f2,_0x25d351:0xe8,_0x3a7f39:0xd2,_0x5831af:0x643,_0x4b2a5c:0x61f,_0x404e84:0x17c,_0x419d93:0x37,_0x45b103:0x59b,_0x545756:0x4da,_0x2af6da:0x64d,_0x3cd11f:0x593,_0x4a857f:0x6a2,_0x176bd7:0x47,_0x585196:0x777,_0x4fc1b0:0x156,_0x1721d6:0xea,_0x46f7a9:0x9d,_0x16f227:0x1b5,_0x56567b:0x83,_0x3ccfe3:0xfe,_0x1bcb63:0x19d,_0x2f9a8b:0x17,_0x1f116b:0xb,_0x46d2e4:0x7,_0x545b63:0xac,_0x2f0601:0xde,_0x20a2bc:0x538,_0x132542:0x729,_0x80e157:0x64a,_0x4433d6:0x4b,_0x429fa3:0x14e,_0x3c3713:0x255,_0xb9c346:0x133,_0x3f60c4:0xe3,_0x1def4c:0x58,_0x48752c:0x60,_0x4a309d:0x1c7,_0x1996af:0x6f,_0x4c34f0:0xb1,_0x5110cf:0x12b,_0x350c6b:0x9e,_0xb243a5:0x77,_0x467b70:0xcf,_0xaa0dd7:0xaa,_0x10a880:0x37,_0x2b21df:0x165,_0x487739:0x5d8,_0x577b21:0x4b8,_0x8bec55:0x66c,_0x1981e1:0x680,_0x1e521f:0x61b,_0x543858:0x47,_0x52ae86:0x10b,_0x30e851:0x98,_0xc9ffc1:0x63d,_0x4c5897:0x5,_0x438698:0x40,_0x268cac:0xea,_0x1c9832:0xe6,_0xc80a9:0x618,_0x3ad7d1:0x56a,_0x7fa83d:0x4b4,_0x220aa0:0x5bc,_0x3d7d4f:0x57,_0x35ac7b:0x72,_0x22e02d:0x6dc,_0x384ede:0x544,_0x5df11e:0x5a4,_0x3f10d5:0xce,_0x44dd4c:0x198,_0x2f8a58:0x1b1,_0x197717:0x1b2,_0x381c46:0x6a6,_0x53dbef:0x55b,_0x47e0c5:0x55,_0x516823:0xfb,_0x3f785f:0xe5,_0x394d36:0x633,_0x39e364:0x5c9,_0x10cb0c:0x751,_0x31bbd2:0x71,_0x4c3586:0x1a0,_0x4d351f:0x111,_0x388904:0x5fd,_0x5ade1d:0x70b,_0x2e13be:0x120,_0xc89526:0x4f,_0x587d41:0xb3,_0x5af321:0x67a,_0x26e738:0x6d5,_0x5c4e45:0x13d,_0x19a43c:0x76,_0x332025:0x65e,_0x254f3d:0x540,_0x4b3913:0x71d,_0x3ba081:0x629,_0x3a680b:0x680,_0x452021:0x53,_0x5e2f3f:0xa2,_0x33a082:0x65,_0x1c7b82:0x14f,_0x493349:0x121,_0x2b798a:0x682,_0x72e91e:0x6d2,_0x4aedc9:0x646,_0x5d4ffd:0x5e4,_0x2ce298:0xdb,_0x4e7d4e:0xd1,_0x137c0e:0x1e3,_0x4814b1:0x131,_0x5f5082:0xc8,_0x3525c8:0x9,_0x699072:0x50c,_0x539e18:0x470,_0x44d66d:0x494,_0x292a86:0x6d9,_0x2c400f:0x786,_0x204257:0x508,_0xcf714a:0x238,_0x21ae62:0x139,_0x4e4a46:0x680,_0x57cbe1:0x624,_0x3aaff8:0x710},_0x482c32={_0x5ae72a:0x98},_0xbf12b9={_0x2a0eb9:0x18b},_0x381530={};_0x381530['eLKPl']=_0x4039e2(-_0x29a7e4._0x6ae46d,-0x39,-_0x29a7e4._0xe9a71a,-_0x29a7e4._0x41c49b)+_0x4039e2(-0x16c,-0x64,_0x29a7e4._0x2e474d,-0x12)+_0x15f00b(0x50b,_0x29a7e4._0x3f6df4,0x417,0x439)+_0x4039e2(_0x29a7e4._0x225a36,_0x29a7e4._0x3f1350,_0x29a7e4._0x5e77a1,_0x29a7e4._0x23812e),_0x381530[_0x15f00b(0x567,0x671,_0x29a7e4._0x4800bd,_0x29a7e4._0x5c3cb6)]=_0x4039e2(-0x134,-0x95,-_0x29a7e4._0x58e961,-_0x29a7e4._0x4bc3c1),_0x381530[_0x4039e2(_0x29a7e4._0x28a3bb,-_0x29a7e4._0x39ac1b,-0x4,-_0x29a7e4._0x4a5ee0)]=_0x15f00b(0x554,0x4ed,_0x29a7e4._0x400d72,_0x29a7e4._0x1edd11)+'\x20is\x20read-o'+_0x4039e2(-_0x29a7e4._0x115df3,-0x81,0xe,_0x29a7e4._0x39ac1b)+'nnot\x20be\x20mo'+_0x4039e2(0x142,_0x29a7e4._0x318a65,0xfd,-0x4e),_0x381530[_0x4039e2(-_0x29a7e4._0x3b9916,-_0x29a7e4._0x318a65,-0x12,-0x81)]=function(_0x3a6af4,_0xa87a4b){return _0x3a6af4!==_0xa87a4b;},_0x381530[_0x15f00b(0x5fd,0x53d,_0x29a7e4._0x13befb,_0x29a7e4._0x41b550)]=_0x15f00b(_0x29a7e4._0x39f3c7,_0x29a7e4._0x1caccb,_0x29a7e4._0x6af289,0x64b),_0x381530[_0x15f00b(0x6ad,0x6bd,0x624,_0x29a7e4._0x54ecac)]=function(_0x77f3b4,_0x3b7fcd){return _0x77f3b4===_0x3b7fcd;},_0x381530[_0x4039e2(-_0x29a7e4._0x50faae,-_0x29a7e4._0x43aeb2,-_0x29a7e4._0x158e15,-0x9a)]=_0x4039e2(0xa1,_0x29a7e4._0x573fb9,_0x29a7e4._0x1bddda,0x107)+'t',_0x381530[_0x4039e2(-0xe2,-0x66,-_0x29a7e4._0x432b29,-0x164)]=function(_0x409538,_0x49f594){return _0x409538!==_0x49f594;};function _0x4039e2(_0x242c2a,_0x2d4251,_0x3a928e,_0x38a506){return _0x19b2fa(_0x38a506,_0x2d4251-_0xbf12b9._0x2a0eb9,_0x3a928e-0x127,_0x2d4251- -0x9b);}_0x381530[_0x4039e2(-0x1be,-_0x29a7e4._0x125a98,-0x15c,-0x10b)]='BlIpN',_0x381530['VfyMH']='HQTVZ',_0x381530[_0x4039e2(-_0x29a7e4._0x11c521,0x80,-0x9,-_0x29a7e4._0x6536f1)]=function(_0x19a63c,_0x14f42c){return _0x19a63c===_0x14f42c;},_0x381530[_0x15f00b(0x5ab,0x538,0x529,0x69d)]=_0x4039e2(0xc,0xf3,_0x29a7e4._0x29467a,_0x29a7e4._0x2bc9b7),_0x381530[_0x15f00b(0x67a,0x5cd,0x5eb,_0x29a7e4._0x1bee5c)]=_0x15f00b(_0x29a7e4._0x198971,_0x29a7e4._0x5d463d,0x478,0x60e),_0x381530[_0x4039e2(_0x29a7e4._0x2135b3,-_0x29a7e4._0x555fb5,-_0x29a7e4._0x54ea75,-0x80)]=_0x15f00b(_0x29a7e4._0x1197b4,_0x29a7e4._0x24de2d,_0x29a7e4._0x3c31a9,_0x29a7e4._0x53551c),_0x381530[_0x15f00b(0x5eb,_0x29a7e4._0xa90222,_0x29a7e4._0xf87bc8,_0x29a7e4._0x8d15e2)]=_0x15f00b(0x540,0x58a,0x568,0x440)+_0x4039e2(_0x29a7e4._0x597f59,0xc3,_0x29a7e4._0x17194a,_0x29a7e4._0x4dc308)+_0x4039e2(_0x29a7e4._0x2587c7,0xec,0x6e,_0x29a7e4._0x42a6c0),_0x381530[_0x4039e2(-_0x29a7e4._0x5ba16b,-0xa8,-0xa0,-0x1ad)]=_0x4039e2(-_0x29a7e4._0x166351,-0x9b,-_0x29a7e4._0x1adaa6,-0x17f)+_0x4039e2(-_0x29a7e4._0xd03680,-0x6c,-0x31,-_0x29a7e4._0x54e940)+'e';const _0x2cd81e=_0x381530,{callingTask:_0x2aca94,taskUser:_0xb50c35,skillId:_0x787f5e,skillPath:_0x98c6cd,environmentName:_0x5583a0}=_0xa2897f;function _0x15f00b(_0x34f384,_0x50ac77,_0x112b17,_0x3212c4){return _0x19b2fa(_0x112b17,_0x50ac77-_0x482c32._0x5ae72a,_0x112b17-0x1bd,_0x34f384-0x540);}const _0x29393a=_0xa2897f['params'][-0x1*0x15bc+-0x1cec+-0x1954*-0x2];if(_0x29393a[_0x15f00b(0x509,_0x29a7e4._0xbf1e8c,0x60a,0x4bb)]('..')){const _0x40c90e={};return _0x40c90e['error']=_0x4039e2(_0x29a7e4._0x5bbbd5,_0x29a7e4._0x369d10,0x146,_0x29a7e4._0x2acda0)+'t',_0x40c90e[_0x15f00b(0x685,0x78b,_0x29a7e4._0x429a00,_0x29a7e4._0x3b9bd8)]=_0x4039e2(-_0x29a7e4._0x4b9ef3,-_0x29a7e4._0x18b014,-0x169,-_0x29a7e4._0x216741)+'le\x20path',_0x3410f5[_0x15f00b(0x714,_0x29a7e4._0x54bfe8,0x6e5,_0x29a7e4._0x561cee)](0x1b7a+-0x2442*-0x1+-0x3e2c)['json'](_0x40c90e);}if(_0x2cd81e[_0x4039e2(_0x29a7e4._0x25d351,_0x29a7e4._0x3a7f39,-0xc,_0x29a7e4._0x23812e)](_0x29393a,_0x15f00b(0x5c2,_0x29a7e4._0x5831af,0x570,_0x29a7e4._0x4b2a5c))){const _0x4564bc={};return _0x4564bc[_0x15f00b(0x50c,0x5aa,0x4f0,0x52b)]=_0x2cd81e['HdmNM'],_0x4564bc[_0x4039e2(_0x29a7e4._0x404e84,0xaa,_0x29a7e4._0x419d93,0xb1)]=_0x15f00b(_0x29a7e4._0x45b103,_0x29a7e4._0x545756,_0x29a7e4._0x2af6da,_0x29a7e4._0x3cd11f)+_0x15f00b(0x6f6,0x66f,_0x29a7e4._0x4a857f,0x733)+'md',_0x3410f5[_0x4039e2(0x11d,0x139,_0x29a7e4._0x176bd7,0x1b0)](0x1091*-0x2+0x1*0x6e3+0x1bcf)['json'](_0x4564bc);}const _0x16a1df={};_0x16a1df['taskId']=_0x2aca94['taskId'],_0x16a1df['skillId']=_0x787f5e,_0x16a1df['filepath']=_0x29393a,_0x16a1df[_0x15f00b(0x6fe,0x7ef,_0x29a7e4._0x585196,0x72a)+'t']=_0x5583a0,_0x16a1df[_0x4039e2(-_0x29a7e4._0x4fc1b0,-_0x29a7e4._0x1721d6,-0x15d,-0x1ea)]=_0xb50c35['id'],logger[_0x4039e2(_0x29a7e4._0x46f7a9,0x11c,_0x29a7e4._0x432b29,_0x29a7e4._0x16f227)]('Task\x20delet'+_0x4039e2(_0x29a7e4._0x56567b,_0x29a7e4._0x3ccfe3,_0x29a7e4._0x1bcb63,0x123)+_0x4039e2(-0x5,_0x29a7e4._0x2f9a8b,_0x29a7e4._0x555fb5,0x1a),_0x16a1df);const _0x221563=_0x7e7c9a['join'](_0x98c6cd,_0x29393a);try{const _0x5ed5d6=await _0x349e5e[_0x4039e2(-_0x29a7e4._0x1f116b,_0x29a7e4._0x46d2e4,-_0x29a7e4._0x545b63,-_0x29a7e4._0x2f0601)](_0x221563);if(_0x5ed5d6[_0x15f00b(0x60f,0x5a9,_0x29a7e4._0x20a2bc,_0x29a7e4._0x132542)+'y']()){const _0x1a9945={};_0x1a9945[_0x15f00b(0x5bf,_0x29a7e4._0x80e157,0x60d,0x65a)]=!![],_0x1a9945[_0x15f00b(0x70c,0x755,0x72b,0x649)]=!![],await _0x349e5e['rm'](_0x221563,_0x1a9945);}else{if(_0x2cd81e['QJRbm'](_0x2cd81e['uaUmd'],_0x2cd81e[_0x4039e2(-_0x29a7e4._0x4433d6,-0xa1,-0x1a6,-_0x29a7e4._0x429fa3)]))await _0x349e5e[_0x4039e2(_0x29a7e4._0x3c3713,_0x29a7e4._0xb9c346,0x1c8,0x1f5)](_0x221563);else{const _0x5dc0c6={};_0x5dc0c6[_0x4039e2(_0x29a7e4._0x3f60c4,_0x29a7e4._0x1def4c,-_0x29a7e4._0x48752c,0x69)]=_0x200713['taskId'],_0x5dc0c6[_0x4039e2(_0x29a7e4._0x4a309d,0xdb,_0x29a7e4._0x1996af,_0x29a7e4._0x4c34f0)]=_0x5cc6d2,_0x778468['warn'](_0x2cd81e[_0x4039e2(-_0x29a7e4._0x5110cf,-0x63,0x36,_0x29a7e4._0x350c6b)],_0x5dc0c6);const _0x2b5256={};return _0x2b5256[_0x4039e2(-_0x29a7e4._0xb243a5,-_0x29a7e4._0x467b70,-0x18e,0xa)]=_0x2cd81e['tMrgm'],_0x2b5256[_0x4039e2(0xdf,_0x29a7e4._0xaa0dd7,-_0x29a7e4._0x10a880,_0x29a7e4._0x2b21df)]=_0x2cd81e[_0x15f00b(_0x29a7e4._0x487739,_0x29a7e4._0x577b21,0x61d,0x66a)],_0x2dc7c0[_0x15f00b(0x714,0x757,0x613,_0x29a7e4._0x8bec55)](-0x1*0x13a8+0x1ac7+-0x47*0x14)[_0x15f00b(_0x29a7e4._0x1981e1,_0x29a7e4._0x1e521f,0x6d7,0x799)](_0x2b5256);}}const _0xf40104={};_0xf40104[_0x4039e2(_0x29a7e4._0x543858,0x58,_0x29a7e4._0x52ae86,_0x29a7e4._0x30e851)]=_0x2aca94[_0x15f00b(0x633,0x5a1,_0x29a7e4._0xc9ffc1,0x547)],_0xf40104['skillId']=_0x787f5e,_0xf40104[_0x4039e2(0xa2,0x68,0x11b,-_0x29a7e4._0x4c5897)]=_0x29393a,_0xf40104[_0x4039e2(-_0x29a7e4._0x438698,-_0x29a7e4._0x268cac,-0xf,-_0x29a7e4._0x1c9832)]=_0xb50c35['id'],logger[_0x15f00b(0x6f7,0x739,0x79e,_0x29a7e4._0xc80a9)](_0x15f00b(_0x29a7e4._0x3ad7d1,0x518,_0x29a7e4._0x7fa83d,_0x29a7e4._0x220aa0)+_0x4039e2(-0x52,-_0x29a7e4._0x3d7d4f,-_0x29a7e4._0x5bbbd5,-_0x29a7e4._0x35ac7b)+_0x15f00b(0x61c,_0x29a7e4._0x22e02d,_0x29a7e4._0x384ede,_0x29a7e4._0x5df11e),_0xf40104);const _0x54b793={};_0x54b793[_0x4039e2(_0x29a7e4._0x3f10d5,0x104,_0x29a7e4._0x44dd4c,0x18c)]=!![],_0x54b793[_0x4039e2(0x127,0xdb,_0x29a7e4._0x2f8a58,_0x29a7e4._0x197717)]=_0x787f5e,_0x54b793[_0x15f00b(_0x29a7e4._0x5831af,0x58f,_0x29a7e4._0x381c46,_0x29a7e4._0x53dbef)]=_0x29393a,_0x54b793['deletedByT'+_0x4039e2(_0x29a7e4._0x47e0c5,-0x1e,_0x29a7e4._0x516823,_0x29a7e4._0x3f785f)]=_0x2aca94[_0x15f00b(_0x29a7e4._0x394d36,_0x29a7e4._0x39e364,0x6d1,_0x29a7e4._0x10cb0c)],_0x54b793[_0x4039e2(0x9a,_0x29a7e4._0x31bbd2,-0x3b,_0x29a7e4._0x11c521)+'serId']=_0xb50c35['id'],_0x3410f5['json'](_0x54b793);}catch(_0x219650){if(_0x2cd81e['EmRKb'](_0x219650[_0x4039e2(_0x29a7e4._0x4c3586,0xa0,0x1b4,_0x29a7e4._0x4d351f)],_0x2cd81e[_0x15f00b(_0x29a7e4._0x388904,_0x29a7e4._0x5ade1d,0x6cb,0x6f7)])){if(_0x2cd81e[_0x4039e2(-0xfd,-_0x29a7e4._0x318a65,-_0x29a7e4._0x2e13be,-0x8b)](_0x2cd81e[_0x4039e2(-_0x29a7e4._0xc89526,-0x30,-_0x29a7e4._0x587d41,_0x29a7e4._0x47e0c5)],_0x2cd81e[_0x15f00b(_0x29a7e4._0x5af321,0x5d6,_0x29a7e4._0x26e738,0x74e)])){const _0x45a934={};return _0x45a934[_0x4039e2(0x36,-_0x29a7e4._0x467b70,-_0x29a7e4._0x5c4e45,-0x191)]=_0x2cd81e[_0x4039e2(-0x4b,-_0x29a7e4._0x19a43c,-0x12d,-0x15c)],_0x45a934['message']=_0x15f00b(_0x29a7e4._0x332025,_0x29a7e4._0x254f3d,_0x29a7e4._0x4b3913,_0x29a7e4._0x3ba081)+_0x29393a+('\x27\x20not\x20foun'+'d'),_0x3410f5[_0x4039e2(0x152,0x139,0x78,0x1a9)](-0x1b*0xbd+0x7*-0x23+0x2*0xb3c)[_0x15f00b(_0x29a7e4._0x3a680b,0x77a,0x783,0x5db)](_0x45a934);}else{if(_0x2cd81e[_0x4039e2(-0x151,-_0x29a7e4._0x452021,-0x65,_0x29a7e4._0x5e2f3f)](_0x3cb4a6[_0x4039e2(_0x29a7e4._0x33a082,0xa0,_0x29a7e4._0x1c7b82,_0x29a7e4._0x493349)],_0x2cd81e['EgpDY']))throw _0x332207;}}const _0x3dc645={};_0x3dc645[_0x15f00b(0x633,_0x29a7e4._0x2b798a,0x712,0x6df)]=_0x2aca94[_0x15f00b(0x633,_0x29a7e4._0x72e91e,_0x29a7e4._0x4aedc9,_0x29a7e4._0x5d4ffd)],_0x3dc645[_0x4039e2(0x103,_0x29a7e4._0x2ce298,_0x29a7e4._0x4e7d4e,_0x29a7e4._0x137c0e)]=_0x787f5e,_0x3dc645[_0x4039e2(0x10c,0x68,0xcc,-0x3)]=_0x29393a,_0x3dc645[_0x4039e2(-0x124,-_0x29a7e4._0x467b70,-0x11e,-_0x29a7e4._0x4814b1)]=_0x219650[_0x4039e2(_0x29a7e4._0x5f5082,_0x29a7e4._0xaa0dd7,0x14b,_0x29a7e4._0x3525c8)],logger['error'](_0x2cd81e['WgVUt'],_0x3dc645);const _0x1c7bdb={};_0x1c7bdb[_0x15f00b(_0x29a7e4._0x699072,0x45d,_0x29a7e4._0x539e18,_0x29a7e4._0x44d66d)]=_0x15f00b(0x687,_0x29a7e4._0x292a86,_0x29a7e4._0x2c400f,0x586)+'erver\x20Erro'+'r',_0x1c7bdb['message']=_0x2cd81e[_0x15f00b(0x533,0x59e,0x4f9,_0x29a7e4._0x204257)],_0x3410f5[_0x4039e2(_0x29a7e4._0xcf714a,_0x29a7e4._0x21ae62,0x150,0xea)](-0xcc3+0x1bfb+-0xd44)[_0x15f00b(_0x29a7e4._0x4e4a46,_0x29a7e4._0x57cbe1,_0x29a7e4._0x3aaff8,0x5e2)](_0x1c7bdb);}});export default router;
|
|
1
|
+
(function(_0x5efd1b,_0x250d1e){const _0x2cae53={_0x7313a0:0x34e,_0xc63791:0x309,_0x8fa62c:0x434,_0x2ace97:0x4f8,_0x272d51:0x323,_0x43b407:0x2c1,_0x29cf35:0x388,_0x248b18:0x2b1,_0x3c4c2a:0x41e,_0x1bade6:0x3bd,_0x2681a0:0x4d7,_0x553db7:0x3f7,_0x4824b9:0x3f4,_0xe6ede5:0x49f,_0x5c92c7:0x3e5,_0x5a11ab:0x4a2},_0x592bf9={_0x34854a:0x2b0};function _0x189562(_0x46b124,_0x1b7384,_0x27f746,_0x2783fc){return _0x4bba(_0x46b124-_0x592bf9._0x34854a,_0x27f746);}const _0xb02745=_0x5efd1b();function _0x1b9385(_0x5c990b,_0x5add86,_0x3038dd,_0x62f6d3){return _0x4bba(_0x5c990b-0x1ff,_0x5add86);}while(!![]){try{const _0xe73cd9=-parseInt(_0x1b9385(_0x2cae53._0x7313a0,0x349,0x3e1,_0x2cae53._0xc63791))/(0x2d*0xdb+0x1*-0x36d+0x1*-0x2311)+parseInt(_0x189562(0x4fc,_0x2cae53._0x8fa62c,_0x2cae53._0x2ace97,0x4f4))/(-0x5b*0x6b+0xa1b+0x1bf0)+parseInt(_0x1b9385(0x34c,_0x2cae53._0x272d51,_0x2cae53._0x43b407,0x411))/(0x12d4+0x1*0x1d06+-0x2fd7*0x1)+-parseInt(_0x1b9385(_0x2cae53._0x29cf35,_0x2cae53._0x43b407,_0x2cae53._0x248b18,0x36b))/(0x1*0x129d+0x1dde+0x13*-0x28d)*(-parseInt(_0x1b9385(0x43f,0x518,_0x2cae53._0x3c4c2a,_0x2cae53._0x1bade6))/(-0x1dba+0x1041+-0x16*-0x9d))+parseInt(_0x189562(_0x2cae53._0x2681a0,0x4de,_0x2cae53._0x553db7,_0x2cae53._0x4824b9))/(-0x1d88+0x15da*0x1+-0x1*-0x7b4)*(-parseInt(_0x189562(0x373,0x449,0x2a3,0x298))/(0x1237+0x2563*-0x1+0x1333))+parseInt(_0x1b9385(_0x2cae53._0xe6ede5,_0x2cae53._0x5c92c7,_0x2cae53._0x5a11ab,0x506))/(-0x143a+-0x13*-0x95+-0x3*-0x311)+-parseInt(_0x1b9385(0x43e,0x41c,0x475,0x506))/(-0x111a*0x1+0x267b+-0x556*0x4);if(_0xe73cd9===_0x250d1e)break;else _0xb02745['push'](_0xb02745['shift']());}catch(_0x485033){_0xb02745['push'](_0xb02745['shift']());}}}(_0x40d4,-0x7c181+0x92aef*0x2+0x36b85));import _0x25f889 from'express';import{promises as _0x4380cd}from'fs';import _0x708e4d 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=_0x25f889[_0x2d7828(0x156,0x24d,0x23b,0x215)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x101232){const _0x2cd04b={_0x3f0e76:0x1f4},_0x10e080={_0x582b1b:0xf4,_0x292e43:0x236};tasks=_0x101232[_0x507b59(_0x2cd04b._0x3f0e76,0x1f8,0x248,0x2e5)];function _0x3bf8b7(_0x593002,_0x361d72,_0x1d9c40,_0x2385b7){return _0x2d7828(_0x593002-0x5,_0x593002,_0x1d9c40-0x3b,_0x361d72-0xd6);}setupPath=_0x101232[_0x507b59(0x36b,0x33d,0x25d,0x28c)];function _0x507b59(_0x352a5b,_0x366ba0,_0x217f38,_0x57b1a8){return _0x2d7828(_0x352a5b-_0x10e080._0x582b1b,_0x217f38,_0x217f38-0x23,_0x57b1a8-_0x10e080._0x292e43);}coderConfig=_0x101232[_0x507b59(0x3be,0x381,0x324,0x375)+'g'];}export function updateSkillManagementConfig(_0x6ab964){coderConfig=_0x6ab964;}function getImportedSkillsRegistryPath(){const _0x200e6f={_0x4d2e1d:0x147,_0x505ba2:0x16b,_0x4aa1f6:0x22f,_0x5b8d1f:0x3be,_0x28818e:0x2a8,_0x333953:0x1ee,_0x175021:0x20d,_0xd0e8ac:0x24d,_0x4dc052:0x1ca,_0x4f5881:0x2fb,_0xec70b7:0x31f,_0x50ea00:0x3c2,_0x26cd49:0x132,_0x1bd7f6:0x2b3,_0x5d2ae8:0x1a8,_0x2263f1:0x11b,_0x51ccdc:0x1d2},_0x25d36c={_0x57ddeb:0x1a1},_0x55ce59={_0x14ba9b:0x63,_0x582b6b:0x147},_0x40e3b2={};_0x40e3b2[_0x23a2af(0x32d,_0x200e6f._0x4d2e1d,_0x200e6f._0x505ba2,_0x200e6f._0x4aa1f6)]=_0x237dd3(_0x200e6f._0x5b8d1f,0x248,0x301,0x2e0),_0x40e3b2[_0x23a2af(_0x200e6f._0x28818e,0x1e1,0x2c7,_0x200e6f._0x333953)]=_0x237dd3(_0x200e6f._0x175021,_0x200e6f._0xd0e8ac,0x253,_0x200e6f._0x4dc052)+_0x237dd3(_0x200e6f._0x4f5881,_0x200e6f._0xec70b7,_0x200e6f._0x50ea00,0x2e6)+'n';function _0x237dd3(_0x305813,_0x5b8b3b,_0xa81d06,_0x104342){return _0x2d7828(_0x305813-_0x55ce59._0x14ba9b,_0x5b8b3b,_0xa81d06-_0x55ce59._0x582b6b,_0x104342-0x185);}const _0xd233c2=_0x40e3b2;function _0x23a2af(_0x4ba8e3,_0x4231e7,_0x5ede54,_0xdd4a62){return _0x2d7828(_0x4ba8e3-0xca,_0x4ba8e3,_0x5ede54-0x10f,_0xdd4a62-_0x25d36c._0x57ddeb);}if(!setupPath)return null;return _0x708e4d[_0x237dd3(0x2c7,0x15e,0x1f0,0x1d9)](setupPath,_0xd233c2[_0x237dd3(_0x200e6f._0x26cd49,0x2f7,_0x200e6f._0x1bd7f6,0x213)],_0xd233c2[_0x237dd3(_0x200e6f._0x5d2ae8,0x1f4,_0x200e6f._0x2263f1,_0x200e6f._0x51ccdc)]);}function _0x40d4(){const _0x2b8253=['BgvUz3rO','rfLqA3u','CNvUihDPDgGGzG','sw52ywXPzcbZAW','zwH0Afa','rMfPBgvKihrVia','AgfUDw1LCMLJia','uKjtuw8','jYbUB3qGzM91BG','txDkwvC','CMr2wwG','Dg8GzwrPDcbZAW','zuXZANO','B1HeELq','DxbKyxrLihnRAq','DNLIANe','zNrOqxa','AvbezNi','tKjbr2u','BcbMAwXL','BwTKAxi','qxr0zw1WDcb0BW','Cg9ZDa','q09gtLm','u0TjteWUBwq','zNjVBNrTyxr0zq','rNPpD2y','uxjcAhu','zgvZy3jPChrPBW','DhjAAfK','zsbKzwXLDgLUzW','Dhj1zq','ANbXCgG','A2rMDw4','zgvSzxrLzej5va','Dgzyr0W','DxzJvum','DxbKyxrLzef0','qK1Mv1O','txjWwK0','l3nRAwXSCW','zw50CYbHBMqGza','uvHWDKS','C2LNBMvKigj5ia','B25MAwCGD2HPBa','wLH3Bwq','C21nrw8','CezOCKu','Chv0','txj2BMq','runYvKy','C2SGsuq','DxnLCKLK','ChvZAa','tgLUsgC','neDRtMHrrW','vxrbDKe','zYbZA2LSBcbKzq','CMvHzgrPCG','C2nVCMvZ','BM5Ry2K','DLPlEey','B29muvG','rhneCKm','yNvhvhi','tgryu2O','BhfbCMu','BNrZ','txv0D0i','whfgwNC','C2HXr3i','BM1LBNrZ','sw52ywXPzcbMAq','sNHYC0W','l3nRAwXSCY86CW','y29KzxjdB25MAq','CMvKigfUzcbTDq','y2HHCMfJDgvYCW','yMuGysbZDhjPBG','vwztBue','tKr3tei','sMforvG','sgH6svu','Eufbu2i','C3rYAw5N','BeXZDue','shfYCMi','BwvUDcb0BYbJBW','CgfYC2u','qw5Mrxi','BM90igzVDw5K','yNHZrKi','AenTu2O','zMLUza','CM1PC3nPB24','r01RDNu','CgfYyw1Z','vgfZAYb1C2vYia','vMrmtey','DgL2zsK','sw52ywXPzcb0yq','BxfnAwq','z01VrMC','C2TPBgXZ','C2vYswq','qLLXBLC','DgvKigj5ihrHCW','EMvK','quvoC0e','C2TPBgXZlMPZBW','rMLSzsaN','DMLYB25Tzw50ia','AwXL','BIbVBMX5igfSCa','C3nPz25PBMCGCW','u2TPBgWGDw5HCW','uePZEhK','zvLdD1y','yxnZAwDUzwqGDa','C3Hhthe','tu56DNu','v0jTugW','DgfZA1vZzxi','C2XPy2u','D3jPDguGC2TPBa','A2v5CW','ihnRAwXS','wMnYyMO','vgfZAYbVD25LCG','uuj3Afm','t3f0zfu','Cwfby3K','BwvUDhmUifjLlq','CgLHyvK','zLfVs1i','zwXKigLZihjLCq','DhnuB1vUyxnZAq','ihjLz2LZDhj5ia','zMLSDgvY','zxjTAxnZAw9Uia','u2TPBgWGBM90ia','Esb0yxnR','AwTUt08','tM90iezVDw5K','D2jwtvu','z0vougO','igLZihjLywqTBW','zMLSzq','zMLSzxm','zMXHz3m','zcb0BYb0AgLZia','CMvHzg9UBhK','vgfZAYbJCMvHDa','A3j4rLG','A2H5B1y','vfbZtgK','DMLKzwq','yvHXvNi','wKrSEhu','Dg9ju09tDhjPBG','BMfTzq','kgLUlw1LBw9YEq','t3fVzw0','C3rHCNrZv2L0Aa','DgfZAW','ywXSB3DLzc10BW','ig11C3qGyMuGyq','y3jLyxrLihnRAq','q29UDgvUDcbMAq','ALL4CMW','AhHmBhy','DcbUB3qGzM91BG','zMTNv04','igzPBgu','tMLZsxq','jYbPCYbHC3nPzW','DxnLCM5HBwu','Aw5Nig9YihvUyq','B3jJzt10CNvLia','rfjABu8','tLL1ugm','y3jLyxrLzej5','Aw50','twLUvNe','AxjVBM1LBNqGyW','BxHrCeS','suTivNe','sMDsy0q','C2jzyNC','wKHcDLm','u2TPBgWGsuqGAq','Dw5HC3nPz24GCW','t0z0CuG','zKTIqu8','zM9Yy2u','z2fIDeu','C2TPBgW','yxjNDw1LBNqTAa','AwXSieLe','A2LSBeLKl2zPBa','s1Deu2y','rM9YyMLKzgvU','AxneAxjLy3rVCG','zcbPBIbZA2LSBa','BguGCgf0Aa','zgvSzxrLzej5vq','z25Lzcb0BYbLBG','C2TPBgXZoNrHCW','BwvZC2fNzq','De5HBwu','zgvSzxrLig9Yia','BvjLz2LZDhj5','yxnRswq','nZH3Cg1Vrfi','y2f0y2G','CMvHzcbZA2LSBa','wLvqwNC','D2L0AezPBgvuEq','C3LjwKW','zgPpEhq','CMvTB3zLzezYBW','v3HPuLK','qNDYtu4','Eu93EM0','DcbPBML0AwfSAq','y29KzxiUANnVBG','AxnbCNjHEq','zxnVt1m','BuvUDMLYB25Tzq','vw5HDxrOB3jPEG','DgvZDa','BcbLBNzPCM9UBq','BgWGzMLSzq','Dw5HC3nPz25Lza','teWUBwq','AwXSigfZC2LNBG','rMLRz1K','mJq1nZC1nJb5veTVtem','mZeWmZq1rvPjzNzp','txfHAuq','D0T2uK0','ig5VDcbMB3vUza','z1vdq0q','wNLiDgO','sefstgm','DhjPzeG','r2DcvKq','zgvSzxrLigzPBa','B1jgC04','vgfZAYbOyxmGBG','mZi2ntmWmMzSAKHirG','vgfZAYb1CgrHDa','swD0DhO','CgHdDgq','zw52tMfTzq','BMCGzwrPDgfIBa','DMTzEge','t2vhDha','zgvSzxrLzef0','Aw5MBW','Dg9mB3DLCKnHCW','uLjRChK','wNjSyMq','B1LzzeC','twrSrxC','BwfW','y29Kzq','yvrmyuy','Dxn0igjLihbYBW','EfbArve','u2TPBgWGsuqGBq','yxnZAwDUvg9fBG','sLv4EfC','vgnbs3y','su5fsxK','jYbHBhjLywr5ia','whDev3y','Bgv0zq','BM9qvMe','u2TPBgWGzgvSzq','yvrMrgu','CMX1wuC','y2fSBgLUz1rHCW','zwrPDgfIBgu','rxboA28','D2fYBG','vePowwy','sLfZwe4','ue1VtLu','uM91DgvY','BeL4zvi','CufrywW','AwXSCYbMCM9Tia','t0XfCfy','AuDYDgG','C3vJy2vZCW','DenVBMzPzW','v1zLC3C','u2TPBgWGjW','BwvUDa','zMTty2W','vxnLCIbSywnRCW','DMDlshG','CMvHzezPBgu','zgLYBMfTzq','Bg9HzcbPBxbVCG','q0r3CeK','tvf1CMi','vgfZAYbMzxrJAa','DxbKyxrLigvUDG','s1DfCLC','C3qGyMuGysbZDa','DgLHBgL6zwq','DxbKyxrLigLTCa','AY1LzgL0','ugXezva','ihjLz2LZDhj5','Cxbgyxa','BvvbAwi','z1H1D0G','A2LSBeLK','BMzPzYbMAwXLia','zgLMAwvK','uu53twS','igfUzcbTDxn0ia','y1rosM0','DhLWzq','oIbBxq','y29UDgvUDa','DwvZDcb3AxrOia','tNrdvge','yvDKwhm','tNDfqLq','Aw5NihnRAwXSia','mtm5nJm1nJHLswntywS','wKD2ufC','A0fwAM8','zgvSzxrL','thzUDNu','yxnZAwDUzwrtAW','B3j0zwqGCMvNAq','Buzoseu','EM5swxK','u2vYDMLJzsbUBW','vvvxB3u','DuvSyxu','wujyzKm','B25SEsbZA2LSBa','u2TPBgWGDxbKyq','tMfTzsbPCYbYzq','z3LkCxq','vxnLifbbveniia','BIbPCYbYzxf1Aq','z2v0','CxvLCNK','vgfZAY1jzcbOzq','A2XSAeC','z3H3sKG','zMLSzxbHDgG','ihnRAwXSCZP0yq','DcbZDgLSBcbHyW','twLiDhi','CKnAzNO','ALb4q2O','rNjVBuvUDMLYBW','yw5dvxm','yMTIuNO','AwXSCW','rKr6vxC','C2TPBgXjza','Aw5NihnRAwXS','tMvIAui','y3jLyxrLzej5vq','lMLTCg9YDgvKlq','Dc5QC29U','q29UzMXPy3q','vvDduNi','ru5pru5u','DMvYC2LVBG','rMjiAMq','Dw5RBM93BIb0yq','B0HKB2K','CuXABue','rgjnz28','C3LZDgvT','BMX5igfUzcbJyq','DxrMltG','y2XLyw51CcK','AM9PBG','CMLUzW','C2v0DxbqyxrO','u2TPBgWGzMLSzq','u2D3yxq','qwPpEgy','zxj2zxiGrxjYBW','zw50CMLLCW','AxngAwXL','u2TPBgWGBwfUyq','vxnLCIbKB2vZia','v3HHt2u','sfHHBMy','AgDXDMO','BgXkA3G','z215qvm','igvKAxqGCMvHza','mZCXmZi5tNbZuuDy','CMvHzcbJB25MAq','zw5KC1DPDgG','s0fvDee','ms4WlJa','CuH2EKe','BM5VDcbIzsbTBW','zwqGzw52AxjVBG','Cwz0wNa','vgfZAYbKzwXLDa','Aw5JBhvKzxm','CgvYC2LZDcbZAW','EMvQyMG','qMnPz0i','iMrLBgv0zsiGBW','Ehz6Dw0','Afnpzve','y3jLyxrLzej5va','ANnVBG','vgTgtxq','qwTmwgC','CYbYzxf1AxjLza','yKLnug4','C3rHDhvZ','Ec10yxnRlwLK','Dw5HC3nPz24','icaTia','CMfNsgO','EM5zD2u','BM90igHHDMuGCa','yxnZAwDUAw5Nia','thLYvgq','vwLNC3i','CMvJDxjZAxzL','A2LSBeLKihrVia','y29UzMLNugf0Aa','txfMCue','DvrfvKe','DMflz0W','tLHKEvO','EMzqEeO','AMrYvNa','y2rYwu4','CxvPCMvKigfUza','swqGAgvHzgvY','EuXbtgu','sw50zxjUywWGuW','qxqGBgvHC3qGBW','z0D2z1m','EvLuAKq','BuryAfO','igzYB20GDgfZAW','BwPtC3e','B2TAyu4','t0rWsxi','B2XZ','zhz0txe','DxbKyxrLzej5vq','sg9pBxO','Bw9KzwW','zw50','BMuGzMLLBgqGBq','rw52AxjVBM1LBG','uKPeANG','BhnPtLe','A2LSBa','y0DdD20','DwvZDcbTAxnZAq','ywrLCG','Bw9Kzq','tKvztNa','ihn0CMLUzW','B3qGyxnZAwDUzq','q0rirxK','DgfZA3m','sMH2y1q','ls0T','DguGBM90igLUAq','D3jPDgvgAwXL','y0rqsM0','yxnZAwDUzwq','zePotfy','qKLtDuS','C3rYAw5NAwz5','vMTWsfG','t0TNEw4','igfZC2LNBM1LBG','rvzOC1m','ugT6qwm','Be5kAfu','ENbvCxq','C3bSAxq','C3rYEsbKDxjPBG','zgvSzxrLihnRAq','DhjPBq','A0vryKS','ve9LwLm','uhvhvvO','vgfZAYbYzwfKAq','DxbKyxrLzej5va','s1zbuMu','Cgf0y2G','C2TPBgXqyxrO','zw52AxjVBM1LBG','DxbKyxrLifnlsq','y3jLyxrLzef0','vKz0wgK','BYbLBNzPCM9UBq','zwXLDguGAxqU','Aw1Nr0q','ze9yDM4','z2vTzw50ihjLCq','qKzSDKS','uhHiq1C','CgvZ','ugz0wLC','tMXXuxy','rujhBee','C2STzwrPDcbWzq','tKnKsLG','Dw5SAw5R','DMLYB25Tzw50','rMfjs0G','yM9KEq','u2TPBgWGyxnZAq','C3Lcvem','qunZtwq','DwLYzwq','vgHPCYbZA2LSBa','EgTLq0u','vwvRBNe','DgfZA0LK','shLtrgq','zxmVkG','zxHPC3rZ','zxjYB3i','u2TPBgWGy3jLyq','C0zMu08','ntiYntK5n0zxtwLLqG','qMfKifjLCxvLCW','odq0mJqWtvjZzKzm','B0TtC3K','igfUzcb1BMrLCG'];_0x40d4=function(){return _0x2b8253;};return _0x40d4();}async function loadImportedSkillsRegistry(){const _0x4c6570={_0x3b52ff:0x1e4,_0x3a230c:0x1d6,_0x3cb7af:0x189,_0x193e04:0x1a2,_0x4de90c:0x369,_0x5f5656:0x16f,_0x367b44:0x13f,_0x31cd63:0x132,_0x2b000d:0x32b,_0x866b05:0x293,_0x5c4be1:0x231,_0x1d4491:0x1e7,_0x21d2b0:0x396,_0x2ed4f4:0x3cd,_0x452575:0x3af,_0x239a51:0x35d,_0x35c3ad:0x32c,_0x163cd1:0x40a,_0x305202:0x521,_0x5e10e0:0x346,_0x187753:0x2ac,_0x38a7ff:0x284,_0x1c6b3c:0x2ea,_0x2c095e:0x32b,_0x54106f:0x281,_0x8b3022:0x30e,_0x16dc0f:0x45d,_0x42c910:0x445,_0x3b664e:0x289,_0x35fc8a:0x25a,_0x13417d:0x2bf,_0xa6b582:0x3ab,_0x442469:0x314,_0x5664d3:0x347,_0x19f8ab:0x2d9,_0x26e1f6:0x393,_0x5bbdf2:0x285,_0x1cfcb8:0x26b,_0x5d70da:0x2b5,_0x52ab8a:0x473,_0x5c6001:0x3f3,_0x3cdb0b:0x396},_0x37ec37={_0xfce55c:0xf6,_0x25e4ad:0x2c},_0x3ef0c3={_0x3d60eb:0x104};function _0x21aca0(_0x9ad841,_0x4b8df9,_0x41e5f5,_0x3879f5){return _0x2d7828(_0x9ad841-0x1d,_0x4b8df9,_0x41e5f5-_0x3ef0c3._0x3d60eb,_0x41e5f5-0x23b);}const _0x116622={'INEIy':function(_0x45c805){return _0x45c805();},'hCmSj':_0x21aca0(_0x4c6570._0x3b52ff,_0x4c6570._0x3a230c,0x2a4,0x35a),'NisIt':'utf-8','iknOO':function(_0x284a45,_0xc2cd60){return _0x284a45===_0xc2cd60;},'gyJqt':_0x21aca0(0x2cc,0x3ea,0x334,0x225)+_0x3216ee(-0x150,-_0x4c6570._0x3cb7af,-_0x4c6570._0x193e04,-0x116)+'ted\x20skills'+_0x21aca0(0x499,0x4c8,0x46b,_0x4c6570._0x4de90c)},_0x95aa28=_0x116622[_0x3216ee(-_0x4c6570._0x5f5656,-0x21a,-_0x4c6570._0x367b44,-_0x4c6570._0x31cd63)](getImportedSkillsRegistryPath);function _0x3216ee(_0x57b004,_0x13da34,_0x1ae165,_0xcd8e39){return _0x2d7828(_0x57b004-_0x37ec37._0xfce55c,_0x13da34,_0x1ae165-_0x37ec37._0x25e4ad,_0x57b004- -0x375);}if(!_0x95aa28){const _0x363907={};return _0x363907[_0x3216ee(-_0x4c6570._0x2b000d,-_0x4c6570._0x866b05,-0x2e6,-_0x4c6570._0x5c4be1)]=_0x116622[_0x3216ee(-0x225,-_0x4c6570._0x1d4491,-0x19f,-0x1f6)],_0x363907[_0x21aca0(0x3e9,0x48f,_0x4c6570._0x21d2b0,_0x4c6570._0x2ed4f4)]={},_0x363907;}try{const _0x4826dc=await _0x4380cd['readFile'](_0x95aa28,_0x116622[_0x21aca0(0x47e,0x374,0x3dd,_0x4c6570._0x452575)]);return JSON[_0x21aca0(_0x4c6570._0x239a51,0x2af,0x387,_0x4c6570._0x35c3ad)](_0x4826dc);}catch(_0x87c6c4){if(_0x116622[_0x3216ee(-0x1f3,-0x1b0,-0x15b,-0x11e)](_0x87c6c4[_0x21aca0(_0x4c6570._0x163cd1,_0x4c6570._0x305202,0x439,_0x4c6570._0x5e10e0)],_0x21aca0(0x21e,_0x4c6570._0x187753,_0x4c6570._0x38a7ff,_0x4c6570._0x1c6b3c))){const _0x105010={};return _0x105010[_0x3216ee(-_0x4c6570._0x2c095e,-_0x4c6570._0x54106f,-0x25b,-0x420)]=_0x116622[_0x3216ee(-0x225,-_0x4c6570._0x8b3022,-0x1d6,-0x2aa)],_0x105010[_0x21aca0(_0x4c6570._0x16dc0f,0x3f7,0x396,_0x4c6570._0x42c910)]={},_0x105010;}const _0x3a4622={};_0x3a4622[_0x3216ee(-_0x4c6570._0x3b664e,-_0x4c6570._0x35fc8a,-_0x4c6570._0x13417d,-0x380)]=_0x87c6c4[_0x21aca0(_0x4c6570._0xa6b582,0x349,0x3ff,_0x4c6570._0x442469)],logger['error'](_0x116622[_0x3216ee(-_0x4c6570._0x5664d3,-_0x4c6570._0x19f8ab,-0x39b,-0x3ec)],_0x3a4622);const _0x1a63ae={};return _0x1a63ae[_0x21aca0(_0x4c6570._0x26e1f6,0x2bc,_0x4c6570._0x5bbdf2,_0x4c6570._0x1cfcb8)]=_0x3216ee(-0x30c,-_0x4c6570._0x5d70da,-0x3ef,-0x2c4),_0x1a63ae[_0x21aca0(_0x4c6570._0x52ab8a,_0x4c6570._0x5c6001,_0x4c6570._0x3cdb0b,0x360)]={},_0x1a63ae;}}function _0x2d7828(_0x51765d,_0x4ee024,_0x549672,_0x524396){return _0x4bba(_0x524396- -0x5e,_0x4ee024);}async function saveImportedSkillsRegistry(_0x44486a){const _0x112640={_0x2f1a4d:0x2cd,_0x5aff89:0x311,_0x5c3034:0x2bd,_0x43a086:0x277,_0x2b4251:0x3c2,_0x12347c:0x2e4,_0x488cad:0x30f,_0x1559e3:0x257},_0x981ae5={_0x119bb3:0x1e1},_0x6a1015={};_0x6a1015[_0x315532(0x2b9,0x2e4,_0x112640._0x2f1a4d,0x3a1)]=_0x5bdc66(0x2f2,0x25e,0x1fe,0x207);const _0x4194aa=_0x6a1015,_0x23b927=getImportedSkillsRegistryPath();if(!_0x23b927)return;function _0x5bdc66(_0x32714a,_0x105a21,_0xd23c58,_0x355c81){return _0x2d7828(_0x32714a-_0x981ae5._0x119bb3,_0xd23c58,_0xd23c58-0xf6,_0x355c81-0x1b5);}const _0x10e08f={};_0x10e08f[_0x5bdc66(_0x112640._0x5aff89,0x344,0x21e,0x23b)]=!![],await _0x4380cd[_0x5bdc66(0x376,0x36f,0x28c,_0x112640._0x5c3034)](_0x708e4d[_0x5bdc66(0x331,0x44d,0x472,0x3d9)](_0x23b927),_0x10e08f);function _0x315532(_0x3cbefc,_0x213dae,_0x2e5f85,_0x8764e0){return _0x2d7828(_0x3cbefc-0xf6,_0x8764e0,_0x2e5f85-0x1f1,_0x213dae-0x1e3);}await _0x4380cd['writeFile'](_0x23b927,JSON[_0x315532(_0x112640._0x43a086,0x29b,0x2b4,0x291)](_0x44486a,null,-0x7a*-0xa+0x1c9f+0x6ad*-0x5),_0x4194aa[_0x315532(_0x112640._0x2b4251,_0x112640._0x12347c,_0x112640._0x488cad,_0x112640._0x1559e3)]);}async function getSkillFlags(_0x3e32ac){const _0x524334={_0x22cc93:0x11c,_0x46b4eb:0x2b9,_0x16dff1:0x2f9,_0x1e0fb8:0x2d2},_0x5e88fb={_0x75de10:0x23},_0x48a50d={_0x24cde3:0x1df,_0x386af5:0xe9},_0x1baada={'uTEVA':function(_0x41d7ab){return _0x41d7ab();}};function _0x1f754(_0x66e5fb,_0x250159,_0x5d8d68,_0x12ee72){return _0x2d7828(_0x66e5fb-_0x48a50d._0x24cde3,_0x250159,_0x5d8d68-0x60,_0x12ee72-_0x48a50d._0x386af5);}function _0x3dd055(_0x58d129,_0x4cf485,_0x5b27b7,_0x3479bf){return _0x2d7828(_0x58d129-0x4a,_0x5b27b7,_0x5b27b7-0x1a6,_0x58d129- -_0x5e88fb._0x75de10);}const _0x203b71=await _0x1baada[_0x1f754(0x235,_0x524334._0x22cc93,0xf6,0x173)](loadImportedSkillsRegistry);return _0x203b71[_0x1f754(_0x524334._0x46b4eb,_0x524334._0x16dff1,_0x524334._0x1e0fb8,0x244)][_0x3e32ac]?.[_0x1f754(0x26c,0x21e,0x33c,0x272)]||{};}async function isSkillReadonly(_0xb3f34e){const _0x1dbd9c={_0x4d6e1a:0x430,_0x19e385:0x38e,_0x1e376c:0x45a,_0x1e5a00:0x3ee,_0x1108e3:0x578,_0x229622:0x63d,_0x3c4958:0x18,_0x261c6b:0x1dc,_0x44dc21:0x1b2,_0x4e356c:0xd0,_0x1123f8:0x2a,_0x51b1a8:0x112},_0x351676={_0x456965:0x32},_0x385936={_0x4c4965:0x1b,_0x556669:0x3ed},_0x45500a={'NebiB':function(_0x1d2b7e,_0x28777e){return _0x1d2b7e(_0x28777e);},'yLALe':function(_0x17f32b,_0x16939a){return _0x17f32b===_0x16939a;}};function _0x53a9d2(_0x3f25ea,_0x57d9d3,_0x2327f8,_0x33e702){return _0x2d7828(_0x3f25ea-_0x385936._0x4c4965,_0x2327f8,_0x2327f8-0x1c2,_0x3f25ea-_0x385936._0x556669);}function _0x612ff(_0x62d140,_0x18a99a,_0x1087ff,_0x25eb36){return _0x2d7828(_0x62d140-0x1d5,_0x18a99a,_0x1087ff-_0x351676._0x456965,_0x25eb36- -0x162);}const _0x38a874=await _0x45500a[_0x53a9d2(_0x1dbd9c._0x4d6e1a,_0x1dbd9c._0x19e385,_0x1dbd9c._0x1e376c,_0x1dbd9c._0x1e5a00)](getSkillFlags,_0xb3f34e);return _0x38a874[_0x53a9d2(_0x1dbd9c._0x1108e3,_0x1dbd9c._0x229622,0x656,0x512)]===!![]||_0x45500a[_0x612ff(-_0x1dbd9c._0x3c4958,-_0x1dbd9c._0x261c6b,-_0x1dbd9c._0x44dc21,-_0x1dbd9c._0x4e356c)](_0x38a874[_0x612ff(-0x54,-0x57,-_0x1dbd9c._0x1123f8,-_0x1dbd9c._0x51b1a8)],!![]);}function parseSkillMd(_0x6eb340){const _0x5eb44e={_0x376f66:0x397,_0x1b6a9a:0x3d8,_0x12a75c:0x2f5,_0x100c36:0x2a5,_0x11987e:0x2a1,_0x4e78d9:0x288,_0x5ae73e:0x3c8,_0x5ff835:0x405,_0x109f19:0xbc,_0x2530aa:0x163,_0x5fd818:0x46f,_0x28db1a:0x38e,_0x33b00e:0x3da,_0x63f0f8:0x279,_0x2fa424:0x17f,_0x191d0b:0x225,_0x54dc07:0x209,_0x1fc516:0x4b6,_0x482fe1:0x412,_0x134dbf:0x516,_0x5cfc9e:0x503,_0x5cfa65:0x377,_0x30cd3f:0x426,_0x5f3454:0x3e7,_0x5451ad:0x30,_0x1dcd6a:0x114,_0x4f2b6b:0x1be,_0x39e46f:0x113,_0x387de6:0x2aa,_0x1cf1f7:0x14e,_0x5722af:0x1a6,_0x7df6da:0x421,_0x16fe95:0x4f0,_0xd398f4:0x3da,_0x209795:0x3d7,_0x48b99f:0x3c4,_0x46fe7c:0x31b,_0x23eeb7:0x47e,_0x10bfe1:0x2bb,_0x4b8b4c:0x290,_0x49bcdb:0x26f,_0x5f16a0:0x5b5,_0x35cda2:0x5a8,_0x2636f8:0x510,_0x47b2b1:0x298,_0x2044e3:0x244,_0x51a793:0xd0,_0x57fa5c:0x260,_0x2f84d6:0x489,_0x4892e1:0x4,_0xef1b7e:0xdb,_0x18d2cb:0x2d6,_0xf59a11:0x353,_0x2784ba:0x3d0,_0xda1889:0x4aa,_0x47b08b:0x4c1,_0x501dd3:0x13a,_0x11f83b:0x1c5,_0x3a3a3a:0x268,_0x247558:0x211,_0x3e1dbe:0x238,_0x2806b4:0x411,_0x21fb9c:0x3ef,_0x24f5b3:0x40b,_0x52e694:0x213,_0x34dbb5:0xca,_0x59b40e:0x5f1,_0x3af6f3:0x554,_0x110cca:0x1d7,_0x529014:0x24b,_0x50ab3c:0x16c,_0x104759:0x3f5,_0x4969b2:0x326,_0x3fa1d7:0x49b,_0x4c0ae7:0x55f,_0xc89112:0x4bd,_0x4d2f2d:0x4f3,_0x615f15:0x252,_0x4591cc:0x266,_0x5c907a:0x2a9,_0x5811e4:0x1cb,_0x5e7caf:0x1d8,_0x597c7f:0x107,_0x5ab816:0x285,_0x1aaa4b:0x52b,_0x4e9304:0x459,_0x34ea69:0x118,_0x206f2d:0xcf,_0x326931:0x2e7,_0x5887e1:0x2ae,_0x8646dd:0x343,_0x5f0e61:0x25d,_0x33de2f:0x32f,_0x2f64fd:0x26d,_0x396864:0x1ef,_0x3e2db3:0x462,_0x489405:0x2b2,_0x1b84e6:0x3a6,_0x205a00:0x3fa,_0x1c74a6:0x1ef,_0x5000f0:0x4bd,_0x48cc09:0x43d,_0x44f339:0x574,_0xd9036c:0x4a0,_0x478b94:0x4c0,_0x458fe6:0x499,_0x103b5b:0x4bb,_0x4192f8:0x3c9,_0x563716:0x3ef,_0x44397d:0x2ba,_0xd66783:0x170,_0x260692:0x121,_0x46a79d:0x1f7,_0x3ca167:0x213,_0x4d54cf:0x4cf,_0x2c6724:0x398,_0xc4705e:0x3d4},_0x42e976={_0x418949:0x6b,_0x5f56c0:0x329},_0x48f8f9={_0x3855bf:0xee,_0x51a58a:0x320},_0x57f8a0={};_0x57f8a0['KWErW']=_0xd3a762(0x432,0x44e,0x432,_0x5eb44e._0x376f66)+'\x20edit\x20read'+_0x3bff8c(-0x341,-_0x5eb44e._0x1b6a9a,-0x275,-_0x5eb44e._0x12a75c)+_0x3bff8c(-0x274,-_0x5eb44e._0x100c36,-_0x5eb44e._0x11987e,-_0x5eb44e._0x4e78d9),_0x57f8a0[_0xd3a762(_0x5eb44e._0x5ae73e,0x45f,0x2bc,_0x5eb44e._0x5ff835)]=_0x3bff8c(-0x12d,-_0x5eb44e._0x109f19,-0xc3,-_0x5eb44e._0x2530aa),_0x57f8a0['OLEpV']=function(_0x3afb33,_0x1100b6){return _0x3afb33===_0x1100b6;};function _0x3bff8c(_0x8495cd,_0x1ece24,_0x16d203,_0xb473d3){return _0x2d7828(_0x8495cd-0xbd,_0x8495cd,_0x16d203-_0x48f8f9._0x3855bf,_0xb473d3- -_0x48f8f9._0x51a58a);}_0x57f8a0[_0xd3a762(_0x5eb44e._0x5fd818,_0x5eb44e._0x28db1a,0x564,_0x5eb44e._0x33b00e)]=function(_0x2aca63,_0x3df626){return _0x2aca63!==_0x3df626;},_0x57f8a0[_0x3bff8c(-0x26d,-0x318,-0x1c1,-_0x5eb44e._0x63f0f8)]=_0x3bff8c(-0x177,-0x27f,-0x29b,-0x1f4),_0x57f8a0[_0x3bff8c(-_0x5eb44e._0x2fa424,-0x2c5,-_0x5eb44e._0x191d0b,-_0x5eb44e._0x54dc07)]=_0xd3a762(_0x5eb44e._0x1fc516,_0x5eb44e._0x482fe1,_0x5eb44e._0x134dbf,_0x5eb44e._0x5cfc9e),_0x57f8a0[_0xd3a762(_0x5eb44e._0x5cfa65,_0x5eb44e._0x30cd3f,0x2e8,_0x5eb44e._0x5f3454)]=function(_0xe7c922,_0x46aa09){return _0xe7c922===_0x46aa09;},_0x57f8a0[_0x3bff8c(-_0x5eb44e._0x5451ad,-_0x5eb44e._0x1dcd6a,-_0x5eb44e._0x4f2b6b,-_0x5eb44e._0x39e46f)]=_0x3bff8c(-_0x5eb44e._0x387de6,-0xec,-_0x5eb44e._0x1cf1f7,-_0x5eb44e._0x5722af),_0x57f8a0['FDzUw']=_0xd3a762(_0x5eb44e._0x7df6da,_0x5eb44e._0x16fe95,_0x5eb44e._0xd398f4,_0x5eb44e._0x209795),_0x57f8a0[_0xd3a762(_0x5eb44e._0x48b99f,_0x5eb44e._0x46fe7c,_0x5eb44e._0x23eeb7,0x2e4)]=_0x3bff8c(-_0x5eb44e._0x10bfe1,-0x169,-_0x5eb44e._0x4b8b4c,-_0x5eb44e._0x49bcdb),_0x57f8a0['htenM']=function(_0x212ce5,_0x27dc78){return _0x212ce5+_0x27dc78;},_0x57f8a0[_0xd3a762(0x4bb,_0x5eb44e._0x5f16a0,_0x5eb44e._0x35cda2,_0x5eb44e._0x2636f8)]=_0x3bff8c(-_0x5eb44e._0x47b2b1,-_0x5eb44e._0x2044e3,-_0x5eb44e._0x51a793,-0x187)+'ols';const _0x3e1bdb=_0x57f8a0;function _0xd3a762(_0x4bd73d,_0x510a07,_0x1a85f2,_0x524bfc){return _0x2d7828(_0x4bd73d-0x116,_0x1a85f2,_0x1a85f2-_0x42e976._0x418949,_0x4bd73d-_0x42e976._0x5f56c0);}const _0x2da396=_0x6eb340[_0x3bff8c(-0x306,-0x2de,-0x24e,-_0x5eb44e._0x57fa5c)]('\x0a'),_0x5b6255={};let _0x34f8a9=![],_0xd9a0f5=![],_0xde63e2=0x12a9+0x7ee+0x1a97*-0x1;for(let _0x289632=0x63c+0xb5*-0x1+-0x587;_0x289632<_0x2da396[_0xd3a762(0x41d,0x360,0x373,_0x5eb44e._0x2f84d6)];_0x289632++){const _0x4ca2c8=_0x2da396[_0x289632];if(_0x289632===0x6*0x35f+0x134c+-0x1*0x2786&&_0x3e1bdb[_0x3bff8c(-_0x5eb44e._0x4892e1,-_0x5eb44e._0xef1b7e,-0x5e,-0x107)](_0x4ca2c8[_0x3bff8c(-_0x5eb44e._0x18d2cb,-0x2be,-0x15b,-0x25d)](),_0xd3a762(0x3da,_0x5eb44e._0xf59a11,0x496,0x3c2))){if(_0x3e1bdb['HhzIU'](_0x3e1bdb[_0xd3a762(_0x5eb44e._0x2784ba,_0x5eb44e._0xda1889,0x3ab,_0x5eb44e._0x47b08b)],_0x3e1bdb[_0x3bff8c(-0x122,-0x16e,-0x276,-0x209)])){_0x34f8a9=!![];continue;}else _0x5d9aad[_0x3bff8c(-_0x5eb44e._0x501dd3,-0xfc,-0x195,-_0x5eb44e._0x11f83b)]=[];}if(_0x34f8a9){if(_0x3e1bdb[_0x3bff8c(-0x3d1,-0x296,-0x26e,-0x2d2)](_0x3e1bdb['rluYG'],_0x3e1bdb[_0x3bff8c(-_0x5eb44e._0x3a3a3a,-_0x5eb44e._0x247558,-0x3c2,-0x2e0)])){const _0x8c6ab9={};_0x8c6ab9[_0x3bff8c(-0x331,-0x297,-0x27a,-_0x5eb44e._0x3e1dbe)]=_0x44ba27[_0xd3a762(_0x5eb44e._0x2806b4,_0x5eb44e._0x21fb9c,_0x5eb44e._0x24f5b3,0x350)],_0x8c6ab9['skillId']=_0x375788,_0x4a0dac[_0x3bff8c(-_0x5eb44e._0x52e694,-0x11b,-_0x5eb44e._0x34dbb5,-0x10f)](_0x3e1bdb[_0xd3a762(0x553,_0x5eb44e._0x59b40e,_0x5eb44e._0x3af6f3,0x5cb)],_0x8c6ab9);const _0x3606cf={};return _0x3606cf[_0x3bff8c(-_0x5eb44e._0x110cca,-_0x5eb44e._0x529014,-_0x5eb44e._0x50ab3c,-0x234)]=_0x3e1bdb['HoOmz'],_0x3606cf['message']='This\x20skill'+'\x20is\x20read-o'+_0xd3a762(0x37a,0x412,0x273,_0x5eb44e._0x104759)+_0xd3a762(0x394,_0x5eb44e._0x4969b2,_0x5eb44e._0x3fa1d7,0x34c)+_0xd3a762(_0x5eb44e._0x4c0ae7,0x54c,_0x5eb44e._0xc89112,_0x5eb44e._0x4d2f2d),_0x21bce9[_0x3bff8c(-0x2fa,-0x237,-0x28a,-0x2a4)](-0x1*-0x8db+-0xe2f*-0x1+0x7*-0x311)[_0x3bff8c(-0x1ab,-_0x5eb44e._0x615f15,-_0x5eb44e._0x4591cc,-_0x5eb44e._0x5c907a)](_0x3606cf);}else{if(_0x3e1bdb[_0x3bff8c(-_0x5eb44e._0x5811e4,-_0x5eb44e._0x5e7caf,-0x1eb,-_0x5eb44e._0x597c7f)](_0x4ca2c8['trim'](),_0x3e1bdb[_0x3bff8c(-0x2a0,-0x2cc,-0x28e,-_0x5eb44e._0x5ab816)])){_0x34f8a9=![],_0xd9a0f5=!![],_0xde63e2=_0x3e1bdb['htenM'](_0x289632,0x103e+0x1*0x59f+-0x1*0x15dc);continue;}const _0x5a7cbc=_0x4ca2c8['match'](/^([a-z-]+):\s*(.*)$/);if(_0x5a7cbc){const [,_0x334491,_0x273e33]=_0x5a7cbc;if(_0x3e1bdb[_0xd3a762(0x542,0x4fd,_0x5eb44e._0x1aaa4b,_0x5eb44e._0x4e9304)](_0x334491,_0x3e1bdb[_0x3bff8c(-_0x5eb44e._0x34ea69,-0x17e,-_0x5eb44e._0x206f2d,-0x18e)])&&!_0x273e33[_0x3bff8c(-_0x5eb44e._0x326931,-_0x5eb44e._0x5887e1,-_0x5eb44e._0x8646dd,-_0x5eb44e._0x5f0e61)]())_0x5b6255[_0x334491]=[];else{if(_0x273e33[_0xd3a762(0x3ec,0x3a2,_0x5eb44e._0x33de2f,0x40a)]()[_0x3bff8c(-0xc8,-_0x5eb44e._0x2f64fd,-_0x5eb44e._0x396864,-0x189)]('[')&&_0x273e33['trim']()[_0xd3a762(0x390,_0x5eb44e._0x3e2db3,0x426,_0x5eb44e._0x489405)](']'))_0x5b6255[_0x334491]=_0x273e33[_0x3bff8c(-0x172,-0x2be,-0x23f,-_0x5eb44e._0x5f0e61)]()[_0xd3a762(0x498,_0x5eb44e._0x1b84e6,_0x5eb44e._0x205a00,0x51b)](0x14d5+-0x1*-0x262+-0xb9b*0x2,-(-0x20ee+-0x14c4+0x35b3))[_0x3bff8c(-_0x5eb44e._0x1c74a6,-0x345,-0x369,-0x260)](',')[_0xd3a762(0x526,_0x5eb44e._0x5000f0,0x53d,_0x5eb44e._0x48cc09)](_0xcad26f=>_0xcad26f['trim']())[_0xd3a762(0x4a7,_0x5eb44e._0x44f339,0x41b,_0x5eb44e._0xd9036c)](Boolean);else _0x273e33['trim']()&&(_0x5b6255[_0x334491]=_0x273e33['trim']());}}else{if(_0x4ca2c8['trim']()[_0xd3a762(_0x5eb44e._0x478b94,0x4e0,_0x5eb44e._0x458fe6,0x45e)]('-\x20')&&_0x5b6255[_0x3e1bdb[_0xd3a762(_0x5eb44e._0x103b5b,_0x5eb44e._0x4192f8,_0x5eb44e._0x563716,0x3f2)]]){const _0x2eab99=Object['keys'](_0x5b6255)[_0x3bff8c(-0x23d,-_0x5eb44e._0x44397d,-0x18d,-0x1cf)](_0x465a35=>Array[_0x3bff8c(-0x14d,-0x10e,-0x1df,-0x14a)](_0x5b6255[_0x465a35]));_0x2eab99&&_0x5b6255[_0x2eab99][_0x3bff8c(-_0x5eb44e._0xd66783,-0x242,-_0x5eb44e._0x260692,-_0x5eb44e._0x46a79d)](_0x4ca2c8['trim']()['slice'](-0x1f74+0xbca+0x13ac)['trim']());}}}}}const _0x551496=_0xd9a0f5?_0x2da396[_0x3bff8c(-0x284,-0x23c,-0x2a6,-0x1b1)](_0xde63e2)[_0x3bff8c(-0x2da,-0x1ca,-_0x5eb44e._0x57fa5c,-0x2cc)]('\x0a'):_0x6eb340,_0x592279={};return _0x592279[_0x3bff8c(-0x248,-0x1b6,-0x1ff,-_0x5eb44e._0x3ca167)+'r']=_0x5b6255,_0x592279[_0xd3a762(0x409,_0x5eb44e._0x4d54cf,_0x5eb44e._0x2c6724,_0x5eb44e._0xc4705e)]=_0x551496,_0x592279;}function serializeSkillMd(_0x4b4094,_0x3ec5b1){const _0x3086f1={_0x309669:0x35e,_0x205123:0x3d7,_0x12c3e3:0x3ab,_0x39086e:0x9d,_0x3fa059:0x14d,_0x3075d2:0xc6,_0x1c56e8:0x1f4,_0x3433ff:0x72,_0x556aa1:0x11c,_0x2c4c43:0x57,_0x14ae66:0x12d,_0x5d6056:0x5f,_0xf0e7b5:0x316,_0x2b3f9a:0x2f9,_0x1d3519:0x45a,_0x3c7325:0x45d,_0x3c1d38:0x3e4,_0x2cf0f5:0xb4,_0x2ea058:0xc9,_0x311242:0x4e,_0xef90e5:0x245,_0x1acb38:0x2a4,_0x4ae72f:0x216,_0x558fce:0x2a1,_0x55ead0:0x348,_0x5c75e6:0x322,_0x189e2c:0x103,_0x55685b:0x1,_0x7f8efd:0x3e,_0x58f655:0x167,_0x18a698:0x4e,_0x52b42a:0x34b,_0x4df966:0x2ad,_0x359514:0x201,_0x5737af:0x34,_0x13c9a4:0x123},_0x1a97a7={_0x36f3f2:0xa,_0x57075d:0x14b,_0xd341c2:0x177},_0x76f723={_0x1a0ca2:0xa7,_0x237a6e:0x222},_0x5884b8={};_0x5884b8[_0x4a4ed4(_0x3086f1._0x309669,_0x3086f1._0x205123,0x373,_0x3086f1._0x12c3e3)]=function(_0x2c64b8,_0x2f2967){return _0x2c64b8!==_0x2f2967;};const _0x4bf473=_0x5884b8;function _0x4a4ed4(_0x112125,_0x27a299,_0x4bc5be,_0x425c1b){return _0x2d7828(_0x112125-_0x76f723._0x1a0ca2,_0x112125,_0x4bc5be-0x93,_0x27a299-_0x76f723._0x237a6e);}function _0x4662c3(_0x5c6b63,_0x20f5e4,_0x27dd73,_0x57bb3f){return _0x2d7828(_0x5c6b63-_0x1a97a7._0x36f3f2,_0x5c6b63,_0x27dd73-_0x1a97a7._0x57075d,_0x57bb3f- -_0x1a97a7._0xd341c2);}const _0x445a45=[_0x4662c3(-_0x3086f1._0x39086e,-_0x3086f1._0x3fa059,-0x19b,-_0x3086f1._0x3075d2)];for(const [_0x31bf6a,_0x2fc682]of Object[_0x4662c3(-_0x3086f1._0x1c56e8,-_0x3086f1._0x3433ff,-0x1ba,-_0x3086f1._0x556aa1)](_0x4b4094)){if(Array[_0x4662c3(0xe2,-_0x3086f1._0x2c4c43,_0x3086f1._0x14ae66,_0x3086f1._0x5d6056)](_0x2fc682)){if(_0x2fc682[_0x4a4ed4(0x385,_0x3086f1._0xf0e7b5,0x24e,_0x3086f1._0x2b3f9a)]===-0xd20+0x1891+-0xb71)_0x445a45[_0x4a4ed4(_0x3086f1._0x1d3519,0x34b,0x3e1,0x23b)](_0x31bf6a+_0x4a4ed4(0x4fc,_0x3086f1._0x3c7325,_0x3086f1._0x3c1d38,0x390));else{_0x445a45[_0x4662c3(-0xed,_0x3086f1._0x2cf0f5,-_0x3086f1._0x2ea058,-_0x3086f1._0x311242)](_0x31bf6a+':');for(const _0x18071e of _0x2fc682){_0x445a45[_0x4a4ed4(0x398,0x34b,_0x3086f1._0xef90e5,_0x3086f1._0x1acb38)](_0x4a4ed4(_0x3086f1._0x4ae72f,_0x3086f1._0x558fce,_0x3086f1._0x55ead0,_0x3086f1._0x5c75e6)+_0x18071e);}}}else _0x4bf473['fKbAO'](_0x2fc682,undefined)&&_0x2fc682!==null&&_0x4bf473[_0x4662c3(_0x3086f1._0x189e2c,-0xad,_0x3086f1._0x55685b,_0x3086f1._0x7f8efd)](_0x2fc682,'')&&_0x445a45['push'](_0x31bf6a+':\x20'+_0x2fc682);}return _0x445a45['push'](_0x4662c3(-0x57,-_0x3086f1._0x58f655,-0x1ac,-0xc6)),_0x445a45[_0x4662c3(-0x86,-0x79,-0xae,-_0x3086f1._0x18a698)](''),_0x445a45[_0x4a4ed4(0x2c4,_0x3086f1._0x52b42a,0x300,_0x3086f1._0x4df966)](_0x3ec5b1),_0x445a45[_0x4662c3(-_0x3086f1._0x359514,-0xd4,-_0x3086f1._0x5737af,-_0x3086f1._0x13c9a4)]('\x0a');}async function requireTaskAuth(_0x54d676,_0xe2a4d7,_0x41f8a4){const _0x32e947={_0x2a8e12:0xfb,_0x18a429:0x101,_0x34156e:0x68,_0x5d898d:0x207,_0x7db14c:0x1ee,_0x558820:0x2b5,_0x4a0a70:0x20c,_0x2a9259:0x221,_0xefede5:0x29e,_0x33e7aa:0x1aa,_0x27064b:0xe0,_0x417f1e:0x1ed,_0x2181c4:0xa5,_0x2803bb:0x211,_0x3880ec:0x285,_0x3e6100:0x1cc,_0x2f1822:0xd9,_0xd0b119:0x94,_0x523304:0x52,_0x2a899f:0x1ad,_0xd3715:0x102,_0x1ea058:0x45,_0x379733:0x126,_0xb0eaec:0x252,_0x3c9cfe:0x117,_0x169d8e:0xb4,_0x3263fb:0x1bf,_0x216d74:0x1db,_0x3e3450:0x1b6,_0x227008:0x1ae,_0x177b3a:0x23a,_0x221884:0x1a2,_0x3874a8:0x18e,_0xf398a3:0xd1,_0x408a26:0x248,_0xeafb3a:0xfb,_0x25cef1:0x19d,_0x16b2f6:0xc,_0x347cdf:0xfb,_0x28f86f:0x158,_0x166266:0x4f,_0x3ad71a:0x189,_0x37d144:0x58,_0x250f63:0x17d,_0xa94d1d:0x26e,_0x2e618e:0x146,_0x13d06d:0x270,_0x4d7d87:0x1a3,_0x103935:0x12c,_0x185702:0x13f,_0x4b6f80:0xc9,_0x28b0fa:0x15a,_0x321434:0x48,_0x35ddbc:0x51,_0x338e17:0xae,_0xf48e81:0x107,_0x294706:0x9b,_0x22c866:0x186,_0x5d5337:0x1b7,_0x5b3d17:0x19a,_0x52f104:0x2d1,_0x264eb3:0xdf,_0x472a61:0x82,_0x4026ba:0x79,_0x90f172:0x24b,_0x863836:0x23d,_0x394637:0x1d4,_0x48f6b4:0x2ac,_0x592b9e:0x19b,_0x52e747:0xe9,_0x2522c3:0x1b6,_0xca594a:0x31e,_0x405978:0x167,_0x40d69c:0x17f,_0x2074c3:0x1d5,_0x5dfb6f:0x15e,_0x2dece2:0x202,_0x505c94:0x1f2,_0x1b9528:0x1f1,_0x11067d:0x1b7,_0x3f321c:0x138,_0x1429b5:0x192,_0x559717:0x1ba,_0x1ba8db:0x1b9,_0x3e000a:0x19f,_0x18c25d:0x151,_0x14e906:0x273,_0x125d0d:0x286,_0x574e84:0x1fb,_0x31cafc:0x2ba,_0x2ee3e2:0x264,_0x5d9d71:0x252,_0xcabe0a:0x34d,_0x46b330:0x16,_0x38ae66:0x18c,_0x58e475:0x252,_0x27dff9:0x2ff,_0x1d861d:0x202,_0x4d07ad:0x32f,_0x465722:0x24d,_0x5dfb29:0x1b2,_0x139056:0x180,_0x3355a3:0x1a8,_0x14d6a6:0xd6,_0x3749e0:0x125,_0x5038ba:0x16b,_0x5dff4d:0x168,_0x3c3afc:0x25,_0x1adf7f:0x1,_0x3ce30d:0xf3,_0x23dbc9:0x27f,_0x1fbc82:0x81,_0x508385:0x272,_0x35852b:0x10,_0x4f3b8b:0x1a4,_0xa22ba9:0x28c,_0x4dfa7f:0x222,_0xcb1da3:0x247,_0xd94788:0x28d,_0x197075:0x1cf,_0x2b87bc:0x1d2,_0x190144:0x147,_0x7f21a9:0xe,_0xaad68f:0xba,_0x30c6f9:0x70,_0x2866ae:0x19c,_0x3f13bd:0x315,_0x845643:0x2df,_0x156443:0x166,_0x1f44e8:0x207,_0x55f217:0xfc,_0x56c729:0x21e,_0x415e89:0x76,_0x3ae32e:0xad,_0x15592b:0x186,_0x3e0a05:0x153,_0x1dad3a:0xb,_0x1c4219:0x61,_0xe4352f:0x108,_0x5d94ec:0xfa,_0x22a4b2:0x2a5,_0x139558:0x85,_0x3cb6bc:0xbe,_0x552c3f:0xda,_0x404398:0x11a,_0x90900e:0x170,_0x4fbd52:0x6e,_0x159958:0x1a6,_0x51fee3:0x33e,_0x2c8456:0x19e,_0xc0cd32:0x2c,_0x30fe42:0x95,_0x103754:0xfa,_0x4df86c:0x2d9,_0xcc6341:0xea,_0xc4367b:0x2b7,_0x3cbea8:0x2f5,_0x5b00b5:0x115,_0x36471c:0x1d2,_0xe65a7b:0x184,_0x1be7f3:0x2eb,_0x56f768:0xe3,_0x19f52c:0xc2,_0x389f68:0x123,_0x1ddef5:0x206,_0x4e44cc:0x196,_0x5db23e:0x153,_0x332ab9:0x262,_0x1499d5:0x1aa,_0xf698d5:0x19,_0x3d1175:0x245,_0x364480:0x20f,_0x36a614:0x2f8,_0x1404dd:0x352,_0x1d6a24:0x13f,_0xb54ef6:0xca,_0x58d07d:0x196,_0x3270ee:0xa1,_0x1b73c6:0x39,_0xa312b2:0x11a,_0x236f84:0xf4,_0x352e21:0x11a,_0x49b4a3:0xad,_0xb12e0b:0x1f6,_0x511818:0x24c,_0xdf2f03:0x21c,_0x537a9c:0x1c2,_0x592492:0x175,_0x22e56a:0xbb,_0x255a4d:0x1e8,_0x2116eb:0x1da,_0x138d56:0x1b5,_0x44d94e:0x1e8,_0x1cefd6:0x1a5,_0x5b9e3b:0x1ce,_0x2c576d:0x25,_0x1d54ec:0xb0,_0x2cd603:0x1a,_0x493e46:0x5e,_0x50fbfb:0x183,_0xd2916a:0x26,_0x5c0173:0x3e,_0x21117a:0x128,_0x1b7470:0x1f2,_0x1090e4:0x1aa,_0x27da8a:0x120,_0x3ea919:0x1b8,_0x471e9e:0x15a,_0x2de37f:0x158,_0x4b09f2:0x1cc,_0x17eee6:0x1e3,_0x4f5c57:0x236,_0x2825f0:0x10a,_0x486e4d:0x171,_0x4497cf:0x17c,_0x2fd53d:0x16e,_0x26a236:0x28a,_0x8abc15:0x311,_0x5032ae:0x1a8,_0xb186a7:0x8a,_0x33b352:0xc4,_0x48f878:0x202,_0x12d810:0xa2,_0x429d66:0xe4,_0x416954:0x383,_0x699275:0x29b,_0x393abc:0x163,_0xedad5a:0xb7,_0x45ad1d:0xa5},_0x4909e7={_0x23fed9:0x27e},_0x1bec1f={_0x298204:0x1ea},_0x3387ed={'HySDd':_0x2bb82c(-0x1e6,-0xed,-0x100,-_0x32e947._0x2a8e12),'mqMid':_0x2c3c66(-0xb5,-_0x32e947._0x18a429,-_0x32e947._0x34156e,-_0x32e947._0x5d898d),'TcAKv':_0x2bb82c(-_0x32e947._0x7db14c,-_0x32e947._0x558820,-0x1e7,-0x201),'mDXhZ':_0x2bb82c(-0x2fb,-0x1dc,-_0x32e947._0x4a0a70,-_0x32e947._0x2a9259)+_0x2bb82c(-0x1c8,-0x20d,-_0x32e947._0xefede5,-_0x32e947._0x33e7aa)+_0x2bb82c(-0x27a,-0x192,-0x25a,-0x1d6)+'ng\x20X-Task-'+_0x2bb82c(-0x1f9,-0x1a2,-_0x32e947._0x27064b,-_0x32e947._0x417f1e),'sxGLq':_0x2bb82c(-0x12b,0x27,-0x1e,-_0x32e947._0x2181c4)+'ed','fthAp':'Skill\x20mana'+'gement\x20rou'+_0x2bb82c(-0x26e,-_0x32e947._0x2803bb,-_0x32e947._0x3880ec,-_0x32e947._0x3e6100)+_0x2bb82c(-_0x32e947._0x2f1822,0x6f,-_0x32e947._0xd0b119,-_0x32e947._0x523304),'NYuPc':function(_0x1a8161,_0x21a9ae){return _0x1a8161!==_0x21a9ae;},'Uigsr':_0x2bb82c(-_0x32e947._0x2a899f,-0x310,-0x261,-0x255),'wwaAb':_0x2bb82c(-_0x32e947._0xd3715,0xbe,-0x14f,-_0x32e947._0x1ea058),'BMfWZ':_0x2bb82c(-0x59,-0x90,-0x6b,-_0x32e947._0x379733)+_0x2bb82c(-0x1ff,-0x149,-0x264,-0x157),'CDwpI':function(_0x22d390,_0x2179f1){return _0x22d390!==_0x2179f1;},'znRYy':'LZSxe','XwDWv':_0x2bb82c(-_0x32e947._0xb0eaec,-_0x32e947._0x3c9cfe,-_0x32e947._0x169d8e,-_0x32e947._0x3263fb),'WVesw':_0x2c3c66(0x2,-0xd1,-_0x32e947._0x216d74,-0x14a)+_0x2bb82c(-0x2b5,-_0x32e947._0x3e3450,-0x18c,-_0x32e947._0x227008)+'ent','sLwhD':_0x2bb82c(-_0x32e947._0x177b3a,-0xc1,-_0x32e947._0x221884,-_0x32e947._0x3874a8)+'t','kTzNj':_0x2c3c66(-0x136,-_0x32e947._0xf398a3,0x6,-0x149)+'o\x20associat'+_0x2bb82c(-_0x32e947._0x408a26,-0x2f9,-0x1fe,-0x212)+'ment','znYwe':function(_0x526be5,_0x131f55){return _0x526be5(_0x131f55);},'tIaMJ':_0x2c3c66(-_0x32e947._0xeafb3a,-0x1f9,-0x163,-0x1a6),'ObIki':_0x2bb82c(-0x157,-0x1a1,-0xe3,-0x129)+'not\x20found','MiHtr':_0x2c3c66(-_0x32e947._0x25cef1,-0x14a,-0x1b2,-0x1cb)+_0x2bb82c(-0x188,-0xcb,_0x32e947._0x16b2f6,-0x99),'qHvzA':function(_0x310fc9,_0x2f9dcd,_0x3bcb91,_0x2fd4a6){return _0x310fc9(_0x2f9dcd,_0x3bcb91,_0x2fd4a6);},'bxQHC':_0x2c3c66(-0x122,-_0x32e947._0x347cdf,-0xaf,-_0x32e947._0x28f86f)+_0x2c3c66(-0xdb,-0x90,-0x11e,-_0x32e947._0x166266),'BcigB':_0x2c3c66(-_0x32e947._0x3ad71a,-0x9d,-_0x32e947._0x37d144,-0x76)+_0x2bb82c(-_0x32e947._0x250f63,-_0x32e947._0xa94d1d,-_0x32e947._0x2e618e,-0x247)+_0x2bb82c(-_0x32e947._0x13d06d,-0x185,-0x2a6,-_0x32e947._0x4d7d87)+_0x2bb82c(-0x21c,-0x1ea,-_0x32e947._0x417f1e,-_0x32e947._0x103935),'yYTjD':_0x2bb82c(-0x12f,-0x2d9,-0x2ea,-0x220)+'not\x20have\x20p'+_0x2c3c66(-0x149,-_0x32e947._0x185702,-0x168,-0x158)+_0x2c3c66(-_0x32e947._0x4b6f80,-0x1bf,-_0x32e947._0x28b0fa,-0x1dd)+_0x2bb82c(-0x54,-_0x32e947._0x321434,-_0x32e947._0x35ddbc,-0x66)+'tasks','hsEXc':function(_0x55fceb,_0x2fe9fa){return _0x55fceb===_0x2fe9fa;},'OqtdU':_0x2c3c66(-0xc0,-_0x32e947._0x338e17,-_0x32e947._0xf48e81,-0x10),'dMJbV':_0x2c3c66(-_0x32e947._0x294706,-_0x32e947._0x22c866,-0x7d,-_0x32e947._0x5d5337),'GgBVD':_0x2bb82c(-_0x32e947._0x5b3d17,-_0x32e947._0x52f104,-0x2e0,-0x1db)+_0x2bb82c(-0x6,-0x31,-0x11b,-_0x32e947._0x264eb3)+'d','ECrVF':function(_0x20f066){return _0x20f066();}},_0x5be45f=_0x54d676['headers'][_0x3387ed[_0x2bb82c(-_0x32e947._0x472a61,-0x93,-0xb,-0x79)]];function _0x2c3c66(_0x426651,_0x54f09b,_0x3e465a,_0x4a4b62){return _0x2d7828(_0x426651-_0x1bec1f._0x298204,_0x3e465a,_0x3e465a-0x50,_0x54f09b- -0x2be);}if(!_0x5be45f){logger[_0x2c3c66(-0x125,-0xad,-_0x32e947._0x4026ba,-0x15b)](_0x3387ed[_0x2bb82c(-_0x32e947._0x90f172,-0x2e0,-_0x32e947._0x863836,-0x1e7)]);const _0x507a21={};return _0x507a21[_0x2c3c66(-_0x32e947._0x394637,-0x1d2,-_0x32e947._0x48f6b4,-0x130)]=_0x3387ed[_0x2bb82c(-_0x32e947._0x592b9e,-_0x32e947._0x52e747,-_0x32e947._0x2522c3,-0x113)],_0x507a21['message']='Missing\x20X-'+_0x2bb82c(-0x175,-_0x32e947._0xca594a,-0x230,-_0x32e947._0x90f172)+_0x2bb82c(-_0x32e947._0x405978,-_0x32e947._0x40d69c,-0x217,-_0x32e947._0x2074c3),_0xe2a4d7[_0x2bb82c(-_0x32e947._0x5dfb6f,-0x12b,-0x280,-_0x32e947._0x2dece2)](-0x2632*-0x1+0x13ca*-0x1+-0x10d7)[_0x2bb82c(-0x23b,-0x25a,-_0x32e947._0x505c94,-_0x32e947._0x5d898d)](_0x507a21);}if(!tasks){logger[_0x2bb82c(-_0x32e947._0x1b9528,-_0x32e947._0x11067d,-_0x32e947._0x3f321c,-_0x32e947._0x1429b5)](_0x3387ed[_0x2c3c66(-0x197,-_0x32e947._0x559717,-_0x32e947._0x1ba8db,-_0x32e947._0x3e000a)]);const _0x87404e={};return _0x87404e[_0x2bb82c(-_0x32e947._0x18c25d,-_0x32e947._0x14e906,-_0x32e947._0x125d0d,-0x192)]=_0x2bb82c(-0x140,-_0x32e947._0x574e84,-_0x32e947._0x31cafc,-0x1eb)+_0x2c3c66(-0x338,-_0x32e947._0x2ee3e2,-_0x32e947._0x5d9d71,-0x162)+'r',_0x87404e['message']=_0x2bb82c(-0x1f7,-0x155,-_0x32e947._0xcabe0a,-0x257)+_0x2c3c66(_0x32e947._0x46b330,-0xea,-0x1e2,-0x125)+_0x2c3c66(-0x14e,-0x15f,-0x21d,-_0x32e947._0x38ae66),_0xe2a4d7[_0x2bb82c(-0x231,-_0x32e947._0x58e475,-_0x32e947._0x27dff9,-_0x32e947._0x1d861d)](-0x2442+0x36b*-0x7+0x3e23)['json'](_0x87404e);}const _0x50a904=tasks[_0x2bb82c(-_0x32e947._0x4d07ad,-0x33f,-0x331,-_0x32e947._0x465722)](_0x5be45f);function _0x2bb82c(_0x2863f7,_0x10d4de,_0x3ecd1b,_0x2b26e4){return _0x2d7828(_0x2863f7-0x180,_0x3ecd1b,_0x3ecd1b-0xa3,_0x2b26e4- -_0x4909e7._0x23fed9);}if(!_0x50a904){if(_0x3387ed[_0x2bb82c(-_0x32e947._0x5dfb29,-_0x32e947._0x139056,-_0x32e947._0x3355a3,-_0x32e947._0x14d6a6)](_0x3387ed[_0x2bb82c(-_0x32e947._0x3749e0,-_0x32e947._0x5038ba,-0x17b,-0x1f9)],_0x3387ed['wwaAb'])){const _0x2a58fd={};_0x2a58fd[_0x2c3c66(-0x1e0,-0x1d6,-0x181,-_0x32e947._0x5dff4d)]=_0x5be45f,logger[_0x2c3c66(0x3,-0xad,-_0x32e947._0x3c3afc,-_0x32e947._0x1adf7f)](_0x2c3c66(-0x2ac,-0x261,-0x21b,-0x21b)+_0x2bb82c(-_0x32e947._0x3ce30d,-_0x32e947._0xd3715,-_0x32e947._0x23dbc9,-0x1aa)+_0x2c3c66(-0x37,-_0x32e947._0x1fbc82,-0x51,-_0x32e947._0x2f1822)+_0x2c3c66(-0x203,-_0x32e947._0x508385,-0x36d,-0x353)+'sk\x20ID',_0x2a58fd);const _0x44dd11={};return _0x44dd11['error']=_0x3387ed[_0x2bb82c(-0x20d,-0x18c,-_0x32e947._0x35852b,-0x113)],_0x44dd11['message']=_0x3387ed[_0x2c3c66(-0x1e6,-_0x32e947._0x4f3b8b,-_0x32e947._0xa22ba9,-0xd5)],_0xe2a4d7['status'](-0x4*-0x225+-0x658+-0x39*0x3)[_0x2c3c66(-_0x32e947._0x4dfa7f,-_0x32e947._0xcb1da3,-_0x32e947._0xd94788,-_0x32e947._0x197075)](_0x44dd11);}else{const _0x5a7874={};return _0x5a7874[_0x2c3c66(-0x109,-_0x32e947._0x2b87bc,-0x144,-_0x32e947._0x190144)]=_0x3387ed['HySDd'],_0x5a7874[_0x2bb82c(-_0x32e947._0x7f21a9,-0x11f,-0x9d,-_0x32e947._0xaad68f)]=_0x2bb82c(-_0x32e947._0x30c6f9,-0x44,-_0x32e947._0xf48e81,-0x11c)+_0x3c09b7+('\x27\x20not\x20foun'+'d'),_0x118a8a[_0x2c3c66(-_0x32e947._0x2866ae,-0x242,-0x210,-_0x32e947._0x3f13bd)](-0x1ad2+-0x3*0x926+0x2*0x1bec)[_0x2bb82c(-_0x32e947._0x845643,-0x1c3,-_0x32e947._0x156443,-_0x32e947._0x1f44e8)](_0x5a7874);}}if(!_0x50a904[_0x2c3c66(-0x2c5,-_0x32e947._0x505c94,-_0x32e947._0x55f217,-0x1aa)+'t']){if(_0x3387ed[_0x2c3c66(-0x21,-0x98,0x4a,-0x1a1)](_0x3387ed[_0x2bb82c(-_0x32e947._0x56c729,-0x2bd,-0x180,-0x258)],_0x3387ed[_0x2bb82c(-0x16,-0x3e,-0xb1,-_0x32e947._0x415e89)])){const _0x53fc9a={};_0x53fc9a['taskId']=_0x5be45f,logger[_0x2c3c66(-0xbc,-_0x32e947._0x3ae32e,-_0x32e947._0x15592b,-_0x32e947._0x3e0a05)](_0x3387ed[_0x2bb82c(0x95,-0x87,_0x32e947._0x1dad3a,-_0x32e947._0x1c4219)],_0x53fc9a);const _0xd0dd6c={};return _0xd0dd6c[_0x2bb82c(-0xe6,-_0x32e947._0x5038ba,-0x26a,-0x192)]=_0x3387ed['sLwhD'],_0xd0dd6c[_0x2c3c66(-_0x32e947._0xe4352f,-_0x32e947._0x5d94ec,-0xdd,-_0x32e947._0x1d861d)]=_0x3387ed['kTzNj'],_0xe2a4d7['status'](0x18fa+0xbd3+-0x233d)[_0x2c3c66(-0x313,-0x247,-0x270,-_0x32e947._0x22a4b2)](_0xd0dd6c);}else{const _0x55829c={};_0x55829c['taskId']=_0x5a30a1,_0x55829c['userId']=_0x575862['id'],_0x55829c[_0x2bb82c(-0xb5,-_0x32e947._0x139558,-_0x32e947._0x3cb6bc,-_0x32e947._0x552c3f)]=_0x5b2730[_0x2c3c66(-0x9c,-_0x32e947._0x404398,-_0x32e947._0x90900e,-0x18e)],_0x27a35b[_0x2c3c66(-_0x32e947._0x4fbd52,-0xad,-_0x32e947._0x159958,-_0x32e947._0x5dfb29)]('User\x20lacks'+_0x2bb82c(-0x30c,-_0x32e947._0x51fee3,-_0x32e947._0x4f3b8b,-_0x32e947._0xcb1da3)+'sk-edit\x20pe'+'rmission',_0x55829c);const _0x361303={};return _0x361303[_0x2c3c66(-_0x32e947._0x2866ae,-0x1d2,-0xf0,-_0x32e947._0x2c8456)]=_0x3387ed[_0x2bb82c(-_0x32e947._0xc0cd32,-_0x32e947._0x1c4219,-0x1ee,-_0x32e947._0x3749e0)],_0x361303[_0x2c3c66(-_0x32e947._0x30fe42,-_0x32e947._0x103754,-_0x32e947._0x169d8e,-0x4b)]=_0x2c3c66(-0x176,-0x260,-0x2c4,-_0x32e947._0x592b9e)+_0x2bb82c(-_0x32e947._0x4df86c,-_0x32e947._0xcc6341,-0x15a,-0x1fc)+'ermission\x20'+_0x2bb82c(-0x1b5,-0x92,-0xde,-_0x32e947._0x40d69c)+_0x2c3c66(-0x160,-0xa6,-0x4b,-0x1ad)+'tasks',_0x2e382d[_0x2c3c66(-0x2c1,-0x242,-0x2b4,-_0x32e947._0xc4367b)](-0x216a+-0x1a5+0x24a2*0x1)[_0x2bb82c(-_0x32e947._0x3cbea8,-0x1f4,-_0x32e947._0x559717,-_0x32e947._0x1f44e8)](_0x361303);}}const _0x397e01=_0x50a904[_0x2c3c66(-0x148,-_0x32e947._0x5b00b5,-0x5f,-_0x32e947._0x36471c)]?.['userId'],_0x53d8b4=await _0x3387ed[_0x2bb82c(-_0x32e947._0xe65a7b,-_0x32e947._0x1be7f3,-0x300,-0x1fd)](findUserById,_0x397e01);if(!_0x53d8b4){if(_0x2bb82c(-_0x32e947._0x56f768,-0x1ba,-0xc2,-_0x32e947._0x19f52c)===_0x3387ed['tIaMJ'])_0x5efd8a[_0x2bb82c(-0x14d,-0x135,-0x129,-_0x32e947._0x389f68)]=[];else{const _0x104573={};_0x104573[_0x2bb82c(-_0x32e947._0x1ddef5,-0xcc,-0x263,-_0x32e947._0x4e44cc)]=_0x5be45f,_0x104573[_0x2c3c66(-_0x32e947._0x592b9e,-0x196,-0x23e,-_0x32e947._0x465722)]=_0x397e01,logger['warn'](_0x3387ed['ObIki'],_0x104573);const _0x9b7dec={};return _0x9b7dec['error']=_0x3387ed[_0x2c3c66(-0x90,-_0x32e947._0x5db23e,-0x193,-_0x32e947._0x332ab9)],_0x9b7dec[_0x2c3c66(-0x131,-0xfa,-_0x32e947._0x1499d5,-_0x32e947._0xf698d5)]=_0x3387ed[_0x2c3c66(-_0x32e947._0x3d1175,-_0x32e947._0x3880ec,-_0x32e947._0x364480,-_0x32e947._0x36a614)],_0xe2a4d7['status'](0xd*0x221+-0x173e+-0x2de)[_0x2c3c66(-_0x32e947._0x1404dd,-_0x32e947._0xcb1da3,-0x211,-0x347)](_0x9b7dec);}}if(!await _0x3387ed[_0x2c3c66(-0x285,-0x254,-0x165,-0x2cd)](hasPermission,_0x53d8b4['id'],_0x3387ed['bxQHC'],_0x50a904['environmen'+'t'])){const _0x58c62a={};_0x58c62a[_0x2bb82c(-0x1c6,-_0x32e947._0x1d6a24,-_0x32e947._0xb54ef6,-_0x32e947._0x4e44cc)]=_0x5be45f,_0x58c62a[_0x2c3c66(-0x12c,-_0x32e947._0x58d07d,-_0x32e947._0x3270ee,-0xea)]=_0x53d8b4['id'],_0x58c62a[_0x2c3c66(-_0x32e947._0x1b73c6,-_0x32e947._0xa312b2,-0x21c,-0xf0)]=_0x53d8b4[_0x2c3c66(-_0x32e947._0x236f84,-_0x32e947._0x352e21,-0xd7,-0x12b)],logger[_0x2c3c66(-0xd6,-_0x32e947._0x49b4a3,-_0x32e947._0xf698d5,-0x15c)](_0x3387ed[_0x2c3c66(-_0x32e947._0xb12e0b,-_0x32e947._0x511818,-_0x32e947._0xdf2f03,-0x27f)],_0x58c62a);const _0x41583d={};return _0x41583d[_0x2c3c66(-0x150,-_0x32e947._0x2b87bc,-0x2a8,-_0x32e947._0x537a9c)]=_0x3387ed[_0x2bb82c(-_0x32e947._0x592492,-_0x32e947._0x22e56a,-0x128,-_0x32e947._0x3749e0)],_0x41583d[_0x2c3c66(-0x1cf,-_0x32e947._0x5d94ec,-_0x32e947._0x255a4d,-_0x32e947._0x2116eb)]=_0x3387ed[_0x2bb82c(-_0x32e947._0x138d56,-0xe8,-0x254,-_0x32e947._0x44d94e)],_0xe2a4d7['status'](0xae*0x1d+0xd05+-0x1f28)[_0x2bb82c(-0x2b0,-_0x32e947._0x1cefd6,-_0x32e947._0x5b9e3b,-_0x32e947._0x5d898d)](_0x41583d);}_0x54d676[_0x2c3c66(_0x32e947._0x2c576d,-_0x32e947._0x1d54ec,-_0x32e947._0x2cd603,-_0x32e947._0x493e46)+'k']=_0x50a904,_0x54d676[_0x2bb82c(-_0x32e947._0x50fbfb,-0x22,-_0x32e947._0xd2916a,-0x110)]=_0x53d8b4,_0x54d676['environmen'+_0x2bb82c(-_0x32e947._0x5c0173,-0xb1,-_0x32e947._0x21117a,-0xb9)]=_0x50a904['environmen'+'t'];const _0x5b8f3e=coderConfig?.[_0x2c3c66(-0x25f,-_0x32e947._0x1b7470,-0x130,-_0x32e947._0x1090e4)+'ts']?.[_0x50a904[_0x2c3c66(-_0x32e947._0x27da8a,-_0x32e947._0x1b7470,-0x2d9,-_0x32e947._0x3ea919)+'t']];if(!_0x5b8f3e){if(_0x3387ed['hsEXc'](_0x3387ed[_0x2c3c66(-0x83,-0x148,-_0x32e947._0x471e9e,-_0x32e947._0x2de37f)],_0x3387ed['dMJbV'])){const _0x53d79d={};return _0x53d79d[_0x2bb82c(-0x29a,-_0x32e947._0x4b09f2,-_0x32e947._0x17eee6,-0x192)]=_0x3387ed[_0x2c3c66(-_0x32e947._0x4f5c57,-0x1d5,-_0x32e947._0x2825f0,-0x222)],_0x53d79d['message']=_0x2bb82c(-_0x32e947._0x486e4d,-0x57,-_0x32e947._0x379733,-0x60)+_0x26568d+('\x27\x20not\x20foun'+'d'),_0x3b3618[_0x2bb82c(-_0x32e947._0x4497cf,-0x2f7,-_0x32e947._0x2fd53d,-0x202)](0x1cde+-0x1b18+0xa*-0x5)[_0x2bb82c(-_0x32e947._0x26a236,-_0x32e947._0x8abc15,-0x185,-0x207)](_0x53d79d);}else{const _0x288389={};_0x288389[_0x2bb82c(-0x2a3,-0x187,-_0x32e947._0x4a0a70,-0x196)]=_0x5be45f,_0x288389[_0x2c3c66(-_0x32e947._0x5032ae,-0x1f2,-_0x32e947._0x3749e0,-0x2fa)+'t']=_0x50a904['environmen'+'t'],logger['warn'](_0x3387ed['GgBVD'],_0x288389);const _0x11b155={};return _0x11b155[_0x2c3c66(-0x136,-0x1d2,-0x298,-0x12e)]=_0x2bb82c(-_0x32e947._0xb186a7,-0x134,-0x13c,-0xfb),_0x11b155['message']=_0x3387ed[_0x2bb82c(-_0x32e947._0x33b352,-0x128,-0xd8,-_0x32e947._0xd0b119)],_0xe2a4d7[_0x2bb82c(-_0x32e947._0x28b0fa,-0x10b,-0x200,-_0x32e947._0x48f878)](0xe47+0xb49*-0x3+0x2a5*0x8)[_0x2bb82c(-0x188,-0x16f,-0x1c2,-0x207)](_0x11b155);}}_0x54d676['environmen'+_0x2c3c66(-0xae,-_0x32e947._0x12d810,-0x164,-_0x32e947._0x429d66)]=_0x5b8f3e,_0x54d676[_0x2c3c66(-_0x32e947._0x416954,-_0x32e947._0x699275,-0x338,-0x337)+'ills']=_0x5b8f3e[_0x2c3c66(-0x262,-_0x32e947._0x393abc,-_0x32e947._0xedad5a,-_0x32e947._0x45ad1d)]||[],_0x3387ed[_0x2bb82c(-0x179,-0x1fa,-0x1a9,-_0x32e947._0x2de37f)](_0x41f8a4);}function _0x4bba(_0x133c6b,_0xa01f4c){_0x133c6b=_0x133c6b-(0x22*-0x1d+-0x5e8+-0xa43*-0x1);const _0x43bfed=_0x40d4();let _0x2a6799=_0x43bfed[_0x133c6b];if(_0x4bba['qNzbqb']===undefined){var _0x5004dd=function(_0x5f2819){const _0x2f16b8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3dcae5='',_0x72b12f='';for(let _0x1f03fe=0x1480+-0x48f*0x3+-0x6d3,_0x5ae74e,_0xb5d607,_0x3cee01=-0xf07*0x2+-0x1d*0x6a+-0x1508*-0x2;_0xb5d607=_0x5f2819['charAt'](_0x3cee01++);~_0xb5d607&&(_0x5ae74e=_0x1f03fe%(0x319+0x1*-0x10d5+0xdc0)?_0x5ae74e*(0x39b+-0x15b*-0x1+-0x4b6)+_0xb5d607:_0xb5d607,_0x1f03fe++%(0x348+0x12fd*0x1+0x9*-0x279))?_0x3dcae5+=String['fromCharCode'](-0x15d*0x19+0x403+-0xf1*-0x21&_0x5ae74e>>(-(0x17b7+0x1284+-0x2a39)*_0x1f03fe&-0xd26+-0x751+-0x5*-0x419)):-0x2e7*0x6+-0x1a8e+-0xea8*-0x3){_0xb5d607=_0x2f16b8['indexOf'](_0xb5d607);}for(let _0x7c5ee=-0xedf+0x5*0x29e+0x1c9,_0x80c5be=_0x3dcae5['length'];_0x7c5ee<_0x80c5be;_0x7c5ee++){_0x72b12f+='%'+('00'+_0x3dcae5['charCodeAt'](_0x7c5ee)['toString'](0x1c2d*0x1+0x1a08+-0x3625))['slice'](-(0x13ce+0x12f*-0x1f+0x10e5));}return decodeURIComponent(_0x72b12f);};_0x4bba['lPaXta']=_0x5004dd,_0x4bba['RDhQzi']={},_0x4bba['qNzbqb']=!![];}const _0x1bdb24=_0x43bfed[-0xf99+0x882+0x717],_0x35b323=_0x133c6b+_0x1bdb24,_0x4e244a=_0x4bba['RDhQzi'][_0x35b323];return!_0x4e244a?(_0x2a6799=_0x4bba['lPaXta'](_0x2a6799),_0x4bba['RDhQzi'][_0x35b323]=_0x2a6799):_0x2a6799=_0x4e244a,_0x2a6799;}async function validateSkillAccess(_0x2df3d1,_0x517886,_0x2183e1){const _0x442065={_0xf6df8f:0x27a,_0x30d82a:0xa,_0x1a3683:0x8c,_0x3fa727:0x5c,_0x49d2c0:0xb0,_0x156808:0xc8,_0x25ddf9:0xfc,_0x21c490:0x241,_0x4a4ea9:0x35b,_0x3b518:0x202,_0xe5bd8a:0x1be,_0x3f848a:0x250,_0x3b57a1:0x282,_0x39c50b:0x13,_0x4f188a:0x12c,_0x5cc17f:0x26a,_0x2fbd8a:0x28a,_0x2ca3d2:0x1cf,_0x35923f:0x26b,_0x230655:0x1bd,_0x282b7d:0x158,_0x2b7020:0xd5,_0x3807cf:0x1f9,_0x585f4a:0x2cb,_0x2b17f3:0x1ec,_0x151bf1:0x1ae,_0x152fff:0x201,_0x5dac0f:0x2e7,_0x5f4b82:0x1fd,_0x12e3a3:0x1cc,_0x14e674:0x163,_0x2b5984:0x253,_0x33225f:0x3c1,_0x38cfa2:0x2e4,_0x21105f:0x2bc,_0x342c50:0x303,_0x44ec3e:0x203,_0x291f7f:0x2b5,_0x14315c:0x1ed,_0x2ae4f4:0xd9,_0x220c5c:0x114,_0x3f41ef:0x3a,_0x55d73f:0x35b,_0x2f8d5b:0x419,_0x1af71d:0x3c0,_0x217861:0x3ea,_0xc5e886:0x1e1,_0x187628:0x120,_0x137e65:0x1d8,_0x285442:0x1f6,_0x2b0582:0x17c,_0xc7d4ca:0xec,_0x513199:0x22d,_0x41c1fe:0x157,_0x517fd3:0x2d1,_0x4079e3:0x319,_0x33acf0:0x42,_0x3023fc:0x7a,_0x2b566b:0xb2,_0x25ad0b:0x140,_0x345c68:0x160,_0x5d9937:0x230,_0x13b0f1:0x1ad,_0x563a5f:0x132,_0x4f174b:0x17f,_0x3d7a0a:0xea,_0x4e39f4:0x108,_0x3f7579:0xc6,_0x2e30e7:0x97,_0x40163b:0x325,_0x37646a:0x361,_0x20d439:0x187,_0x44ea9c:0x7,_0x194bd5:0x12f,_0x508a57:0x13e,_0x1f257a:0x11a,_0x4ee1ac:0xfa,_0x1ddd4c:0x187,_0x4ecc0c:0x1c7,_0x389349:0x14d,_0x5329e6:0x66,_0x3d18dd:0x9b,_0x1719fc:0x93,_0x1ee8ec:0x372,_0x428d18:0x2bf,_0x3983b9:0xf2,_0x2b65f7:0x7c,_0x2a0354:0xe1,_0xd8ed12:0xf,_0x3afee4:0x134,_0x213e9a:0x1f1,_0x10a0ab:0x326,_0x28133a:0xb8,_0x27a525:0xf5,_0x364dd4:0xc3,_0x5a9206:0x5,_0x11532f:0x110,_0x58c412:0x1ff,_0x573805:0x26f,_0x624a7:0xf7,_0x171487:0xb8,_0x2307e3:0x14b,_0x33b6e2:0x12f,_0x421e99:0xdf},_0x49ec9f={_0x4afe1f:0x2a},_0x12cfba={_0x5a986e:0x183},_0x278b5a={'Zrlbd':_0x4305ca(0x251,_0x442065._0xf6df8f,0x349,0x29f)+'t','EOaUB':_0x401fc5(-_0x442065._0x30d82a,-_0x442065._0x1a3683,-_0x442065._0x3fa727,-0x116)+_0x401fc5(0x1b,0x37,_0x442065._0x49d2c0,-_0x442065._0x156808),'phCtd':_0x401fc5(-0x9c,-0x3,0xa2,-_0x442065._0x25ddf9)+_0x4305ca(0x2cb,_0x442065._0x21c490,_0x442065._0x4a4ea9,0x35f)+_0x4305ca(0x231,0x336,0x2b8,0x278)+_0x4305ca(_0x442065._0x3b518,_0x442065._0xe5bd8a,_0x442065._0x3f848a,_0x442065._0x3b57a1),'LinHg':_0x401fc5(-_0x442065._0x39c50b,0x3a,_0x442065._0x4f188a,0x133),'esrHM':function(_0x520f51,_0x274c59){return _0x520f51(_0x274c59);},'aTLaF':_0x4305ca(_0x442065._0x5cc17f,_0x442065._0x2fbd8a,_0x442065._0x2ca3d2,_0x442065._0x35923f)+_0x401fc5(-0x67,-0x11f,-0xb5,-_0x442065._0x230655)+_0x401fc5(-0x125,-_0x442065._0x282b7d,-0x15e,-_0x442065._0x2b7020)+_0x4305ca(_0x442065._0x3807cf,_0x442065._0x585f4a,0x239,_0x442065._0x2b17f3),'iGrth':_0x4305ca(0x246,0x168,_0x442065._0x151bf1,_0x442065._0x152fff)+_0x4305ca(_0x442065._0x5dac0f,0x39f,0x3ce,_0x442065._0x5f4b82)+'nly\x20and\x20ca'+_0x4305ca(_0x442065._0x12e3a3,_0x442065._0x14e674,0x1b8,_0x442065._0x2b5984)+_0x4305ca(0x397,0x2ac,_0x442065._0x33225f,_0x442065._0x38cfa2),'UUWou':_0x4305ca(_0x442065._0x21105f,0x391,_0x442065._0x342c50,_0x442065._0x44ec3e)},{skillId:_0x51cc46}=_0x2df3d1[_0x4305ca(_0x442065._0x291f7f,_0x442065._0x14315c,0x266,0x330)],{callingTask:_0x254b3a,assignedSkills:_0x4d44f6}=_0x2df3d1;if(_0x51cc46['includes']('/')||_0x51cc46[_0x401fc5(-0x11f,-0x114,-_0x442065._0x2ae4f4,-0x18d)]('\x5c')||_0x51cc46[_0x401fc5(-0x31,-_0x442065._0x220c5c,-0x14e,-_0x442065._0x3f41ef)]('..')){const _0x5646e2={};return _0x5646e2['error']=_0x278b5a[_0x4305ca(_0x442065._0x55d73f,_0x442065._0x2f8d5b,0x36b,0x2cf)],_0x5646e2[_0x4305ca(0x325,0x3d3,_0x442065._0x1af71d,_0x442065._0x217861)]=_0x278b5a['EOaUB'],_0x517886[_0x401fc5(-0x6f,-0x107,-_0x442065._0xc5e886,-_0x442065._0x187628)](0x304*-0x3+-0x2e4+-0x120*-0xc)[_0x4305ca(_0x442065._0x137e65,0x218,_0x442065._0x285442,0x132)](_0x5646e2);}function _0x401fc5(_0x458b33,_0x2b9fff,_0xf4bbd4,_0x36c2e0){return _0x2d7828(_0x458b33-0xaf,_0xf4bbd4,_0xf4bbd4-0x158,_0x2b9fff- -_0x12cfba._0x5a986e);}if(!_0x4d44f6['includes'](_0x51cc46)){const _0x3de90e={};_0x3de90e['taskId']=_0x254b3a[_0x401fc5(-0x181,-0x9b,-_0x442065._0x2b0582,-_0x442065._0xc7d4ca)],_0x3de90e['skillId']=_0x51cc46,_0x3de90e[_0x4305ca(_0x442065._0x513199,_0x442065._0x41c1fe,_0x442065._0x517fd3,_0x442065._0x4079e3)+'t']=_0x2df3d1['environmen'+_0x401fc5(-_0x442065._0x1a3683,_0x442065._0x33acf0,_0x442065._0x3023fc,-_0x442065._0x2b566b)],_0x3de90e[_0x401fc5(-_0x442065._0x25ad0b,-_0x442065._0x345c68,-_0x442065._0x5d9937,-0x16e)+_0x401fc5(-_0x442065._0x13b0f1,-0x144,-0x1f4,-0xbe)]=_0x4d44f6,logger[_0x401fc5(_0x442065._0x563a5f,0x8e,0x21,_0x442065._0x4f174b)](_0x278b5a[_0x401fc5(_0x442065._0x3d7a0a,0x6e,_0x442065._0x4e39f4,0x15f)],_0x3de90e);const _0x526705={};return _0x526705[_0x401fc5(-_0x442065._0x3f7579,-_0x442065._0x2e30e7,-0x19d,-0x74)]=_0x278b5a['LinHg'],_0x526705[_0x4305ca(_0x442065._0x40163b,_0x442065._0x37646a,0x364,0x2db)]='Skill\x20is\x20n'+_0x401fc5(-0x2c,-0xd6,-0x35,-_0x442065._0x20d439)+_0x401fc5(0xf6,_0x442065._0x44ea9c,-0xf2,-0x86)+_0x4305ca(0x22d,_0x442065._0x194bd5,_0x442065._0x508a57,0x15f)+'t',_0x517886[_0x4305ca(0x1dd,_0x442065._0x1f257a,_0x442065._0x4ee1ac,_0x442065._0x1ddd4c)](-0x15c2+0x21de+0x1d*-0x5d)[_0x4305ca(_0x442065._0x137e65,_0x442065._0x4ecc0c,0x12f,_0x442065._0x389349)](_0x526705);}if(await _0x278b5a['esrHM'](isSkillReadonly,_0x51cc46)){const _0x12ef6b={};_0x12ef6b['taskId']=_0x254b3a[_0x401fc5(_0x442065._0x5329e6,-_0x442065._0x3d18dd,-0x7b,-_0x442065._0x1719fc)],_0x12ef6b['skillId']=_0x51cc46,logger[_0x4305ca(_0x442065._0x1ee8ec,0x2be,0x452,_0x442065._0x428d18)](_0x278b5a[_0x401fc5(_0x442065._0x3983b9,_0x442065._0x2b65f7,_0x442065._0x2a0354,0x7c)],_0x12ef6b);const _0x263c66={};return _0x263c66[_0x401fc5(-0xa7,-0x97,_0x442065._0xd8ed12,-_0x442065._0x3afee4)]=_0x278b5a[_0x4305ca(0x28b,0x2f4,_0x442065._0x213e9a,_0x442065._0x10a0ab)],_0x263c66[_0x401fc5(_0x442065._0x28133a,0x41,_0x442065._0x27a525,_0x442065._0x364dd4)]=_0x278b5a[_0x401fc5(_0x442065._0x5a9206,0x97,_0x442065._0x2b0582,_0x442065._0x11532f)],_0x517886['status'](0x1*-0x2313+-0x1247*0x2+0x4934)['json'](_0x263c66);}_0x2df3d1['skillId']=_0x51cc46;function _0x4305ca(_0x5707cf,_0x5a8d99,_0x354a8b,_0x304a89){return _0x2d7828(_0x5707cf-0xb7,_0x354a8b,_0x354a8b-_0x49ec9f._0x4afe1f,_0x5707cf-0x161);}_0x2df3d1['skillsPath']=_0x708e4d[_0x4305ca(0x1b5,0x163,0xdf,_0x442065._0x58c412)](setupPath,_0x278b5a[_0x4305ca(0x189,_0x442065._0x573805,_0x442065._0x230655,0x26c)]),_0x2df3d1[_0x401fc5(-_0x442065._0x624a7,-_0x442065._0x171487,-0x138,-_0x442065._0x2307e3)]=_0x708e4d[_0x401fc5(-0xd5,-_0x442065._0x33b6e2,-0xdd,-_0x442065._0x421e99)](setupPath,'skills',_0x51cc46),_0x2183e1();}router[_0x2d7828(-0xc0,-0x57,-0x52,0x31)](_0x50f526(-0x1a,-0x54,0xb7,0xbc),requireTaskAuth,async(_0x9293ef,_0x4df98d)=>{const _0x170b8b={_0x33a9ba:0x201,_0x2f5c36:0x108,_0x203136:0x137,_0x2a271c:0xa5,_0x42a73d:0xf9,_0x21b7f4:0x46,_0x41f7c1:0x44,_0x37f786:0x11,_0x39b9ed:0x340,_0x49ac0b:0x54,_0x1ea41f:0x4c,_0x5a4096:0x59,_0xf95114:0x58,_0x1a7351:0x68,_0x2b6bd9:0xf8,_0x45279b:0xbb,_0x5c4e44:0x195,_0x3eca10:0x83,_0x2577a4:0x71,_0x48b616:0x190,_0x29b88f:0x1e7,_0x1a8f19:0x236,_0x5bb33b:0x9b,_0x245b10:0x126,_0x457fd2:0x48,_0x2249c6:0xdc,_0x4ac21d:0xa4,_0x13a6ab:0x15f,_0x4c8960:0x21a,_0x58756d:0x166,_0x2fa370:0x58,_0x89e9d4:0x24,_0x2cc23d:0x4f,_0x5c9b8f:0x242,_0x44e646:0x33,_0x4cfb2a:0x60,_0x3d3d89:0x1f7,_0x11fecc:0x1ca,_0x2a0622:0xe9,_0x109618:0x19d,_0x12d505:0xca,_0x384e91:0x10d,_0x1a6a50:0x199,_0x4f7ea7:0x185,_0x9e8e74:0x3a,_0x5e1ed3:0xe2,_0x5844b1:0x78,_0x276c81:0x1b,_0x5d4f85:0x3b,_0x384f1a:0xf3,_0x257549:0x133,_0x1e47e7:0x15,_0x3bb7bb:0x2e,_0x2ed47d:0x135,_0x27c46e:0x64,_0x1ec014:0x27,_0x23f3b3:0x87},_0x1052b7={_0x20a315:0xf5},_0x2030fd={_0x27212c:0x152},_0xdc6d0={'zfPxJ':'directory','mxQpK':_0x6a65ed(-0x198,-0xc7,-_0x170b8b._0x33a9ba,-_0x170b8b._0x2f5c36),'mjSsq':function(_0x2e0138,_0x43bde9){return _0x2e0138===_0x43bde9;},'HEiDZ':_0x2e43a8(-_0x170b8b._0x203136,-_0x170b8b._0x2a271c,-0x1e1,-_0x170b8b._0x42a73d),'RRkpy':_0x2e43a8(-_0x170b8b._0x21b7f4,-_0x170b8b._0x41f7c1,_0x170b8b._0x37f786,-0xe2),'ZXbol':function(_0xebdc77,_0x190b4f){return _0xebdc77(_0x190b4f);},'MNzvu':function(_0x1d6a4d,_0x184870){return _0x1d6a4d!==_0x184870;},'gUCCD':_0x6a65ed(-0x2aa,-0x386,-_0x170b8b._0x39b9ed,-0x20e)},{callingTask:_0x480768,environmentName:_0x24f883,assignedSkills:_0x57d27f}=_0x9293ef;function _0x6a65ed(_0x18427e,_0x1a2b4b,_0x59be07,_0x468afe){return _0x2d7828(_0x18427e-_0x2030fd._0x27212c,_0x59be07,_0x59be07-0x140,_0x18427e- -0x2f3);}const _0x2b213b={};function _0x2e43a8(_0x532ef1,_0x5ada9b,_0x39941f,_0x17691e){return _0x50f526(_0x17691e-0x2,_0x39941f,_0x39941f-_0x1052b7._0x20a315,_0x17691e-0xa);}_0x2b213b['taskId']=_0x480768[_0x2e43a8(-_0x170b8b._0x49ac0b,0x37,-0x144,-_0x170b8b._0x1ea41f)],_0x2b213b[_0x2e43a8(-0xda,_0x170b8b._0x5a4096,-_0x170b8b._0xf95114,-_0x170b8b._0x1a7351)+'t']=_0x24f883,logger[_0x2e43a8(_0x170b8b._0x2b6bd9,_0x170b8b._0x45279b,0xf1,0xc3)]('Task\x20listi'+_0x6a65ed(-0x100,-0x196,-0x1d1,-0x18c)+'e\x20skills',_0x2b213b);const _0x5387b7=_0x708e4d[_0x6a65ed(-0x29f,-_0x170b8b._0x5c4e44,-0x25a,-0x1cd)](setupPath,_0xdc6d0[_0x6a65ed(-0x146,-_0x170b8b._0x3eca10,-_0x170b8b._0x2577a4,-0x63)]),_0x35d2b8=[];for(const _0x18eece of _0x57d27f){const _0x3f7292=_0x708e4d[_0x6a65ed(-0x29f,-0x242,-_0x170b8b._0x48b616,-0x2d0)](_0x5387b7,_0x18eece,_0x6a65ed(-_0x170b8b._0x29b88f,-0x15b,-0x1e6,-_0x170b8b._0x1a8f19));try{if(_0xdc6d0[_0x2e43a8(-0x106,-0x82,0x25,-_0x170b8b._0x5bb33b)](_0xdc6d0['HEiDZ'],_0xdc6d0['HEiDZ'])){const _0x1160c1=await _0x4380cd[_0x6a65ed(-0xd0,-_0x170b8b._0x245b10,-_0x170b8b._0x457fd2,0x18)](_0x3f7292,_0xdc6d0[_0x6a65ed(-0xfa,-0x124,-_0x170b8b._0x2249c6,-_0x170b8b._0x4ac21d)]),{frontmatter:_0x5ec1f7}=_0xdc6d0['ZXbol'](parseSkillMd,_0x1160c1),_0x27b74a=await isSkillReadonly(_0x18eece),_0x4c3432={};_0x4c3432['id']=_0x18eece,_0x4c3432['name']=_0x5ec1f7[_0x6a65ed(-_0x170b8b._0x13a6ab,-_0x170b8b._0x4c8960,-0x11f,-_0x170b8b._0x58756d)]||_0x18eece,_0x4c3432['descriptio'+'n']=_0x5ec1f7[_0x2e43a8(-_0x170b8b._0x2fa370,0x27,-0x56,-_0x170b8b._0x89e9d4)+'n']||'',_0x4c3432[_0x6a65ed(-0xe4,0x1e,-0x150,-_0x170b8b._0x2cc23d)]=!_0x27b74a,_0x35d2b8[_0x6a65ed(-0x1ca,-_0x170b8b._0x5c9b8f,-0x149,-0x1d6)](_0x4c3432);}else{const _0x54067a={};_0x54067a[_0x2e43a8(-0x90,_0x170b8b._0x44e646,-0x48,_0x170b8b._0x4cfb2a)]=_0x6f8e1d['name'],_0x54067a[_0x2e43a8(0xa,0x15d,0xf6,0x106)]=_0xdc6d0[_0x6a65ed(-0x266,-0x20f,-0x375,-_0x170b8b._0x3d3d89)],_0x4dcaba[_0x6a65ed(-_0x170b8b._0x11fecc,-0x17d,-0x2a7,-0x222)](_0x54067a);}}catch(_0x4d4d3e){if(_0xdc6d0[_0x2e43a8(0x137,0xda,0x7a,0x38)](_0x4d4d3e[_0x2e43a8(_0x170b8b._0x2a0622,0x109,_0x170b8b._0x109618,_0x170b8b._0x12d505)],_0xdc6d0[_0x6a65ed(-_0x170b8b._0x384e91,-0x53,-0x1c,-_0x170b8b._0x1a6a50)])){if(_0x6a65ed(-0x19d,-_0x170b8b._0x4f7ea7,-0x1f2,-0x11c)!=='MrUWZ'){const _0x1eb119={};_0x1eb119['skillId']=_0x18eece,_0x1eb119['error']=_0x4d4d3e[_0x2e43a8(0x2d,-_0x170b8b._0x9e8e74,0x114,0x90)],logger[_0x6a65ed(-_0x170b8b._0x5e1ed3,-0x8c,-0x6f,-0x5c)](_0x2e43a8(_0x170b8b._0x5844b1,-0x10f,-_0x170b8b._0x276c81,-_0x170b8b._0x5d4f85)+_0x2e43a8(_0x170b8b._0x384f1a,_0x170b8b._0x257549,_0x170b8b._0x1e47e7,0x97),_0x1eb119);}else _0x1e9897[_0x2e43a8(_0x170b8b._0x3bb7bb,0x6d,-_0x170b8b._0x2ed47d,-0x68)+'ts'][_0x26a1c3][_0x2e43a8(0x8e,-_0x170b8b._0x27c46e,0xa5,_0x170b8b._0x1ec014)]=[];}}}const _0x5399e9={};_0x5399e9['skills']=_0x35d2b8,_0x5399e9[_0x2e43a8(-0x6b,-0xa0,-_0x170b8b._0x23f3b3,-0x68)+'t']=_0x24f883,_0x4df98d['json'](_0x5399e9);}),router[_0x50f526(-0x2c,0x86,-0x102,-0x3)](_0x50f526(-0x1a,-0xa3,-0xe0,-0x113),requireTaskAuth,async(_0x6a56dd,_0x3e54cb)=>{const _0x55e132={_0x739e05:0xd0,_0x1f6996:0xdc,_0x55b01c:0xc4,_0x54c117:0x3,_0x425696:0x122,_0x33b4e4:0xe0,_0xdacdbf:0x126,_0x378fc0:0x1b6,_0x1b8a20:0x20f,_0x5a6235:0x26b,_0x28ff58:0xf5,_0x100d83:0x2c4,_0x5d4f39:0x160,_0x2bc130:0xb5,_0x4f9415:0x193,_0x3de9d7:0x173,_0x282e21:0x1c2,_0x5f2170:0x76,_0x4c32eb:0x7e,_0xb1299c:0x112,_0x4fa2f0:0x70,_0x3c6b4e:0x44,_0x4c51d8:0x1c3,_0x4e9460:0x23b,_0x36ec10:0x2ec,_0x4f1d20:0x1e9,_0x1dce76:0x20c,_0x4d7c2c:0x228,_0x492758:0x25c,_0x31abb6:0x2da,_0x5c5433:0x116,_0x192c96:0x214,_0x3faf20:0x29d,_0x3ef3ed:0x197,_0x189b4e:0x2d5,_0x37e993:0x2a2,_0x30fcd6:0x33,_0x44a37f:0x28d,_0xbb2444:0x1b7,_0x91e718:0x6b,_0xe26e9:0x149,_0x35115c:0x23c,_0x2d01cf:0x233,_0xe60317:0x114,_0x37ab3c:0x85,_0x56f80f:0x8c,_0x432c42:0x73,_0x42dd54:0xef,_0x9d9ee0:0x2a5,_0x5838d7:0x262,_0x5f094d:0x1d3,_0x2bd527:0x18,_0x36e2ca:0x1a5,_0xf6a566:0xc9,_0x1a621d:0x1a1,_0x34004d:0x1b7,_0x56f815:0xcb,_0xf3be09:0x1ba,_0x402a04:0x26,_0x7e0347:0x108,_0x12f591:0x160,_0x4fa85e:0x1ec,_0x221f30:0x80,_0xdb1011:0x19e,_0x486c01:0x127,_0x4af0ea:0x1a5,_0x5b29c6:0x66,_0x3fc0cf:0x21e,_0x2b613c:0x166,_0x573bf8:0x166,_0x3d3950:0x1d5,_0x460c98:0x315,_0x49426f:0x21a,_0x2089fa:0x16d,_0x1cf00e:0x1e1,_0x403f2a:0xe5,_0x3de4d1:0x70,_0x534e00:0x1b,_0x2096d1:0x2b,_0x1a07b5:0x18d,_0x48f3ef:0x28a,_0x43e50e:0xd8,_0x428475:0xb9,_0x1eb0bc:0x185,_0x21787e:0x15b,_0x36fadb:0x211,_0x53137b:0x102,_0x462718:0xe1,_0x317e2f:0x190,_0x11fe60:0xb0,_0x3fdb80:0x11,_0x18dbbd:0x102,_0x5eba0f:0xf9,_0x2dbbb5:0x28d,_0x3b745a:0x1fa,_0x37b705:0x180,_0x3cf201:0xb6,_0x32dfbd:0x9e,_0x187684:0xa1,_0x56ef31:0x246,_0x273991:0x238,_0x42b482:0x265,_0xff364a:0x23a,_0x429a37:0x1a,_0x190e3a:0xf0,_0x427388:0x18a,_0x1f3db2:0x145,_0x477745:0x50,_0x2172e3:0x155,_0x46aa4e:0x23,_0xe269c:0xc,_0x8bb183:0xb0,_0x473fbd:0x148,_0x9457e3:0x188,_0x591f89:0x44,_0x559154:0x13f,_0x2d8417:0x1c,_0x2b0c86:0x84,_0x2de9e2:0xb6,_0x42059c:0x1f9,_0x4bee60:0x17e,_0x5161c5:0x12b,_0xaba4ad:0x9e,_0x5bf69b:0x1db,_0xc23352:0x13,_0x5c1602:0xcd,_0xdb4a3f:0x105,_0x14081f:0x266,_0x348042:0x11b,_0x3a76d4:0xb4,_0xb1a639:0xd9,_0x4e8775:0x12,_0x136ab7:0x10d,_0x3cadd1:0x3d,_0x5119e9:0xf,_0x2f24d6:0x2ca,_0xe25709:0x10e,_0x30ad69:0x182,_0x320e7e:0x2e6,_0x113d40:0x15d,_0x5e4985:0x171,_0x1176a1:0x1c4,_0x2b3fe3:0x2a6,_0x304410:0x24a,_0x4182e4:0x1e7,_0x7e4f81:0x31,_0x49828d:0xd2,_0xbfa644:0x290,_0x1329eb:0x1a0,_0x30448c:0xb8,_0x43b8af:0x19a,_0x46d16b:0xaa,_0x11ea99:0x96,_0x4f264b:0x11d,_0x542fd4:0x109,_0x3cac6f:0x82,_0x372e3a:0x1b1,_0x24e84c:0x50,_0x2e7ca7:0xb9,_0x2301f7:0x89,_0x21ac45:0x1c1,_0x181942:0xcf,_0x5d60bb:0x20e,_0x3d81dd:0x1bd,_0x43dc7b:0xa0,_0x57342c:0xdb,_0x2d99ec:0x9,_0x311771:0x1c9,_0x886cae:0x69,_0xed6945:0x111,_0x112f9d:0x1bc,_0x2521da:0x113,_0x168864:0x2ad,_0x3d4681:0x244,_0x39fc1e:0x19b,_0x4a6f55:0x8a,_0x2e9da6:0x5d,_0x4602e9:0x50,_0x29acc0:0xc8,_0x41ef5a:0xa3,_0x435dcf:0x4b,_0x9f622d:0x13c,_0x2c369d:0x1ae,_0x445d07:0xda,_0x52a14a:0xd6,_0x54ea19:0x120,_0x4b1954:0x2f,_0x471a4f:0x22f,_0x5da134:0xcd,_0x3ae27c:0x139,_0x3c7fe7:0x235,_0x5811ab:0x90,_0x585080:0xce,_0x1a8a0a:0xfa,_0x2350a1:0x7d,_0x58ef58:0x16e,_0x34e2df:0xc7,_0x24e657:0x48,_0x59f664:0x103,_0x3a11dd:0x1dc,_0x4c23f0:0x47,_0x16a922:0xc8,_0x248fa8:0x4b,_0xb51b57:0xa7,_0x2d31b9:0x289,_0x2d1de2:0x1f4,_0x5926c5:0x43,_0x1f9f7b:0xb5,_0xebf570:0x11a,_0x460a2f:0x51,_0x4a186a:0x248,_0x4915c8:0xcf,_0x39f011:0x6e,_0x160239:0x12f,_0x5e2331:0x170,_0x1145b9:0x20f,_0x4a7fb0:0x1e4,_0x1cd9ff:0x102,_0x31896e:0x142,_0x150357:0x1d7,_0x4d1b44:0x218,_0xed7233:0xb2,_0x366f8a:0x1a4,_0x45ca9a:0x1cb,_0x3e35d5:0x1d7,_0x1c29f1:0x2e,_0x516a42:0xe4,_0x142611:0x21f,_0x50d8db:0x2c2,_0x37bd0d:0x2b5,_0x911477:0x1ee,_0x3877ee:0x1e,_0x57f588:0xc5,_0x3dbe00:0x21,_0x593a87:0x37,_0x489b20:0x125,_0x3eb711:0x196,_0x403f2d:0x1d5,_0x5a8245:0x1bb,_0x1fe5dc:0x147,_0x7e5209:0x182,_0x5a54e2:0x114,_0x39e2ce:0xc,_0x267419:0x22a,_0x3815a8:0x113,_0x3c4ab3:0x14b,_0x4350ec:0x90,_0x206194:0x2e7,_0x1ac174:0x1f8,_0x2a9eab:0x178,_0xa7682:0x22b,_0x3da49d:0x10f,_0x557826:0xeb,_0x3b4811:0x143,_0x9bf2a1:0x1c5,_0x50e849:0x29a,_0x2ffae7:0x203,_0x5a30d1:0x17a,_0x1ed9f4:0x306,_0x4555ab:0x2f1,_0x4b42eb:0x11d,_0xc07342:0x131,_0x2ffe77:0xc0,_0x3d32db:0x3e,_0x54295d:0x1a7,_0x437b8e:0x2a3,_0x71ac42:0x264,_0x37edd7:0x281,_0x2379aa:0x4,_0x1a86c1:0x92,_0x25e2bf:0x8d,_0x1c7f0a:0xea,_0x6b1a17:0x84,_0x55240f:0x5c,_0x11402e:0x76,_0x3e44d7:0x155,_0x57a245:0xf2,_0x234b21:0x178,_0x29470b:0x5a,_0x15d013:0x3a,_0x2c7f3c:0x1c0,_0x5f3bb8:0x1d1,_0x588f97:0x1fe,_0x1d8dcc:0x141,_0x52a5df:0x175,_0x2d5e2b:0x38,_0x183f82:0x74,_0x5cce8f:0x146,_0x1462af:0x43,_0x3aad8d:0x54,_0x598035:0xf7,_0xd4d709:0xfc,_0x4f1d10:0x12d,_0x4b3d9b:0x45,_0x5dd20c:0x7,_0x4999ba:0x7b,_0xb0ec:0x2c,_0x4f485d:0x132,_0x494fab:0x1e5,_0x2c8121:0x2f7,_0x497962:0x167,_0x200a0c:0xaf,_0x7b224b:0x273,_0x3f7d5e:0xb9,_0x2f598a:0x9f,_0x3c7dc7:0x175,_0x47c2bc:0x31,_0x19f6b0:0x6c,_0x3851b4:0x2a,_0x19d0b9:0xb0,_0x448405:0x1fd,_0xb79cd8:0x12f,_0x49e59c:0x1f1,_0x1a99b1:0x108,_0x53a130:0x108,_0x1b02fc:0x1fe,_0x298216:0x107,_0x29724a:0x7e,_0x44552b:0x17c,_0x12bbc5:0x19,_0x3ecdb4:0x1a6,_0x2e401d:0xfd,_0x30a478:0x15,_0x20ba1a:0x177,_0x1277e5:0x2eb,_0x408a99:0xd4,_0x3c4c86:0x24,_0x58e83d:0x40,_0x543ac8:0xe4,_0x4249a5:0xa9,_0x343d39:0x108,_0x565d1f:0x117,_0x523ce3:0x2c,_0x2d1620:0x88,_0x20dc74:0x123,_0x36e3dc:0x1d9,_0x3eaf52:0xd,_0x3003b4:0x129,_0xe90d4b:0x64,_0x3de37b:0x1c0,_0x1f3f6c:0x145,_0x5e3640:0x118,_0xe06ce5:0x1d0,_0x4f02ca:0x4a,_0x5abe30:0x112,_0x48a0c4:0x217,_0x58d22b:0x13a,_0xf7b7df:0xb4,_0x498221:0x9d,_0x342a94:0x28,_0x4bea38:0x62,_0x4eaf48:0x101,_0x4fde14:0x2bf,_0x54efa2:0x1b5,_0x4e39f6:0x3,_0x1ed1c3:0x1e3,_0x239de2:0x1b2,_0x523af3:0x117,_0x559e63:0xaf,_0x33cfb0:0xc7,_0x4d76de:0x1a9,_0x285047:0x20b,_0x33c5fb:0xc6,_0x487b93:0x26e,_0xa30eb4:0xb5,_0x8032c4:0xa0,_0x206c50:0x123,_0x155c52:0xf3,_0xe31df5:0x12f,_0x1a3276:0x197,_0x1a83df:0x70,_0x43b99f:0x73,_0x449562:0x32,_0x66896b:0xf4,_0x15497d:0x211,_0xb5c1c2:0x94,_0x5ba253:0x15f,_0x51592a:0x252,_0x11670c:0x1a7,_0x205f97:0x1e3,_0x2c3c89:0x13a,_0x349475:0xe8,_0x425ac6:0x196,_0x3730a7:0x19,_0x25b3aa:0x2e7,_0x2c4c6d:0x1db,_0x368387:0xe2,_0x46e80b:0x6e,_0x39aafc:0x5e,_0x4d390b:0x59,_0x5ef11f:0x16b,_0x1eae25:0x52,_0xf0e510:0x77,_0x4161d5:0xbc,_0x2de31d:0xd5,_0x22859c:0x9d,_0x2ce2c7:0x312,_0x325ef6:0xc0,_0x4d3038:0x247,_0xd2b63c:0x195,_0x40901f:0xfe,_0x5c964d:0x33,_0x2c0790:0x130,_0xd897b:0x185,_0x232484:0x187,_0x465157:0x65,_0x579b3d:0x236,_0x563abb:0x10b,_0x47927b:0x17b,_0x249c5b:0xbc,_0x55c965:0x22,_0x38d3ac:0xa9,_0x5b7dfa:0x7,_0xcb4156:0xa2,_0x8ebac1:0x29e,_0x20c86b:0x1aa,_0x1e4649:0x3a,_0x2a8865:0xaf,_0x431f03:0x1e0,_0xa819f0:0x1a0,_0x544cff:0x106,_0x51d069:0x50,_0x98b731:0x25,_0x23cec7:0x269},_0x563633={_0x44c8e0:0x108,_0x419e7b:0x263},_0x1afdb8={_0x46bf9c:0x10a,_0x277596:0x96},_0x4ca570={'WxaOe':_0x461c17(-_0x55e132._0x739e05,-0xb,-0x8d,-_0x55e132._0x1f6996),'HARLc':_0x59c1d0(_0x55e132._0x55b01c,-_0x55e132._0x54c117,0x1b0,0xd2)+'t','ooLQX':'Task\x20user\x20'+_0x59c1d0(_0x55e132._0x425696,0x1ba,_0x55e132._0x33b4e4,0x144),'yOwzm':_0x59c1d0(0x1ad,0x16b,0x289,_0x55e132._0xdacdbf)+'ed','rdvYh':_0x59c1d0(0x148,_0x55e132._0x378fc0,_0x55e132._0x1b8a20,0xb2)+'\x20not\x20found','mNHJr':_0x59c1d0(0x1c1,_0x55e132._0x5a6235,_0x55e132._0x28ff58,_0x55e132._0x100d83)+_0x461c17(-_0x55e132._0x5d4f39,-_0x55e132._0x2bc130,-0x1b0,-_0x55e132._0x4f9415)+_0x461c17(-0x13c,-_0x55e132._0x3de9d7,-0x20d,-_0x55e132._0x282e21),'EVhsS':_0x461c17(0x23,0x14,-0xca,-_0x55e132._0x5f2170)+'o\x20associat'+'ed\x20environ'+_0x461c17(_0x55e132._0x4c32eb,-_0x55e132._0xb1299c,_0x55e132._0x4fa2f0,-_0x55e132._0x3c6b4e),'aOWBi':_0x59c1d0(0x157,_0x55e132._0x4c51d8,0x89,0x1bd),'gGvgS':'string','bkbRz':_0x59c1d0(0x186,0x148,0x14b,_0x55e132._0x4e9460)+_0x461c17(-0x210,-_0x55e132._0x36ec10,-0xec,-_0x55e132._0x4f1d20)+_0x59c1d0(_0x55e132._0x1dce76,_0x55e132._0x4d7c2c,_0x55e132._0x492758,_0x55e132._0x31abb6)+_0x59c1d0(_0x55e132._0x5c5433,_0x55e132._0x192c96,0x1c2,0x9b)+'g','aXqVr':function(_0x46f08a,_0x2ffbd9){return _0x46f08a!==_0x2ffbd9;},'Igttz':_0x461c17(-_0x55e132._0x3faf20,-_0x55e132._0x3ef3ed,-0x13a,-0x236)+_0x461c17(-_0x55e132._0x189b4e,-_0x55e132._0x37e993,-0x17c,-0x1d3)+_0x461c17(0x28,-0x1d2,-_0x55e132._0x30fcd6,-0xc9)+_0x461c17(-0x237,-0x161,-_0x55e132._0x44a37f,-_0x55e132._0xbb2444),'ZUPZw':function(_0x1c1aa8,_0x2346a2){return _0x1c1aa8!==_0x2346a2;},'PxHCW':'pUloz','kdfun':_0x59c1d0(0x159,0x166,0x185,_0x55e132._0x91e718),'ocKtX':'Descriptio'+_0x461c17(-0x329,-_0x55e132._0xe26e9,-_0x55e132._0x35115c,-_0x55e132._0x2d01cf)+_0x59c1d0(_0x55e132._0xe60317,_0x55e132._0x37ab3c,0x7a,0x66)+_0x461c17(-_0x55e132._0x56f80f,0xa8,-_0x55e132._0x432c42,-0x38)+_0x59c1d0(0x29,-0x22,_0x55e132._0x42dd54,-0x58),'OeGtp':function(_0x49218e,_0x11698b){return _0x49218e!==_0x11698b;},'dJNLV':'Body\x20is\x20re'+_0x461c17(-_0x55e132._0x9d9ee0,-0x1d0,-_0x55e132._0x5838d7,-_0x55e132._0x5f094d)+_0x461c17(-_0x55e132._0x2bd527,-0x8c,-_0x55e132._0x36e2ca,-_0x55e132._0xf6a566)+_0x461c17(-0x122,-_0x55e132._0x1a621d,-0x19c,-_0x55e132._0x34004d),'TJNYf':_0x59c1d0(_0x55e132._0x56f815,0x47,_0x55e132._0xf3be09,-_0x55e132._0x402a04)+_0x59c1d0(0x18e,_0x55e132._0x7e0347,0x239,0x295),'HXanf':'SKILL.md','mKhHl':_0x59c1d0(_0x55e132._0x12f591,_0x55e132._0x4fa85e,0x8d,_0x55e132._0x221f30)+_0x461c17(-0x283,-0x25f,-_0x55e132._0xdb1011,-0x221),'Sgwat':function(_0x3a46c1,_0x20a724){return _0x3a46c1===_0x20a724;},'hSOeQ':_0x59c1d0(_0x55e132._0x486c01,0x128,_0x55e132._0x4af0ea,_0x55e132._0x5b29c6),'KAUtA':_0x461c17(-_0x55e132._0x55b01c,-_0x55e132._0x3fc0cf,-0x1a8,-_0x55e132._0x2b613c),'IKHVq':_0x461c17(-0x14b,-_0x55e132._0x573bf8,-_0x55e132._0x3d3950,-0x1e3),'Lvnvu':'BZSqW','XNGvz':_0x461c17(-0x2f2,-0x2b6,-_0x55e132._0x460c98,-_0x55e132._0x49426f),'bxsFB':function(_0x330d97,_0xb33e19){return _0x330d97>_0xb33e19;},'JhvcT':_0x59c1d0(_0x55e132._0x2089fa,0x71,_0x55e132._0x1cf00e,_0x55e132._0x403f2a)+_0x59c1d0(_0x55e132._0x3de4d1,-_0x55e132._0x534e00,_0x55e132._0x2096d1,-0x4),'LQYnA':_0x59c1d0(_0x55e132._0x1a07b5,0xfb,_0x55e132._0x48f3ef,0x183)+_0x461c17(-0x66,-0xc5,-_0x55e132._0x43e50e,-_0x55e132._0x428475),'RJDjx':function(_0x310c5b,_0x588de4,_0x3e5534){return _0x310c5b(_0x588de4,_0x3e5534);},'pFhrE':_0x461c17(-_0x55e132._0x1eb0bc,-_0x55e132._0x21787e,-0x1e8,-_0x55e132._0x36fadb),'bZPbm':function(_0x19dfd4,_0xb388c4){return _0x19dfd4&&_0xb388c4;},'QNwMk':_0x461c17(-_0x55e132._0x53137b,-_0x55e132._0x462718,-0x1a5,-_0x55e132._0x317e2f),'mFNHE':function(_0x319327,_0x321045){return _0x319327!==_0x321045;},'sbYbw':_0x59c1d0(_0x55e132._0x11fe60,0xab,_0x55e132._0x3fdb80,-0x2),'PkzAc':_0x59c1d0(0x188,_0x55e132._0x18dbbd,0x1da,_0x55e132._0x5eba0f),'UZCsI':_0x461c17(-_0x55e132._0x2dbbb5,-_0x55e132._0x3b745a,-0x207,-0x182)+_0x461c17(-_0x55e132._0x37b705,-_0x55e132._0x3cf201,-_0x55e132._0x32dfbd,-_0x55e132._0x187684)+_0x59c1d0(0x137,_0x55e132._0x56ef31,0x162,_0x55e132._0x273991)+'(in-memory'+')','clIaW':_0x461c17(-0x20c,-_0x55e132._0x42b482,-0x23b,-_0x55e132._0x3ef3ed)+'ts','wKvRM':_0x461c17(-0x14e,-0x1d7,-_0x55e132._0xff364a,-0x197)+_0x59c1d0(_0x55e132._0x429a37,0x39,0x114,0x26),'qpFap':_0x461c17(-0x285,-_0x55e132._0x190e3a,-0x25e,-_0x55e132._0x427388),'Ydyen':_0x461c17(-0x219,-_0x55e132._0x1f3db2,-_0x55e132._0x477745,-_0x55e132._0x2172e3),'Hqrrb':function(_0x43ad16,_0x4d57e2){return _0x43ad16===_0x4d57e2;},'buGTr':_0x59c1d0(_0x55e132._0x46aa4e,_0x55e132._0xe269c,_0x55e132._0x8bb183,0xa6),'CDHEy':'coder.json','djOxt':_0x461c17(-_0x55e132._0x473fbd,-0x284,-0x1ab,-0x1a9),'okZaN':'Skill\x20assi'+'gnment\x20per'+'sisted\x20to\x20'+'config\x20fil'+'e','oRFsN':_0x59c1d0(0xcd,0x89,_0x55e132._0x9457e3,0x7b)+_0x59c1d0(_0x55e132._0x591f89,_0x55e132._0x559154,-0x7d,0x90)+_0x461c17(-0x18a,-0x156,-_0x55e132._0x2d8417,-_0x55e132._0x2b0c86)+_0x461c17(-_0x55e132._0x2de9e2,-_0x55e132._0x42059c,-0x168,-0x118)+'nfig\x20file\x20'+'(in-memory'+'\x20assignmen'+_0x461c17(-0x2c8,-0x197,-_0x55e132._0x4bee60,-0x22b)+_0x59c1d0(_0x55e132._0x5161c5,_0x55e132._0xaba4ad,_0x55e132._0x5bf69b,0x15a),'nBSYp':_0x59c1d0(0xc1,-_0x55e132._0xc23352,0x105,-0x47)+_0x461c17(-0x71,-_0x55e132._0x5c1602,-0x152,-_0x55e132._0xdb4a3f)+'k','BYqnW':_0x461c17(-0x274,-_0x55e132._0x14081f,-0x258,-0x16a)+_0x461c17(0x19,-_0x55e132._0x348042,-0x167,-0xc8)+'ll'},{callingTask:_0x570bc5,taskUser:_0x40b116,environmentName:_0x42c17a,environmentConfig:_0x5b1ee0}=_0x6a56dd;function _0x59c1d0(_0x579211,_0x5945f7,_0x22d439,_0x445125){return _0x50f526(_0x579211-_0x1afdb8._0x46bf9c,_0x22d439,_0x22d439-0x1ca,_0x445125-_0x1afdb8._0x277596);}const {id:_0x5c1c66,name:_0x402173,description:_0x2504dd,body:_0x13e555,'allowed-tools':_0x4d8878,model:_0x5f3de2,'argument-hint':_0xfb2d98,assignToEnvironment:assignToEnvironment=!![]}=_0x6a56dd[_0x59c1d0(_0x55e132._0x3a76d4,0x2d,_0x55e132._0xb1a639,-0x43)];if(!_0x5c1c66||typeof _0x5c1c66!==_0x4ca570['gGvgS']){const _0x458f87={};return _0x458f87['error']=_0x4ca570['HARLc'],_0x458f87['message']=_0x4ca570[_0x59c1d0(_0x55e132._0x4e8775,_0x55e132._0x136ab7,-_0x55e132._0x3cadd1,-_0x55e132._0x5119e9)],_0x3e54cb[_0x461c17(-_0x55e132._0x2f24d6,-0x24e,-_0x55e132._0xe25709,-0x1e7)](-0x1b91*0x1+0x1fa7+0x13*-0x22)[_0x461c17(-_0x55e132._0x30ad69,-_0x55e132._0x320e7e,-0x17e,-_0x55e132._0x4fa85e)](_0x458f87);}if(!_0x402173||_0x4ca570['aXqVr'](typeof _0x402173,_0x4ca570['gGvgS'])){const _0x2882ff={};return _0x2882ff[_0x59c1d0(0xc0,0x18f,_0x55e132._0x11fe60,_0x55e132._0x113d40)]=_0x4ca570[_0x461c17(-_0x55e132._0x5e4985,-0x27,-0x16,-0x7b)],_0x2882ff[_0x59c1d0(0x198,0x184,0x135,0x89)]=_0x4ca570[_0x59c1d0(_0x55e132._0x1176a1,0xd5,0xb8,0x150)],_0x3e54cb[_0x461c17(-_0x55e132._0x2b3fe3,-_0x55e132._0x304410,-0x165,-_0x55e132._0x4182e4)](0x376*-0x1+0xf4+0x412)['json'](_0x2882ff);}if(!_0x2504dd||_0x4ca570[_0x461c17(-0x3e,-0x71,_0x55e132._0x7e4f81,-_0x55e132._0x49828d)](typeof _0x2504dd,_0x4ca570[_0x461c17(-_0x55e132._0xbfa644,-0x1a0,-0x171,-0x1ce)])){if(_0x4ca570[_0x59c1d0(_0x55e132._0x1329eb,0x1a6,_0x55e132._0x30448c,_0x55e132._0x43b8af)](_0x4ca570[_0x59c1d0(_0x55e132._0x46d16b,_0x55e132._0x11ea99,_0x55e132._0x4f264b,0x87)],_0x4ca570[_0x59c1d0(0xe9,_0x55e132._0x542fd4,0x4b,_0x55e132._0x3cac6f)])){const _0x2d3396={};return _0x2d3396[_0x461c17(-0xb0,-_0x55e132._0x372e3a,-0x183,-0x177)]=_0x4ca570['HARLc'],_0x2d3396[_0x461c17(-0x61,-0x17f,-0x10a,-0x9f)]=_0x4ca570['ocKtX'],_0x3e54cb[_0x59c1d0(_0x55e132._0x24e84c,-0x7e,-_0x55e132._0x2e7ca7,0xc0)](-0x2*0x815+-0x3ec+-0x11*-0x146)['json'](_0x2d3396);}else{const _0xe2e34={};_0xe2e34['name']=_0x480a73[_0x461c17(-_0x55e132._0x2301f7,-0xd3,-_0x55e132._0x21ac45,-_0x55e132._0x181942)],_0xe2e34[_0x59c1d0(_0x55e132._0x5d60bb,0x1a8,0x2b1,_0x55e132._0x3d81dd)]=_0x4ca570[_0x59c1d0(_0x55e132._0x30fcd6,0x59,_0x55e132._0x43dc7b,_0x55e132._0x57342c)],_0x5617fe[_0x59c1d0(0xfd,0x201,-_0x55e132._0x2d99ec,0x2c)](_0xe2e34);}}if(!_0x13e555||_0x4ca570[_0x59c1d0(_0x55e132._0x311771,0x1d3,0x297,0x17d)](typeof _0x13e555,_0x4ca570[_0x59c1d0(_0x55e132._0x886cae,_0x55e132._0xed6945,-0x1f,0x38)])){const _0x2ed399={};return _0x2ed399['error']=_0x4ca570[_0x59c1d0(_0x55e132._0x112f9d,_0x55e132._0x2521da,_0x55e132._0x168864,_0x55e132._0x3d4681)],_0x2ed399[_0x59c1d0(0x198,0x250,_0x55e132._0x39fc1e,0x11f)]=_0x4ca570[_0x59c1d0(_0x55e132._0x4a6f55,-0x53,_0x55e132._0x2e9da6,0xbb)],_0x3e54cb[_0x59c1d0(_0x55e132._0x4602e9,_0x55e132._0x29acc0,_0x55e132._0x2e9da6,_0x55e132._0x41ef5a)](0x677+-0x9*0x3a+-0x2dd)[_0x59c1d0(_0x55e132._0x435dcf,_0x55e132._0x9f622d,0x59,_0x55e132._0x21787e)](_0x2ed399);}function _0x461c17(_0xe6bc31,_0x5104a3,_0x430d2a,_0x256c03){return _0x2d7828(_0xe6bc31-_0x563633._0x44c8e0,_0x5104a3,_0x430d2a-0xb7,_0x256c03- -_0x563633._0x419e7b);}if(!/^[a-zA-Z0-9_-]+$/[_0x59c1d0(_0x55e132._0x2c369d,0x1d2,_0x55e132._0x445d07,0x27d)](_0x5c1c66)){const _0x6605bb={};return _0x6605bb['error']=_0x59c1d0(0xc4,_0x55e132._0x52a14a,0x166,_0x55e132._0x54ea19)+'t',_0x6605bb[_0x461c17(0xc,-0x130,-_0x55e132._0x4b1954,-0x9f)]=_0x59c1d0(0x1d6,0x10f,_0x55e132._0x471a4f,_0x55e132._0x5da134)+'ust\x20contai'+_0x59c1d0(_0x55e132._0x3ae27c,_0x55e132._0x3c7fe7,0x21f,_0x55e132._0x5811ab)+_0x59c1d0(_0x55e132._0x585080,0xeb,_0x55e132._0x1a8a0a,_0x55e132._0x2350a1)+_0x59c1d0(0x115,_0x55e132._0x58ef58,0x11,0x1d4)+',\x20hyphens,'+_0x59c1d0(_0x55e132._0x34e2df,-_0x55e132._0x24e657,0xb1,0xf9)+_0x59c1d0(_0x55e132._0x59f664,0xf3,_0x55e132._0x3a11dd,0x183),_0x3e54cb[_0x59c1d0(0x50,_0x55e132._0x4c23f0,-0x1c,_0x55e132._0x16a922)](0x13*-0x15a+0x598+0x11*0x146)[_0x59c1d0(_0x55e132._0x248fa8,0xc6,-_0x55e132._0xb51b57,0x7a)](_0x6605bb);}if(_0x5c1c66[_0x461c17(-0x195,-0x2c1,-_0x55e132._0x2d31b9,-_0x55e132._0x2d1de2)]('/')||_0x5c1c66[_0x59c1d0(_0x55e132._0x5926c5,0x121,0x41,-_0x55e132._0x1f9f7b)]('\x5c')||_0x5c1c66['includes']('..')){const _0x5c8d25={};return _0x5c8d25['error']=_0x4ca570['HARLc'],_0x5c8d25['message']=_0x4ca570[_0x461c17(-0xd8,-_0x55e132._0xebf570,-0x18,-_0x55e132._0x460a2f)],_0x3e54cb[_0x461c17(-0x29c,-0x235,-_0x55e132._0x4a186a,-0x1e7)](-0x1*-0x19a5+0xd2d+0x2*-0x12a1)[_0x59c1d0(_0x55e132._0x248fa8,_0x55e132._0x4915c8,_0x55e132._0x39f011,-0xa2)](_0x5c8d25);}const _0x6637f9=_0x708e4d[_0x461c17(-_0x55e132._0x160239,-0x2f2,-_0x55e132._0x5e2331,-_0x55e132._0x1145b9)](setupPath,'skills'),_0x25d523=_0x708e4d[_0x461c17(-_0x55e132._0x4a7fb0,-0x10d,-_0x55e132._0x1cd9ff,-_0x55e132._0x1145b9)](_0x6637f9,_0x5c1c66),_0x1811c6=_0x708e4d['join'](_0x25d523,_0x4ca570[_0x461c17(-0x2ca,-_0x55e132._0x31896e,-0x167,-0x203)]),_0x4f6f47=new Date()['toISOStrin'+'g'](),_0x221977={};_0x221977['taskId']=_0x570bc5[_0x461c17(-0x246,-0x1e7,-0x1d7,-0x17b)],_0x221977['skillId']=_0x5c1c66,_0x221977['environmen'+'t']=_0x42c17a,_0x221977['userId']=_0x40b116['id'],_0x221977[_0x59c1d0(_0x55e132._0x150357,_0x55e132._0x4d1b44,0x14d,0x226)+_0x59c1d0(_0x55e132._0xed7233,_0x55e132._0x366f8a,0xd3,0x16c)]=assignToEnvironment,logger[_0x59c1d0(_0x55e132._0x45ca9a,0x1f3,0x123,_0x55e132._0x3e35d5)](_0x4ca570['mKhHl'],_0x221977);try{if(_0x4ca570[_0x59c1d0(0x2c,-0xe4,_0x55e132._0x1c29f1,_0x55e132._0x516a42)](_0x4ca570[_0x461c17(-_0x55e132._0x142611,-_0x55e132._0x50d8db,-_0x55e132._0x37bd0d,-_0x55e132._0x911477)],_0x4ca570[_0x59c1d0(0x3c,-_0x55e132._0x3877ee,_0x55e132._0x30448c,-_0x55e132._0x57f588)])){const _0x185173={};return _0x185173['error']=_0x4ca570['HARLc'],_0x185173['message']=_0x59c1d0(0x3,-_0x55e132._0x3dbe00,0x77,_0x55e132._0x593a87)+_0x461c17(-_0x55e132._0x1f3db2,-0x11d,-0x21a,-_0x55e132._0x489b20)+'killId\x20to\x20'+_0x461c17(-0x26c,-0x243,-0x1f7,-_0x55e132._0x3eb711)+_0x59c1d0(0x1b2,0x2ad,0x201,0xb1),_0x3114cc['status'](0x2203+0x17ff*0x1+0xa*-0x5a5)[_0x461c17(-_0x55e132._0x403f2d,-_0x55e132._0x5a8245,-_0x55e132._0x1fe5dc,-_0x55e132._0x4fa85e)](_0x185173);}else{try{if('ragHj'===_0x4ca570[_0x59c1d0(_0x55e132._0x7e5209,0x28f,_0x55e132._0x5a54e2,0x28d)]){await _0x4380cd['access'](_0x25d523);const _0x1ffa2c={};return _0x1ffa2c[_0x59c1d0(0xc0,_0x55e132._0x3877ee,_0x55e132._0x39e2ce,0xf)]=_0x4ca570[_0x59c1d0(0x1bc,0x226,0xbd,0x2bf)],_0x1ffa2c[_0x59c1d0(0x198,_0x55e132._0x267419,0x102,_0x55e132._0x3815a8)]=_0x461c17(-_0x55e132._0x3c4ab3,_0x55e132._0x886cae,-_0x55e132._0x4350ec,-0x45)+_0x5c1c66+(_0x59c1d0(0x1db,0x1c3,0xe7,_0x55e132._0x206194)+_0x461c17(-_0x55e132._0x1ac174,-_0x55e132._0x5e4985,-0x23e,-_0x55e132._0x2a9eab)),_0x3e54cb[_0x461c17(-0x292,-0x248,-0x1d3,-_0x55e132._0x4182e4)](-0xe3*-0x1c+0x1*-0x2345+0xc01)[_0x461c17(-_0x55e132._0xa7682,-_0x55e132._0x3da49d,-_0x55e132._0x557826,-_0x55e132._0x4fa85e)](_0x1ffa2c);}else _0x4e244a[_0x5f2819]['push'](_0x2f16b8['trim']()[_0x59c1d0(_0x55e132._0x3b4811,0x10d,_0x55e132._0x36e2ca,_0x55e132._0x9bf2a1)](0x1fb1+-0x19a3+0x81*-0xc)[_0x461c17(-0x1c2,-_0x55e132._0x50e849,-0x189,-_0x55e132._0x1329eb)]());}catch(_0x273f51){if(_0x59c1d0(0x117,_0x55e132._0x2ffae7,_0x55e132._0x5a30d1,0x79)===_0x4ca570[_0x59c1d0(0x21a,0x247,_0x55e132._0x1ed9f4,_0x55e132._0x4555ab)]){const _0x106f70={};_0x106f70[_0x59c1d0(0xbc,-0x52,0x15c,_0x55e132._0x445d07)]=_0x251a79,_0x106f70['userId']=_0x1ee525,_0x2f22e0['warn'](_0x4ca570[_0x461c17(-0x1e2,-0xc3,-_0x55e132._0x4b42eb,-_0x55e132._0xc07342)],_0x106f70);const _0x15b20e={};return _0x15b20e[_0x59c1d0(_0x55e132._0x2ffe77,-_0x55e132._0x3d32db,0x1f,_0x55e132._0x3fdb80)]=_0x4ca570[_0x59c1d0(_0x55e132._0x54295d,_0x55e132._0x437b8e,_0x55e132._0x71ac42,_0x55e132._0x37edd7)],_0x15b20e['message']=_0x4ca570[_0x59c1d0(0xd2,-_0x55e132._0x2379aa,_0x55e132._0x1a86c1,_0x55e132._0x25e2bf)],_0x53aacb[_0x59c1d0(0x50,0x105,_0x55e132._0x1c7f0a,_0x55e132._0x6b1a17)](0x1ba7+0x27b+0x67*-0x47)[_0x59c1d0(0x4b,0xf7,_0x55e132._0x55240f,_0x55e132._0x11402e)](_0x15b20e);}else{if(_0x4ca570[_0x59c1d0(0x165,_0x55e132._0x3e44d7,_0x55e132._0x57a245,_0x55e132._0x234b21)](_0x273f51['code'],_0x4ca570['XNGvz']))throw _0x273f51;}}const _0x34008a={};_0x34008a[_0x59c1d0(_0x55e132._0x29470b,0x12a,-_0x55e132._0x15d013,0xcb)]=!![],await _0x4380cd[_0x461c17(-_0x55e132._0x2c7f3c,-_0x55e132._0x5f3bb8,-0x10e,-0x15b)](_0x6637f9,_0x34008a);const _0x5914e4={};_0x5914e4[_0x59c1d0(0x5a,_0x55e132._0x3fdb80,0x23,0x14)]=!![],await _0x4380cd['mkdir'](_0x25d523,_0x5914e4);const _0x499e3c={};_0x499e3c[_0x59c1d0(0x168,0x1b3,0xe2,_0x55e132._0x588f97)]=_0x402173,_0x499e3c['descriptio'+'n']=_0x2504dd;const _0x15e0e7=_0x499e3c;_0x4d8878&&Array[_0x461c17(-0xad,0x71,-_0x55e132._0x1d8dcc,-0x8d)](_0x4d8878)&&_0x4ca570[_0x461c17(-_0x55e132._0x52a5df,-_0x55e132._0x2d5e2b,-0x1fc,-_0x55e132._0x5a54e2)](_0x4d8878['length'],-0x1435+-0x3c1*0x1+-0xbfb*-0x2)&&(_0x15e0e7[_0x4ca570[_0x59c1d0(0x84,0x112,0xa4,0x53)]]=_0x4d8878);_0x5f3de2&&(_0x15e0e7[_0x59c1d0(_0x55e132._0x183f82,_0x55e132._0x5cce8f,-_0x55e132._0x1462af,_0x55e132._0x21787e)]=_0x5f3de2);_0xfb2d98&&(_0x15e0e7[_0x4ca570['LQYnA']]=_0xfb2d98);const _0x3ef3fc=_0x4ca570[_0x59c1d0(0x78,_0x55e132._0xb51b57,0x75,-_0x55e132._0x3aad8d)](serializeSkillMd,_0x15e0e7,_0x13e555);await _0x4380cd['writeFile'](_0x1811c6,_0x3ef3fc,_0x4ca570[_0x59c1d0(_0x55e132._0x598035,_0x55e132._0xd4d709,_0x55e132._0x4f1d10,_0x55e132._0x4b3d9b)]);let _0x3d6e15=![];if(_0x4ca570['bZPbm'](assignToEnvironment,coderConfig)){if(_0x4ca570['OeGtp'](_0x4ca570[_0x461c17(_0x55e132._0x5dd20c,_0x55e132._0x4999ba,-0x94,-_0x55e132._0xb0ec)],_0x59c1d0(0xa7,0x100,0x37,0x1a6))){const _0x48abb5={};_0x48abb5[_0x59c1d0(0xbc,0x3,_0x55e132._0x4af0ea,_0x55e132._0x4f485d)]=_0x558f04,_0x43f61d[_0x59c1d0(_0x55e132._0x494fab,0x1bd,_0x55e132._0x2c8121,0xf2)](_0x4ca570['mNHJr'],_0x48abb5);const _0x465ace={};return _0x465ace[_0x59c1d0(0xc0,0x65,_0x55e132._0x497962,-_0x55e132._0x2d8417)]=_0x461c17(-_0x55e132._0x200a0c,-0x175,-_0x55e132._0x7b224b,-0x173)+'t',_0x465ace[_0x461c17(-0x15b,-_0x55e132._0x3f7d5e,-_0x55e132._0x4f485d,-_0x55e132._0x2f598a)]=_0x4ca570[_0x59c1d0(0x90,_0x55e132._0x3c7dc7,-_0x55e132._0x47c2bc,0xcd)],_0x53b197['status'](-0x1*-0x3ee+0x1f72+0x874*-0x4)[_0x59c1d0(_0x55e132._0x248fa8,_0x55e132._0x19f6b0,_0x55e132._0x3851b4,0x52)](_0x465ace);}else{const _0x58f2b6=coderConfig[_0x461c17(-0x9a,-_0x55e132._0x19d0b9,-_0x55e132._0x448405,-0x197)+'ts']?.[_0x42c17a];if(_0x58f2b6){!_0x58f2b6[_0x59c1d0(_0x55e132._0xb79cd8,0x1f5,_0x55e132._0x30fcd6,0x58)]&&(_0x58f2b6[_0x461c17(-_0x55e132._0xb1299c,-_0x55e132._0x49e59c,-0x41,-_0x55e132._0x1a99b1)]=[]);if(!_0x58f2b6[_0x461c17(-0xbb,-0x75,-_0x55e132._0x183f82,-_0x55e132._0x53a130)][_0x461c17(-_0x55e132._0x1b02fc,-0x19d,-0x206,-_0x55e132._0x2d1de2)](_0x5c1c66)){if(_0x4ca570[_0x59c1d0(-0x7,_0x55e132._0x298216,-0x39,_0x55e132._0x29724a)](_0x4ca570[_0x461c17(-_0x55e132._0x44552b,-0x11d,-_0x55e132._0x12bbc5,-0xb3)],_0x4ca570[_0x461c17(-_0x55e132._0x3de9d7,-0x13c,-_0x55e132._0x1a621d,-_0x55e132._0x3ecdb4)])){_0x58f2b6[_0x461c17(-0x1b9,-0x3b,-0x89,-_0x55e132._0x7e0347)][_0x59c1d0(_0x55e132._0x2e401d,0x1a9,0x1fa,0xad)](_0x5c1c66),_0x3d6e15=!![];const _0x521176={};_0x521176[_0x59c1d0(_0x55e132._0x30a478,0x98,0x97,0xc)]=_0x5c1c66,_0x521176['environmen'+'t']=_0x42c17a,logger['info'](_0x4ca570['UZCsI'],_0x521176);}else return;}}try{const _0x49c103=_0x708e4d[_0x461c17(-_0x55e132._0x20ba1a,-_0x55e132._0x1277e5,-0x1f1,-_0x55e132._0x1145b9)](setupPath,_0x4ca570['clIaW'],_0x42c17a,_0x4ca570[_0x461c17(-0x14f,-_0x55e132._0xd4d709,-0xbf,-0x7f)]);let _0x5098be,_0x4e51f3,_0x31f55d;try{const _0x20e6bc=await _0x4380cd[_0x461c17(-_0x55e132._0x408a99,0x52,-_0x55e132._0x3c4c86,-_0x55e132._0x58e83d)](_0x49c103,_0x59c1d0(0x26,0xa9,_0x55e132._0x543ac8,-0x81));_0x4e51f3=JSON[_0x461c17(-_0x55e132._0x4249a5,-_0x55e132._0x343d39,-0x168,-_0x55e132._0x565d1f)](_0x20e6bc),_0x5098be=_0x49c103,!_0x4e51f3[_0x59c1d0(0x12f,0xbb,0x20,0x8a)]&&(_0x4ca570[_0x59c1d0(_0x55e132._0x523ce3,_0x55e132._0x348042,-_0x55e132._0x2d1620,-0x87)](_0x4ca570[_0x59c1d0(0x205,_0x55e132._0x20dc74,0x228,0x2de)],_0x4ca570['Ydyen'])?_0x1fb2b4[_0x461c17(-_0x55e132._0x36e3dc,-0x23d,-0x5b,-0x13a)](_0x2fdb98+':\x20[]'):_0x4e51f3['skills']=[]),_0x31f55d=_0x4e51f3[_0x59c1d0(0x12f,_0x55e132._0x190e3a,0x1da,0x1c0)];}catch{if(_0x4ca570[_0x59c1d0(0x11e,0x10,_0x55e132._0x3eaf52,0x148)](_0x59c1d0(0xa6,0x13e,_0x55e132._0x3003b4,-_0x55e132._0xe90d4b),_0x4ca570[_0x59c1d0(_0x55e132._0x343d39,0x1c7,_0x55e132._0x3de37b,0x12a)])){const _0x8ca13e=_0x451d30[_0x59c1d0(_0x55e132._0x1f3f6c,_0x55e132._0x2c7f3c,0x60,0xd5)](_0x4f237e)[_0x461c17(-_0x55e132._0x5e3640,-_0x55e132._0xe06ce5,-_0x55e132._0x4f02ca,-_0x55e132._0x5abe30)](_0x1b801f=>_0x1be76b[_0x461c17(-0x19b,-0x192,0x57,-0x8d)](_0x2347df[_0x1b801f]));_0x8ca13e&&_0x133c6b[_0x8ca13e][_0x461c17(-_0x55e132._0x48a0c4,-0x39,-0x14e,-_0x55e132._0x58d22b)](_0xa01f4c['trim']()[_0x59c1d0(0x143,0x1ac,_0x55e132._0xf7b7df,0x145)](0x1a08*-0x1+-0x1a28+0x3432)[_0x461c17(-_0x55e132._0x498221,-0x10f,-0x142,-0x1a0)]());}else{const _0x1e520c=_0x708e4d[_0x59c1d0(_0x55e132._0x342a94,_0x55e132._0x4bea38,-_0x55e132._0x46d16b,0x86)](setupPath,_0x4ca570[_0x461c17(-0x170,-_0x55e132._0x4eaf48,-_0x55e132._0x4fde14,-_0x55e132._0x54efa2)]),_0x1a9da7=await _0x4380cd[_0x59c1d0(0x1f7,0x2a5,0x176,0x20b)](_0x1e520c,_0x4ca570[_0x59c1d0(0xf7,0x156,_0x55e132._0x4e39f6,_0x55e132._0x1ed1c3)]);_0x4e51f3=JSON[_0x461c17(-0x3e,-_0x55e132._0x239de2,-0x185,-_0x55e132._0x523af3)](_0x1a9da7),_0x5098be=_0x1e520c;if(_0x4e51f3[_0x461c17(-0x192,-_0x55e132._0x559e63,-0x241,-0x197)+'ts']&&_0x4e51f3[_0x461c17(-_0x55e132._0x33cfb0,-0x146,-0x227,-_0x55e132._0x3ef3ed)+'ts'][_0x42c17a]){if(_0x4ca570[_0x461c17(-_0x55e132._0x4d76de,-0x280,-_0x55e132._0x298216,-_0x55e132._0x285047)](_0x4ca570[_0x59c1d0(0x1a3,_0x55e132._0x33c5fb,_0x55e132._0x487b93,_0x55e132._0xa30eb4)],_0x4ca570['djOxt']))!_0x4e51f3[_0x59c1d0(_0x55e132._0x8032c4,_0x55e132._0x206c50,-0x60,_0x55e132._0x155c52)+'ts'][_0x42c17a][_0x59c1d0(_0x55e132._0xe31df5,_0x55e132._0x4b1954,0x83,0x208)]&&(_0x4e51f3[_0x59c1d0(0xa0,0x8a,_0x55e132._0x3003b4,0xd6)+'ts'][_0x42c17a][_0x59c1d0(0x12f,0x14e,0x79,0x224)]=[]),_0x31f55d=_0x4e51f3[_0x461c17(-0x26e,-0x21e,-_0x55e132._0x28ff58,-_0x55e132._0x1a3276)+'ts'][_0x42c17a][_0x59c1d0(0x12f,0x1af,0x9a,_0x55e132._0x1a83df)];else{const _0x2cdf95={};return _0x2cdf95[_0x461c17(-_0x55e132._0x43b99f,-0x284,-0x1c7,-_0x55e132._0x20ba1a)]=_0x4ca570['aOWBi'],_0x2cdf95[_0x461c17(0x4,_0x55e132._0x449562,-_0x55e132._0x66896b,-_0x55e132._0x2f598a)]=_0x59c1d0(0x1f2,_0x55e132._0x486c01,_0x55e132._0x15497d,0x1e3)+_0x342f09+(_0x461c17(-_0x55e132._0xb5c1c2,-_0x55e132._0x5ba253,-0xf9,-_0x55e132._0x497962)+'d'),_0x4be781['status'](0x1a16+-0x2ab+-0x15d7*0x1)[_0x461c17(-_0x55e132._0x51592a,-0x1de,-_0x55e132._0x11670c,-0x1ec)](_0x2cdf95);}}}}if(_0x31f55d&&!_0x31f55d['includes'](_0x5c1c66)){_0x31f55d[_0x461c17(-_0x55e132._0x205f97,-0xf7,-0x1b2,-_0x55e132._0x2c3c89)](_0x5c1c66),await _0x4380cd[_0x461c17(-0xff,-_0x55e132._0x349475,-0x120,-0x1b0)](_0x5098be,JSON[_0x59c1d0(0x8c,_0x55e132._0xdacdbf,_0x55e132._0x425ac6,-0x56)](_0x4e51f3,null,-0x2578+-0x1bb9+0x4133*0x1),_0x4ca570['pFhrE']);const _0xc27d44={};_0xc27d44[_0x59c1d0(0x15,0xa9,0x4f,-_0x55e132._0x3730a7)]=_0x5c1c66,_0xc27d44['environmen'+'t']=_0x42c17a,_0xc27d44[_0x461c17(-0x135,-_0x55e132._0x25b3aa,-0x20e,-_0x55e132._0x2c4c6d)]=_0x5098be,logger[_0x59c1d0(_0x55e132._0x45ca9a,_0x55e132._0x368387,0x267,0x23f)](_0x4ca570[_0x59c1d0(_0x55e132._0x46e80b,-_0x55e132._0x39aafc,-_0x55e132._0x4d390b,0x52)],_0xc27d44);}}catch(_0x303a6d){const _0x35d39f={};_0x35d39f['skillId']=_0x5c1c66,_0x35d39f['environmen'+'t']=_0x42c17a,_0x35d39f[_0x461c17(-_0x55e132._0x5ef11f,-0xd0,-0x135,-0x177)]=_0x303a6d[_0x59c1d0(0x198,0x10d,0xae,0x1d1)],logger[_0x461c17(-0x14f,-0xa,_0x55e132._0xb51b57,-_0x55e132._0x1eae25)](_0x4ca570[_0x461c17(0x50,-_0x55e132._0x2350a1,-0x10e,-_0x55e132._0xf0e510)],_0x35d39f);}}}const _0x3c9741={};_0x3c9741[_0x59c1d0(_0x55e132._0x4161d5,_0x55e132._0x2de31d,0x80,-0x37)]=_0x570bc5[_0x59c1d0(_0x55e132._0x4161d5,_0x55e132._0x22859c,0x63,-0x4e)],_0x3c9741[_0x461c17(-0x12e,-0x1fa,-_0x55e132._0x2ce2c7,-0x222)]=_0x5c1c66,_0x3c9741['environmen'+'t']=_0x42c17a,_0x3c9741['userId']=_0x40b116['id'],_0x3c9741[_0x461c17(-0x250,-0x241,-0x2b0,-0x1ae)]=_0x3d6e15,logger['info'](_0x4ca570['nBSYp'],_0x3c9741);const _0x30ecdf={};_0x30ecdf[_0x461c17(-0x113,_0x55e132._0x325ef6,0xb5,-0x48)]=!![],_0x30ecdf['id']=_0x5c1c66,_0x30ecdf['environmen'+'t']=_0x42c17a,_0x30ecdf[_0x461c17(-_0x55e132._0x4d3038,-_0x55e132._0x349475,-_0x55e132._0xdacdbf,-_0x55e132._0xd2b63c)]=_0x4f6f47,_0x30ecdf[_0x59c1d0(_0x55e132._0x4f02ca,0xf9,0x127,0xd)+'askId']=_0x570bc5[_0x59c1d0(_0x55e132._0x4161d5,_0x55e132._0x40901f,-_0x55e132._0x5c964d,0xaa)],_0x30ecdf[_0x59c1d0(0x18,-_0x55e132._0xb51b57,-0x59,0x2b)+_0x59c1d0(_0x55e132._0x2c0790,_0x55e132._0xd897b,0x148,0xcc)]=_0x40b116['id'],_0x30ecdf[_0x59c1d0(0x89,_0x55e132._0x232484,-0x16,_0x55e132._0x465157)]=_0x3d6e15,_0x3e54cb[_0x461c17(-0x258,-_0x55e132._0x579b3d,-0x264,-0x1e7)](-0x9be*0x3+0x25a9*0x1+0xb*-0xb2)[_0x461c17(-0x1c8,-0x190,-0x216,-0x1ec)](_0x30ecdf);}}catch(_0x34051c){const _0x741d61={};_0x741d61[_0x461c17(-_0x55e132._0x563abb,-0x255,-_0x55e132._0x1b8a20,-_0x55e132._0x47927b)]=_0x570bc5[_0x59c1d0(_0x55e132._0x249c5b,_0x55e132._0x55c965,0x132,0x11c)],_0x741d61[_0x59c1d0(0x15,-_0x55e132._0x38d3ac,0x64,-_0x55e132._0x5b7dfa)]=_0x5c1c66,_0x741d61[_0x59c1d0(0xc0,0x85,0x3d,_0x55e132._0xcb4156)]=_0x34051c[_0x461c17(_0x55e132._0x2379aa,-_0x55e132._0x187684,-0xba,-0x9f)],logger[_0x461c17(-0x1b9,-0x16f,-0x178,-0x177)](_0x4ca570[_0x59c1d0(0x131,0x4c,0x192,0x21e)],_0x741d61);try{const _0x1d562f={};_0x1d562f[_0x461c17(-_0x55e132._0x8ebac1,-0x159,-0x10f,-0x1dd)]=!![],_0x1d562f[_0x461c17(-_0x55e132._0x20c86b,-0x44,_0x55e132._0x1e4649,-0xad)]=!![],await _0x4380cd['rm'](_0x25d523,_0x1d562f);}catch{}const _0xe6033e={};_0xe6033e['error']=_0x59c1d0(0x67,0x12c,0x178,_0x55e132._0x2a8865)+_0x461c17(-0x220,-_0x55e132._0x431f03,-_0x55e132._0xa819f0,-0x209)+'r',_0xe6033e['message']=_0x4ca570[_0x461c17(-0x1be,-0x10d,-_0x55e132._0x190e3a,-_0x55e132._0x544cff)],_0x3e54cb[_0x59c1d0(_0x55e132._0x51d069,0x100,_0x55e132._0x98b731,_0x55e132._0x3ae27c)](0x17f3*0x1+0x85d*0x4+0x1*-0x3773)[_0x461c17(-0x140,-0x13c,-_0x55e132._0x23cec7,-0x1ec)](_0xe6033e);}}),router['get'](_0x2d7828(0x118,0x1ce,0xe8,0x13e)+'killId',requireTaskAuth,validateSkillAccess,async(_0x1d452c,_0x5d8439)=>{const _0x854c8f={_0x1b7aff:0x190,_0x247c8b:0x291,_0x3a941d:0x92,_0x53acf3:0x121,_0x335db8:0x21f,_0x5045e7:0x1b9,_0x406a00:0x1c3,_0x2c55ba:0x8d,_0x56823f:0x85,_0x3c363f:0x1d,_0xdc7aa1:0x104,_0x36bb7d:0xf0,_0x2817f2:0x1be,_0x2acc89:0x39,_0x27d1ce:0x146,_0xce073c:0x1e,_0x5bda31:0xcf,_0x9e43c8:0x124,_0x345e30:0x4b,_0x49e05b:0x9b,_0x3c6ace:0x91,_0x4452e1:0x23b,_0x403ae7:0x284,_0xb49380:0x234,_0x15b6ba:0xa6,_0x1f8282:0xd3,_0x205a9b:0x339,_0x79bbed:0x27d,_0x25558f:0x156,_0x2e328a:0xc0,_0x3199bd:0x90,_0x3b0f54:0x26,_0x1904f1:0xad,_0x3a5d7c:0x260,_0x2a24c8:0x23d,_0x1009f9:0x84,_0x52624b:0x12d,_0x3bc4ed:0x21b,_0x56ea57:0xb0,_0x35f346:0xd6,_0x549a1c:0x1de,_0x53c0dd:0x289,_0x22454e:0x27f,_0x4da682:0x8,_0x1f1d76:0x107,_0xc9512d:0x32,_0x443ff7:0x128,_0xe62444:0x21a,_0x3064f5:0x21f,_0x3dd974:0x1a8,_0x54bb20:0xd3,_0x414458:0x270,_0x4e164d:0x179,_0x4c8105:0x18d,_0x35f157:0x164,_0x321a1a:0x78,_0x388779:0xb7,_0x1df928:0x221,_0x3680b9:0x18d,_0x549c9a:0x1fa,_0x4cb17c:0x2b4,_0x12ddbd:0x1d0,_0x3c1cad:0x70,_0xbf4cf2:0x38,_0xcbe8b8:0x7,_0x4cd6f5:0x20c,_0x32b448:0x276,_0x4abfa6:0x21a,_0x45e29c:0x239,_0x960c7e:0x16f,_0x4c9514:0xdb,_0x4290fd:0x7d,_0x2252dd:0x49,_0x5763a9:0xa4,_0x1f97ce:0x1ba,_0xfb78d4:0x101,_0x1785e0:0x11c,_0x2e0614:0x2a6,_0x3db38e:0x215,_0x38b0d6:0x1d5,_0x1e39f5:0xd8,_0x28adf3:0x1bf,_0x5f44a3:0x57,_0x30486c:0xd8,_0x3acaee:0x1ab,_0x3bcbd2:0x23,_0x227725:0xdc,_0xf10f07:0x258,_0x43345a:0x148,_0x3f15dd:0x15f,_0x2a1abf:0x1a2,_0xafc510:0x8e,_0x1e9fec:0xf1,_0x5afe8e:0x16e,_0x39eb75:0xf6,_0x1f33d8:0xb,_0x535745:0x2be,_0x2f9de9:0x289,_0x213a9d:0x177,_0x3ff613:0xc6,_0x2a10c3:0x4d,_0x522fd2:0x100,_0x4b4c3b:0x81,_0x4c232a:0x101,_0x534708:0x200,_0x1dedbf:0x1a,_0x438d05:0x71,_0x3c1e38:0x81,_0x5ad861:0x8b,_0x55b4ee:0x138,_0x4b93d1:0x121,_0x136ec7:0x2d,_0xc66b27:0x116,_0x696954:0x179,_0x1392e6:0x124,_0x3ca539:0xe0,_0x5ad089:0x83,_0x59a472:0x15,_0x9833ee:0x223,_0x289144:0xd2,_0x4fff1c:0x176,_0x13fd9b:0x40,_0xa1e5d9:0x22,_0x420a47:0x103,_0x2a640e:0xb3,_0x292b2f:0x13c,_0x4b453f:0x152},_0x5d1a5f={_0x211af9:0x132,_0x4708bb:0x1cb},_0xfe22b3={_0x22034b:0x172,_0xe4bf39:0x30,_0x3fad00:0xc0};function _0x367fb3(_0x453ef3,_0xf53a85,_0x4ec5c1,_0x443423){return _0x50f526(_0x443423-_0xfe22b3._0x22034b,_0x4ec5c1,_0x4ec5c1-_0xfe22b3._0xe4bf39,_0x443423-_0xfe22b3._0x3fad00);}const _0x356dab={'xPZEQ':function(_0x3dc7c5,_0x2369d3){return _0x3dc7c5(_0x2369d3);},'ZGvPW':_0x3b99e3(-_0x854c8f._0x1b7aff,-_0x854c8f._0x247c8b,-0x159,-_0x854c8f._0x3a941d),'MqaiD':'SKILL.md','DngJo':function(_0x34a034,_0x1dbdf1){return _0x34a034!==_0x1dbdf1;},'Zcrbj':_0x3b99e3(-0x179,-_0x854c8f._0x53acf3,-0x284,-0x17e),'hernI':_0x367fb3(_0x854c8f._0x335db8,_0x854c8f._0x5045e7,0x17f,_0x854c8f._0x406a00),'DsDrC':'directory','lsiNQ':'argument-h'+_0x3b99e3(-0x5a,_0x854c8f._0x2c55ba,-_0x854c8f._0x56823f,_0x854c8f._0x3c363f),'syNaO':function(_0x34ae14,_0x3cde90){return _0x34ae14===_0x3cde90;},'Oqoem':_0x367fb3(_0x854c8f._0xdc7aa1,_0x854c8f._0x36bb7d,0x10b,0x85),'mUAib':_0x3b99e3(-0x10b,-_0x854c8f._0x2817f2,-0x18c,-0x14a)+_0x3b99e3(-_0x854c8f._0x2acc89,-_0x854c8f._0x27d1ce,-0xe,_0x854c8f._0xce073c),'shqGr':'Internal\x20S'+_0x3b99e3(-0x1aa,-0x168,-0x9d,-0x233)+'r'},{callingTask:_0x296e49,skillId:_0x2d088d,skillPath:_0x2a42d6,environmentName:_0x53fa18}=_0x1d452c,_0x537252={};_0x537252['taskId']=_0x296e49[_0x367fb3(0x143,_0x854c8f._0x5bda31,0x137,_0x854c8f._0x9e43c8)];function _0x3b99e3(_0x1d64d8,_0x11f67c,_0xc33a6,_0x4835d1){return _0x50f526(_0x1d64d8- -0xce,_0x4835d1,_0xc33a6-_0x5d1a5f._0x211af9,_0x4835d1-_0x5d1a5f._0x4708bb);}_0x537252[_0x367fb3(_0x854c8f._0x345e30,0xd0,0xbf,0x7d)]=_0x2d088d,_0x537252[_0x3b99e3(-0x138,-_0x854c8f._0x49e05b,-_0x854c8f._0x3c6ace,-_0x854c8f._0x4452e1)+'t']=_0x53fa18,logger[_0x367fb3(_0x854c8f._0x403ae7,0x179,_0x854c8f._0xb49380,0x233)](_0x3b99e3(0x24,_0x854c8f._0x15b6ba,0x8,_0x854c8f._0x1f8282)+_0x367fb3(0x1f6,_0x854c8f._0x205a9b,0x37f,_0x854c8f._0x79bbed)+'details',_0x537252);const _0x546d21=_0x708e4d[_0x367fb3(0x64,_0x854c8f._0x25558f,_0x854c8f._0x2e328a,_0x854c8f._0x3199bd)](_0x2a42d6,'SKILL.md');try{const _0x2b8ca2=await _0x4380cd['readFile'](_0x546d21,_0x367fb3(-_0x854c8f._0x3b0f54,0x160,_0x854c8f._0x1904f1,0x8e)),{frontmatter:_0xa85d95,body:_0x319287}=_0x356dab[_0x367fb3(_0x854c8f._0x3a5d7c,0x331,0x288,_0x854c8f._0x2a24c8)](parseSkillMd,_0x2b8ca2),_0x2b77db=[];try{const _0x429337={};_0x429337[_0x3b99e3(-0x37,-_0x854c8f._0x9e43c8,-_0x854c8f._0x1009f9,-0x107)+_0x3b99e3(-_0x854c8f._0x52624b,-_0x854c8f._0x3bc4ed,-0x1be,-_0x854c8f._0x56ea57)]=!![];const _0x2febd7=await _0x4380cd[_0x3b99e3(-_0x854c8f._0x35f346,0x5,-_0x854c8f._0x549a1c,-0x77)](_0x2a42d6,_0x429337);for(const _0x166ade of _0x2febd7){if(_0x356dab[_0x367fb3(0x30b,0x241,_0x854c8f._0x53c0dd,_0x854c8f._0x22454e)]!==_0x356dab[_0x3b99e3(0x3f,-_0x854c8f._0x4da682,_0x854c8f._0x1f1d76,0xb9)])_0x20ad0f[_0x367fb3(0x1b4,0x7d,-_0x854c8f._0xc9512d,0xdc)]=_0x39b0aa;else{if(_0x166ade['name']===_0x356dab[_0x367fb3(_0x854c8f._0x443ff7,0x167,_0x854c8f._0xe62444,_0x854c8f._0x3064f5)])continue;if(_0x166ade[_0x3b99e3(-_0x854c8f._0x3dd974,-_0x854c8f._0x54bb20,-0x1f1,-_0x854c8f._0x414458)]()){if(_0x356dab['DngJo'](_0x3b99e3(-_0x854c8f._0x4e164d,-_0x854c8f._0x4c8105,-0x25a,-0x1a4),_0x356dab[_0x367fb3(0x20f,_0x854c8f._0x52624b,0x18b,0x1af)]))_0x4048e5[_0x3b99e3(-_0x854c8f._0x35f157,-_0x854c8f._0x321a1a,-0x131,-0x9b)]=_0x12772d;else{const _0xed3b15={};_0xed3b15[_0x3b99e3(-0x70,-0xd5,-0x43,0x92)]=_0x166ade[_0x367fb3(0x24e,0x15d,0x2d7,0x1d0)],_0xed3b15['type']=_0x356dab['hernI'],_0x2b77db[_0x3b99e3(-0xdb,-_0x854c8f._0x388779,0x2a,-0xf)](_0xed3b15);}}else{if(_0x166ade[_0x367fb3(0xff,_0x854c8f._0x1df928,_0x854c8f._0x3680b9,_0x854c8f._0x549c9a)+'y']()){const _0x45b967={};_0x45b967[_0x367fb3(_0x854c8f._0x4cb17c,0x130,0xbf,_0x854c8f._0x12ddbd)]=_0x166ade[_0x3b99e3(-_0x854c8f._0x3c1cad,-_0x854c8f._0xbf4cf2,-0x5c,-_0x854c8f._0xcbe8b8)],_0x45b967[_0x367fb3(0x32e,_0x854c8f._0x4cd6f5,0x24c,_0x854c8f._0x32b448)]=_0x356dab[_0x367fb3(0x1f2,_0x854c8f._0x4abfa6,_0x854c8f._0x45e29c,_0x854c8f._0x960c7e)],_0x2b77db[_0x3b99e3(-_0x854c8f._0x4c9514,-_0x854c8f._0x4290fd,-0x13d,-_0x854c8f._0x2252dd)](_0x45b967);}}}}}catch{}const _0x72a4f2={};_0x72a4f2['id']=_0x2d088d,_0x72a4f2['name']=_0xa85d95['name']||_0x2d088d,_0x72a4f2['descriptio'+'n']=_0xa85d95[_0x367fb3(_0x854c8f._0x5763a9,0x15f,0x217,0x14c)+'n']||'',_0x72a4f2[_0x367fb3(_0x854c8f._0x1f97ce,_0x854c8f._0xfb78d4,0x21,_0x854c8f._0x1785e0)]=_0x319287,_0x72a4f2[_0x367fb3(_0x854c8f._0x2e0614,0xd5,_0x854c8f._0x3db38e,_0x854c8f._0x38b0d6)+_0x367fb3(0x44,0x4f,_0x854c8f._0x549a1c,_0x854c8f._0x1e39f5)]=_0xa85d95['allowed-to'+_0x367fb3(_0x854c8f._0x28adf3,0xa3,_0x854c8f._0x5f44a3,_0x854c8f._0x30486c)]||[],_0x72a4f2[_0x367fb3(0x1dd,_0x854c8f._0x3acaee,-_0x854c8f._0x3bcbd2,_0x854c8f._0x227725)]=_0xa85d95[_0x3b99e3(-_0x854c8f._0x35f157,-_0x854c8f._0xf10f07,-_0x854c8f._0x43345a,-0x251)]||null,_0x72a4f2['argument-h'+'int']=_0xa85d95[_0x356dab[_0x3b99e3(-_0x854c8f._0x3f15dd,-0x166,-_0x854c8f._0x2a1abf,-0x1bd)]]||null,_0x72a4f2[_0x3b99e3(-0x7c,-_0x854c8f._0xafc510,-_0x854c8f._0x1e9fec,-_0x854c8f._0x5afe8e)]=_0x2b77db,_0x72a4f2[_0x367fb3(_0x854c8f._0x39eb75,_0x854c8f._0x1f33d8,0xef,0x108)+'t']=_0x53fa18,_0x5d8439[_0x3b99e3(-_0x854c8f._0x4c8105,-0x106,-0xca,-0xf0)](_0x72a4f2);}catch(_0x1f774f){if(_0x356dab['syNaO'](_0x1f774f[_0x367fb3(0x241,0x31c,_0x854c8f._0x535745,0x23a)],_0x356dab[_0x367fb3(_0x854c8f._0x2f9de9,0x170,_0x854c8f._0x213a9d,0x1d2)])){const _0x2a469d={};return _0x2a469d[_0x3b99e3(-0x118,-_0x854c8f._0x3ff613,-_0x854c8f._0x2a10c3,-_0x854c8f._0x522fd2)]=_0x3b99e3(-_0x854c8f._0x4b4c3b,-0x9c,-0x15f,-0xd2),_0x2a469d[_0x367fb3(0x2d1,0x202,_0x854c8f._0x4c232a,_0x854c8f._0x534708)]=_0x3b99e3(_0x854c8f._0x1dedbf,-_0x854c8f._0x438d05,0xfb,_0x854c8f._0x3c1e38)+_0x2d088d+(_0x367fb3(0x193,_0x854c8f._0x5ad861,0xbd,_0x854c8f._0x55b4ee)+'d'),_0x5d8439[_0x3b99e3(-0x188,-0x83,-0x1e7,-0x205)](-0x2417+0xd09+-0x1*-0x18a2)['json'](_0x2a469d);}const _0x372424={};_0x372424[_0x367fb3(_0x854c8f._0x4b93d1,0xf5,0x185,_0x854c8f._0x9e43c8)]=_0x296e49[_0x367fb3(_0x854c8f._0x136ec7,_0x854c8f._0xc66b27,_0x854c8f._0x696954,_0x854c8f._0x1392e6)],_0x372424[_0x367fb3(-0x1b,_0x854c8f._0x3ca539,-_0x854c8f._0x5ad089,_0x854c8f._0x4290fd)]=_0x2d088d,_0x372424[_0x367fb3(0x160,0x1cd,0x18d,_0x854c8f._0x443ff7)]=_0x1f774f[_0x3b99e3(-0x40,0x1b,0x7,-_0x854c8f._0x59a472)],logger['error'](_0x356dab['mUAib'],_0x372424);const _0x1727c4={};_0x1727c4[_0x3b99e3(-0x118,-_0x854c8f._0x9833ee,-_0x854c8f._0x289144,-0x4f)]=_0x356dab[_0x367fb3(0x86,0xff,0x1ad,_0x854c8f._0x4fff1c)],_0x1727c4[_0x3b99e3(-_0x854c8f._0x13fd9b,_0x854c8f._0xa1e5d9,0x8e,-0x126)]=_0x356dab[_0x3b99e3(0x2e,_0x854c8f._0x420a47,-_0x854c8f._0x2a640e,_0x854c8f._0x292b2f)],_0x5d8439['status'](-0x362*0xa+-0x14a1+0x3869)[_0x3b99e3(-_0x854c8f._0x4c8105,-_0x854c8f._0x4b453f,-0xa9,-0x1df)](_0x1727c4);}}),router[_0x2d7828(0x69,0xf1,0x14e,0xca)](_0x50f526(0x8,-0x108,0x6d,-0xba)+_0x2d7828(0x1dd,0x16d,0x2e9,0x234),requireTaskAuth,validateSkillAccess,async(_0x175b5b,_0x5f442d)=>{const _0x5bdbd4={_0x20cc44:0x400,_0x5f5aed:0xe0,_0x4d4589:0x5b6,_0x2b80c9:0x676,_0x47bcc6:0x5af,_0x3c7916:0x327,_0x48303e:0x1e4,_0x57c75f:0x331,_0x1f4589:0x410,_0x3ad8b3:0x186,_0x57a701:0x244,_0x5a5bc5:0x124,_0x579295:0x560,_0x2c0034:0x5e4,_0x516917:0x58e,_0x575b41:0x63c,_0x46d58d:0x528,_0x3d2622:0x580,_0x56910e:0x5c8,_0x40c11c:0x563,_0xa1c0a1:0x385,_0x1ddca7:0x4a1,_0x37c717:0x34b,_0x58b817:0x35a,_0x332f9e:0x219,_0x37aeac:0x205,_0x3d2b0b:0x289,_0x1a02e8:0x421,_0x36a4d4:0x2cc,_0x2c809f:0x242,_0x67701b:0x2de,_0x35da00:0x354,_0x347c8b:0x26e,_0x1fa0d2:0x37d,_0x5ec946:0x296,_0x18df17:0x2ae,_0x28810f:0x304,_0x25e9fe:0x263,_0x3fc9f9:0x1fd,_0x185d7f:0x19c,_0x4efafe:0x16b,_0x301f11:0x369,_0x4d4e9b:0x1b3,_0x119a91:0x66,_0x41b426:0x58b,_0x39e038:0x5b2,_0x3d1aae:0x667,_0x4e9685:0x443,_0x471f88:0x2f9,_0x5baa1b:0x338,_0x107eb2:0x3f6,_0x1b1064:0x180,_0x43a338:0x5a7,_0x5d35fb:0x499,_0x406f6e:0x4a6,_0x22fb45:0x28f,_0x5904d9:0x256,_0x33c84b:0x255,_0x19ea08:0x212,_0x182ec9:0x232,_0x273944:0x26f,_0x1c1188:0x1da,_0x24e7be:0x27e,_0x486e97:0x1b4,_0x409fc0:0x154,_0x3b6616:0x26e,_0x586492:0x383,_0x40dd0f:0x4d7,_0x4096d3:0x50e,_0x1f3bcd:0x4ef,_0x43f6ad:0x5bc,_0x21ca7f:0x4a1,_0x3f1afd:0x468,_0x51c2c8:0x4b3,_0x4c5158:0x46d,_0x7f3def:0x174,_0x5508d4:0x1ae,_0x190330:0x4c3,_0x406bda:0x47a,_0x4095e2:0x4f2,_0x5a0840:0x3dc,_0x330965:0x3ba,_0x20e635:0x43e,_0x55d696:0x43d,_0x39f656:0x377,_0x4ae94a:0x31e,_0x503636:0x3b9,_0x29fd81:0x2d8,_0x4b4e08:0x211,_0x229064:0x583,_0x37e80c:0x4ee,_0x3b26d0:0x352,_0x98441e:0x41b,_0x50ba6b:0x331,_0x4a8b0c:0x38b,_0x43eb17:0x39d,_0x3c203a:0x286,_0x190134:0x4bb,_0x4796f5:0x50a,_0x2955cf:0x16a,_0xe9d211:0x176,_0x578048:0x40d,_0x4ca916:0x235,_0x28e65c:0x27b,_0x358ba6:0x5e7,_0x42d08e:0x57c,_0xa6d4c5:0x50e,_0x366940:0x2fe,_0x320be9:0x365,_0x1d7ffe:0x342,_0x4d4889:0x364,_0x16c18f:0x467,_0x22aee0:0x547,_0x35905f:0x413,_0x3f0beb:0x57b,_0x3f9499:0x4f0,_0x5389b1:0x4ca,_0x313080:0x49f,_0x245ffe:0x4d1,_0x5d1e02:0x4d4,_0x27d310:0x3c8,_0x226f32:0x4eb,_0x4fc318:0x446,_0x318b11:0x209,_0x5a3ec8:0x229,_0x42bf2d:0x47a,_0xfbcb9e:0x405,_0x3bd308:0x290,_0x76680e:0x3c4,_0x36b216:0x2b3,_0x52d997:0x31d,_0x593396:0x2c3,_0x1d71b5:0x2ab,_0x5747fc:0x1bf,_0xf65240:0x28e,_0x194b15:0x25e,_0x5e3cbd:0x1f6,_0x434ae7:0x644,_0xf3d370:0x5e6,_0x42b1a7:0x519,_0x3ac49b:0x46f,_0x51fba8:0x1f6,_0x4b28e:0x3eb,_0x3591fb:0x268,_0x53505c:0x325,_0x4ab964:0x300,_0x272650:0x1ca,_0x147f0e:0x1bb,_0x5a1f0e:0x390,_0x105c70:0x1b5,_0x3cd8b6:0x4eb,_0x3ccf43:0x30e,_0xad377:0x28b,_0x48bdcc:0x22c,_0x107eea:0x22f,_0x494e0c:0xfe,_0x4223f5:0x2c8,_0x390c43:0x227,_0x198358:0x1f0,_0x5d75c1:0x375,_0x3155f9:0x417,_0x137040:0x542,_0xa25a39:0x4a5,_0x27e80f:0x55b,_0x186145:0x1a5,_0x2dd132:0x34a},_0x33d226={_0x43e563:0x16c,_0x394822:0x3c7},_0x12cca3={_0x5e4546:0x241,_0x19226d:0x47},_0x1e5a09={'NEYNp':function(_0x51557e,_0x576172){return _0x51557e===_0x576172;},'jpqph':function(_0x3e12da,_0x19db4a){return _0x3e12da===_0x19db4a;},'ZXwmd':function(_0x52882f,_0xab56d6){return _0x52882f!==_0xab56d6;},'kAVjo':'Bad\x20Reques'+'t','QSpKE':_0x35a477(0x45b,0x549,0x402,_0x5bdbd4._0x20cc44)+_0x35a477(0x469,0x462,0x37d,0x432)+_0x35a477(0x5c7,0x5e5,0x5b4,0x5a5)+_0x3a0b2c(-0x28a,-0x1e7,-_0x5bdbd4._0x5f5aed,-0x286),'FikgY':_0x35a477(_0x5bdbd4._0x4d4589,0x61f,_0x5bdbd4._0x2b80c9,_0x5bdbd4._0x47bcc6)+'ing\x20skill','JaNEX':function(_0x23cf2b,_0x3f29e8){return _0x23cf2b!==_0x3f29e8;},'LdXSj':function(_0x387003,_0xf7a99f){return _0x387003!==_0xf7a99f;},'NDwLB':_0x3a0b2c(-_0x5bdbd4._0x3c7916,-0x26b,-_0x5bdbd4._0x48303e,-_0x5bdbd4._0x57c75f),'xkeCE':function(_0x32f6ae,_0x3242df){return _0x32f6ae===_0x3242df;},'EBGlA':_0x35a477(_0x5bdbd4._0x1f4589,0x4de,0x4ab,0x3db),'AnfEr':_0x3a0b2c(-_0x5bdbd4._0x3ad8b3,-0x1f4,-_0x5bdbd4._0x57a701,-_0x5bdbd4._0x5a5bc5),'AjOxf':function(_0x38fe16,_0x5a473f){return _0x38fe16(_0x5a473f);},'rCZfz':function(_0x530c45,_0x2ea3d7){return _0x530c45!==_0x2ea3d7;},'ACsMd':_0x35a477(_0x5bdbd4._0x579295,_0x5bdbd4._0x2c0034,_0x5bdbd4._0x516917,_0x5bdbd4._0x575b41)+_0x35a477(0x463,_0x5bdbd4._0x46d58d,0x44c,0x4de),'llJkx':function(_0x402f82,_0x248743){return _0x402f82>_0x248743;},'fkScl':function(_0x5c04d0,_0x327411){return _0x5c04d0===_0x327411;},'gxwJH':'msXND','kYqSG':_0x35a477(_0x5bdbd4._0x3d2622,_0x5bdbd4._0x56910e,_0x5bdbd4._0x40c11c,0x5ea)+_0x3a0b2c(-0x1d8,-0x1cd,-0x1be,-0x1a5),'MqfqA':function(_0x3e1349,_0x52f80f,_0x4dc31b){return _0x3e1349(_0x52f80f,_0x4dc31b);},'aOMKp':_0x35a477(0x419,0x4d7,_0x5bdbd4._0xa1c0a1,_0x5bdbd4._0x1ddca7),'kEQbK':_0x3a0b2c(-0x244,-_0x5bdbd4._0x37c717,-_0x5bdbd4._0x58b817,-0x399)+_0x3a0b2c(-0x277,-_0x5bdbd4._0x332f9e,-_0x5bdbd4._0x37aeac,-0x2b1)+'k','AENsA':_0x3a0b2c(-_0x5bdbd4._0x3d2b0b,-0x2e4,-0x257,-0x1ea)+_0x35a477(_0x5bdbd4._0x1a02e8,0x37b,0x3a8,0x4ed)+'r'};function _0x3a0b2c(_0x1f6abf,_0xb6607,_0x3c800d,_0x4ab1ee){return _0x50f526(_0xb6607- -_0x12cca3._0x5e4546,_0x3c800d,_0x3c800d-0x2,_0x4ab1ee-_0x12cca3._0x19226d);}const {callingTask:_0x412f67,taskUser:_0x3c2f67,skillId:_0x44f55b,skillPath:_0x1159c3,environmentName:_0x15b3e1}=_0x175b5b;function _0x35a477(_0x47f5c9,_0x13d9be,_0x5f0796,_0x1b79d9){return _0x2d7828(_0x47f5c9-0x1e5,_0x13d9be,_0x5f0796-_0x33d226._0x43e563,_0x47f5c9-_0x33d226._0x394822);}const {name:_0x2112e5,description:_0x5dc733,body:_0x5f13e8,'allowed-tools':_0x20d442,model:_0x536c77,'argument-hint':_0x1520dc}=_0x175b5b['body'];if(_0x1e5a09[_0x3a0b2c(-0x356,-_0x5bdbd4._0x36a4d4,-_0x5bdbd4._0x2c809f,-0x1ef)](_0x2112e5,undefined)&&_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x67701b,-_0x5bdbd4._0x36a4d4,-_0x5bdbd4._0x35da00,-_0x5bdbd4._0x347c8b)](_0x5dc733,undefined)&&_0x1e5a09[_0x35a477(0x472,_0x5bdbd4._0x1fa0d2,0x49c,0x472)](_0x5f13e8,undefined)&&_0x20d442===undefined&&_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x5ec946,-0x2cc,-0x26c,-_0x5bdbd4._0x18df17)](_0x536c77,undefined)&&_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x28810f,-_0x5bdbd4._0x25e9fe,-0x204,-_0x5bdbd4._0x3fc9f9)](_0x1520dc,undefined)){if(_0x1e5a09['ZXwmd'](_0x3a0b2c(-_0x5bdbd4._0x185d7f,-_0x5bdbd4._0x4efafe,-0x71,-0x135),'aTfDe'))_0x4bbb29['skills']=_0x571d4c,_0x552e7d=!![];else{const _0x265a7b={};return _0x265a7b[_0x3a0b2c(-_0x5bdbd4._0x301f11,-0x28b,-0x356,-_0x5bdbd4._0x4d4e9b)]=_0x1e5a09[_0x3a0b2c(-0x4a,-0x133,-_0x5bdbd4._0x119a91,-0x163)],_0x265a7b[_0x35a477(_0x5bdbd4._0x41b426,0x661,_0x5bdbd4._0x39e038,_0x5bdbd4._0x3d1aae)]=_0x1e5a09['QSpKE'],_0x5f442d[_0x35a477(_0x5bdbd4._0x4e9685,0x504,0x4a5,0x47b)](0x1*0x113b+-0x17a5+-0x2*-0x3fd)[_0x3a0b2c(-_0x5bdbd4._0x471f88,-0x300,-_0x5bdbd4._0x5baa1b,-_0x5bdbd4._0x107eb2)](_0x265a7b);}}logger[_0x3a0b2c(-0x276,-_0x5bdbd4._0x1b1064,-0x28f,-0x24f)](_0x1e5a09[_0x35a477(_0x5bdbd4._0x43a338,_0x5bdbd4._0x5d35fb,0x5e5,_0x5bdbd4._0x406f6e)],{'taskId':_0x412f67[_0x3a0b2c(-0x29c,-_0x5bdbd4._0x22fb45,-0x229,-0x36b)],'skillId':_0x44f55b,'environment':_0x15b3e1,'userId':_0x3c2f67['id'],'fields':{'name':_0x1e5a09[_0x3a0b2c(-0x304,-_0x5bdbd4._0x5904d9,-_0x5bdbd4._0x33c84b,-0x360)](_0x2112e5,undefined),'description':_0x5dc733!==undefined,'body':_0x1e5a09['ZXwmd'](_0x5f13e8,undefined),'allowedTools':_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x19ea08,-_0x5bdbd4._0x182ec9,-0x148,-0x306)](_0x20d442,undefined),'model':_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x273944,-_0x5bdbd4._0x5904d9,-_0x5bdbd4._0x1c1188,-_0x5bdbd4._0x24e7be)](_0x536c77,undefined),'argumentHint':_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x486e97,-_0x5bdbd4._0x2c809f,-_0x5bdbd4._0x409fc0,-_0x5bdbd4._0x3b6616)](_0x1520dc,undefined)}});const _0x312a84=_0x708e4d[_0x3a0b2c(-0x287,-0x323,-0x3c2,-_0x5bdbd4._0x586492)](_0x1159c3,_0x1e5a09[_0x35a477(0x50b,_0x5bdbd4._0x40dd0f,0x4c9,_0x5bdbd4._0x4096d3)]),_0x4c1d61=new Date()[_0x35a477(0x55a,0x4b7,0x4bb,0x651)+'g']();try{let _0x246f74='';try{_0x246f74=await _0x4380cd[_0x35a477(0x5ea,0x6e1,0x526,0x58a)](_0x312a84,'utf-8');}catch(_0x2c16fd){if(_0x1e5a09[_0x35a477(0x4ad,0x4a5,_0x5bdbd4._0x1f3bcd,_0x5bdbd4._0x43f6ad)](_0x2c16fd['code'],_0x1e5a09[_0x35a477(_0x5bdbd4._0x21ca7f,0x3d9,_0x5bdbd4._0x3f1afd,0x452)])){const _0x19cbee={};return _0x19cbee[_0x35a477(_0x5bdbd4._0x51c2c8,_0x5bdbd4._0x4c5158,0x4cc,0x5c4)]=_0x1e5a09[_0x35a477(0x514,0x586,0x413,0x5c3)],_0x19cbee[_0x3a0b2c(-_0x5bdbd4._0x7f3def,-0x1b3,-0x28d,-_0x5bdbd4._0x5508d4)]='Skill\x20\x27'+_0x44f55b+(_0x35a477(_0x5bdbd4._0x190330,0x434,_0x5bdbd4._0x406bda,_0x5bdbd4._0x4095e2)+'d'),_0x5f442d[_0x35a477(0x443,_0x5bdbd4._0x5a0840,0x525,_0x5bdbd4._0x330965)](-0x21e9*0x1+0x1edc+0x4a1)[_0x35a477(_0x5bdbd4._0x20e635,0x4ee,_0x5bdbd4._0x55d696,_0x5bdbd4._0x39f656)](_0x19cbee);}throw _0x2c16fd;}const _0x3f6264=_0x1e5a09[_0x3a0b2c(-0x2f0,-_0x5bdbd4._0x4ae94a,-_0x5bdbd4._0x503636,-0x3fd)](parseSkillMd,_0x246f74),_0x590bd9={'name':_0x1e5a09['rCZfz'](_0x2112e5,undefined)?_0x2112e5:_0x3f6264['frontmatte'+'r'][_0x3a0b2c(-0x15d,-0x1e3,-_0x5bdbd4._0x29fd81,-_0x5bdbd4._0x4b4e08)]||_0x44f55b,'description':_0x5dc733!==undefined?_0x5dc733:_0x3f6264['frontmatte'+'r'][_0x35a477(0x4d7,_0x5bdbd4._0x229064,0x4b5,_0x5bdbd4._0x37e80c)+'n']||''},_0x22e8a4=_0x1e5a09[_0x35a477(0x401,0x302,_0x5bdbd4._0x3b26d0,_0x5bdbd4._0x98441e)](_0x20d442,undefined)?_0x20d442:_0x3f6264[_0x3a0b2c(-0x351,-0x26a,-_0x5bdbd4._0x50ba6b,-0x270)+'r'][_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x4a8b0c,-0x294,-0x21b,-_0x5bdbd4._0x43eb17)]];_0x22e8a4&&_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x3c203a,-0x315,-_0x5bdbd4._0x18df17,-0x277)](_0x22e8a4[_0x35a477(_0x5bdbd4._0x190134,_0x5bdbd4._0x4796f5,0x3fa,0x472)],-0x79f*0x3+0x16c7+-0xb*-0x2)&&(_0x590bd9[_0x3a0b2c(-_0x5bdbd4._0x2955cf,-0x1de,-0x142,-_0x5bdbd4._0xe9d211)+_0x35a477(0x463,0x54d,0x492,_0x5bdbd4._0x578048)]=_0x22e8a4);const _0xe474ff=_0x536c77!==undefined?_0x536c77:_0x3f6264['frontmatte'+'r'][_0x3a0b2c(-0x260,-0x2d7,-_0x5bdbd4._0x4ca916,-_0x5bdbd4._0x28e65c)];if(_0xe474ff){if(_0x1e5a09[_0x35a477(_0x5bdbd4._0x358ba6,0x6ef,_0x5bdbd4._0x42d08e,0x5e4)](_0x1e5a09[_0x35a477(0x3fc,_0x5bdbd4._0xa6d4c5,_0x5bdbd4._0x366940,_0x5bdbd4._0x320be9)],_0x1e5a09[_0x3a0b2c(-0x3b3,-_0x5bdbd4._0x1d7ffe,-_0x5bdbd4._0x4d4889,-0x3be)]))_0x590bd9[_0x35a477(_0x5bdbd4._0x16c18f,_0x5bdbd4._0x22aee0,0x4aa,0x4ce)]=_0xe474ff;else{_0x35f1ba[_0x35a477(0x4f0,0x519,_0x5bdbd4._0x35905f,_0x5bdbd4._0x3f0beb)](_0x12f007+':');for(const _0x45bd6f of _0x418e55){_0x427961[_0x35a477(_0x5bdbd4._0x3f9499,0x486,0x444,_0x5bdbd4._0x5389b1)](_0x35a477(0x446,0x4af,_0x5bdbd4._0x313080,_0x5bdbd4._0x245ffe)+_0x45bd6f);}}}const _0x434824=_0x1520dc!==undefined?_0x1520dc:_0x3f6264[_0x35a477(_0x5bdbd4._0x5d1e02,0x588,_0x5bdbd4._0x27d310,_0x5bdbd4._0x226f32)+'r'][_0x1e5a09['kYqSG']];_0x434824&&(_0x590bd9[_0x1e5a09['kYqSG']]=_0x434824);const _0x3a3d01=_0x1e5a09['rCZfz'](_0x5f13e8,undefined)?_0x5f13e8:_0x3f6264[_0x35a477(0x4a7,_0x5bdbd4._0x4fc318,0x486,0x59e)],_0xee1160=_0x1e5a09[_0x3a0b2c(-0x28d,-0x2ee,-_0x5bdbd4._0x318b11,-_0x5bdbd4._0x5a3ec8)](serializeSkillMd,_0x590bd9,_0x3a3d01);await _0x4380cd[_0x35a477(_0x5bdbd4._0x42bf2d,_0x5bdbd4._0xfbcb9e,0x4f3,0x490)](_0x312a84,_0xee1160,_0x1e5a09['aOMKp']);const _0x392593={};_0x392593[_0x3a0b2c(-_0x5bdbd4._0x3bd308,-0x28f,-0x2e7,-0x389)]=_0x412f67['taskId'],_0x392593['skillId']=_0x44f55b,_0x392593['environmen'+'t']=_0x15b3e1,_0x392593['userId']=_0x3c2f67['id'],logger['info'](_0x1e5a09[_0x3a0b2c(-_0x5bdbd4._0x76680e,-_0x5bdbd4._0x36b216,-_0x5bdbd4._0x52d997,-0x1a8)],_0x392593);const _0x1b2c9b={};_0x1b2c9b['success']=!![],_0x1b2c9b['id']=_0x44f55b,_0x1b2c9b[_0x3a0b2c(-_0x5bdbd4._0x593396,-_0x5bdbd4._0x1d71b5,-_0x5bdbd4._0x5747fc,-_0x5bdbd4._0xf65240)+'t']=_0x15b3e1,_0x1b2c9b[_0x3a0b2c(-0x1ab,-_0x5bdbd4._0x194b15,-_0x5bdbd4._0x5e3cbd,-0x35f)]=_0x4c1d61,_0x1b2c9b['updatedByT'+_0x35a477(0x58f,0x5e5,_0x5bdbd4._0x434ae7,_0x5bdbd4._0xf3d370)]=_0x412f67[_0x35a477(0x4af,_0x5bdbd4._0x42b1a7,0x546,_0x5bdbd4._0x3ac49b)],_0x1b2c9b[_0x3a0b2c(-_0x5bdbd4._0x51fba8,-0x2d9,-_0x5bdbd4._0x4b28e,-_0x5bdbd4._0x3591fb)+'serId']=_0x3c2f67['id'],_0x5f442d[_0x3a0b2c(-_0x5bdbd4._0x53505c,-_0x5bdbd4._0x4ab964,-0x27c,-0x23d)](_0x1b2c9b);}catch(_0x5d1910){const _0x4a3e3e={};_0x4a3e3e[_0x3a0b2c(-_0x5bdbd4._0x272650,-_0x5bdbd4._0x22fb45,-0x182,-_0x5bdbd4._0x147f0e)]=_0x412f67[_0x3a0b2c(-_0x5bdbd4._0x5a1f0e,-0x28f,-_0x5bdbd4._0x105c70,-0x2ac)],_0x4a3e3e[_0x35a477(0x408,0x4b3,_0x5bdbd4._0x3cd8b6,_0x5bdbd4._0x3ccf43)]=_0x44f55b,_0x4a3e3e[_0x3a0b2c(-0x272,-_0x5bdbd4._0xad377,-_0x5bdbd4._0x48bdcc,-0x2d4)]=_0x5d1910[_0x3a0b2c(-_0x5bdbd4._0x107eea,-0x1b3,-0x194,-_0x5bdbd4._0x494e0c)],logger[_0x3a0b2c(-0x2b8,-_0x5bdbd4._0xad377,-_0x5bdbd4._0x4223f5,-_0x5bdbd4._0x390c43)](_0x3a0b2c(-_0x5bdbd4._0x198358,-0x27e,-_0x5bdbd4._0x5d75c1,-0x366)+'update\x20ski'+'ll',_0x4a3e3e);const _0x374c85={};_0x374c85[_0x35a477(0x4b3,0x528,_0x5bdbd4._0x3155f9,0x4b7)]=_0x1e5a09[_0x35a477(0x527,0x44b,0x41f,_0x5bdbd4._0x137040)],_0x374c85[_0x35a477(0x58b,0x56b,_0x5bdbd4._0xa25a39,_0x5bdbd4._0x27e80f)]=_0x3a0b2c(-0x35c,-_0x5bdbd4._0x24e7be,-0x35a,-_0x5bdbd4._0x186145)+_0x3a0b2c(-0x2c6,-0x275,-_0x5bdbd4._0x2dd132,-0x1d6)+'ll',_0x5f442d['status'](0x4b0*-0x1+-0x2322+0x14e3*0x2)['json'](_0x374c85);}}),router[_0x2d7828(0x15d,0x1ec,0x1cd,0x245)](_0x2d7828(0x248,0x5e,0x142,0x13e)+_0x50f526(0xfe,0x1a5,-0x4,0x132),requireTaskAuth,validateSkillAccess,async(_0x2bc549,_0x2276c5)=>{const _0x105eca={_0x501175:0x1b7,_0x2c6723:0x132,_0x31dc86:0x147,_0x234f67:0xbf,_0x192db2:0x42d,_0x1192b7:0x397,_0x597a24:0x409,_0x2f004e:0x160,_0x4d2c1a:0xc0,_0x41ed09:0x3aa,_0x34ac19:0x515,_0x1d0cff:0x43a,_0x17411a:0x1c6,_0x232296:0x152,_0x4569cb:0x1da,_0x47df2d:0x2f3,_0x2e36ba:0x37e,_0x5965b4:0x400,_0x442933:0xa5,_0x4b8740:0x65,_0x30dde1:0x41c,_0xf25afb:0x493,_0x3a15c9:0xf0,_0x4c372b:0xa0,_0x3f720b:0x1a2,_0x142fac:0x3e2,_0x5d468f:0x3e4,_0x2dedbb:0x4e8,_0x426d5b:0x514,_0x4a2cb7:0x4f0,_0x1b75b0:0x389,_0x45d423:0x40b,_0x45a206:0x336,_0x215572:0x4bc,_0x57e400:0x206,_0x1eac24:0x3b8,_0x120c09:0x42d,_0x22a69a:0x530,_0x3582cf:0x508,_0x5f49f3:0x348,_0x29c007:0x433,_0x34e041:0x411,_0x27bd23:0x1b8,_0x384173:0x146,_0x308126:0x22c,_0x376c5b:0x369,_0x22bbc1:0x34f,_0x45a19a:0x288,_0x1d615a:0x332,_0x124330:0x277,_0xefe7cc:0x3ed,_0x3b86e8:0x490,_0x546698:0x557,_0x1d05e2:0x55c,_0x168857:0x392,_0x3c8626:0x54b,_0x35ae72:0x1ac,_0x1445af:0x1b3,_0x4f8d69:0x22d,_0x2a79f9:0x444,_0xefd767:0x44a,_0x503239:0x36e,_0x4c5e00:0x127,_0x290972:0x6b,_0x18bd9c:0x110,_0x4a601f:0x3cf,_0x3fa5d2:0x446,_0x9eb40f:0x244,_0x140121:0x108,_0x5839e5:0x18d,_0x2f17bd:0x140,_0x52f3dc:0x28b,_0x21a182:0x16c,_0x1a4e14:0x213,_0x427f41:0x117,_0x3aa82c:0x226,_0x438d2c:0x4c0,_0x2c3e64:0x2a9,_0x2c0031:0x3e4,_0x499e30:0x487,_0x182128:0x323,_0x1e496a:0x29d,_0x50407f:0x368,_0x2890a4:0x3ad,_0x58c829:0x1c2,_0xbeef3f:0x1d6,_0x5496a5:0x15,_0x2cf649:0xf7,_0x3e9363:0x377,_0x2a7863:0x2d6,_0xe6e490:0x26e,_0x49c7c3:0x35c,_0x351191:0x314,_0x31e3d9:0x198,_0x535e2d:0x393,_0x593477:0x193,_0x29a355:0x160,_0x2d4a11:0x108,_0x5e7c67:0x106,_0x3b99b0:0x2c,_0x259d98:0x105,_0x4eb7bf:0x2fd,_0xc3f01b:0x3ac,_0x17e89d:0x4b1,_0xbf10a6:0x418,_0x5be296:0x433,_0x295aac:0x4b5,_0xb61711:0x557,_0x18bd21:0x4f6,_0x93743e:0x5ca,_0x49cb92:0x449,_0x303691:0x4b9,_0x2ec17c:0xdc,_0x58f426:0x25,_0x3bdcdf:0x328,_0x278e4d:0x4d5,_0x37b5a6:0x452,_0xfc689f:0x14c,_0xab33aa:0x47,_0x327953:0x13a,_0x599176:0x128,_0x27a8d6:0x4a7,_0xd2a4ca:0x372,_0x52e3f9:0x220,_0x276230:0x160,_0xbc4699:0x57b,_0x43741e:0x54f,_0x9daf4f:0x3a5,_0x4e70ec:0x123,_0x163ec7:0x1b3,_0x2b2b60:0x22f,_0x2305dc:0x19e,_0x51522e:0x160,_0x3d7278:0xce,_0x484724:0x179,_0x52cebb:0xa6,_0x1d8059:0x5,_0x3cd8a7:0x40e,_0x4c2b8f:0x391,_0x3c6b45:0x395,_0x22e24d:0x48d,_0x23e02e:0x4b6,_0x3314f2:0x3cb,_0x88b440:0x316,_0x39f483:0x395,_0x2cb612:0x295,_0x1a05ac:0x3b8,_0x29366e:0x464,_0x212100:0x526,_0x428afe:0x468,_0x13f081:0x7b,_0x3f5ea0:0x8d,_0x316a1f:0x39b,_0x1c299d:0x3af,_0x5ee863:0x14b,_0x16264c:0x31a,_0x38dc0a:0x1f7,_0x354d68:0x122,_0x5cd58f:0xc8,_0x20ea53:0x179,_0xa2420e:0xcf,_0x4d3e2a:0x1bf,_0xc18652:0xbb,_0x8b15ec:0x22,_0xe7ecb4:0x26,_0x445282:0x168,_0x370a72:0x149,_0x392dd6:0xd7,_0x3254d0:0x14,_0x1b3220:0x4af,_0x27ce0a:0x1e6,_0x2994ec:0x207,_0x5a80c4:0x2ca,_0x324bb6:0x1dd,_0x222ba5:0x244,_0xd391c9:0x362,_0x4da56f:0x2d8,_0x1384ae:0x267,_0x4786f9:0x2a4,_0xde0b83:0x346,_0x5b1096:0x2fe,_0x1d6ca9:0x3b7,_0xc19c42:0x5c,_0x19e42d:0xdb,_0x5c53a8:0x77,_0x27afbf:0x489,_0x76f77c:0x3a2,_0x18372a:0x3d7,_0xe8cbf3:0x3c3,_0x200c57:0x194,_0x210d49:0x4e5,_0x4764a6:0x3c,_0x36919a:0x3c9,_0x36cd7f:0x3c8,_0x3842fe:0x3e1,_0x3ca9dd:0x3da,_0x505220:0x379,_0x14f2e2:0x39a,_0x213958:0x491,_0x2bafd6:0x445,_0x528b04:0x476,_0x7e2d93:0x89,_0x31dd3c:0x13c,_0x14aced:0x124,_0x231726:0x3bc,_0x512496:0x2ce,_0x3d179:0x367,_0xca642d:0x142,_0x4d0ec0:0x5e,_0x215f4c:0x78,_0x5f561e:0x137,_0x4e77df:0x338,_0x525f77:0x3d3,_0x245208:0x83,_0x284a03:0x9a,_0x515329:0x27c,_0x15384e:0x2ad,_0x1cbadc:0x1af,_0x1ef368:0x467,_0x4001e6:0x4e0,_0x5f444:0x388,_0x9aee4b:0x241,_0x51dc51:0x208,_0x3d56a:0x3e8,_0x367110:0x4b9,_0x5d323f:0x13a,_0x1b0ebe:0x1e8,_0x256a86:0x128,_0x44ac34:0x3eb,_0x312337:0x315,_0x433936:0x2df,_0x2b0a4f:0x3d7,_0x5c3f8f:0x217,_0x52cbdf:0x238,_0x396b99:0x95,_0xbcee66:0x1,_0x50bd88:0x14a,_0x2dde95:0x16b,_0x5cb156:0x10a,_0x469fed:0x181,_0x104f23:0x13e,_0x5b3c3b:0x2c5,_0x320a41:0x3a7,_0x2dce4a:0x77,_0x3c0ad4:0x367,_0x2cee97:0x205,_0x5d4c32:0xc0,_0x2dfd38:0x66,_0x13a07c:0x350,_0x5f0414:0x94,_0x2d25db:0xfe,_0x3b53e3:0x376,_0x462a54:0x1dd,_0x27294a:0x1b6,_0x2f2857:0x150,_0x407d28:0x1d0,_0x38316a:0x551,_0x3b6176:0x434,_0x1c07b2:0x34e,_0x2bacb8:0x3df,_0x433d5d:0x159,_0x4c7f35:0x387,_0x138747:0x142,_0x1eff94:0x516,_0x49f339:0x358,_0x19b6c1:0x50e,_0x3dd161:0x128,_0x25dc24:0xa2,_0x442f5a:0x9f,_0xe41514:0x21e,_0x3462a9:0x192,_0x4a8220:0x172,_0x1ba159:0x149,_0x17e664:0x15c,_0x323ad2:0xec,_0x571963:0x416,_0x1d9bd9:0x359,_0x4d0ece:0x437,_0x1c155f:0x5f9,_0x3345c9:0x94,_0x574bef:0xb2,_0x27c490:0x275,_0x27d46a:0x171,_0x454f3c:0x218,_0x1769c2:0x273,_0x2e98e8:0x2f8,_0x2b9ad6:0x256,_0x3f4b47:0x223,_0x10c555:0x2cf,_0x4d5b05:0x1b2,_0x3ed136:0x121,_0x56a907:0x16a,_0x1ba92c:0x34e,_0x377386:0x366,_0x3b355d:0x473,_0x286a7f:0x2e5,_0x4021eb:0x1e2,_0x3be724:0x18b,_0x5c604b:0x19,_0x5603c0:0x36,_0x1b27fb:0x46,_0x195404:0xcb,_0x1b0970:0x437,_0x6f238e:0x461,_0x2b860b:0x27f,_0x246992:0x18d,_0x5f6d90:0x135,_0x387450:0xac,_0x9bacd1:0x165,_0x295256:0x2f0,_0x29c698:0x421,_0x8c7cf3:0x3d3,_0x26fddd:0x3cd,_0x448a7f:0x10b,_0x34c72f:0x16d,_0x4af130:0xdd,_0xb71d14:0x95,_0x578ad2:0x157,_0x5b21ac:0x48,_0x31c06c:0x4ad,_0xbdc105:0x4cd,_0x51e79e:0x420,_0x5c9386:0x511,_0x33f291:0x39e,_0x17d3b1:0x431,_0x12164b:0x3a3,_0x11792e:0x301,_0x2cfc39:0x1f3,_0x4c1bcf:0x225,_0x1d3b94:0x554,_0x2f89c3:0x462,_0x22f19f:0x4d6,_0x53fb80:0x176,_0x35c06a:0xe2,_0x212f89:0x129,_0x4ce240:0x19b,_0x415f7c:0x183,_0x248dec:0xa6,_0x224fd6:0x244,_0xb13f2f:0x32c,_0x26dbe0:0x4dd,_0x7f6f0a:0x49c,_0x134a59:0x497,_0x44fbd9:0x48a,_0xdd9bb2:0x3d7,_0x142b50:0x2ea,_0x4ca6f0:0x146,_0x20f27c:0x95,_0x2a463a:0x11a,_0x2920d1:0x1f,_0x4034b1:0x3d,_0x36cb81:0x237,_0x402407:0x16e,_0x500e55:0x129,_0xaa4373:0x1cd,_0x13190e:0x25c,_0x46d698:0x4e3,_0x3cc7c0:0x4b3,_0x19cc26:0x48,_0x240f35:0x512,_0x3807dc:0x5a5,_0x4ee152:0x2ed,_0x1fa162:0x383,_0x122208:0x404,_0x24702a:0x120,_0x4856e4:0xfe,_0x10aa0c:0x193,_0x2c0cf3:0x138,_0x29f01c:0xcd,_0x203956:0x1a3,_0x180006:0xfe,_0x232fa4:0x47b,_0x435b09:0xe0,_0x15f3c8:0xbd,_0x36d2b3:0x436,_0x583085:0x4e1,_0x4a714f:0x4ae,_0x380f26:0x53a,_0x557745:0x489,_0x66fc72:0x1d1,_0x279a27:0x17c,_0x16fe0c:0x42b,_0x5ef476:0x494,_0x5318d0:0x165,_0x55e07d:0x177,_0x5c4ff2:0x51e,_0x9a0c05:0x39a,_0x4555d4:0x35b,_0x18635b:0x4d9,_0x3ed763:0x1d,_0x167789:0x151,_0x386138:0x2a7,_0x82eaa4:0x174,_0x47a199:0x362,_0x3c5f6e:0x4c8,_0x5bc4bc:0x3d1,_0x1c6dd0:0x384,_0x5ab219:0x3b7,_0x448b20:0x352,_0x5cff85:0x4a1,_0x4f0be9:0x4a9,_0x12931d:0x3f5,_0x56ab04:0x56,_0x5a24ac:0x38,_0x3c6f1e:0x571,_0x585902:0x506,_0x4ee5a8:0x4a8,_0x956cbd:0x2f0,_0x17cb0d:0x62,_0x57469a:0x6c,_0x46ca48:0x7d,_0x3e6c09:0x44b,_0x18f3c3:0x415,_0x13bffc:0x64,_0x5aa81f:0x122,_0xa30165:0x4bb,_0x8b533a:0x5bf,_0xbacb62:0x38,_0x4fd61e:0x91,_0x59e01f:0x4a9,_0x2a478f:0x539,_0x38c629:0x25c,_0x17f833:0x10f,_0x5c357a:0x47d,_0x50f6c4:0x3d3,_0x4db8ad:0xb3,_0x3d64cf:0x3d2,_0xa067bf:0x32c,_0x3bf707:0x32c,_0x322355:0x4dc,_0x9ba285:0x3d7,_0x8aee55:0x95,_0x58d280:0x151,_0x569a43:0x529,_0x584bb2:0x4db,_0x35947a:0x8c,_0x222432:0xa3,_0x1b29ec:0xf3,_0x48bb23:0x131,_0xd8d1f0:0x42,_0x571f4b:0x91,_0x38e966:0x66,_0x3f860c:0x37f,_0x1b8fde:0x101,_0x87f12:0x115,_0x4d7034:0x82,_0x4ca5a2:0x171,_0x3cc839:0x89,_0x3a5855:0x10,_0x381847:0xae,_0x247e06:0x57,_0x5a406a:0xca,_0x1d1059:0x4b2,_0x114324:0x47e,_0x4393c9:0x16,_0x22459a:0x401,_0x1af344:0x302,_0x58eac6:0x8f,_0x279c43:0x573,_0x371a36:0x447,_0x5d572c:0x33c,_0x2032fc:0x28b,_0x52f226:0x1b7,_0x53faf5:0x2cb,_0x421e84:0x2b0,_0x1ade22:0x131,_0x1728f3:0x591,_0x2f60d1:0x48f,_0x49dd9b:0x2fc,_0x1f7485:0x49b,_0x3c3be9:0x542,_0x2189a5:0x30b,_0x43d9f8:0x1e1,_0x43e59a:0x21d,_0x13eb89:0x246,_0x3351a7:0x198,_0x188a6a:0x11e,_0x1a4b71:0x15d,_0x292986:0x404,_0x4de26b:0x47e,_0x21cfd:0x3a8,_0x5854ac:0x4a3,_0x31019f:0x3b3,_0x2f82d8:0x2a1,_0x21a3f4:0x1bb,_0xebbc76:0x1d8,_0x570952:0x145,_0x87708f:0x178,_0x445452:0xe4,_0x25501a:0x41e,_0x3864e6:0x111,_0xace192:0x23a,_0x36b4e2:0x15b,_0x16a47f:0x1b1,_0x59203c:0x3e0,_0x3a310d:0x221,_0x144358:0x30c,_0x1e5070:0x319,_0x399e52:0x37e,_0x2a9b5a:0x1a7,_0x1e8b4e:0x1ff,_0xf2e6b:0x99,_0x151e9b:0xbb,_0x117f51:0x13,_0x564ce3:0x1e7,_0xe4e535:0x48b,_0x31fcde:0x16d,_0x4dc4ba:0xcc,_0x23e42d:0x95,_0x97f847:0x496},_0x4270fc={_0x150141:0x56,_0x595b6d:0x2eb},_0x14172b={_0x5ece9a:0x77},_0x24b972={'QrBhu':'Body\x20is\x20re'+_0x57721f(-0x293,-_0x105eca._0x501175,-0x1c9,-_0x105eca._0x2c6723)+_0x57721f(-0x194,-_0x105eca._0x31dc86,-_0x105eca._0x234f67,-0x61)+_0x420919(_0x105eca._0x192db2,_0x105eca._0x1192b7,_0x105eca._0x597a24,0x32f),'anCUs':'1.0.0','vZKxF':function(_0x8d152d,_0x4e8313){return _0x8d152d!==_0x4e8313;},'bIMPn':_0x57721f(-0x9e,-0x249,-_0x105eca._0x2f004e,-_0x105eca._0x4d2c1a)+_0x420919(_0x105eca._0x41ed09,0x45b,_0x105eca._0x34ac19,_0x105eca._0x1d0cff)+_0x57721f(-_0x105eca._0x17411a,-0xdd,-_0x105eca._0x232296,-_0x105eca._0x4569cb),'trZhY':_0x420919(_0x105eca._0x47df2d,_0x105eca._0x2e36ba,0x2cc,0x368)+_0x420919(_0x105eca._0x5965b4,0x345,0x3de,0x243)+'r','kkWHX':_0x57721f(-_0x105eca._0x442933,-0x1c1,-0x160,-_0x105eca._0x4b8740)+'write\x20file','MQurb':_0x57721f(-0x23d,-0x173,-0x160,-0x203)+_0x420919(_0x105eca._0x30dde1,0x4b6,0x44f,_0x105eca._0xf25afb),'Tgshr':_0x57721f(-_0x105eca._0x3a15c9,0x5b,-_0x105eca._0x4c372b,-0x28)+_0x57721f(-_0x105eca._0x3f720b,-0x70,-0xaf,-0xf9),'PuGUZ':_0x420919(0x40c,_0x105eca._0x142fac,0x2d1,0x45b)+'ill\x20ID','nnkci':_0x420919(_0x105eca._0x41ed09,_0x105eca._0x5d468f,_0x105eca._0x2dedbb,0x2d9)+_0x420919(0x56e,_0x105eca._0x426d5b,0x601,0x4eb)+_0x420919(_0x105eca._0x4a2cb7,0x497,0x505,0x388)+_0x420919(_0x105eca._0x1b75b0,_0x105eca._0x45d423,_0x105eca._0x45a206,_0x105eca._0x215572)+_0x57721f(-0x226,-_0x105eca._0x57e400,-_0x105eca._0x31dc86,-0x88)+_0x420919(0x388,0x45d,_0x105eca._0x1eac24,_0x105eca._0x120c09),'piaaY':_0x420919(0x47d,_0x105eca._0x22a69a,0x4a8,_0x105eca._0x3582cf),'rlReU':function(_0x30910d,_0x43d5fb){return _0x30910d===_0x43d5fb;},'gNsVd':_0x420919(_0x105eca._0x5f49f3,_0x105eca._0x29c007,0x40e,_0x105eca._0x34e041),'hxLlv':function(_0x26bf01,_0x314c13){return _0x26bf01===_0x314c13;},'eQnLs':_0x57721f(-0x108,-_0x105eca._0x27bd23,-_0x105eca._0x384173,-_0x105eca._0x308126),'smMEo':_0x420919(0x273,_0x105eca._0x376c5b,0x2ae,0x3fd),'DRZmO':_0x420919(0x462,0x3db,_0x105eca._0x22bbc1,0x301)+'t','LBxLG':function(_0xd67529,_0x284b25){return _0xd67529>_0x284b25;},'Mrvnd':_0x420919(_0x105eca._0x45a19a,_0x105eca._0x1d615a,0x378,_0x105eca._0x124330),'oYYdG':function(_0x5d7e08,_0x46b370){return _0x5d7e08===_0x46b370;},'WWKmk':'Task\x20delet'+_0x420919(_0x105eca._0xefe7cc,_0x105eca._0x3b86e8,_0x105eca._0x546698,_0x105eca._0x1d05e2)+_0x420919(_0x105eca._0x168857,0x451,_0x105eca._0x3c8626,0x422)+_0x57721f(-0x1c7,-_0x105eca._0x35ae72,-_0x105eca._0x1445af,-_0x105eca._0x4f8d69),'YBXfC':_0x420919(_0x105eca._0x2a79f9,0x3f1,_0x105eca._0xefd767,_0x105eca._0x503239),'WsHOh':_0x57721f(-_0x105eca._0x4c5e00,-_0x105eca._0x290972,-_0x105eca._0x18bd9c,-0x1f3),'vybjq':_0x420919(0x3dd,0x4d4,_0x105eca._0x4a601f,_0x105eca._0x3fa5d2),'SIjrd':'environmen'+'ts','WZlAi':_0x57721f(-_0x105eca._0x9eb40f,-_0x105eca._0x140121,-_0x105eca._0x5839e5,-_0x105eca._0x2f17bd)+_0x57721f(-_0x105eca._0x52f3dc,-_0x105eca._0x21a182,-_0x105eca._0x1a4e14,-0x214),'XGUff':_0x57721f(-_0x105eca._0x427f41,-_0x105eca._0x3aa82c,-0x181,-0xec),'yMZXu':_0x420919(0x4bb,_0x105eca._0x438d2c,0x3d6,0x4be),'BISuK':function(_0xcc2f88,_0x3dc42d){return _0xcc2f88===_0x3dc42d;},'MdlEw':'lKdoc','NwEBT':'WBnoI','khyoV':_0x420919(0x369,0x33d,0x3ed,_0x105eca._0x2c3e64),'JxrsL':_0x420919(0x367,_0x105eca._0x2c0031,_0x105eca._0x499e30,_0x105eca._0x182128)+_0x420919(_0x105eca._0x1e496a,0x351,_0x105eca._0x50407f,_0x105eca._0x2890a4)+'g\x20while\x20un'+_0x57721f(-0xff,-_0x105eca._0x58c829,-_0x105eca._0xbeef3f,-0x156)+_0x57721f(-0x167,-0x29,-0xa1,-_0x105eca._0x3f720b),'qaAcy':_0x57721f(-_0x105eca._0x5496a5,-0x2a,-0xec,-_0x105eca._0x2cf649),'gqZJr':function(_0x1e9a45,_0x5df40b){return _0x1e9a45!==_0x5df40b;},'xZozh':_0x420919(0x33c,_0x105eca._0x3e9363,_0x105eca._0x2a7863,0x2ff),'sFfSO':_0x420919(_0x105eca._0xe6e490,_0x105eca._0x49c7c3,_0x105eca._0x351191,0x2f1),'Ueknq':function(_0x61e4d7){return _0x61e4d7();},'PMoNU':function(_0x4ac44d,_0x21f42e){return _0x4ac44d===_0x21f42e;},'qKthg':_0x57721f(-0xb5,-0xff,-0x1a5,-_0x105eca._0x31e3d9),'iJViC':function(_0x2fb84f,_0x121bf2){return _0x2fb84f(_0x121bf2);},'cdrYN':'Skill\x20dele'+_0x420919(0x466,0x449,0x482,_0x105eca._0x535e2d)+'k','NtCTa':_0x57721f(-_0x105eca._0x593477,-0xdc,-_0x105eca._0x29a355,-_0x105eca._0x2d4a11)+_0x57721f(0x55,-_0x105eca._0x5e7c67,-_0x105eca._0x3b99b0,-_0x105eca._0x259d98)+_0x57721f(-0x320,-0x214,-0x235,-_0x105eca._0x4eb7bf)+_0x420919(0x475,_0x105eca._0xc3f01b,0x38c,0x3ba)+_0x420919(_0x105eca._0x17e89d,_0x105eca._0xbf10a6,0x4ef,_0x105eca._0x5be296)+_0x420919(0x581,0x4f4,0x520,_0x105eca._0x295aac),'JgRcD':_0x420919(_0x105eca._0xb61711,_0x105eca._0x18bd21,_0x105eca._0x93743e,0x54b)+_0x420919(_0x105eca._0x2a79f9,_0x105eca._0x49cb92,0x3e8,_0x105eca._0x303691)+'k\x20(without'+_0x57721f(-0x1c8,-0x12f,-_0x105eca._0x2ec17c,_0x105eca._0x58f426)+_0x420919(0x24c,0x33e,0x3d1,_0x105eca._0x3bdcdf),'qQLPu':_0x420919(_0x105eca._0x278e4d,_0x105eca._0x37b5a6,0x4a7,0x41c)+_0x57721f(-_0x105eca._0xfc689f,-_0x105eca._0xab33aa,-_0x105eca._0x327953,-_0x105eca._0x599176)+_0x420919(_0x105eca._0x27a8d6,0x483,0x3b1,_0x105eca._0xd2a4ca),'QBwhS':function(_0x5e61dc,_0x4b0dd9){return _0x5e61dc!==_0x4b0dd9;},'syIZL':'gOviw','IcxaQ':_0x57721f(-_0x105eca._0x52e3f9,-0x1ff,-_0x105eca._0x276230,-0xe5)+_0x420919(_0x105eca._0xbc4699,0x4b1,_0x105eca._0x43741e,_0x105eca._0x9daf4f)+_0x57721f(-0x1a2,-_0x105eca._0x4e70ec,-0xa6,-0x14c)+_0x57721f(-0x284,-0x135,-_0x105eca._0x163ec7,-0xfa),'fkgWN':_0x57721f(-_0x105eca._0x2b2b60,-_0x105eca._0x2305dc,-_0x105eca._0x51522e,-_0x105eca._0x3d7278)+'delete\x20ski'+'ll','YQKQe':_0x57721f(-_0x105eca._0x31e3d9,-_0x105eca._0x484724,-_0x105eca._0x276230,-0x15b)+_0x57721f(-_0x105eca._0x2c6723,-0xa6,-_0x105eca._0x52cebb,-_0x105eca._0x1d8059)+'kill'},{callingTask:_0xd2b3fd,taskUser:_0x1c60ea,skillId:_0x2a4e01,skillPath:_0xcb52f9,environmentName:_0x75c698}=_0x2bc549,_0x516b79=_0x2bc549[_0x420919(_0x105eca._0x3cd8a7,0x31d,0x274,0x301)][_0x420919(_0x105eca._0x4c2b8f,_0x105eca._0x3c6b45,_0x105eca._0x22e24d,0x42f)]??_0x2bc549[_0x420919(_0x105eca._0x23e02e,_0x105eca._0x3314f2,0x41d,_0x105eca._0x88b440)]?.[_0x420919(0x2a3,_0x105eca._0x39f483,_0x105eca._0x2cb612,0x49c)]??_0x24b972[_0x420919(_0x105eca._0x1a05ac,_0x105eca._0x29366e,_0x105eca._0x212100,_0x105eca._0x428afe)],_0x5572a3=_0x24b972['rlReU'](typeof _0x516b79,_0x24b972['gNsVd'])?_0x516b79[_0x57721f(_0x105eca._0x13f081,-0xbb,-0x61,_0x105eca._0x3f5ea0)+'e']():_0x24b972[_0x420919(_0x105eca._0x316a1f,0x464,_0x105eca._0x1c299d,0x456)],_0x5a102f=_0x2bc549[_0x57721f(-_0x105eca._0x5ee863,-_0x105eca._0x16264c,-0x227,-_0x105eca._0x38dc0a)]['force']??_0x2bc549[_0x57721f(-_0x105eca._0x354d68,-_0x105eca._0x5cd58f,-_0x105eca._0x20ea53,-0x1d2)]?.[_0x57721f(-0x88,-0x9c,-0xa3,-_0x105eca._0xa2420e)],_0x3c1b07=_0x5a102f===!![]||_0x24b972[_0x57721f(-0x87,-_0x105eca._0x4d3e2a,-_0x105eca._0xc18652,_0x105eca._0x8b15ec)](_0x5a102f,_0x24b972['eQnLs']),_0x15a519=new Date()['toISOStrin'+'g']();if(_0x5572a3!=='delete'&&_0x24b972[_0x57721f(-0x128,-_0x105eca._0xe7ecb4,-0x128,-_0x105eca._0x445282)](_0x5572a3,_0x24b972['smMEo'])){const _0x3f703f={};return _0x3f703f[_0x57721f(-_0x105eca._0x370a72,-0x22a,-0x16d,-0x1cf)]=_0x24b972[_0x57721f(-_0x105eca._0x392dd6,_0x105eca._0x3254d0,-0xb2,-0x149)],_0x3f703f[_0x420919(0x3cf,_0x105eca._0x1b3220,0x407,0x502)]='mode\x20must\x20'+'be\x20either\x20'+_0x57721f(-0x219,-0x223,-_0x105eca._0x27ce0a,-_0x105eca._0x2994ec)+'r\x20\x22unassig'+'n\x22',_0x2276c5[_0x57721f(-0x238,-_0x105eca._0x5a80c4,-_0x105eca._0x324bb6,-_0x105eca._0x222ba5)](-0x1*0x1fa1+-0x1*0x13e3+0x1a8a*0x2)[_0x420919(_0x105eca._0x88b440,_0x105eca._0xd391c9,_0x105eca._0x4da56f,_0x105eca._0x1384ae)](_0x3f703f);}const _0x578f00=Object[_0x420919(_0x105eca._0x4786f9,_0x105eca._0xde0b83,0x27e,0x275)](coderConfig?.[_0x420919(_0x105eca._0x5b1096,_0x105eca._0x1d6ca9,0x332,0x2d3)+'ts']||{})[_0x57721f(-0x1c,-0x8a,-0xdb,-_0x105eca._0x13f081)](([,_0x5c3799])=>Array[_0x57721f(-0xa4,-0xa7,-0x83,0x71)](_0x5c3799[_0x420919(0x42d,0x446,0x464,0x4d2)])&&_0x5c3799[_0x57721f(-0x199,-0x176,-0xfe,-0x141)][_0x420919(0x344,0x35a,0x2ad,0x405)](_0x2a4e01))[_0x57721f(0x1,-0x115,-_0x105eca._0xc19c42,-0x7b)](([_0x101cf0])=>_0x101cf0);function _0x57721f(_0x28be60,_0x3308f0,_0x1540aa,_0x244d75){return _0x2d7828(_0x28be60-_0x14172b._0x5ece9a,_0x3308f0,_0x1540aa-0xe7,_0x1540aa- -0x259);}const _0x3fcc0f=_0x578f00[_0x57721f(-0x1cb,-0x5a,-_0x105eca._0x19e42d,-_0x105eca._0x5c53a8)](_0x207879=>_0x207879!==_0x75c698);if(_0x24b972[_0x420919(0x386,_0x105eca._0x27afbf,0x3ba,0x48c)](_0x5572a3,_0x24b972['piaaY'])&&_0x24b972['LBxLG'](_0x3fcc0f[_0x420919(0x38d,0x3df,_0x105eca._0x76f77c,0x3f3)],0x22f+-0x16*0x28+0x141)&&!_0x3c1b07){const _0x2c4d8d={};return _0x2c4d8d[_0x420919(0x2e7,_0x105eca._0x18372a,0x2d0,_0x105eca._0xe8cbf3)]=_0x24b972[_0x57721f(-0x12c,-_0x105eca._0x200c57,-0x134,-0x12b)],_0x2c4d8d[_0x420919(0x3a7,_0x105eca._0x1b3220,0x4e8,_0x105eca._0x210d49)]=_0x57721f(-0xaa,_0x105eca._0x4764a6,-0x3b,-0x10d)+_0x2a4e01+(_0x420919(_0x105eca._0x295aac,0x48e,0x49e,0x523)+'ned\x20to\x20oth'+'er\x20environ'+_0x420919(0x4de,0x463,0x510,_0x105eca._0x36919a)+_0x420919(_0x105eca._0x36cd7f,_0x105eca._0x3842fe,_0x105eca._0x3ca9dd,_0x105eca._0x505220)+_0x420919(_0x105eca._0x14f2e2,_0x105eca._0x213958,0x51b,0x45f)+'to\x20remove\x20'+'it\x20from\x20al'+_0x420919(_0x105eca._0x2bafd6,0x4c6,0x507,_0x105eca._0x528b04)+_0x57721f(-_0x105eca._0x7e2d93,-0xea,-_0x105eca._0x31dd3c,-_0x105eca._0x14aced)+_0x420919(0x4cb,_0x105eca._0x231726,0x3cc,_0x105eca._0x512496)),_0x2c4d8d['environmen'+'ts']=_0x3fcc0f,_0x2276c5[_0x420919(0x37e,_0x105eca._0x3d179,0x39f,0x311)](-0xf24+0x26f9+0x163c*-0x1)['json'](_0x2c4d8d);}const _0x1dd1e5=_0x24b972[_0x57721f(-_0x105eca._0xca642d,_0x105eca._0x58f426,-_0x105eca._0x4d0ec0,-_0x105eca._0x215f4c)](_0x5572a3,_0x24b972[_0x57721f(-0x1fb,-0x1b1,-_0x105eca._0x5f561e,-0x10e)])?[_0x75c698]:_0x3c1b07?_0x578f00:[_0x75c698],_0x1624b1={};_0x1624b1[_0x420919(_0x105eca._0x4e77df,_0x105eca._0x525f77,0x3c6,0x3ea)]=_0xd2b3fd[_0x57721f(-0x165,-_0x105eca._0x245208,-0x171,-_0x105eca._0x284a03)],_0x1624b1[_0x57721f(-0x28c,-_0x105eca._0x515329,-0x218,-0x1da)]=_0x2a4e01,_0x1624b1[_0x57721f(-_0x105eca._0x15384e,-0x1cd,-_0x105eca._0x1cbadc,-0x15f)]=_0x5572a3,_0x1624b1['force']=_0x3c1b07,_0x1624b1[_0x57721f(-0x22b,-0xf2,-0x18d,-0x260)+'t']=_0x75c698,_0x1624b1['environmen'+_0x420919(0x386,_0x105eca._0x1ef368,_0x105eca._0x4001e6,_0x105eca._0x5f444)+'gn']=_0x1dd1e5,_0x1624b1[_0x57721f(-_0x105eca._0x9aee4b,-0x1e3,-0x131,-_0x105eca._0x51dc51)]=_0x1c60ea['id'];function _0x420919(_0x4f9fc5,_0x7c931d,_0x5eaf55,_0xc3c1c){return _0x2d7828(_0x4f9fc5-0x1c6,_0xc3c1c,_0x5eaf55-_0x4270fc._0x150141,_0x7c931d-_0x4270fc._0x595b6d);}logger[_0x420919(_0x105eca._0x428afe,0x4e2,_0x105eca._0x3d56a,_0x105eca._0x367110)](_0x24b972['WWKmk'],_0x1624b1);try{if(_0x24b972[_0x57721f(-_0x105eca._0x5d323f,-_0x105eca._0x1b0ebe,-_0x105eca._0x256a86,-0x94)]('NBAGe',_0x24b972[_0x420919(_0x105eca._0x44ac34,_0x105eca._0x312337,_0x105eca._0x433936,0x393)])){const _0x34e310={};return _0x34e310[_0x420919(0x402,_0x105eca._0x2b0a4f,_0x105eca._0x1b75b0,0x2de)]=_0x57721f(-_0x105eca._0x5c3f8f,-_0x105eca._0x52cbdf,-0x169,-_0x105eca._0xe6e490)+'t',_0x34e310[_0x57721f(-0x136,-0x5c,-_0x105eca._0x396b99,_0x105eca._0xbcee66)]=_0x24b972[_0x57721f(-0x20b,-0x4e,-_0x105eca._0x50bd88,-_0x105eca._0x2dde95)],_0x2ba8c4[_0x57721f(-0x12b,-_0x105eca._0x5cb156,-0x1dd,-_0x105eca._0x469fed)](-0x1d*0x127+0x1f*-0x53+0x2d08)[_0x57721f(-_0x105eca._0x104f23,-0x147,-0x1e2,-_0x105eca._0x5b3c3b)](_0x34e310);}else{for(const _0x2c9ec1 of _0x1dd1e5){if(_0x24b972[_0x420919(_0x105eca._0x320a41,_0x105eca._0x27afbf,0x4c9,0x598)](_0x24b972['WsHOh'],_0x24b972[_0x57721f(-0x1fc,-0x257,-0x156,-_0x105eca._0x2dce4a)])){const _0x46b191={};return _0x46b191['version']=_0x24b972[_0x420919(0x3df,0x328,0x2ba,_0x105eca._0x3c0ad4)],_0x46b191['skills']={},_0x46b191;}else try{const _0x3b18e9=_0x708e4d[_0x57721f(-0x14d,-0x247,-_0x105eca._0x2cee97,-0x180)](setupPath,_0x24b972['SIjrd'],_0x2c9ec1,_0x24b972['WZlAi']);let _0x5a5c8e,_0x22236e,_0x1a2b15=![];try{const _0x5a837f=await _0x4380cd[_0x57721f(-0x36,_0x105eca._0x5d4c32,-0x36,-_0x105eca._0x2dfd38)](_0x3b18e9,_0x420919(0x3d0,0x33d,_0x105eca._0x76f77c,_0x105eca._0x13a07c));_0x22236e=JSON['parse'](_0x5a837f),_0x5a5c8e=_0x3b18e9;if(Array[_0x57721f(-_0x105eca._0x5f0414,-0x127,-0x83,-_0x105eca._0x2d25db)](_0x22236e[_0x420919(0x498,_0x105eca._0x3fa5d2,_0x105eca._0x3b53e3,0x339)])){if(_0x24b972[_0x57721f(-_0x105eca._0x462a54,-_0x105eca._0x27294a,-_0x105eca._0x599176,-_0x105eca._0x2f2857)](_0x57721f(-0x138,-_0x105eca._0x407d28,-0x181,-0x13d),_0x24b972['XGUff'])){const _0x506ce7=_0x5a2f71[_0x420919(_0x105eca._0x38316a,0x469,0x56c,_0x105eca._0x3b6176)](_0x457cae=>_0x457cae!==_0x540c90);_0x24b972['vZKxF'](_0x506ce7[_0x420919(_0x105eca._0x1c07b2,_0x105eca._0x2bacb8,0x342,0x36d)],_0x2f36a3[_0x57721f(-_0x105eca._0x433d5d,-0xcf,-0x165,-0xb8)])&&(_0x496a12[_0x420919(0x40f,0x3b7,0x451,_0x105eca._0x4c7f35)+'ts'][_0x8a803d][_0x57721f(-0x18d,-0x10d,-0xfe,-_0x105eca._0x138747)]=_0x506ce7,_0x1c24e4=!![]);}else{const _0x6b6a39=_0x22236e[_0x420919(_0x105eca._0x1eff94,0x446,_0x105eca._0x49f339,_0x105eca._0x19b6c1)]['filter'](_0x2c2283=>_0x2c2283!==_0x2a4e01);_0x24b972[_0x57721f(-0x197,-0x14e,-_0x105eca._0x3dd161,-_0x105eca._0x25dc24)](_0x6b6a39[_0x57721f(-_0x105eca._0x442f5a,-0x85,-0x165,-_0x105eca._0xe41514)],_0x22236e[_0x57721f(-_0x105eca._0x3462a9,-_0x105eca._0x4a8220,-0xfe,-_0x105eca._0x1ba159)][_0x57721f(-_0x105eca._0x17e664,-0x178,-0x165,-_0x105eca._0x323ad2)])&&(_0x22236e[_0x420919(0x511,0x446,0x532,_0x105eca._0x571963)]=_0x6b6a39,_0x1a2b15=!![]);}}}catch{const _0x1b1f62=_0x708e4d['join'](setupPath,_0x24b972['yMZXu']);try{if(_0x24b972[_0x420919(_0x105eca._0x1d9bd9,_0x105eca._0x76f77c,_0x105eca._0x4d0ece,_0x105eca._0x3314f2)](_0x24b972[_0x420919(0x456,0x4e7,0x57e,_0x105eca._0x1c155f)],_0x24b972[_0x57721f(-_0x105eca._0x3345c9,-_0x105eca._0x574bef,-0x19,-0xbc)])){const _0x253ccc={};_0x253ccc[_0x57721f(-0xd2,-_0x105eca._0x27c490,-_0x105eca._0x27d46a,-0xb2)]=_0x51575e['taskId'],_0x253ccc[_0x57721f(-_0x105eca._0x1b0ebe,-0x1cc,-_0x105eca._0x454f3c,-_0x105eca._0x1769c2)]=_0x13f542,_0x253ccc[_0x57721f(-_0x105eca._0x2e98e8,-_0x105eca._0x2b9ad6,-_0x105eca._0x3f4b47,-_0x105eca._0x10c555)]=_0x5c542a,_0x253ccc[_0x57721f(-_0x105eca._0x4d5b05,-0x143,-0x16d,-_0x105eca._0x3ed136)]=_0x2e4ce9['message'],_0x35407c[_0x57721f(-0x11b,-_0x105eca._0x56a907,-0x16d,-0xcb)](_0x24b972[_0x420919(_0x105eca._0x1ba92c,_0x105eca._0x377386,_0x105eca._0x3b355d,0x40c)],_0x253ccc);const _0x3f4e07={};_0x3f4e07['error']=_0x24b972[_0x57721f(-0x240,-0x16e,-0x148,-0x12e)],_0x3f4e07['message']=_0x24b972['kkWHX'],_0x1fa45e[_0x57721f(-0x20e,-0x261,-0x1dd,-_0x105eca._0x286a7f)](0x1aa9+-0x5af*-0x5+-0x3520)[_0x57721f(-0x208,-0x282,-_0x105eca._0x4021eb,-_0x105eca._0x3be724)](_0x3f4e07);}else{const _0x4f6f7a=await _0x4380cd[_0x57721f(-0x78,_0x105eca._0x5c604b,-_0x105eca._0x5603c0,-0x95)](_0x1b1f62,_0x24b972[_0x57721f(-_0x105eca._0x1b27fb,-0xb2,-_0x105eca._0x195404,-0x76)]);_0x22236e=JSON[_0x420919(0x374,_0x105eca._0x1b0970,_0x105eca._0x6f238e,0x3f1)](_0x4f6f7a),_0x5a5c8e=_0x1b1f62;const _0x37e1e2=_0x22236e[_0x57721f(-0x1c1,-_0x105eca._0x2b860b,-_0x105eca._0x246992,-_0x105eca._0x5f6d90)+'ts']?.[_0x2c9ec1]?.['skills'];if(Array[_0x57721f(-0xe0,-_0x105eca._0x387450,-0x83,0x5c)](_0x37e1e2)){const _0x5aad36=_0x37e1e2[_0x420919(0x36c,0x469,0x4d8,0x4bd)](_0x4cd08a=>_0x4cd08a!==_0x2a4e01);_0x5aad36[_0x57721f(-0xf4,-0x1f9,-_0x105eca._0x9bacd1,-0x96)]!==_0x37e1e2['length']&&(_0x22236e[_0x420919(0x37f,_0x105eca._0x1d6ca9,_0x105eca._0x295256,0x350)+'ts'][_0x2c9ec1]['skills']=_0x5aad36,_0x1a2b15=!![]);}}}catch(_0x1a2ca7){const _0x26423d={};_0x26423d[_0x420919(_0x105eca._0x29c698,0x3d3,0x403,_0x105eca._0x295aac)]=_0xd2b3fd[_0x420919(0x3a7,_0x105eca._0x8c7cf3,0x3aa,_0x105eca._0x26fddd)],_0x26423d['skillId']=_0x2a4e01,_0x26423d['envName']=_0x2c9ec1,_0x26423d[_0x57721f(-0x10e,-_0x105eca._0x448a7f,-_0x105eca._0x34c72f,-0xae)]=_0x1a2ca7[_0x57721f(-0x84,-_0x105eca._0x4af130,-_0x105eca._0xb71d14,-0x45)],logger[_0x57721f(0x3,-_0x105eca._0x578ad2,-_0x105eca._0x5b21ac,0x46)](_0x24b972[_0x420919(_0x105eca._0x31c06c,0x428,_0x105eca._0xbdc105,_0x105eca._0x51e79e)],_0x26423d);continue;}}_0x1a2b15&&(_0x420919(_0x105eca._0x5c9386,0x445,0x350,0x3fb)!=='RgxJs'?await _0x4380cd[_0x420919(_0x105eca._0x2a79f9,_0x105eca._0x33f291,0x2e2,_0x105eca._0x17d3b1)](_0x5a5c8e,JSON[_0x420919(_0x105eca._0x182128,_0x105eca._0x12164b,_0x105eca._0x11792e,0x385)](_0x22236e,null,-0x1ba0+-0x2*0x9a7+0x8*0x5de),_0x57721f(-0x28d,-_0x105eca._0x2cfc39,-0x207,-_0x105eca._0x4c1bcf)):_0x26247d['argument-h'+'int']=_0x1e1676);}catch(_0x4a00b5){if(_0x24b972[_0x420919(_0x105eca._0x1d3b94,_0x105eca._0x2f89c3,_0x105eca._0x1192b7,_0x105eca._0x22f19f)]===_0x24b972[_0x57721f(-_0x105eca._0x53fb80,0x11,-_0x105eca._0x35c06a,-_0x105eca._0x212f89)]){const _0x1cefb2={};_0x1cefb2[_0x57721f(-0x236,-_0x105eca._0x4ce240,-0x171,-0xcb)]=_0xd2b3fd[_0x57721f(-_0x105eca._0x415f7c,-_0x105eca._0x248dec,-0x171,-0xc7)],_0x1cefb2[_0x420919(_0x105eca._0x224fd6,_0x105eca._0xb13f2f,0x2b9,0x424)]=_0x2a4e01,_0x1cefb2[_0x420919(0x5b9,_0x105eca._0x26dbe0,_0x105eca._0x7f6f0a,_0x105eca._0x134a59)]=_0x2c9ec1,_0x1cefb2[_0x420919(_0x105eca._0x44fbd9,_0x105eca._0xdd9bb2,_0x105eca._0x142b50,0x314)]=_0x4a00b5[_0x57721f(-_0x105eca._0x4ca6f0,-0x92,-_0x105eca._0x20f27c,-_0x105eca._0x2a463a)],logger[_0x57721f(-0x5e,_0x105eca._0x2920d1,-_0x105eca._0x5b21ac,-_0x105eca._0x4034b1)](_0x24b972[_0x57721f(-_0x105eca._0x36cb81,-_0x105eca._0x402407,-_0x105eca._0x500e55,-0x134)],_0x1cefb2);}else _0x3448e6=_0x376c6f;}}for(const _0x53360b of _0x1dd1e5){if(_0x24b972['gqZJr'](_0x57721f(-0x1a3,-0x1b7,-_0x105eca._0xaa4373,-_0x105eca._0x13190e),_0x24b972['xZozh'])){const _0x171474={};_0x171474['skillId']=_0x54be37,_0x171474[_0x420919(_0x105eca._0x46d698,0x3d7,0x4d8,_0x105eca._0x3cc7c0)]=_0x1bc81c[_0x420919(0x3f8,0x4af,0x406,0x404)],_0x56008b[_0x57721f(-0x88,-0xda,-_0x105eca._0x19cc26,-0x70)](_0x24b972[_0x420919(0x440,_0x105eca._0x240f35,0x5eb,_0x105eca._0x3807dc)],_0x171474);}else{const _0x3fa358=coderConfig?.[_0x420919(_0x105eca._0x4ee152,0x3b7,_0x105eca._0x1fa162,_0x105eca._0x122208)+'ts']?.[_0x53360b]?.[_0x57721f(-_0x105eca._0x24702a,-0x1ff,-_0x105eca._0x4856e4,-0x1a0)];if(!Array[_0x57721f(-0x152,-_0x105eca._0x10aa0c,-0x83,-_0x105eca._0x2c0cf3)](_0x3fa358))continue;coderConfig['environmen'+'ts'][_0x53360b][_0x57721f(-_0x105eca._0x29f01c,-_0x105eca._0x203956,-_0x105eca._0x180006,-0xbf)]=_0x3fa358[_0x420919(_0x105eca._0x232fa4,0x469,0x47a,_0x105eca._0xb61711)](_0xff4875=>_0xff4875!==_0x2a4e01);}}if(_0x24b972['BISuK'](_0x5572a3,_0x24b972[_0x57721f(-0x160,-_0x105eca._0x435b09,-_0x105eca._0x435b09,-_0x105eca._0x15f3c8)])){const _0x1bf669={};_0x1bf669[_0x420919(0x3d0,0x371,_0x105eca._0x36d2b3,0x40c)]=!![],_0x1bf669['force']=!![],await _0x4380cd['rm'](_0xcb52f9,_0x1bf669),removeContainersForSkill(_0xcb52f9,logger)[_0x420919(_0x105eca._0x583085,0x4b5,_0x105eca._0x4a714f,0x3bd)](()=>{});let _0x3e2ed7=![];try{if(_0x24b972[_0x420919(_0x105eca._0x380f26,_0x105eca._0x557745,0x3b7,0x579)](_0x24b972[_0x57721f(-0x209,-_0x105eca._0x66fc72,-0x16b,-_0x105eca._0x469fed)],'txoCO'))_0x56e13e[_0x24b972['Tgshr']]=_0x801f5d;else{const _0x5ccfee=await _0x24b972[_0x57721f(-_0x105eca._0x279a27,-0x142,-0x172,-0x1e3)](loadImportedSkillsRegistry);if(_0x5ccfee[_0x420919(_0x105eca._0x16fe0c,0x446,0x493,0x438)]?.[_0x2a4e01]){if(_0x24b972[_0x420919(0x3f7,0x4ff,0x46f,_0x105eca._0x5ef476)](_0x57721f(-0x268,-_0x105eca._0x5318d0,-0x1a5,-_0x105eca._0x55e07d),_0x24b972['qKthg']))delete _0x5ccfee[_0x420919(_0x105eca._0x5c4ff2,0x446,0x4b9,_0x105eca._0x3c8626)][_0x2a4e01],await _0x24b972['iJViC'](saveImportedSkillsRegistry,_0x5ccfee),_0x3e2ed7=!![];else{const _0x2355c9={};return _0x2355c9[_0x420919(0x3f0,0x3d7,_0x105eca._0x9a0c05,_0x105eca._0x4555d4)]=_0x420919(0x35e,0x3db,_0x105eca._0x18635b,0x2fd)+'t',_0x2355c9[_0x57721f(-0xe1,0x63,-0x95,-_0x105eca._0x3ed763)]=_0x24b972[_0x57721f(-_0x105eca._0x167789,-0x1c1,-_0x105eca._0x10aa0c,-0xd3)],_0x45e968[_0x57721f(-_0x105eca._0x386138,-0x1cc,-0x1dd,-_0x105eca._0x82eaa4)](0x90d*-0x4+0x1bfc+-0x4e4*-0x2)[_0x420919(0x2f6,_0x105eca._0x47a199,0x3ec,_0x105eca._0x1b75b0)](_0x2355c9);}}const _0x5a910e={};_0x5a910e[_0x420919(0x3b0,_0x105eca._0x525f77,_0x105eca._0x3c5f6e,_0x105eca._0x5bc4bc)]=_0xd2b3fd['taskId'],_0x5a910e[_0x420919(0x370,_0x105eca._0xb13f2f,0x3c5,0x2e6)]=_0x2a4e01,_0x5a910e[_0x420919(_0x105eca._0x1c6dd0,_0x105eca._0x5ab219,_0x105eca._0x12164b,_0x105eca._0x448b20)+'t']=_0x75c698,_0x5a910e[_0x420919(_0x105eca._0x44ac34,_0x105eca._0x5cff85,0x3de,0x4e2)]=_0x3c1b07,_0x5a910e['removedFro'+_0x420919(0x520,0x4b2,0x55b,_0x105eca._0x4f0be9)]=_0x3e2ed7,_0x5a910e[_0x420919(0x3c0,0x413,_0x105eca._0x12931d,0x4cb)]=_0x1c60ea['id'],logger[_0x57721f(-0x37,-_0x105eca._0x56ab04,-0x48,-_0x105eca._0x5a24ac)](_0x24b972[_0x420919(0x3e1,0x37a,0x435,0x475)],_0x5a910e);const _0xdb62e2={};return _0xdb62e2[_0x420919(_0x105eca._0x3c6f1e,_0x105eca._0x585902,0x4c6,0x539)]=!![],_0xdb62e2['id']=_0x2a4e01,_0xdb62e2[_0x57721f(-0x1cc,-0xf3,-_0x105eca._0x1cbadc,-0x239)]=_0x5572a3,_0xdb62e2['force']=_0x3c1b07,_0xdb62e2[_0x420919(_0x105eca._0x4ee5a8,0x3b7,_0x105eca._0x956cbd,_0x105eca._0x16fe0c)+'t']=_0x75c698,_0xdb62e2[_0x57721f(_0x105eca._0x17cb0d,-_0x105eca._0x57469a,-_0x105eca._0x7e2d93,_0x105eca._0x46ca48)+_0x420919(_0x105eca._0x3e6c09,0x4c3,_0x105eca._0x18f3c3,0x4e8)+_0x57721f(-_0x105eca._0x13bffc,-0x1ec,-_0x105eca._0x5aa81f,-_0x105eca._0x392dd6)]=_0x1dd1e5,_0xdb62e2[_0x420919(0x59d,_0x105eca._0xa30165,0x44b,_0x105eca._0x8b533a)+'mRegistry']=_0x3e2ed7,_0xdb62e2['deletedAt']=_0x15a519,_0xdb62e2['deletedByT'+_0x57721f(0x50,-_0x105eca._0xbacb62,-_0x105eca._0x4fd61e,-_0x105eca._0x5496a5)]=_0xd2b3fd[_0x420919(0x2e3,_0x105eca._0x8c7cf3,_0x105eca._0x59e01f,0x397)],_0xdb62e2['deletedByU'+_0x420919(0x390,0x447,_0x105eca._0x2a478f,_0x105eca._0x134a59)]=_0x1c60ea['id'],_0x2276c5[_0x57721f(-0xd9,-_0x105eca._0x38c629,-_0x105eca._0x4021eb,-_0x105eca._0x17f833)](_0xdb62e2);}}catch(_0x3e9895){const _0xf5c456={};_0xf5c456[_0x420919(_0x105eca._0x5c357a,_0x105eca._0x50f6c4,0x366,0x38d)]=_0xd2b3fd[_0x57721f(-0x25e,-_0x105eca._0x4db8ad,-_0x105eca._0x27d46a,-0x18d)],_0xf5c456[_0x420919(_0x105eca._0x3d64cf,_0x105eca._0xa067bf,_0x105eca._0x3bf707,_0x105eca._0x1d615a)]=_0x2a4e01,_0xf5c456[_0x420919(_0x105eca._0x322355,_0x105eca._0x9ba285,0x37e,0x48a)]=_0x3e9895[_0x57721f(-0x137,-0xb6,-_0x105eca._0x8aee55,-_0x105eca._0x58d280)],logger[_0x57721f(0x7,0x13,-0x48,-_0x105eca._0x14aced)](_0x24b972[_0x420919(_0x105eca._0x2f89c3,_0x105eca._0x569a43,0x435,0x597)],_0xf5c456);const _0x2a8c9e={};_0x2a8c9e[_0x420919(0x423,0x3d3,_0x105eca._0x584bb2,0x366)]=_0xd2b3fd[_0x420919(0x434,_0x105eca._0x8c7cf3,0x319,0x3fd)],_0x2a8c9e['skillId']=_0x2a4e01,_0x2a8c9e['environmen'+'t']=_0x75c698,_0x2a8c9e[_0x57721f(-_0x105eca._0x35947a,-0x17b,-_0x105eca._0x222432,-_0x105eca._0x3ed136)]=_0x3c1b07,_0x2a8c9e[_0x57721f(-0x1e0,-_0x105eca._0x1b29ec,-_0x105eca._0x48bb23,-_0x105eca._0xd8d1f0)]=_0x1c60ea['id'],logger[_0x57721f(0x21,0x4c,-_0x105eca._0x5b21ac,-_0x105eca._0x571f4b)](_0x24b972[_0x57721f(-0xc6,0xe,-0xaa,-_0x105eca._0x38e966)],_0x2a8c9e);const _0x28d4ec={};return _0x28d4ec['success']=!![],_0x28d4ec['id']=_0x2a4e01,_0x28d4ec[_0x420919(0x443,0x395,0x378,_0x105eca._0x3f860c)]=_0x5572a3,_0x28d4ec[_0x57721f(-0x49,-_0x105eca._0x1b8fde,-_0x105eca._0x222432,-0xd5)]=_0x3c1b07,_0x28d4ec[_0x57721f(-0x1d1,-_0x105eca._0x87f12,-0x18d,-0x1dc)+'t']=_0x75c698,_0x28d4ec[_0x57721f(-_0x105eca._0x4d7034,-_0x105eca._0x4ca5a2,-_0x105eca._0x3cc839,-_0x105eca._0x3a5855)+_0x57721f(-_0x105eca._0x381847,-_0x105eca._0x247e06,-0x81,0x57)+_0x57721f(-_0x105eca._0x5a406a,-0x192,-_0x105eca._0x354d68,-_0x105eca._0x427f41)]=_0x1dd1e5,_0x28d4ec['removedFro'+_0x420919(0x45d,_0x105eca._0x1d1059,0x527,_0x105eca._0x114324)]=![],_0x28d4ec[_0x57721f(-0xbd,_0x105eca._0x4393c9,-0x63,-0xf9)]=_0x15a519,_0x28d4ec[_0x420919(0x3ca,_0x105eca._0x22459a,_0x105eca._0x1af344,0x46c)+_0x57721f(0x78,-_0x105eca._0x58eac6,-0x91,-0xaa)]=_0xd2b3fd['taskId'],_0x28d4ec[_0x420919(0x3dd,0x4ac,0x3d3,_0x105eca._0x279c43)+_0x420919(0x458,_0x105eca._0x371a36,_0x105eca._0x5d572c,0x398)]=_0x1c60ea['id'],_0x2276c5[_0x57721f(-_0x105eca._0x2032fc,-0x1e1,-0x1e2,-_0x105eca._0x52f226)](_0x28d4ec);}}const _0x31edaa={};_0x31edaa['taskId']=_0xd2b3fd['taskId'],_0x31edaa[_0x420919(_0x105eca._0x53faf5,0x32c,_0x105eca._0x421e84,0x35f)]=_0x2a4e01,_0x31edaa['environmen'+'t']=_0x75c698,_0x31edaa[_0x57721f(-0x12b,-_0x105eca._0x4021eb,-_0x105eca._0x1ade22,-0x167)]=_0x1c60ea['id'],logger['info'](_0x24b972['qQLPu'],_0x31edaa);const _0x81d8a3={};return _0x81d8a3[_0x420919(_0x105eca._0x3c5f6e,_0x105eca._0x585902,_0x105eca._0x1728f3,0x506)]=!![],_0x81d8a3['id']=_0x2a4e01,_0x81d8a3[_0x420919(_0x105eca._0x2f60d1,0x395,0x487,_0x105eca._0x49dd9b)]=_0x5572a3,_0x81d8a3[_0x420919(0x343,_0x105eca._0x5ab219,_0x105eca._0x142b50,0x338)+'t']=_0x75c698,_0x81d8a3[_0x420919(0x4a2,0x4c8,_0x105eca._0x1f7485,_0x105eca._0x3c3be9)+_0x57721f(-_0x105eca._0x2189a5,-_0x105eca._0x43d9f8,-_0x105eca._0x43e59a,-_0x105eca._0x13eb89)+_0x57721f(-_0x105eca._0x3351a7,-0x49,-_0x105eca._0x188a6a,-_0x105eca._0x1a4b71)]=_0x1dd1e5,_0x81d8a3[_0x420919(0x38f,_0x105eca._0x292986,_0x105eca._0x4de26b,_0x105eca._0x21cfd)]=_0x15a519,_0x81d8a3[_0x420919(_0x105eca._0x5854ac,_0x105eca._0x31019f,_0x105eca._0x2f82d8,0x390)+'askId']=_0xd2b3fd['taskId'],_0x81d8a3[_0x57721f(-0x22d,-_0x105eca._0x195404,-_0x105eca._0x21a3f4,-_0x105eca._0xebbc76)+'serId']=_0x1c60ea['id'],_0x2276c5[_0x57721f(-0x178,-_0x105eca._0x570952,-_0x105eca._0x4021eb,-0x1be)](_0x81d8a3);}}catch(_0x5ac6cc){if(_0x24b972[_0x57721f(-_0x105eca._0x87708f,-0xdf,-_0x105eca._0x445452,-0x96)](_0x24b972[_0x420919(_0x105eca._0x25501a,0x4b9,0x551,_0x105eca._0x295aac)],'TjKnr')){const _0x2ca458={};return _0x2ca458[_0x57721f(-_0x105eca._0x3864e6,-_0x105eca._0xace192,-_0x105eca._0x4ca5a2,-_0x105eca._0x36b4e2)]=_0xd2b3fd[_0x57721f(-0x227,-_0x105eca._0x3f720b,-_0x105eca._0x4ca5a2,-_0x105eca._0x16a47f)],_0x2ca458[_0x420919(0x3e8,0x32c,_0x105eca._0x59203c,_0x105eca._0x88b440)]=_0x2a4e01,_0x2ca458[_0x420919(0x296,0x395,0x493,0x3f5)]=_0x5572a3,_0x2ca458[_0x57721f(-0x251,-0x111,-0x16d,-_0x105eca._0x3a310d)]=_0x5ac6cc[_0x420919(0x3d4,_0x105eca._0x1b3220,0x57d,0x43d)],logger[_0x420919(0x352,0x3d7,0x451,_0x105eca._0x144358)](_0x24b972['IcxaQ'],_0x2ca458),_0x2276c5['status'](-0x691*-0x1+-0x3ff*-0x1+-0x74*0x13)[_0x420919(0x30a,_0x105eca._0xd391c9,_0x105eca._0x1e5070,0x3b3)]({'error':_0x420919(0x38e,_0x105eca._0x399e52,0x365,0x2cb)+_0x57721f(-0x12b,-_0x105eca._0x2a9b5a,-_0x105eca._0x1e8b4e,-0x1e1)+'r','message':_0x24b972[_0x57721f(-_0x105eca._0xf2e6b,-0x142,-_0x105eca._0x151e9b,-0x113)](_0x5572a3,_0x24b972[_0x57721f(_0x105eca._0x117f51,-_0x105eca._0x564ce3,-0xe0,-0x8b)])?_0x24b972[_0x420919(0x428,_0x105eca._0xe4e535,0x508,0x563)]:_0x24b972['YQKQe']});}else{const _0xe7b31e={};_0xe7b31e[_0x57721f(-0x21c,-_0x105eca._0x46ca48,-_0x105eca._0x4ca5a2,-0x21c)]=_0x15d27b['taskId'],_0xe7b31e['skillId']=_0x3e3f97,_0xe7b31e['envName']=_0x58d44c,_0xe7b31e[_0x57721f(-0x14d,-_0x105eca._0x38e966,-_0x105eca._0x31fcde,-_0x105eca._0x4dc4ba)]=_0x35ef87['message'],_0x1ef181[_0x57721f(_0x105eca._0x23e42d,-0x110,-0x48,-0x119)](_0x24b972[_0x420919(0x406,0x41b,_0x105eca._0x97f847,0x3af)],_0xe7b31e);}}}),router[_0x2d7828(0x63,0x7b,-0xbd,0x31)](_0x50f526(0x8,0x117,0x9,-0x4f)+_0x2d7828(0x29f,0x1b1,0x234,0x1bb)+_0x50f526(-0x4c,-0x61,0xbb,-0x8b),requireTaskAuth,validateSkillAccess,async(_0x40635a,_0x5ed028)=>{const _0x1d899d={_0x12d328:0x31f,_0x3996a8:0x2e2,_0x3927bd:0x163,_0x28a41b:0x18d,_0x412864:0x276,_0x53afbd:0x25f,_0x8e5437:0x3ed,_0x2d2e98:0x373,_0x11bd87:0x2a2,_0x32ca3c:0x335,_0x1b980b:0xea,_0x2986cf:0x115,_0x223a65:0x2c8,_0x1d776b:0x419,_0x3e904a:0x29e,_0x6357ae:0x223,_0x4de01d:0x14b,_0x3e5119:0x226,_0x4727aa:0x417,_0xa88636:0x31a,_0x3860fb:0x3f3,_0x1b9f2f:0x9f,_0x166deb:0x33,_0x480111:0x85,_0x2d8d08:0x9a,_0x3f5af4:0x23a,_0x46cca3:0x128,_0x1502a1:0x1bd,_0x4fde10:0x12d,_0xc8a0b1:0xf1,_0x2c37fd:0x48,_0x24a836:0x113,_0x29a4dd:0x1d4,_0x4c3d87:0x150,_0x27728e:0x23f,_0x426be2:0x30e,_0x5b11de:0x2ab,_0xe9211b:0x239,_0x57639c:0x23d,_0x2cc890:0x298,_0x5a0d38:0x2c2,_0x1308fc:0x174,_0x5c1a90:0x13f,_0x29d1e7:0x1f,_0x27816e:0x51,_0x2f0915:0xa7,_0x81a6b5:0x19d,_0x3d133b:0x23,_0x560a90:0x80,_0x529bec:0xf3,_0x564cf6:0x1bb,_0x1840b9:0x1aa,_0x8acb5d:0x1c1,_0x1a6279:0x12a,_0x36049b:0x22c,_0x24fe4c:0x214,_0x5e9939:0x180,_0x1ee680:0xbb,_0x998076:0x195,_0x12766b:0x1ad,_0x2387a9:0x293,_0x3c66ae:0x30d,_0x4c14b8:0x25b,_0x3cbaa3:0x11c,_0x65dd6c:0x105,_0x46e21f:0x2a4,_0x536734:0x1ba,_0x46d431:0x18f,_0x17c560:0xfa,_0x398c8b:0x297,_0x279b89:0x6c,_0x4dc76f:0xe7,_0x2ee51d:0x0,_0xfbf7:0xf4,_0xa9b1e4:0xa8,_0xa949b9:0x11,_0x245d51:0x1cf,_0x567cba:0xd8,_0x53bdaf:0x8f,_0x573d97:0x1a2,_0x4840b4:0x383,_0x3c61ac:0x3a8,_0x4ea114:0x1c0,_0x506976:0x1b0,_0x2478f3:0x16c,_0x27ee5d:0x19c,_0x121497:0x27d,_0x478f13:0xfb,_0x36337f:0x13d,_0x6cea43:0x10,_0xc8586f:0x16e,_0x7fd419:0xeb,_0xabca59:0x1a1,_0x25a2e7:0xf7,_0x2dc6c7:0x2,_0x55b19b:0x9,_0x120f90:0xf7,_0x36e9d4:0xe3,_0x1f49b6:0x230,_0x48de25:0x24d,_0xff6617:0x1d7,_0x428c6f:0x256,_0x3053bb:0x187,_0xc5d131:0x31,_0x582766:0xfd,_0x159db6:0x268,_0x5a7e61:0x181,_0x5dff7d:0x3fe,_0x5478bf:0x248,_0x3383cf:0x1f6,_0x4544b6:0x10a,_0x498f82:0xd2,_0x1b7778:0x272,_0x359697:0x1d3,_0x54aa3a:0x40,_0x3a33e6:0x16d,_0x2721d7:0x6f,_0x3bd5c4:0x197,_0x56a8ee:0x1bb,_0x334dd5:0x250,_0x2513cb:0x13d,_0x5b6ce0:0x1b,_0x56b77a:0x37,_0x12b2f0:0xbf,_0xd396ec:0x287,_0x54c4ad:0x26c,_0x45c9fb:0x237,_0x5e0d9c:0x1a7,_0x1db35a:0x281,_0x5bc57c:0x3e5,_0x4d927b:0x1af,_0xb9b3b:0x31e,_0x1826dd:0x39f,_0x15f897:0x123,_0x6f0b58:0x169,_0x284630:0x270,_0x41ab08:0x164,_0x352c40:0x1eb,_0x4f80e5:0x2e9,_0x1018fa:0x1f,_0x10f43d:0x5e,_0x57ef28:0x34,_0x573a3b:0x1cb,_0xc65c25:0x2b6,_0x520746:0x202,_0x2dd831:0x180,_0x1ff6be:0xdf,_0x5d2723:0x1e6,_0x144e23:0xe8,_0x2a02cd:0xaf,_0x44a050:0xdb,_0x53f694:0x186,_0x18d4b9:0x1c0,_0x17690c:0x132,_0x143d67:0x27a},_0x57095a={_0x772a25:0x78},_0x19762d={_0x54816a:0x144},_0x59c49c={};_0x59c49c[_0x1851f0(0x39f,0x338,_0x1d899d._0x12d328,_0x1d899d._0x3996a8)]=_0x1851f0(_0x1d899d._0x3927bd,_0x1d899d._0x28a41b,_0x1d899d._0x412864,0x277),_0x59c49c['DYPku']=_0x1851f0(0x329,0x2c7,_0x1d899d._0x53afbd,0x1fa),_0x59c49c[_0x1851f0(_0x1d899d._0x8e5437,_0x1d899d._0x2d2e98,_0x1d899d._0x11bd87,_0x1d899d._0x32ca3c)]=_0xf9cd1c(-0x79,-_0x1d899d._0x1b980b,-0x1e8,-_0x1d899d._0x2986cf)+_0x1851f0(_0x1d899d._0x223a65,0x30f,0x3a9,_0x1d899d._0x1d776b),_0x59c49c[_0x1851f0(_0x1d899d._0x3e904a,_0x1d899d._0x6357ae,0x1bd,0x16f)]=_0xf9cd1c(-_0x1d899d._0x4de01d,-0xf3,-0x17f,-0x20)+'t',_0x59c49c[_0x1851f0(_0x1d899d._0x3e5119,0x32b,_0x1d899d._0x4727aa,0x23d)]=function(_0x52495c,_0x4df94f){return _0x52495c!==_0x4df94f;},_0x59c49c[_0x1851f0(0x260,0x2ef,_0x1d899d._0xa88636,_0x1d899d._0x3860fb)]='TtZDU',_0x59c49c[_0xf9cd1c(-_0x1d899d._0x1b9f2f,_0x1d899d._0x166deb,_0x1d899d._0x480111,-_0x1d899d._0x2d8d08)]='utf-8',_0x59c49c[_0x1851f0(0x2e9,_0x1d899d._0x53afbd,0x337,_0x1d899d._0x3f5af4)]=function(_0x1b645f,_0x12dc12){return _0x1b645f===_0x12dc12;},_0x59c49c[_0x1851f0(_0x1d899d._0x46cca3,_0x1d899d._0x1502a1,0x18a,_0x1d899d._0x4fde10)]=_0xf9cd1c(-0x3c,-_0x1d899d._0x1b980b,-0x15a,-_0x1d899d._0xc8a0b1)+_0xf9cd1c(0x1e,-0x18,0x84,0xc5)+_0xf9cd1c(0x2d,-0x42,-0x121,-_0x1d899d._0x2c37fd),_0x59c49c[_0xf9cd1c(-0x291,-0x180,-_0x1d899d._0x24a836,-0x217)]=_0xf9cd1c(-_0x1d899d._0x29a4dd,-_0x1d899d._0x4c3d87,-0x118,-0x227)+'erver\x20Erro'+'r',_0x59c49c[_0x1851f0(0x245,_0x1d899d._0x27728e,_0x1d899d._0x426be2,_0x1d899d._0x5b11de)]=_0x1851f0(_0x1d899d._0xe9211b,_0x1d899d._0x57639c,0x321,0x262)+'read\x20file';const _0x1ed5f9=_0x59c49c,{callingTask:_0x535d92,skillId:_0x3eac97,skillPath:_0x522ea1,environmentName:_0x2ffbc7}=_0x40635a,_0x1752e8=_0x40635a[_0x1851f0(0x338,_0x1d899d._0x2cc890,_0x1d899d._0x5a0d38,0x1bc)][0x4d5*-0x2+-0x21f1*-0x1+-0x1847];if(_0x1752e8[_0xf9cd1c(-0x10f,-_0x1d899d._0x1308fc,-0x10f,-_0x1d899d._0x5c1a90)]('..')){const _0x328a05={};return _0x328a05['error']=_0x1ed5f9['FaIKH'],_0x328a05[_0xf9cd1c(0x14,-_0x1d899d._0x29d1e7,_0x1d899d._0x27816e,-0xa6)]=_0xf9cd1c(-0x177,-_0x1d899d._0x2f0915,-_0x1d899d._0x81a6b5,-0x3d)+_0xf9cd1c(-0x99,-_0x1d899d._0x3d133b,-_0x1d899d._0x560a90,-_0x1d899d._0x529bec),_0x5ed028['status'](-0x1*0x10c7+0x23b7+-0x1160)[_0x1851f0(0x186,_0x1d899d._0x564cf6,_0x1d899d._0x1840b9,_0x1d899d._0x8acb5d)](_0x328a05);}const _0x272a85={};_0x272a85[_0x1851f0(_0x1d899d._0x1a6279,_0x1d899d._0x36049b,_0x1d899d._0x24fe4c,0x2b0)]=_0x535d92[_0xf9cd1c(-0x78,-0xfb,-0x1a3,-0x123)],_0x272a85[_0xf9cd1c(-0x95,-0x1a2,-_0x1d899d._0x5e9939,-_0x1d899d._0x1ee680)]=_0x3eac97,_0x272a85[_0xf9cd1c(-_0x1d899d._0x998076,-_0x1d899d._0x12766b,-0x150,-_0x1d899d._0x2387a9)]=_0x1752e8,_0x272a85[_0x1851f0(0x2cb,0x210,0x1b3,_0x1d899d._0x3c66ae)+'t']=_0x2ffbc7,logger[_0x1851f0(0x315,0x33b,0x283,_0x1d899d._0x4c14b8)](_0xf9cd1c(-0x136,-_0x1d899d._0x3cbaa3,-_0x1d899d._0x65dd6c,-0x1cc)+'ng\x20skill\x20f'+_0x1851f0(0x20e,0x2a8,_0x1d899d._0x46e21f,0x1a8),_0x272a85);function _0x1851f0(_0x124ca1,_0x2a8af5,_0x47d264,_0x4fd516){return _0x2d7828(_0x124ca1-0x113,_0x4fd516,_0x47d264-0x61,_0x2a8af5-_0x19762d._0x54816a);}const _0x4bd24f=_0x708e4d[_0xf9cd1c(-_0x1d899d._0x536734,-_0x1d899d._0x46d431,-_0x1d899d._0x17c560,-0x237)](_0x522ea1,_0x1752e8);function _0xf9cd1c(_0x4a9e2e,_0x3998e3,_0x4e2463,_0x22f641){return _0x2d7828(_0x4a9e2e-_0x57095a._0x772a25,_0x4e2463,_0x4e2463-0xd1,_0x3998e3- -0x1e3);}try{if(_0x1ed5f9[_0x1851f0(0x366,0x32b,0x3f5,_0x1d899d._0x398c8b)](_0x1ed5f9[_0xf9cd1c(_0x1d899d._0x279b89,-0x38,-_0x1d899d._0x4dc76f,0xc5)],_0x1ed5f9[_0xf9cd1c(_0x1d899d._0x2ee51d,-0x38,-_0x1d899d._0xfbf7,0xd9)])){if(_0x302900['code']===_0x1ed5f9[_0xf9cd1c(-_0x1d899d._0xa9b1e4,_0x1d899d._0xa949b9,0x51,0x45)]){const _0x5db1b5={};return _0x5db1b5[_0xf9cd1c(-_0x1d899d._0x245d51,-0xf7,-_0x1d899d._0x567cba,-_0x1d899d._0x53bdaf)]=_0x1ed5f9[_0xf9cd1c(-_0x1d899d._0x573d97,-0xee,-0x162,-0x1b6)],_0x5db1b5[_0x1851f0(_0x1d899d._0x4840b4,0x308,0x2ce,_0x1d899d._0x3c61ac)]='Skill\x20\x27'+_0x3e2731+('\x27\x20not\x20foun'+'d'),_0x593f22[_0x1851f0(0x2a5,_0x1d899d._0x4ea114,_0x1d899d._0x506976,0x241)](0x2419+0x1aeb+0x1*-0x3d70)[_0xf9cd1c(-0x1bd,-_0x1d899d._0x2478f3,-_0x1d899d._0x27ee5d,-_0x1d899d._0x121497)](_0x5db1b5);}const _0xc55d94={};_0xc55d94[_0xf9cd1c(-0xdc,-_0x1d899d._0x478f13,-0x1f,-_0x1d899d._0x36337f)]=_0x55d46c[_0xf9cd1c(-_0x1d899d._0x6cea43,-_0x1d899d._0x478f13,-_0x1d899d._0x8acb5d,-0x6f)],_0xc55d94[_0xf9cd1c(-_0x1d899d._0xc8586f,-0x1a2,-_0x1d899d._0x7fd419,-0x13f)]=_0x31cbcf,_0xc55d94[_0xf9cd1c(-_0x1d899d._0xabca59,-_0x1d899d._0x25a2e7,_0x1d899d._0x2dc6c7,-0xda)]=_0xb77ef2['message'],_0x2aeca5[_0xf9cd1c(_0x1d899d._0x55b19b,-_0x1d899d._0x120f90,-0x54,-_0x1d899d._0x36e9d4)](_0x1ed5f9['PlDeP'],_0xc55d94);const _0x31d75a={};_0x31d75a[_0x1851f0(0x1a6,_0x1d899d._0x1f49b6,_0x1d899d._0x48de25,0x2e6)]=_0x1851f0(0x26c,_0x1d899d._0xff6617,_0x1d899d._0x428c6f,_0x1d899d._0x3053bb)+'erver\x20Erro'+'r',_0x31d75a[_0xf9cd1c(-0x93,-0x1f,-_0x1d899d._0xc5d131,-_0x1d899d._0x582766)]=_0x1851f0(_0x1d899d._0x159db6,_0x1d899d._0x57639c,_0x1d899d._0x5a7e61,0x27f)+_0x1851f0(_0x1d899d._0x5dff7d,0x30f,0x21c,_0x1d899d._0x5478bf),_0x274bca[_0xf9cd1c(-0x186,-0x167,-_0x1d899d._0x3383cf,-_0x1d899d._0x4544b6)](-0x1f96+-0x1*-0x7fb+0x2d7*0x9)[_0x1851f0(_0x1d899d._0x498f82,_0x1d899d._0x564cf6,_0x1d899d._0x1b7778,_0x1d899d._0x359697)](_0x31d75a);}else{const _0x5f5056=await _0x4380cd[_0xf9cd1c(-0x9d,_0x1d899d._0x54aa3a,0x13f,-_0x1d899d._0x166deb)](_0x4bd24f,_0x1ed5f9['lIxeR']),_0x43614e={};_0x43614e[_0x1851f0(0x18a,0x185,0xf4,_0x1d899d._0x3a33e6)]=_0x3eac97,_0x43614e[_0x1851f0(0x1e0,0x17a,_0x1d899d._0x2721d7,0x26d)]=_0x1752e8,_0x43614e[_0xf9cd1c(0x94,0x59,-0x44,0x97)]=_0x5f5056,_0x5ed028[_0x1851f0(_0x1d899d._0x3bd5c4,_0x1d899d._0x56a8ee,0x26f,_0x1d899d._0x334dd5)](_0x43614e);}}catch(_0x52e33e){if(_0x1ed5f9[_0xf9cd1c(-_0x1d899d._0x2513cb,-0xc8,-0x161,-_0x1d899d._0x279b89)](_0x52e33e[_0xf9cd1c(0x91,_0x1d899d._0x5b6ce0,_0x1d899d._0x56b77a,-_0x1d899d._0x12b2f0)],_0xf9cd1c(-_0x1d899d._0xd396ec,-0x19a,-0x143,-_0x1d899d._0x54c4ad))){const _0x36b081={};return _0x36b081[_0x1851f0(_0x1d899d._0x29a4dd,0x230,_0x1d899d._0x428c6f,0x29e)]=_0x1ed5f9[_0x1851f0(_0x1d899d._0x45c9fb,0x239,_0x1d899d._0x5e0d9c,0x1e7)],_0x36b081[_0x1851f0(_0x1d899d._0x1db35a,0x308,0x297,_0x1d899d._0x5bc57c)]=_0x1851f0(0x1e6,0x2a6,0x341,_0x1d899d._0x4d927b)+_0x1752e8+('\x27\x20not\x20foun'+_0x1851f0(_0x1d899d._0xb9b3b,0x303,0x20a,_0x1d899d._0x1826dd)+'\x20\x27')+_0x3eac97+'\x27',_0x5ed028[_0xf9cd1c(-_0x1d899d._0x15f897,-0x167,-0x86,-_0x1d899d._0x6f0b58)](0x3d*0xa0+-0x1*0xfcb+-0x14c1)['json'](_0x36b081);}const _0xec5020={};_0xec5020['taskId']=_0x535d92['taskId'],_0xec5020[_0x1851f0(0x17b,0x185,_0x1d899d._0x573d97,_0x1d899d._0x284630)]=_0x3eac97,_0xec5020[_0xf9cd1c(-0x1c3,-_0x1d899d._0x12766b,-_0x1d899d._0x41ab08,-_0x1d899d._0x352c40)]=_0x1752e8,_0xec5020[_0x1851f0(0x225,0x230,0x12c,_0x1d899d._0x4f80e5)]=_0x52e33e[_0xf9cd1c(-0x100,-_0x1d899d._0x1018fa,-_0x1d899d._0x10f43d,_0x1d899d._0x57ef28)],logger[_0x1851f0(_0x1d899d._0x573a3b,_0x1d899d._0x1f49b6,0x278,0x332)](_0x1ed5f9[_0x1851f0(_0x1d899d._0xc65c25,0x1bd,0xb0,0x2c3)],_0xec5020);const _0x5c5fb0={};_0x5c5fb0[_0xf9cd1c(-_0x1d899d._0x520746,-0xf7,-0xe6,-0x93)]=_0x1ed5f9[_0xf9cd1c(-0xdc,-_0x1d899d._0x2dd831,-_0x1d899d._0x1ff6be,-_0x1d899d._0x5d2723)],_0x5c5fb0['message']=_0x1ed5f9[_0xf9cd1c(-0x163,-_0x1d899d._0x144e23,-_0x1d899d._0x2a02cd,-_0x1d899d._0x44a050)],_0x5ed028[_0x1851f0(_0x1d899d._0x53f694,_0x1d899d._0x18d4b9,0xc4,0x1b5)](0x5*0x4eb+-0x1c4f*-0x1+-0x2*0x1979)[_0x1851f0(_0x1d899d._0x17690c,0x1bb,0x16d,_0x1d899d._0x143d67)](_0x5c5fb0);}});function _0x50f526(_0x5f5360,_0x5b3a2c,_0x2a2c9f,_0x5f0934){const _0x473256={_0x108a97:0x194};return _0x4bba(_0x5f5360- -_0x473256._0x108a97,_0x5b3a2c);}router[_0x50f526(-0x12,-0x23,-0x99,0xd7)](_0x2d7828(0x53,0x169,0x141,0x13e)+'killId/fil'+_0x50f526(-0x4c,0x1a,-0xc0,0x2e),requireTaskAuth,validateSkillAccess,async(_0x55689f,_0xdebb61)=>{const _0x46ba28={_0x40571a:0x50a,_0xc928fc:0x294,_0xaf6875:0x37c,_0x1d9ef0:0x3a1,_0xb59acf:0x310,_0x42b0fe:0x18d,_0x1a94d4:0x1f1,_0x2e6b14:0x64f,_0x2b4fe7:0x75d,_0x373256:0x1d9,_0x2186fb:0x3aa,_0x4a5da0:0x37c,_0x516bc7:0x439,_0x182a34:0x2d9,_0x5c784e:0x334,_0x518f66:0x20e,_0x11e9b5:0x277,_0x2988b1:0x135,_0x1c70c1:0x10b,_0x30388c:0x4fa,_0x42bb87:0x480,_0x2ab25f:0x3fd,_0x350479:0x551,_0x366905:0x51b,_0x4529bd:0x4bd,_0x1a0a5c:0x4d6,_0x3f2d02:0x619,_0x18a63f:0x389,_0xea2ec8:0x45c,_0x1b974a:0x2ad,_0x383e01:0x565,_0x546ae5:0x516,_0x3da1b0:0x448,_0x3741ae:0x46f,_0x4ce11d:0x4e0,_0x41a675:0x4a7,_0xbbf059:0x530,_0x1b4857:0x5a2,_0x542fe1:0x439,_0x115c54:0x548,_0x7794cd:0x495,_0x294cef:0x4e7,_0x19bf64:0x43c,_0x42019:0x250,_0xca2236:0x1a9,_0xf0ddf:0x4c2,_0x2d7b6b:0x439,_0x5609b3:0x330,_0x24b663:0x4fc,_0x10ddd0:0x401,_0x333e1a:0x3cd,_0x75666f:0x4d2,_0xfd251a:0x416,_0x2cb781:0x48d,_0x5430b6:0x37d,_0x7cecf1:0x44c,_0x38cd53:0x4d5,_0x51f53b:0x322,_0x1a3ea9:0x374,_0x5108e2:0x3b0,_0x2dcf54:0x3e4,_0x116273:0x522,_0x3ca9d1:0x528,_0x1c7428:0x56d,_0x14e8e0:0x1a1,_0x16b7c8:0x5db,_0x4bbee2:0x6bb,_0x19735a:0x660,_0x52ae94:0x5b9,_0x4e2e1c:0x2c2,_0x194c02:0x24f,_0x5f2d98:0x511,_0x5cd549:0x47b,_0x2d74be:0x646,_0x247872:0x404,_0x5a2da0:0x4dc,_0x440fc2:0x2fb,_0x542fdb:0x238,_0x3729d0:0x4ea,_0x3de289:0x5f8,_0x3c2564:0x479,_0x27d4e7:0x476,_0x4f32d0:0x40a,_0x49732e:0x3dc,_0x2cf47a:0x337,_0x1e2c47:0x540,_0x13fc8e:0x434,_0x169c4b:0x4c2,_0x17e149:0x4c6,_0x14ad93:0x2b5,_0x1cfe6b:0x208,_0x5573f2:0x2cf,_0x3c7446:0x2ab,_0xd68dd6:0x53a,_0xcdff1:0x56c,_0x581c0c:0x588,_0x479224:0x5bf,_0x345feb:0x481,_0x10b0df:0x562,_0x15a13a:0x403,_0x50e7cb:0x487,_0x3ecf9b:0x260,_0x417b90:0x27e,_0x37f55f:0x3a7,_0x5b8aa7:0x3bb,_0x8fe0bb:0x5cf,_0x339290:0x240,_0x4b1296:0x143,_0x5df62:0x236,_0x1a4d48:0x16a,_0x86cfea:0x236,_0x3d957a:0x22f,_0x23eeb4:0x1f2,_0x5d2d60:0x2bb,_0x3a6865:0x2ea,_0x2dd0b2:0x2df,_0x4fc6e2:0x4cf,_0x353a6a:0x1e1,_0x4648c2:0x525,_0x22a3eb:0x37c,_0x13ce3d:0x273,_0x43c383:0x161,_0x4d04e1:0x267,_0x12753a:0x382,_0x4c8a1e:0x5ce,_0x2ee384:0x651,_0x65f346:0x5a3,_0x3511f4:0x601,_0x283aec:0x4f6,_0x528e00:0x5fd,_0x1110ef:0x560,_0x3f13cb:0x4a8,_0x32d220:0x245,_0x55e04c:0x349,_0x380769:0x240,_0x5da6c7:0x516,_0x19e801:0x59c,_0x386c3b:0x223,_0x3f3eb7:0x21d,_0x1bc5ab:0x21c,_0x47625f:0x236,_0x529bd2:0x1b9,_0x52748e:0x21b,_0x4c729f:0x1bf,_0x26bab0:0x31f,_0x36cd11:0x285,_0x21e39b:0x298,_0x553ae7:0x1de,_0x4f5f67:0x357,_0x470ba0:0x611,_0x53ff59:0x247,_0x5587f0:0x3f6,_0x51b3fb:0x587,_0x46a605:0x474,_0x40c3dc:0x486,_0x1239d1:0x2b1,_0x419688:0x28e,_0x54abbf:0x604,_0x5637d0:0x558,_0x279c42:0x54d,_0x3adb63:0x440,_0x30aef0:0x41c,_0x5dd621:0x376,_0x1e69b3:0x346,_0xaac64a:0x27f,_0x2da716:0x601,_0xa42dba:0x3b8,_0x648891:0x4af,_0x39e46b:0x458,_0x21242c:0x64b,_0x31ae29:0x586,_0x5dfcc0:0x4cd,_0x3fd9a9:0x50c,_0x54b140:0x554,_0x5c6d6f:0x4bc,_0x19cc48:0x573,_0x2b0bc4:0x24d,_0x5718a1:0x325,_0x44a4fa:0x1fc,_0x5076ba:0x3ed,_0x4b0d71:0x2e3,_0x4c9379:0x393,_0x306668:0x4bd,_0x3442f0:0x429,_0x1d7c61:0x5c1,_0x188692:0x46a,_0x17e893:0x3a9,_0x23008c:0x35c,_0x3fb289:0x20a,_0x1de1e0:0x2e6,_0x4e1984:0x12f,_0x3e20af:0x2b8,_0x29fa83:0x3a5,_0x28c469:0x3e0,_0x540c22:0x4b6,_0x5b0ccc:0x52f,_0x53a5d9:0x616,_0x238912:0x496,_0x587db9:0x25d,_0x1c3131:0x5a0,_0x42cba4:0x4a7,_0x362af8:0x26e,_0x278770:0x3d5,_0x376f60:0x4f2,_0x20c616:0x475,_0xcdc3f8:0x369,_0x347fe3:0x25a,_0x1747bb:0x39b,_0x29cb56:0x1c9,_0x1f6dea:0x1ff,_0x4c466:0x2e1,_0x26bba4:0x17e,_0x2171da:0x629,_0x16df22:0x6a1,_0x17cb45:0x42f,_0x5731e9:0x31e,_0x45684b:0x405,_0x2fd0c9:0x3f6,_0x2c9de4:0x3da,_0x320658:0x481,_0x56c20a:0x555,_0x3d185a:0x3e6},_0x4083f0={_0x3f70e4:0x2ff},_0x236869={};_0x236869['hgqvj']=_0x39887d(0x503,0x4db,_0x46ba28._0x40571a,0x4ae)+_0x14da1f(0x38f,0x2fe,0x2c6,_0x46ba28._0xc928fc)+_0x14da1f(_0x46ba28._0xaf6875,_0x46ba28._0x1d9ef0,0x38e,_0x46ba28._0xb59acf)+'kill',_0x236869['qftZp']=function(_0x34bdc3,_0x1dd8bf){return _0x34bdc3===_0x1dd8bf;},_0x236869[_0x14da1f(0x282,0x173,_0x46ba28._0x42b0fe,_0x46ba28._0x1a94d4)]=_0x39887d(_0x46ba28._0x2e6b14,0x68b,_0x46ba28._0x2b4fe7,0x642);function _0x39887d(_0x2221ba,_0x7be5df,_0x512717,_0xb88651){return _0x50f526(_0x2221ba-0x540,_0xb88651,_0x512717-0x69,_0xb88651-0x169);}_0x236869[_0x14da1f(0x298,_0x46ba28._0x373256,0x19a,0x2a2)]=_0x14da1f(0x2c2,0x1ff,0x261,_0x46ba28._0x2186fb)+_0x14da1f(_0x46ba28._0x4a5da0,_0x46ba28._0x516bc7,0x372,_0x46ba28._0x182a34)+_0x14da1f(0x26f,_0x46ba28._0x5c784e,_0x46ba28._0x518f66,_0x46ba28._0x11e9b5),_0x236869['fsynA']=_0x14da1f(0x212,_0x46ba28._0x2988b1,_0x46ba28._0x1c70c1,0x231),_0x236869[_0x14da1f(0x2ff,0x36c,0x237,0x27d)]='czPxw',_0x236869['syBTC']=_0x39887d(_0x46ba28._0x30388c,_0x46ba28._0x42bb87,0x480,_0x46ba28._0x2ab25f)+'t',_0x236869[_0x39887d(_0x46ba28._0x350479,_0x46ba28._0x366905,0x5f7,_0x46ba28._0x4529bd)]=_0x39887d(0x546,_0x46ba28._0x1a0a5c,0x632,_0x46ba28._0x3f2d02)+_0x14da1f(_0x46ba28._0x18a63f,_0x46ba28._0xea2ec8,0x440,_0x46ba28._0x1b974a),_0x236869[_0x39887d(0x543,_0x46ba28._0x383e01,0x47a,0x4c4)]=_0x39887d(_0x46ba28._0x546ae5,_0x46ba28._0x3da1b0,_0x46ba28._0x3741ae,_0x46ba28._0x4ce11d);function _0x14da1f(_0x513ee5,_0x5f2d24,_0x23fcf4,_0x275722){return _0x50f526(_0x513ee5-_0x4083f0._0x3f70e4,_0x23fcf4,_0x23fcf4-0x93,_0x275722-0x156);}_0x236869[_0x39887d(_0x46ba28._0x41a675,_0x46ba28._0xbbf059,_0x46ba28._0x1b4857,_0x46ba28._0x542fe1)]='Use\x20PATCH\x20'+_0x39887d(_0x46ba28._0x115c54,_0x46ba28._0x7794cd,_0x46ba28._0x294cef,_0x46ba28._0x19bf64)+_0x14da1f(_0x46ba28._0x42019,0x209,0x235,_0x46ba28._0xca2236)+_0x39887d(0x4d7,0x47f,_0x46ba28._0xf0ddf,0x595)+_0x14da1f(0x3a7,0x47c,_0x46ba28._0x2d7b6b,_0x46ba28._0x5609b3),_0x236869[_0x39887d(_0x46ba28._0x24b663,_0x46ba28._0x10ddd0,0x4f6,0x49f)]=_0x14da1f(_0x46ba28._0x333e1a,_0x46ba28._0x75666f,_0x46ba28._0xfd251a,_0x46ba28._0x2cb781),_0x236869[_0x14da1f(0x292,0x2d6,_0x46ba28._0x5430b6,0x30a)]='IbwXM',_0x236869[_0x39887d(0x48e,_0x46ba28._0x7cecf1,0x56b,_0x46ba28._0x38cd53)]=_0x14da1f(0x3eb,_0x46ba28._0x51f53b,0x36f,_0x46ba28._0x1a3ea9),_0x236869[_0x39887d(0x482,0x446,0x577,_0x46ba28._0x5108e2)]='XksMB',_0x236869['gabtE']=_0x39887d(0x45c,0x4a0,0x368,_0x46ba28._0x2dcf54),_0x236869[_0x39887d(_0x46ba28._0x116273,_0x46ba28._0x3ca9d1,_0x46ba28._0x1c7428,0x4a3)]=_0x14da1f(0x220,0x1dd,0x21c,_0x46ba28._0x14e8e0)+'\x20updated\x20b'+'y\x20task',_0x236869[_0x39887d(_0x46ba28._0x16b7c8,_0x46ba28._0x4bbee2,_0x46ba28._0x19735a,_0x46ba28._0x52ae94)]=_0x14da1f(_0x46ba28._0x4e2e1c,0x39e,0x3cd,0x3d1)+_0x14da1f(0x339,0x2d4,_0x46ba28._0x194c02,0x2a2)+_0x39887d(_0x46ba28._0x5f2d98,_0x46ba28._0x5cd549,0x5cb,0x5b0),_0x236869[_0x39887d(0x621,0x72c,0x6e8,_0x46ba28._0x2d74be)]=_0x39887d(0x49d,_0x46ba28._0x247872,0x492,_0x46ba28._0x5a2da0)+'erver\x20Erro'+'r',_0x236869['qbxsW']='Failed\x20to\x20'+'write\x20file';const _0x3b20d3=_0x236869,{callingTask:_0x480383,taskUser:_0x315990,skillId:_0x2790e3,skillPath:_0x50a454,environmentName:_0x20c385}=_0x55689f,_0x566849=_0x55689f[_0x14da1f(0x31d,_0x46ba28._0x440fc2,0x338,_0x46ba28._0x542fdb)][-0x301*-0x1+0x11c3+-0x14c4],{content:_0x2ae1ca}=_0x55689f[_0x39887d(_0x46ba28._0x3729d0,_0x46ba28._0x3de289,0x405,0x517)];if(_0x566849[_0x39887d(_0x46ba28._0x3c2564,_0x46ba28._0x27d4e7,_0x46ba28._0x4f32d0,0x4e7)]('..')){if(_0x3b20d3[_0x14da1f(0x2ff,_0x46ba28._0x49732e,_0x46ba28._0x2cf47a,0x3f6)]===_0x3b20d3[_0x39887d(_0x46ba28._0x1e2c47,_0x46ba28._0x13fc8e,_0x46ba28._0x169c4b,_0x46ba28._0x17e149)]){const _0x549eb9={};return _0x549eb9[_0x14da1f(_0x46ba28._0x14ad93,_0x46ba28._0x1cfe6b,_0x46ba28._0x5573f2,0x214)]=_0x3b20d3[_0x14da1f(_0x46ba28._0x3c7446,0x376,0x2c1,0x19d)],_0x549eb9[_0x39887d(0x5ce,_0x46ba28._0xd68dd6,0x5fa,_0x46ba28._0xcdff1)]=_0x3b20d3[_0x39887d(0x551,0x5c1,_0x46ba28._0x581c0c,_0x46ba28._0x479224)],_0xdebb61['status'](-0x25b2+-0x4*-0x745+0xa2e)[_0x39887d(_0x46ba28._0x345feb,_0x46ba28._0x10b0df,_0x46ba28._0x15a13a,_0x46ba28._0x50e7cb)](_0x549eb9);}else _0x5bf162[_0x14da1f(0x2f2,0x22f,_0x46ba28._0x3ecf9b,_0x46ba28._0x417b90)](_0x2b13eb+':\x20'+_0x209b65);}if(_0x3b20d3['qftZp'](_0x566849,_0x3b20d3[_0x39887d(0x543,0x52c,0x5ca,0x484)])){const _0x482d7d={};return _0x482d7d[_0x14da1f(0x2b5,0x2f1,_0x46ba28._0x37f55f,_0x46ba28._0x5b8aa7)]=_0x3b20d3['syBTC'],_0x482d7d[_0x39887d(0x5ce,0x613,_0x46ba28._0x8fe0bb,0x55f)]=_0x3b20d3['dvtMq'],_0xdebb61['status'](0xb*0xce+-0x5d6+-0x174)[_0x14da1f(_0x46ba28._0x339290,_0x46ba28._0x4b1296,0x20a,0x28d)](_0x482d7d);}if(_0x3b20d3[_0x14da1f(_0x46ba28._0x5df62,0x2c5,_0x46ba28._0x1a4d48,0x2a1)](_0x2ae1ca,undefined)){if(_0x3b20d3[_0x14da1f(_0x46ba28._0x86cfea,_0x46ba28._0x3d957a,0x253,_0x46ba28._0x23eeb4)](_0x3b20d3[_0x14da1f(_0x46ba28._0x5d2d60,_0x46ba28._0x3a6865,_0x46ba28._0x2dd0b2,0x247)],_0x3b20d3[_0x39887d(0x4d3,0x505,0x431,_0x46ba28._0x4fc6e2)])){const _0x2d1df8={};return _0x2d1df8['taskId']=_0x8bc242[_0x14da1f(0x2b1,_0x46ba28._0x353a6a,0x29f,0x31a)],_0x2d1df8[_0x39887d(0x44b,_0x46ba28._0x4648c2,0x539,_0x46ba28._0x22a3eb)]=_0x570ee7,_0x2d1df8[_0x14da1f(_0x46ba28._0x13ce3d,_0x46ba28._0x43c383,_0x46ba28._0x4d04e1,_0x46ba28._0x12753a)]=_0x432734,_0x2d1df8[_0x39887d(0x4f6,0x4a3,0x5c1,0x47f)]=_0x267737[_0x39887d(_0x46ba28._0x4c8a1e,_0x46ba28._0x2ee384,_0x46ba28._0x65f346,_0x46ba28._0x3511f4)],_0x3338e7[_0x39887d(_0x46ba28._0x283aec,_0x46ba28._0x528e00,0x43c,0x452)](_0x3b20d3[_0x39887d(0x46b,_0x46ba28._0x1110ef,0x4fe,_0x46ba28._0x3f13cb)],_0x2d1df8),_0x1bff8c[_0x14da1f(_0x46ba28._0x32d220,_0x46ba28._0x55e04c,0x2ac,_0x46ba28._0x4b1296)](0x32e*-0xc+0x2*-0x19+0x86*0x4d)[_0x14da1f(_0x46ba28._0x380769,0x332,0x343,0x33b)]({'error':_0x39887d(0x49d,_0x46ba28._0x40571a,_0x46ba28._0x5da6c7,_0x46ba28._0x19e801)+_0x14da1f(_0x46ba28._0x386c3b,_0x46ba28._0x3f3eb7,0x1f5,_0x46ba28._0x1bc5ab)+'r','message':_0x3b20d3[_0x14da1f(_0x46ba28._0x47625f,_0x46ba28._0x529bd2,_0x46ba28._0x52748e,0x32c)](_0xe33d76,_0x3b20d3[_0x14da1f(0x282,_0x46ba28._0x4c729f,_0x46ba28._0x26bab0,_0x46ba28._0x36cd11)])?'Failed\x20to\x20'+'delete\x20ski'+'ll':_0x3b20d3[_0x14da1f(_0x46ba28._0x21e39b,_0x46ba28._0x553ae7,_0x46ba28._0x4f5f67,0x23f)]});}else{const _0x1c227a={};return _0x1c227a[_0x39887d(0x4f6,0x5b7,0x42b,0x46d)]=_0x3b20d3['syBTC'],_0x1c227a['message']=_0x39887d(0x5a6,0x647,_0x46ba28._0x470ba0,0x533)+_0x14da1f(0x344,0x3ce,0x2b4,_0x46ba28._0x53ff59)+_0x39887d(0x4ee,_0x46ba28._0x41a675,0x4cb,_0x46ba28._0x5587f0),_0xdebb61[_0x39887d(0x486,_0x46ba28._0x51b3fb,_0x46ba28._0x46a605,_0x46ba28._0x40c3dc)](-0x433+-0x73f+-0x22b*-0x6)['json'](_0x1c227a);}}const _0x406197={};_0x406197[_0x14da1f(_0x46ba28._0x1239d1,_0x46ba28._0x419688,0x1a5,0x319)]=_0x480383[_0x39887d(0x4f2,_0x46ba28._0x54abbf,_0x46ba28._0x5637d0,0x5d0)],_0x406197[_0x39887d(0x44b,_0x46ba28._0x2cb781,_0x46ba28._0x279c42,0x54c)]=_0x2790e3,_0x406197[_0x39887d(_0x46ba28._0x3adb63,0x3e6,_0x46ba28._0x30aef0,0x47e)]=_0x566849,_0x406197['environmen'+'t']=_0x20c385,_0x406197[_0x14da1f(0x2f1,_0x46ba28._0x5dd621,_0x46ba28._0x1e69b3,_0x46ba28._0xaac64a)]=_0x315990['id'],logger[_0x39887d(_0x46ba28._0x2da716,_0x46ba28._0x51b3fb,0x51f,0x538)](_0x14da1f(_0x46ba28._0xa42dba,0x316,_0x46ba28._0x648891,_0x46ba28._0x39e46b)+_0x39887d(_0x46ba28._0x21242c,0x5b4,0x549,_0x46ba28._0x31ae29)+_0x39887d(0x591,_0x46ba28._0x5dfcc0,_0x46ba28._0x3fd9a9,_0x46ba28._0x54b140),_0x406197);const _0x465150=_0x708e4d[_0x39887d(0x45e,0x3e3,_0x46ba28._0x5c6d6f,0x4f5)](_0x50a454,_0x566849),_0xb2f117=new Date()[_0x39887d(0x59d,0x4c9,0x628,_0x46ba28._0x19cc48)+'g']();try{if(_0x3b20d3[_0x14da1f(_0x46ba28._0x2b0bc4,0x23c,_0x46ba28._0x5718a1,_0x46ba28._0x44a4fa)]!==_0x3b20d3['TkFMt']){const _0x414187=_0x708e4d[_0x14da1f(_0x46ba28._0x5076ba,0x4b6,_0x46ba28._0x4b0d71,0x340)](_0x465150),_0x37aed0={};_0x37aed0[_0x39887d(0x490,_0x46ba28._0x4c9379,0x59a,_0x46ba28._0x516bc7)]=!![],await _0x4380cd['mkdir'](_0x414187,_0x37aed0),await _0x4380cd[_0x39887d(_0x46ba28._0x306668,0x4d1,_0x46ba28._0x3442f0,0x482)](_0x465150,_0x2ae1ca,_0x3b20d3[_0x39887d(_0x46ba28._0x1d7c61,0x6c1,0x502,0x5cb)]);const _0x249b97={};_0x249b97[_0x39887d(0x4f2,0x485,0x4a8,0x476)]=_0x480383[_0x39887d(0x4f2,0x5c7,0x5c8,0x541)],_0x249b97['skillId']=_0x2790e3,_0x249b97['filepath']=_0x566849,_0x249b97['userId']=_0x315990['id'],logger[_0x14da1f(0x3c0,0x380,0x432,_0x46ba28._0x188692)](_0x3b20d3['uvcUC'],_0x249b97);const _0x2c0c3f={};_0x2c0c3f[_0x14da1f(0x3e4,_0x46ba28._0x17e893,_0x46ba28._0x23008c,0x3c3)]=!![],_0x2c0c3f[_0x14da1f(_0x46ba28._0x3fb289,_0x46ba28._0x1de1e0,0x2e3,0x175)]=_0x2790e3,_0x2c0c3f[_0x14da1f(0x1ff,0x260,_0x46ba28._0x4e1984,_0x46ba28._0x3e20af)]=_0x566849,_0x2c0c3f[_0x14da1f(0x2e2,_0x46ba28._0x29fa83,0x397,_0x46ba28._0x28c469)]=_0xb2f117,_0x2c0c3f[_0x39887d(_0x46ba28._0x75666f,_0x46ba28._0x540c22,0x483,_0x46ba28._0x5b0ccc)+'askId']=_0x480383['taskId'],_0x2c0c3f[_0x14da1f(0x267,_0x46ba28._0x52748e,0x339,0x26c)+_0x39887d(0x566,_0x46ba28._0x53a5d9,0x465,_0x46ba28._0x238912)]=_0x315990['id'],_0xdebb61[_0x14da1f(0x240,_0x46ba28._0x587db9,_0x46ba28._0x55e04c,0x2ea)](_0x2c0c3f);}else{if(_0x5ab9e2[_0x39887d(0x608,0x568,0x5f8,_0x46ba28._0x1c3131)]!==_0x3b20d3['fsynA']){const _0x5c21e0={};_0x5c21e0['skillId']=_0xf245f6,_0x5c21e0[_0x39887d(0x4f6,_0x46ba28._0x42cba4,0x5f8,_0x46ba28._0x3de289)]=_0x4275e0[_0x39887d(0x5ce,0x61b,0x6a2,0x555)],_0x2a2e3a['warn'](_0x14da1f(0x2c2,0x36d,_0x46ba28._0x362af8,0x3d3)+_0x14da1f(0x394,_0x46ba28._0x278770,0x4a1,0x475),_0x5c21e0);}}}catch(_0x2096b4){const _0x5ea50d={};_0x5ea50d[_0x39887d(_0x46ba28._0x376f60,0x551,0x4ed,_0x46ba28._0x20c616)]=_0x480383[_0x14da1f(0x2b1,_0x46ba28._0xcdc3f8,_0x46ba28._0x347fe3,_0x46ba28._0x1747bb)],_0x5ea50d[_0x14da1f(0x20a,_0x46ba28._0x29cb56,0x227,0x263)]=_0x2790e3,_0x5ea50d[_0x14da1f(_0x46ba28._0x1f6dea,_0x46ba28._0x4c466,0x236,_0x46ba28._0x26bba4)]=_0x566849,_0x5ea50d['error']=_0x2096b4['message'],logger[_0x14da1f(0x2b5,0x20b,0x250,0x284)](_0x3b20d3[_0x39887d(_0x46ba28._0x16b7c8,0x5f3,_0x46ba28._0x2171da,_0x46ba28._0x16df22)],_0x5ea50d);const _0x478d2b={};_0x478d2b[_0x39887d(0x4f6,0x4d7,0x558,_0x46ba28._0x17cb45)]=_0x3b20d3[_0x14da1f(_0x46ba28._0x28c469,0x4b5,_0x46ba28._0x5731e9,_0x46ba28._0x45684b)],_0x478d2b[_0x14da1f(0x38d,_0x46ba28._0x2fd0c9,0x3b1,_0x46ba28._0x1239d1)]=_0x3b20d3['qbxsW'],_0xdebb61[_0x39887d(_0x46ba28._0x40c3dc,_0x46ba28._0x2c9de4,0x3c5,0x450)](0x1777+0x1*0xcd1+-0x2254)[_0x39887d(_0x46ba28._0x320658,0x46e,_0x46ba28._0x56c20a,_0x46ba28._0x3d185a)](_0x478d2b);}}),router[_0x50f526(0x10f,0x11c,0x1d0,0x15f)]('/skills/:s'+'killId/fil'+_0x50f526(-0x4c,0x42,0x4,-0x6e),requireTaskAuth,validateSkillAccess,async(_0x272818,_0x47e216)=>{const _0x243690={_0x33d8f2:0x91,_0x40ccbd:0xb3,_0x5c812f:0x18c,_0x5e3905:0x178,_0x94bb92:0xdb,_0x2da408:0x217,_0x350fa3:0x150,_0x18fcec:0xf2,_0x449907:0x1c6,_0x3586c7:0x125,_0x41724f:0x488,_0xe89640:0x457,_0x37f17f:0x5d,_0xe69c53:0xbf,_0x53bcf1:0x211,_0x5046f2:0x16f,_0x56de89:0x7f,_0x1f0a4e:0x44a,_0x1725b7:0xcb,_0x5d9a0b:0x11d,_0x528998:0x6a,_0xd73af0:0x4b0,_0x5f45fa:0x533,_0x51cc8f:0xd3,_0x5c748f:0x20a,_0xe0090:0x239,_0x58bd1d:0x2b5,_0x22bd2f:0x3d0,_0x329ca9:0x357,_0x201d97:0x1c7,_0x250aa6:0x1ec,_0x56d038:0x43a,_0x564fcc:0x2b8,_0xed550c:0x2f9,_0x1d4f56:0x305,_0x357c07:0x3a4,_0x29d2de:0x413,_0x129716:0x179,_0x8ab30f:0xaa,_0x4d8c30:0x3d2,_0x73b0eb:0x368,_0x376b78:0x50d,_0xc6722b:0x4c1,_0x4eb2fe:0x441,_0x20bb3c:0x4,_0xa2a855:0x1d,_0x592871:0x38f,_0x3e35ad:0x1f4,_0x1ae099:0x21d,_0x592558:0x278,_0x30c81a:0x3e4,_0x56f9aa:0x478,_0x4ad479:0x460,_0x28c456:0x384,_0x5e8714:0x293,_0x1bd4cc:0x49d,_0x1ca545:0x414,_0x4f043a:0x2d8,_0x5ddb71:0x3b1,_0x25bdb0:0x15d,_0xd7eb79:0x16b,_0x312683:0xe7,_0x44d58d:0x3dd,_0x4e26bb:0x397,_0x46075d:0x3c6,_0x4e935a:0x433,_0x3879cc:0x2af,_0x2a41bb:0x22d,_0x49e3f2:0x1c3,_0x3c574b:0x1cb,_0x341db3:0x25a,_0xb58659:0x365,_0x4bd488:0x2f9,_0x4c24c8:0x1f6,_0x1a2630:0x25c,_0x3f5b92:0x480,_0x2801f9:0xfd,_0x3d3bce:0x1aa,_0x10d8d0:0x1b6,_0x2af108:0x9,_0x77343c:0x7d,_0x59e182:0xe4,_0x585a84:0x89,_0x213a83:0x364,_0x245c8f:0x2c9,_0xb5c00c:0x354,_0x13206a:0x1d6,_0x3ff210:0x21d,_0x12304a:0x2ec,_0x272508:0x355,_0x1c80bf:0x300,_0x53d391:0x19a,_0x56386d:0x225,_0xa39763:0x2a4,_0x357f67:0x1d5,_0x599474:0x21e,_0x2e3369:0x275,_0x59254f:0x40b,_0x219d34:0xf9,_0x107095:0x7a,_0x598868:0x22,_0x45687e:0x34f,_0x4218f6:0x57,_0x5bb59e:0x96,_0x531b1b:0x1ec,_0x4b3bcc:0x1c5,_0x5373dd:0x2cd,_0x524142:0x387,_0x4bbcbc:0x2e8,_0x336d47:0x217,_0x309634:0x1d8,_0x5ea9a3:0xc0,_0x1d7dc3:0x211,_0xe8b7ce:0x231,_0x5f1859:0x3bc,_0x1b1c46:0x3a5,_0x5a1573:0x187,_0x5c3469:0x439,_0x1abc50:0x214,_0x1bb56d:0x1aa,_0x598466:0x2bb,_0x5f3544:0x363,_0x2cb888:0x49f,_0x46bfd1:0x38f,_0x44d991:0x108,_0x28c2c9:0x2e,_0x3bf0f0:0x35f,_0x1ed01f:0x418,_0x484ccd:0x98,_0x13f753:0x12f,_0x11d303:0x187,_0x43114a:0x1d0,_0x4e3304:0xcb,_0x56782d:0x41,_0x2776ec:0x17c,_0x853816:0x1e4,_0x5ddf09:0x200,_0x2acdae:0x91,_0xb425c:0x4c,_0xe6213c:0x1f0,_0xb24b:0x229,_0x446cd1:0x27c,_0x49675c:0x261,_0x5d8ab9:0x266,_0x517cb6:0x364,_0x382a50:0x399,_0x1114c7:0x438,_0x48dea1:0x3e2,_0x196d21:0x379,_0x585323:0x237,_0x5304dd:0x1de,_0x46c295:0x241,_0x503ea9:0x33c,_0x438e76:0x2cc,_0x5b230c:0xa7,_0x289c05:0x1a6,_0x1de49c:0x158,_0x141f31:0x11,_0x98c4ed:0x4e6,_0x3d05bf:0x495,_0x164929:0x3e9,_0x405423:0x358,_0x75cf22:0x2e8,_0x29ebd5:0x223,_0x2c41b5:0x17e,_0x549754:0x11c,_0x3d0112:0x227,_0x2a5815:0x209,_0xc88553:0x255,_0x428e57:0x232,_0x33596c:0x2c7,_0x35a838:0x71,_0x4fb1cc:0xdc,_0x279042:0x113,_0x33215d:0x29,_0x5c1316:0xa8,_0x5aed95:0xd7,_0x1a5eb1:0x377,_0x26487e:0x48f,_0x43cf65:0x41b,_0x9105d7:0x241,_0x1c0735:0x1ab,_0x24109e:0x178,_0x3579b4:0xe5,_0x390556:0xc,_0x11ddab:0x30c,_0x5e215d:0x277,_0x27b8d9:0x31e,_0x5d3ba6:0x345,_0x283d56:0x2cd,_0x334bfa:0x3a8,_0x25e81b:0x3d7,_0x57865a:0xba,_0x440c56:0x62,_0x406f99:0x1b9,_0x4b402b:0x12c,_0x426428:0x94,_0x3e8e65:0x343,_0x3efbdc:0x22a,_0x7312f4:0x14a,_0x33c994:0xa4,_0x1557a2:0xf0,_0x2adf94:0x220,_0x2c7033:0xa2,_0x539b03:0xe5,_0x1cc8a0:0x2f,_0x52be79:0xa4,_0x49a44b:0x37,_0x24fd35:0x406,_0x4f3b09:0x354,_0x415e37:0x306,_0xa86b43:0x23a,_0x2c39d8:0x39b,_0x5658c5:0x27c,_0x11319c:0x319,_0x5d40ee:0x274,_0x1d2a24:0x2f8,_0x44bcc5:0x150,_0x358bbf:0x321,_0x34e4b9:0x242,_0x428ab0:0x17c,_0x4c6689:0x3ba,_0x5adcc4:0x242,_0x441bfe:0x2ec,_0x5e16de:0x27a,_0xb688fa:0x241,_0x3ca68f:0x260,_0x5511c4:0x24b,_0x4d7d43:0x385,_0x2b140f:0x27c,_0x4a1959:0x282,_0x42bd0c:0x2cb,_0x3cd0b7:0x186,_0x3d3a23:0x19c,_0x2717da:0xbb,_0xfd7c8f:0x233,_0x49f94a:0x3eb,_0x4e2373:0x3d1,_0x314ddb:0x35b},_0x492266={_0x578389:0x7e,_0x48fc90:0x1d1},_0x32c33e={_0x437d1a:0xbe,_0x254bd2:0xb4},_0x339277={};_0x339277[_0x1c6675(-0x158,-_0x243690._0x33d8f2,-0x13,-_0x243690._0x40ccbd)]=_0x1c6675(-_0x243690._0x5c812f,-_0x243690._0x5e3905,-_0x243690._0x94bb92,-0x1ca)+'t',_0x339277[_0x1c6675(-_0x243690._0x2da408,-0x234,-_0x243690._0x350fa3,-0x1fc)]='At\x20least\x20o'+_0x1c6675(-_0x243690._0x18fcec,-_0x243690._0x449907,-0x2a3,-_0x243690._0x3586c7)+_0x39bf92(_0x243690._0x41724f,_0x243690._0xe89640,0x319,0x400)+'vided',_0x339277[_0x1c6675(_0x243690._0x37f17f,-0x5e,-0x4b,-_0x243690._0xe69c53)]=_0x1c6675(-_0x243690._0x53bcf1,-_0x243690._0x5046f2,-0x246,-_0x243690._0x56de89)+'persist\x20sk'+_0x39bf92(0x401,0x44d,_0x243690._0x1f0a4e,0x3df)+_0x1c6675(-_0x243690._0x1725b7,-_0x243690._0x5d9a0b,-0x1cd,-_0x243690._0x528998)+_0x39bf92(_0x243690._0xd73af0,0x4f9,_0x243690._0x5f45fa,0x435)+_0x1c6675(-0x90,-_0x243690._0x51cc8f,0x8,-0xd6)+_0x1c6675(-_0x243690._0x5c748f,-0x1ad,-_0x243690._0xe0090,-_0x243690._0x58bd1d)+_0x39bf92(0x2b7,0x1f0,0x2ea,0x238)+_0x39bf92(0x38f,_0x243690._0x22bd2f,0x364,_0x243690._0x329ca9),_0x339277['eLsjz']=_0x1c6675(-0x1c3,-0x12c,-_0x243690._0x201d97,-_0x243690._0x250aa6)+_0x39bf92(_0x243690._0x56d038,0x3aa,0x438,0x3c0),_0x339277[_0x39bf92(_0x243690._0x564fcc,_0x243690._0xed550c,0x375,_0x243690._0x1d4f56)]=function(_0x4c85d1,_0x38a77c){return _0x4c85d1===_0x38a77c;},_0x339277[_0x39bf92(0x3df,_0x243690._0x357c07,0x43c,_0x243690._0x29d2de)]=_0x1c6675(-_0x243690._0x129716,-0x15c,-0x59,-_0x243690._0x8ab30f),_0x339277[_0x39bf92(0x37f,0x385,0x3d1,_0x243690._0x4d8c30)]='Cannot\x20del'+'ete\x20SKILL.'+'md',_0x339277[_0x39bf92(0x2aa,0x3ab,0x420,_0x243690._0x73b0eb)]=_0x1c6675(-0x1ad,-0x1fa,-0x1b6,-0x252)+_0x39bf92(0x3cf,_0x243690._0x376b78,_0x243690._0xc6722b,_0x243690._0x4eb2fe)+_0x1c6675(-0x17c,-0xe1,-_0x243690._0x20bb3c,_0x243690._0xa2a855),_0x339277['BFlvK']=function(_0x2f6150,_0xcedc35){return _0x2f6150===_0xcedc35;},_0x339277[_0x39bf92(0x2a3,0x282,0x3a6,_0x243690._0x592871)]=_0x1c6675(-_0x243690._0x3e35ad,-_0x243690._0x1ae099,-_0x243690._0x592558,-0x327),_0x339277[_0x39bf92(_0x243690._0x30c81a,_0x243690._0x56f9aa,_0x243690._0x4ad479,_0x243690._0x28c456)]=function(_0x5c46d8,_0x432e14){return _0x5c46d8!==_0x432e14;};function _0x39bf92(_0x4cd6a5,_0x1fcea0,_0x496569,_0x3536ca){return _0x50f526(_0x3536ca-0x336,_0x4cd6a5,_0x496569-_0x32c33e._0x437d1a,_0x3536ca-_0x32c33e._0x254bd2);}_0x339277[_0x39bf92(_0x243690._0x5e8714,0x2da,0x438,0x39d)]=_0x39bf92(_0x243690._0x1bd4cc,_0x243690._0x1ca545,_0x243690._0x4f043a,_0x243690._0x5ddb71),_0x339277[_0x1c6675(-0x93,-_0x243690._0x25bdb0,-0x180,-_0x243690._0xd7eb79)]=function(_0x2394cc,_0x3ff50d){return _0x2394cc===_0x3ff50d;},_0x339277['eYCwV']='hEjVG',_0x339277['aWdXs']='Skill\x20file'+'\x20deleted\x20b'+_0x1c6675(-0x1bc,-_0x243690._0x312683,-0x2d,-0x71),_0x339277[_0x39bf92(_0x243690._0x44d58d,0x35b,0x2e4,0x31e)]=_0x39bf92(0x499,_0x243690._0x4e26bb,_0x243690._0x46075d,_0x243690._0x4e935a),_0x339277[_0x1c6675(-_0x243690._0x3879cc,-0x220,-0x112,-_0x243690._0x2a41bb)]=_0x39bf92(_0x243690._0x49e3f2,0x1ee,_0x243690._0x3c574b,0x249),_0x339277['oSWOf']=_0x39bf92(0x332,_0x243690._0x341db3,_0x243690._0xb58659,_0x243690._0x4bd488)+_0x39bf92(0x1d7,_0x243690._0x4c24c8,_0x243690._0x1a2630,0x2c2)+_0x39bf92(0x400,_0x243690._0x3f5b92,0x427,0x3dc),_0x339277[_0x1c6675(-_0x243690._0x2801f9,-_0x243690._0x3d3bce,-0x1d3,-_0x243690._0x10d8d0)]=_0x1c6675(-0xf3,-0x16f,-0xc9,-0xba)+_0x1c6675(-_0x243690._0x2af108,-_0x243690._0x77343c,-_0x243690._0x59e182,-_0x243690._0x585a84)+'e';const _0x539947=_0x339277,{callingTask:_0x1f5c38,taskUser:_0x5e4eb6,skillId:_0x17ffa9,skillPath:_0x58ba20,environmentName:_0x2651af}=_0x272818,_0x192954=_0x272818[_0x39bf92(0x454,_0x243690._0x213a83,_0x243690._0x245c8f,_0x243690._0xb5c00c)][0x1300+0x17*0xc+-0x1414];if(_0x192954[_0x1c6675(-0x241,-0x1f9,-0x1f9,-_0x243690._0x13206a)]('..')){const _0x320a7b={};return _0x320a7b[_0x39bf92(0x2f8,0x3e7,_0x243690._0x3ff210,_0x243690._0x12304a)]=_0x539947['esoOS'],_0x320a7b['message']=_0x539947[_0x39bf92(0x2e2,_0x243690._0x272508,0x30c,_0x243690._0x1c80bf)],_0x47e216[_0x39bf92(_0x243690._0x53d391,0x33d,0x2ce,0x27c)](0x186e+-0x1466+-0x278)[_0x1c6675(-_0x243690._0x56386d,-0x1f1,-_0x243690._0xa39763,-_0x243690._0x357f67)](_0x320a7b);}if(_0x539947[_0x39bf92(0x203,_0x243690._0x599474,_0x243690._0x2e3369,_0x243690._0x1d4f56)](_0x192954,_0x539947[_0x39bf92(0x4b6,0x398,_0x243690._0x59254f,_0x243690._0x29d2de)])){const _0x563ab8={};return _0x563ab8[_0x1c6675(-_0x243690._0x219d34,-0x17c,-_0x243690._0x107095,-0x1f8)]=_0x539947[_0x1c6675(-_0x243690._0x40ccbd,-_0x243690._0x33d8f2,-0x2f,-_0x243690._0x598868)],_0x563ab8[_0x39bf92(0x37c,0x32e,_0x243690._0x45687e,0x3c4)]=_0x539947[_0x1c6675(-_0x243690._0x4218f6,-_0x243690._0x5bb59e,0x3e,-0x48)],_0x47e216[_0x1c6675(-0x298,-_0x243690._0x531b1b,-_0x243690._0x4b3bcc,-0x2b5)](0x1e66*0x1+0x23ee+-0x40c4)['json'](_0x563ab8);}const _0x3cefb5={};_0x3cefb5[_0x39bf92(_0x243690._0x5373dd,_0x243690._0x524142,0x2d9,_0x243690._0x4bbcbc)]=_0x1f5c38[_0x1c6675(-_0x243690._0x336d47,-0x180,-_0x243690._0x309634,-_0x243690._0x5ea9a3)],_0x3cefb5['skillId']=_0x17ffa9;function _0x1c6675(_0x3befcd,_0x24a2d9,_0x295423,_0x19a6e7){return _0x50f526(_0x24a2d9- -0x132,_0x295423,_0x295423-_0x492266._0x578389,_0x19a6e7-_0x492266._0x48fc90);}_0x3cefb5[_0x1c6675(-0x262,-0x232,-_0x243690._0x1d7dc3,-_0x243690._0xe8b7ce)]=_0x192954,_0x3cefb5[_0x39bf92(_0x243690._0xe8b7ce,_0x243690._0x5f1859,_0x243690._0x1b1c46,0x2cc)+'t']=_0x2651af,_0x3cefb5[_0x1c6675(-_0x243690._0x5a1573,-0x140,-0x16c,-0x16c)]=_0x5e4eb6['id'],logger['info'](_0x539947[_0x39bf92(_0x243690._0x5c3469,0x418,0x3c1,0x368)],_0x3cefb5);const _0x56e60c=_0x708e4d[_0x1c6675(-0x281,-_0x243690._0x1abc50,-_0x243690._0x1bb56d,-_0x243690._0x598466)](_0x58ba20,_0x192954);try{if(_0x539947[_0x39bf92(_0x243690._0x5f3544,0x306,0x283,0x2d5)](_0x539947[_0x39bf92(0x465,0x370,_0x243690._0x2cb888,_0x243690._0x46bfd1)],_0x539947[_0x1c6675(-_0x243690._0x44d991,-0xd9,_0x243690._0x28c2c9,-0x195)])){const _0x1947dd=await _0x4380cd['stat'](_0x56e60c);if(_0x1947dd[_0x39bf92(_0x243690._0x3bf0f0,_0x243690._0x1ed01f,0x4c5,0x3be)+'y']()){if(_0x539947[_0x1c6675(-_0x243690._0x484ccd,-0xe4,-_0x243690._0x13f753,-_0x243690._0x11d303)](_0x539947[_0x1c6675(-_0x243690._0x43114a,-_0x243690._0x4e3304,_0x243690._0x56782d,-0x189)],_0x539947['jYxrl'])){const _0x57e131={};return _0x57e131[_0x1c6675(-_0x243690._0x341db3,-_0x243690._0x2776ec,-_0x243690._0x853816,-_0x243690._0x5ddf09)]=_0x539947[_0x1c6675(0x3f,-_0x243690._0x2acdae,-0x6f,-_0x243690._0xb425c)],_0x57e131['message']=_0x539947['kllhG'],_0x1183d9[_0x39bf92(_0x243690._0xe6213c,_0x243690._0xb24b,0x375,_0x243690._0x446cd1)](0x1*0x21e5+0x1fe5*0x1+-0x403a)[_0x1c6675(-_0x243690._0x49675c,-0x1f1,-0x112,-0x170)](_0x57e131);}else{const _0x57c40b={};_0x57c40b[_0x39bf92(_0x243690._0x5d8ab9,_0x243690._0x517cb6,0x200,0x286)]=!![],_0x57c40b[_0x39bf92(_0x243690._0x382a50,_0x243690._0x213a83,_0x243690._0x1114c7,0x3b6)]=!![],await _0x4380cd['rm'](_0x56e60c,_0x57c40b);}}else{if(_0x539947[_0x39bf92(_0x243690._0x48dea1,_0x243690._0x196d21,_0x243690._0x585323,0x30b)](_0x539947[_0x39bf92(0x2f7,0x2ee,0x432,0x369)],_0x539947[_0x1c6675(-0x69,-0xff,-0x153,-0x1de)]))await _0x4380cd[_0x39bf92(0x23f,_0x243690._0x5304dd,0x365,0x2dd)](_0x56e60c);else{const _0x1ebe5a={};_0x1ebe5a[_0x39bf92(0x183,0x2c5,0x1b9,_0x243690._0x46c295)]=_0x381354,_0x1ebe5a[_0x39bf92(_0x243690._0x503ea9,0x2f1,_0x243690._0x73b0eb,_0x243690._0x438e76)+'t']=_0x179ed,_0x1ebe5a[_0x1c6675(-_0x243690._0x5b230c,-_0x243690._0x2776ec,-0xc9,-_0x243690._0x289c05)]=_0x9484f5['message'],_0x5e2ca3[_0x1c6675(-0x121,-0x57,-_0x243690._0x1de49c,_0x243690._0x141f31)](_0x539947[_0x39bf92(_0x243690._0x98c4ed,0x4cb,_0x243690._0x3d05bf,0x40a)],_0x1ebe5a);}}const _0x500af6={};_0x500af6[_0x39bf92(_0x243690._0x164929,_0x243690._0x405423,0x301,_0x243690._0x75cf22)]=_0x1f5c38[_0x1c6675(-_0x243690._0x29ebd5,-0x180,-_0x243690._0x2c41b5,-_0x243690._0x549754)],_0x500af6[_0x1c6675(-0x2e2,-_0x243690._0x3d0112,-_0x243690._0x2a5815,-_0x243690._0xc88553)]=_0x17ffa9,_0x500af6[_0x1c6675(-0x1f7,-_0x243690._0x428e57,-0x213,-_0x243690._0x33596c)]=_0x192954,_0x500af6[_0x1c6675(-0x238,-0x140,-0xc5,-0x10f)]=_0x5e4eb6['id'],logger[_0x1c6675(-0xdc,-_0x243690._0x35a838,-_0x243690._0x4fb1cc,-0x54)](_0x539947[_0x1c6675(-_0x243690._0x279042,-_0x243690._0x33215d,-_0x243690._0x5c1316,_0x243690._0x5aed95)],_0x500af6);const _0x114ac4={};_0x114ac4[_0x39bf92(0x48c,_0x243690._0x1a5eb1,_0x243690._0x26487e,_0x243690._0x43cf65)]=!![],_0x114ac4[_0x39bf92(_0x243690._0x2e3369,0x189,0x309,_0x243690._0x9105d7)]=_0x17ffa9,_0x114ac4[_0x39bf92(_0x243690._0xe8b7ce,_0x243690._0x592558,_0x243690._0x1c0735,0x236)]=_0x192954,_0x114ac4[_0x1c6675(-_0x243690._0x24109e,-0x152,-0x14a,-_0x243690._0x3579b4)+_0x1c6675(-_0x243690._0x390556,-0xa0,-0xe8,-0xb8)]=_0x1f5c38['taskId'],_0x114ac4['deletedByU'+'serId']=_0x5e4eb6['id'],_0x47e216[_0x39bf92(_0x243690._0x11ddab,0x2a4,0x300,_0x243690._0x5e215d)](_0x114ac4);}else{const _0x254652={};return _0x254652[_0x39bf92(0x328,_0x243690._0x27b8d9,_0x243690._0x5d3ba6,0x2ec)]=_0x539947[_0x39bf92(_0x243690._0x283d56,_0x243690._0x334bfa,0x457,_0x243690._0x25e81b)],_0x254652[_0x1c6675(-0x161,-0xa4,-_0x243690._0x57865a,_0x243690._0x440c56)]=_0x1c6675(-_0x243690._0x406f99,-_0x243690._0x4b402b,-_0x243690._0x426428,-0x177)+'le\x20path',_0x4365b3[_0x1c6675(-0x2e0,-0x1ec,-0x2fc,-0x264)](0x16f4*0x1+0x213*-0xf+0x13*0x83)[_0x39bf92(0x320,_0x243690._0x3e8e65,0x216,0x277)](_0x254652);}}catch(_0x4a2c36){if(_0x539947['QXpvK']===_0x539947[_0x1c6675(-_0x243690._0x3efbdc,-_0x243690._0x7312f4,-0xf7,-_0x243690._0x33c994)]){if(_0x539947[_0x1c6675(-0x231,-_0x243690._0x25bdb0,-_0x243690._0x1557a2,-0x166)](_0x4a2c36['code'],_0x539947[_0x1c6675(-0x26b,-_0x243690._0x2adf94,-0x152,-0x31f)])){const _0x45e674={};return _0x45e674['error']=_0x1c6675(-_0x243690._0x2c7033,-_0x243690._0x539b03,-_0x243690._0x1cc8a0,-0x27),_0x45e674[_0x1c6675(-0x51,-_0x243690._0x52be79,-0x126,_0x243690._0x49a44b)]=_0x39bf92(_0x243690._0x24fd35,_0x243690._0x4f3b09,_0x243690._0x415e37,0x362)+_0x192954+(_0x39bf92(_0x243690._0xa86b43,_0x243690._0x2c39d8,0x3b9,0x2fc)+'d'),_0x47e216[_0x39bf92(0x32e,0x22d,0x20a,_0x243690._0x5658c5)](-0x150f+0x1107*-0x1+0x27aa)[_0x39bf92(_0x243690._0xe8b7ce,_0x243690._0x11319c,_0x243690._0x5d40ee,0x277)](_0x45e674);}const _0x3688ac={};_0x3688ac[_0x39bf92(0x307,_0x243690._0x1d2a24,_0x243690._0x438e76,_0x243690._0x4bbcbc)]=_0x1f5c38['taskId'],_0x3688ac[_0x39bf92(0x2d0,_0x243690._0x44bcc5,_0x243690._0x358bbf,_0x243690._0x46c295)]=_0x17ffa9,_0x3688ac['filepath']=_0x192954,_0x3688ac[_0x1c6675(-_0x243690._0x34e4b9,-_0x243690._0x428ab0,-0x93,-0x124)]=_0x4a2c36['message'],logger[_0x39bf92(_0x243690._0x4c6689,_0x243690._0x5adcc4,0x357,_0x243690._0x441bfe)](_0x539947['oSWOf'],_0x3688ac);const _0x2c97e0={};_0x2c97e0[_0x1c6675(-_0x243690._0x5e16de,-_0x243690._0x2776ec,-0x28a,-0x1fa)]=_0x1c6675(-0x249,-0x1d5,-_0x243690._0xb688fa,-_0x243690._0x3ca68f)+_0x1c6675(-0x1c6,-0x20e,-_0x243690._0x5511c4,-0x2be)+'r',_0x2c97e0['message']=_0x539947[_0x1c6675(-0xc4,-0x1aa,-_0x243690._0x357f67,-0xeb)],_0x47e216[_0x39bf92(_0x243690._0x4d7d43,0x206,0x2a7,_0x243690._0x2b140f)](-0x2615+-0x2023+0x482c)[_0x39bf92(_0x243690._0x4a1959,_0x243690._0x42bd0c,0x192,0x277)](_0x2c97e0);}else _0x5c2ac7[_0x1c6675(-_0x243690._0x3cd0b7,-_0x243690._0x3d3a23,-_0x243690._0x2717da,-_0x243690._0xfd7c8f)+'ts'][_0x348c14][_0x39bf92(_0x243690._0x357c07,_0x243690._0x49f94a,_0x243690._0x4e2373,_0x243690._0x314ddb)]=_0x1a3fc0,_0x1c9a61=!![];}});export default router;
|