Skip to content

docs(design): agenta-skills sync review — gaps, priorities, implementation status - #5108

Closed
mmabrouk wants to merge 1 commit into
big-agentsfrom
docs/build-kit-skills-sync
Closed

docs(design): agenta-skills sync review — gaps, priorities, implementation status#5108
mmabrouk wants to merge 1 commit into
big-agentsfrom
docs/build-kit-skills-sync

docs(design): agenta-skills sync review — gaps, priorities, implement…

f22e6e9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 7, 2026 in 3s

5 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high
  • 2 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 42 in web/packages/agenta-entities/src/gatewayTrigger/core/eventMessageTemplate.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with '{{' and with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings starting with '{{z' and with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings starting with '{{' and with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings starting with '{{z' and with many repetitions of ' '.

Check failure on line 539 in web/packages/agenta-ui/src/Editor/utils/diffUtils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'A\n' and with many repetitions of '\n'.

Check failure on line 545 in web/packages/agenta-ui/src/Editor/utils/diffUtils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with ':\n' and with many repetitions of '\n'.

Check warning on line 288 in services/runner/src/server.ts

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.

Check warning on line 70 in services/runner/src/tools/direct.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
cursor
without guarding against prototype pollution.