Skip to content

feat(agentstack-cli): use better heuristics for determining for addin…

3f15698
Select commit
Loading
Failed to load commit list.
Merged

feat(agentstack-cli): use better heuristics for adding agents #1603

feat(agentstack-cli): use better heuristics for determining for addin…
3f15698
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 19, 2025 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 174 in apps/agentstack-cli/src/agentstack_cli/commands/agent.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
github.com/
may be at an arbitrary position in the sanitized URL.

Check failure on line 175 in apps/agentstack-cli/src/agentstack_cli/commands/agent.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
www.github.com/
may be at an arbitrary position in the sanitized URL.

Check failure on line 177 in apps/agentstack-cli/src/agentstack_cli/commands/agent.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
github.com
may be at an arbitrary position in the sanitized URL.