Skip to content
Open
Show file tree
Hide file tree
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
42 changes: 42 additions & 0 deletions AUDIT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Audit — comint-osquery

Generated 2026-06-12 UTC.

```json
{
"repo": "comint-osquery",
"parse_errors": [],
"tests_passed": 3,
"tests_failed": 0,
"tests_errored": 0,
"has_tests": true,
"pytest_tail": "... [100%]\n3 passed in 0.29s",
"package": "comint_osquery",
"cli_version": "comint-osquery 0.1.0",
"clean": true
}
```

## pytest
```
... [100%]
3 passed in 0.29s
```

## CLI
```
usage: comint-osquery [-h] [--format {console,json,markdown,sarif,oscal}]
[--out OUT]
[--fail-on {very_high,high,moderate,low,none}]
[--classification CLASSIFICATION] [-v]
[target]

comint-osquery — Cognis Digital · Military/IC ecosystem

positional arguments:
target Path/target

options:
-h, --help show this help message and exit
--format {console,json,markdown,sarif,oscal}
```
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ These are emitted in JSON, SARIF, and the OSCAL skeleton.
```yaml
- name: comint-osquery scan
run: |
pip install cognis-comint-osquery
pip install "git+https://github.com/cognis-digital/comint-osquery.git"
comint-osquery . --format=oscal --out=assessment-results.json --fail-on=high
- name: Upload to eMASS/Xacta
run: cognis-rmf-package import assessment-results.json
Expand All @@ -79,3 +79,42 @@ These are emitted in JSON, SARIF, and the OSCAL skeleton.
Apache-2.0 unless stated otherwise.

See [the master index](../../MASTER-INDEX.md).

<a name="verification"></a>
## Verification

[![tests](https://img.shields.io/badge/tests-3%20passing-2ea44f.svg)](AUDIT.md)

Every push is verified end-to-end. Latest audit (2026-06-12):

```text
tests : 3 passed, 0 failed, 0 errored
compile : all modules parse
cli : comint-osquery 0.1.0
package : comint_osquery
```

<details><summary>CLI surface (<code>--help</code>)</summary>

```text
usage: comint-osquery [-h] [--format {console,json,markdown,sarif,oscal}]
[--out OUT]
[--fail-on {very_high,high,moderate,low,none}]
[--classification CLASSIFICATION] [-v]
[target]

comint-osquery — Cognis Digital · Military/IC ecosystem

positional arguments:
target Path/target

options:
-h, --help show this help message and exit
--format {console,json,markdown,sarif,oscal}
```
</details>

Full machine-readable results: [`AUDIT.md`](AUDIT.md) · regenerate with `python -m comint_osquery --help` + `pytest -q`.

<div align="right"><a href="#top">↑ back to top</a></div>

Loading