> For the complete documentation index, see [llms.txt](https://docs.debricked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debricked.com/product/open-source-select/start-left-policies.md).

# Start left policies

{% hint style="info" %}
*The Start Left feature is only available for* [*Select Enterprise*](https://debricked.com/pricing/) *users. Already have an account?* [*Click here to upgrade.*](https://debricked.com/app/en/repositories?billingModal=free,enterprise)
{% endhint %}

You can use your automation policies to evaluate new packages in Open Source Select. If you are looking for a new package in Select, you can check whether or not it will trigger an automation rule using Start Left Policies.&#x20;

### **Evaluate license issues using start left policies (example)**

1. Create an automation rule to evaluate the licenses family. For example, “If there is a dependency which is licensed under a strong copyleft license then fail pipeline”.
2. Go to **Open Source Select** and search for a desired package.
3. After searching for the \`node-forge\` package, you can see that the pipeline would fail if this package is included, as it is licensed under \`GLP-2.0-only\` which belongs to the "strong copyleft" licenses family.

### **Evaluate security risk packages using start left policies (example)**

1. Create an automation rule to evaluate the check the CVSS. For example, "If a dependency contains a vulnerability which has not been marked as unaffected where CVSS is at least medium (4.0-6.9)”
2. Go to **Open Source Select** and search for a desired package.
3. After searching for the \`angularjs\` package, you can see that our pipeline would trigger a warning if we included this package, due to CVE-2017-16009.

### Choose open source components with OpenText Core SCA's open source select and start left - video guide

{% embed url="<https://www.youtube.com/watch?t=1s&v=JCgA1DjAq8A>" %}


---

# 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://docs.debricked.com/product/open-source-select/start-left-policies.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.
