> 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/pipeline-based-access-controls.md).

# Pipeline Based Access Controls

| Rule Name                                                                                                                                                  | AppSec Rule ID    | Severity |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -------- |
| [Deploy keys assigned with write permissions](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-26.md)                               | APPSEC\_CICD\_26  | LOW      |
| [GitLab deploy keys assigned with write permissions](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-27.md)                        | APPSEC\_CICD\_27  | LOW      |
| [All instance jobs run with high privileges](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-46.md)                                | APPSEC\_CICD\_46  | HIGH     |
| [Jobs are allowed to run on the Jenkins Controller](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-52.md)                         | APPSEC\_CICD\_52  | HIGH     |
| [Jenkins jobs are executed with high privileges by default](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-54.md)                 | APPSEC\_CICD\_54  | HIGH     |
| [Jenkins jobs can be executed with high privileges](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-55.md)                         | APPSEC\_CICD\_55  | MEDIUM   |
| [GitLab project job token authorized to access other projects](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-71.md)              | APPSEC\_CICD\_71  | LOW      |
| [Default workflow permissions in the repository set to 'read and write'](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-127.md)   | APPSEC\_CICD\_127 | MEDIUM   |
| [Default workflow permissions in the organization set to 'read and write'](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-128.md) | APPSEC\_CICD\_128 | MEDIUM   |
| [Excessive pipeline permissions on the repository](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-156.md)                         | APPSEC\_CICD\_156 | MEDIUM   |
| [Project configured for group-wide access using job token](/appsec-rules/ci-cd-security/pipeline-based-access-controls/appsec-cicd-238.md)                 | APPSEC\_CICD\_238 | 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/pipeline-based-access-controls.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.
