iyke_pkg_violations_list
Retrieve audit rows of kernel-level permission violations where a package attempted to execute a command outside its declared allowlist. Filter by package ID or view cross-package, newest entries first.
Instructions
List kernel-level permission-violation audit rows newest-first. Today only shell.execute denials write here (a pkg attempted to spawn a binary outside its manifest's declared allowlist). Returns one entry per attempt with attempted (the resolved command), declared (the manifest allowlist at attempt time, comma-joined), scope_kind ('shell.execute'), pkg_id, and occurred_at (unix millis). Pass pkg_id to filter to one pkg; omit for a cross-pkg view. limit defaults to 100 and is hard-capped at 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| pkg_id | No |