Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Filesystem search and inspection
v0.1.5Generic filesystem operations an LLM-driven runner needs constantly: bounded find, recursive grep, file head/tail/hash, du, ls -la, stat. All read-only. Paths are validated against simple patterns; the runner's symlink-containment + audit redaction layers still apply on top.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:5fa6dcb62c5b370cd4147a2a5f8d0dff2beaf62a4158377e3d4763208196052a
sudo emisar pack install fs-search \ --hash sha256:5fa6dcb62c5b370cd4147a2a5f8d0dff2beaf62a4158377e3d4763208196052a \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 15 total
View on GitHub-
wc -l <file>
-
du -sh — top N subdirs
-
file <path>
-
find -name <glob> under <path>
-
Files larger than N MB
-
Files modified in last N minutes
-
setuid + setgid files
-
World-writable files
-
grep <pattern> <file>
-
grep -rE <pattern> <path>
-
head -n <N> <file>
-
ls -la <path>
-
sha256sum <file>
-
stat <path>
-
tail -n <N> <file>