Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Filesystem search and inspection
v0.1.2Generic 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:1b197456f93063f03e04ad96ef704af6c6478783b9244b6e2d16c360e08979a1
sudo emisar pack install fs-search \ --hash sha256:1b197456f93063f03e04ad96ef704af6c6478783b9244b6e2d16c360e08979a1 \ --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>