Document owasp_map config; join advisories.owasp_mcp
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ configs:
|
|
| 21 |
data_files: runtime_fixtures.parquet
|
| 22 |
- config_name: advisories
|
| 23 |
data_files: advisories.parquet
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# HOL Plugin Security
|
|
@@ -51,10 +53,11 @@ The public explorer Space is https://huggingface.co/spaces/HashgraphOnline/hol-p
|
|
| 51 |
| plugins (default) | 205 | `plugins.jsonl`, `plugins.parquet` |
|
| 52 |
| runtime_fixtures | 220 | `runtime_fixtures.jsonl`, `runtime_fixtures.parquet` |
|
| 53 |
| advisories | 22 | `advisories.jsonl`, `advisories.parquet` |
|
|
|
|
| 54 |
|
| 55 |
## How to use
|
| 56 |
|
| 57 |
-
Join `advisories` on `owasp_mcp` (one primary OWASP MCP Top 10 ID per advisory). Do not treat a mapped advisory as proof a plugin is safe. Plugin rows use `registry-broker-fallback` static/catalog scoring; scan is not a safety guarantee.
|
| 58 |
|
| 59 |
## OWASP MCP Top 10 mapping (beta)
|
| 60 |
|
|
@@ -87,4 +90,4 @@ This mapping does not replace the disclaimers above. HOL publishes this dataset;
|
|
| 87 |
|
| 88 |
HOL Guard Team. "HOL Plugin Security." 2026. https://huggingface.co/datasets/HashgraphOnline/hol-plugin-security
|
| 89 |
|
| 90 |
-
Also: [hol.org/plugins](https://hol.org/plugins), [runtime benchmark](https://hol.org/guard/research/ai-coding-agent-runtime-security-benchmark), [explorer Space](https://huggingface.co/spaces/HashgraphOnline/hol-plugin-security), [OWASP MCP Top 10](https://hol.org/guard/security/owasp-mcp-top-10)
|
|
|
|
| 21 |
data_files: runtime_fixtures.parquet
|
| 22 |
- config_name: advisories
|
| 23 |
data_files: advisories.parquet
|
| 24 |
+
- config_name: owasp_map
|
| 25 |
+
data_files: owasp_map.parquet
|
| 26 |
---
|
| 27 |
|
| 28 |
# HOL Plugin Security
|
|
|
|
| 53 |
| plugins (default) | 205 | `plugins.jsonl`, `plugins.parquet` |
|
| 54 |
| runtime_fixtures | 220 | `runtime_fixtures.jsonl`, `runtime_fixtures.parquet` |
|
| 55 |
| advisories | 22 | `advisories.jsonl`, `advisories.parquet` |
|
| 56 |
+
| owasp_map | 10 | `owasp_map.jsonl`, `owasp_map.parquet` |
|
| 57 |
|
| 58 |
## How to use
|
| 59 |
|
| 60 |
+
Join `advisories` on `owasp_mcp` (one primary OWASP MCP Top 10 ID per advisory) to `owasp_map` for detect/prevent/gap. `owasp_map.complete_program` is always false. Do not treat a mapped advisory as proof a plugin is safe. Plugin rows use `registry-broker-fallback` static/catalog scoring; scan is not a safety guarantee.
|
| 61 |
|
| 62 |
## OWASP MCP Top 10 mapping (beta)
|
| 63 |
|
|
|
|
| 90 |
|
| 91 |
HOL Guard Team. "HOL Plugin Security." 2026. https://huggingface.co/datasets/HashgraphOnline/hol-plugin-security
|
| 92 |
|
| 93 |
+
Also: [hol.org/plugins](https://hol.org/plugins), [runtime benchmark](https://hol.org/guard/research/ai-coding-agent-runtime-security-benchmark), [explorer Space](https://huggingface.co/spaces/HashgraphOnline/hol-plugin-security), [OWASP MCP Top 10](https://hol.org/guard/security/owasp-mcp-top-10).
|