Appearance
Why It Matters
Direct git and forge shortcut dependencies bypass the normal registry release path, which makes provenance, review, and repeatability weaker than consuming a published package release.
What Triggers
SEC744 matches dependency entries in package.json that point to direct source locations such as git://, git+https://, git+ssh://, github:, gitlab:, or bitbucket:.
False Positives
Some teams intentionally pin internal dependencies to source URLs, but this still expands supply-chain risk and deserves explicit review rather than silent acceptance in a shared manifest.
Remediation
Prefer a published registry release when possible, or document and tightly review any direct source dependency that must remain.