> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/appsec-rules/ci-cd-security/dependency-chains.md).

# Dependency Chains

| Rule Name                                                                                                                                                                        | AppSec Rule ID    | Severity |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -------- |
| [Packages insecurely installed through “npm install” command in GitHub Actions pipeline](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-137.md)                      | APPSEC\_CICD\_137 | MEDIUM   |
| [Packages insecurely installed through “npm install” command in GitLab CI pipeline](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-139.md)                           | APPSEC\_CICD\_139 | MEDIUM   |
| [Packages insecurely installed through "npm install" command](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-140.md)                                                 | APPSEC\_CICD\_140 | MEDIUM   |
| [Packages insecurely installed through “npm install” command in Circle CI pipeline](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-141.md)                           | APPSEC\_CICD\_141 | MEDIUM   |
| [Repository missing NPM lock file package-lock.json](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-158.md)                                                          | APPSEC\_CICD\_158 | MEDIUM   |
| [Unencrypted channel used to download dependencies from NPM registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-159.md)                                         | APPSEC\_CICD\_159 | MEDIUM   |
| [Internal NPM package is not scoped](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-160.md)                                                                          | APPSEC\_CICD\_160 | MEDIUM   |
| [Secrets found in NPM dependency download URL](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-161.md)                                                                | APPSEC\_CICD\_161 | HIGH     |
| [GitLab repository missing NPM lock file](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-162.md)                                                                     | APPSEC\_CICD\_162 | MEDIUM   |
| [Unencrypted channel used in GitLab repository to download dependencies from NPM registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-163.md)                    | APPSEC\_CICD\_163 | MEDIUM   |
| [Internal NPM package is not scoped in GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-164.md)                                                     | APPSEC\_CICD\_164 | MEDIUM   |
| [Secrets found in NPM dependency download URL in GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-165.md)                                           | APPSEC\_CICD\_165 | HIGH     |
| [BitBucket repository missing NPM lock file](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-166.md)                                                                  | APPSEC\_CICD\_166 | MEDIUM   |
| [Unencrypted channel used in BitBucket repository to download dependencies from NPM registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-167.md)                 | APPSEC\_CICD\_167 | MEDIUM   |
| [Internal NPM package is not scoped in BitBucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-168.md)                                                  | APPSEC\_CICD\_168 | MEDIUM   |
| [Secrets found in NPM dependency download URL in BitBucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-169.md)                                        | APPSEC\_CICD\_169 | HIGH     |
| [Azure repository missing NPM lock file](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-170.md)                                                                      | APPSEC\_CICD\_170 | MEDIUM   |
| [Unencrypted channel used in Azure repository to download dependencies from NPM registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-171.md)                     | APPSEC\_CICD\_171 | MEDIUM   |
| [Internal NPM package is not scoped in Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-172.md)                                                      | APPSEC\_CICD\_172 | MEDIUM   |
| [Secrets found in NPM dependency download URL in Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-173.md)                                            | APPSEC\_CICD\_173 | HIGH     |
| [NPM package lock file verifies integrity with weak hash algorithm](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-174.md)                                           | APPSEC\_CICD\_174 | LOW      |
| [NPM package lock file verifies integrity with weak hash algorithm (Gitlab)](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-175.md)                                  | APPSEC\_CICD\_175 | LOW      |
| [NPM package lock file verifies integrity with weak hash algorithm (BitBucket)](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-176.md)                               | APPSEC\_CICD\_176 | LOW      |
| [NPM package lock file verifies in Azure repository integrity with weak hash algorithm](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-177.md)                       | APPSEC\_CICD\_177 | LOW      |
| [Packages insecurely installed through “npm install” command in Azure Pipelines pipeline](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-190.md)                     | APPSEC\_CICD\_190 | MEDIUM   |
| [Possible Python typosquatting detected](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-200.md)                                                                      | APPSEC\_CICD\_200 | HIGH     |
| [Possible Python typosquatting detected in a GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-201.md)                                               | APPSEC\_CICD\_201 | HIGH     |
| [Possible Python typosquatting detected in a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-202.md)                                            | APPSEC\_CICD\_202 | HIGH     |
| [Possible Python typosquatting detected in an Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-203.md)                                               | APPSEC\_CICD\_203 | HIGH     |
| [Missing '.npmrc' file in repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-265.md)                                                                         | APPSEC\_CICD\_265 | MEDIUM   |
| [Secret exposed in proxy URL within '.npmrc' file](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-266.md)                                                            | APPSEC\_CICD\_266 | HIGH     |
| [Secret exposed in registry URL within '.npmrc' file](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-267.md)                                                         | APPSEC\_CICD\_267 | HIGH     |
| [Deprecated package used in NPM project](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-268.md)                                                                      | APPSEC\_CICD\_268 | HIGH     |
| [Potential dependency confusion due to package name or scope available in registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-269.md)                           | APPSEC\_CICD\_269 | HIGH     |
| [Unencrypted channel used by '.npmrc' file to download dependencies from proxy](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-270.md)                               | APPSEC\_CICD\_270 | MEDIUM   |
| [Unencrypted channel used by '.npmrc' file of a GitHub repository to download dependencies from registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-271.md)     | APPSEC\_CICD\_271 | MEDIUM   |
| [Missing '.npmrc' file in GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-272.md)                                                                  | APPSEC\_CICD\_272 | MEDIUM   |
| [Secret exposed in proxy URL within '.npmrc' file of a Gitlab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-273.md)                                     | APPSEC\_CICD\_273 | HIGH     |
| [Secret exposed in registry URL within '.npmrc' file of a GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-274.md)                                  | APPSEC\_CICD\_274 | HIGH     |
| [Deprecated package used in NPM project of a GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-275.md)                                               | APPSEC\_CICD\_275 | HIGH     |
| [Potential dependency confusion in a GitLab repository due to package name or scope available in registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-276.md)    | APPSEC\_CICD\_276 | HIGH     |
| [Unencrypted channel used by '.npmrc' file of a GitLab repository to download dependencies from proxy](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-277.md)        | APPSEC\_CICD\_277 | MEDIUM   |
| [Unencrypted channel used by '.npmrc' file of a GitLab repository to download dependencies from registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-278.md)     | APPSEC\_CICD\_278 | MEDIUM   |
| [Missing '.npmrc' file in Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-279.md)                                                               | APPSEC\_CICD\_279 | MEDIUM   |
| [Secret exposed in proxy URL within '.npmrc' file of a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-280.md)                                  | APPSEC\_CICD\_280 | HIGH     |
| [Secret exposed in registry URL within '.npmrc' file of a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-281.md)                               | APPSEC\_CICD\_281 | HIGH     |
| [Deprecated package used in NPM project of a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-282.md)                                            | APPSEC\_CICD\_282 | HIGH     |
| [Potential dependency confusion in a Bitbucket repository due to package name or scope available in registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-283.md) | APPSEC\_CICD\_283 | HIGH     |
| [Unencrypted channel used by '.npmrc' file of a Bitbucket repository to download dependencies from proxy](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-284.md)     | APPSEC\_CICD\_284 | MEDIUM   |
| [Unencrypted channel used by '.npmrc' file of a bitbucket repository to download dependencies from registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-285.md)  | APPSEC\_CICD\_285 | MEDIUM   |
| [Missing '.npmrc' file in Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-286.md)                                                                   | APPSEC\_CICD\_286 | MEDIUM   |
| [Secret exposed in proxy URL within '.npmrc' file of an Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-287.md)                                     | APPSEC\_CICD\_287 | HIGH     |
| [Secret exposed in registry URL within '.npmrc' file of an Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-288.md)                                  | APPSEC\_CICD\_288 | HIGH     |
| [Deprecated package used in NPM project of an Azure repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-289.md)                                               | APPSEC\_CICD\_289 | HIGH     |
| [Potential dependency confusion in an Azure repository due to package name or scope available in registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-290.md)    | APPSEC\_CICD\_290 | HIGH     |
| [Unencrypted channel used by '.npmrc' file of an Azure repository to download dependencies from proxy](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-291.md)        | APPSEC\_CICD\_291 | MEDIUM   |
| [Unencrypted channel used by '.npmrc' file of an Azure repository to download dependencies from registry](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-292.md)     | APPSEC\_CICD\_292 | MEDIUM   |
| [NPM project contains unused dependencies](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-301.md)                                                                    | APPSEC\_CICD\_301 | LOW      |
| [NPM project contains unused dependencies in a GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-302.md)                                             | APPSEC\_CICD\_302 | LOW      |
| [NPM project contains unused dependencies in a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-303.md)                                          | APPSEC\_CICD\_303 | LOW      |
| [NPM project contains unused dependencies in an Azure Repos repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-304.md)                                       | APPSEC\_CICD\_304 | LOW      |
| [NPM package downloaded from git without commit hash reference](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-313.md)                                               | APPSEC\_CICD\_313 | MEDIUM   |
| [NPM package downloaded from git without commit hash reference in a GitLab repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-314.md)                        | APPSEC\_CICD\_314 | MEDIUM   |
| [NPM package downloaded from git without commit hash reference in a Bitbucket repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-315.md)                     | APPSEC\_CICD\_315 | MEDIUM   |
| [NPM package downloaded from git without commit hash reference in an Azure Repos repository](/appsec-rules/ci-cd-security/dependency-chains/appsec-cicd-316.md)                  | APPSEC\_CICD\_316 | MEDIUM   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/appsec-rules/ci-cd-security/dependency-chains.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
