Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,15 @@ Automated agents and agentic workflows (like Ralph, AutoGPT, or custom CI/CD bui
* **SARIF Output:** Native integration with GitHub Advanced Security and GitLab Security Dashboards.
* **Exception Management:** Formalize risk acceptance using a `.nodignore` file.
* **Remote Rule Registry:** Securely fetch industry-standard rules via HTTPS with strict SSL verification.
* **Community Rules Library:** https://github.com/mraml/nod-rules

## **⚠️ Important Disclaimer**

**nod** verifies the *presence and alignment* of policy elements within a specification. It is a blueprint auditor; it does not guarantee the security of the final running code, which requires independent runtime auditing. A "green light" from **nod** means the **intent** matches the policy.

## **🛠️ Installation**

**nod** can be installed as a Python package or used via GitHub Actions.

**Local Installation:**

```
pip install git+[https://github.com/mraml/nod.git@v2.0.0](https://github.com/mraml/nod.git@v2.0.0)
```
**nod** can be used via GitHub Actions.

## **📖 Usage Lifecycle**

Expand Down