# OWASP Top 10 CI CD Security Risks

### What is OWASP Top 10 CI CD&#x20;

OWASP (Open Web Application Security Project) Top 10 list focuses primarily on web application security risks rather than CI/CD (Continuous Integration/Continuous Deployment) security risks.&#x20;

### Example of OWASP CI CD policies in Delivery Shield

* **Prohibited use of unspecified package versions** - Unspecified Package versions can results in fetching uncertified latest package versions. It should be mandatory to pull only specific version except for latest as artifacts and dependencies.
* **Refrain from running pipelines originating from forked repos** - Repositories should be protected based on 2FA authentication
* **Untrusted Deployment via Configuration Drift** - Pipeline configuration should be fetched only from trusted sources.
* &#x20;**Open to merge public repositories for code utilities** - Dependency packages in code should not be open to merge publically.

Refer [OWASP](https://owasp.org/) for more information.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-delivery-shield-platform/user-guide/compliance-automation/owasp-top-10-ci-cd-security-risks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
