@openauditmodel/cli 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| | |
|
|
13
13
|
| ------------------------- | ---------------------------------------------------------------- |
|
|
14
14
|
| **Specification version** | 0.1 |
|
|
15
|
-
| **Tooling release** | 0.4.
|
|
15
|
+
| **Tooling release** | 0.4.1 — the CLI and MCP server, versioned in `package.json` |
|
|
16
16
|
| **Project status** | **Experimental** |
|
|
17
17
|
| **Production readiness** | **Not production-ready** |
|
|
18
18
|
| **Compliance** | **No compliance guarantee** |
|
|
@@ -541,10 +541,10 @@ claude mcp add --transport http openauditmodel https://mcp.openauditmodel.org/mc
|
|
|
541
541
|
```
|
|
542
542
|
|
|
543
543
|
Eight tools — `validate_event`, `verify_integrity`, `verify_chain`, `lint_privacy`,
|
|
544
|
-
`check_profile`, `check_coverage`, `generate_event_template`, `get_event_guidance` —
|
|
545
|
-
and thirty-four
|
|
546
|
-
|
|
547
|
-
profile.
|
|
544
|
+
`check_profile`, `check_coverage`, `generate_event_template`, `get_event_guidance` —
|
|
545
|
+
three prompts, and thirty-four read-only resources: seven specification chapters, both canonical
|
|
546
|
+
schemas, the semantic-conventions index and twelve convention documents, the profile index and
|
|
547
|
+
all ten profile definitions, and the examples index.
|
|
548
548
|
|
|
549
549
|
**It is a remote service, and this matters.** MCP tool inputs are processed ephemerally by the
|
|
550
550
|
OpenAuditModel MCP service. The service does not intentionally persist audit event content or
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openauditmodel/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Conformance toolchain for OpenAuditModel: validate audit events against the canonical JSON Schema, verify tamper-evidence, lint for leaked secrets and check domain profiles. Offline and deterministic.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"audit",
|