skilleton versions prior to 0.3.1 include security-related weaknesses in repository normalization and path handling logic.
Version 0.3.1 contains fixes and additional test coverage for these issues.
<0.3.1
>=0.3.1
In affected versions, crafted input could trigger unsafe or inefficient behavior in repository/path processing code paths.
0.3.1 mitigates this by:
- replacing vulnerable parsing behavior with deterministic logic,
- validating subpaths earlier before allocating git worktree resources,
- adding stricter and broader regression tests around these flows.
Low to Moderate (project-maintainer assessed)
Upgrade to 0.3.1 or later.
No complete workaround is recommended other than upgrading.
fix/security-code-scanning-alertsDetected through automated code scanning and remediated by project maintainers.
{
"github_reviewed_at": "2026-04-08T00:07:36Z",
"nvd_published_at": null,
"cwe_ids": [
"CWE-1333",
"CWE-400",
"CWE-78",
"CWE-88"
],
"severity": "MODERATE",
"github_reviewed": true
}