SEAL Frameworks CLI — read-only retrieval for humans and agents.
Download the binary from GitHub Releases and verify the checksum.
Note:
seal update(default--source release) downloads index artifacts from the latest GitHub Release inframeworks-mcp.
# Example (Linux amd64)
gh release download -R security-alliance/seal-cli --pattern 'seal_*_linux_amd64.tar.gz'
tar -xzf seal_*_linux_amd64.tar.gz
./seal --help# Download index artifacts
seal update
# List frameworks
seal list --branch main
# Search
seal search "ENS resolver risk"
seal search "SEAL 911 war room" --json --limit 5
# Fetch a section
seal fetch incident-management/playbooks/seal-911-war-room-guidelines#seal-911
# Compare branches
seal compare incident-management/playbooks/seal-911-war-room-guidelines --left main --right develop
# Emergency / Tips
seal emergency
seal tips| Command | Description |
|---|---|
update |
Download latest index artifacts from source (raw GitHub or release) |
list |
List available frameworks for a branch |
search |
Search sections by query |
fetch |
Fetch full section content by stable ID |
compare |
Compare document paths across branches |
emergency |
Print SEAL 911 contact and template |
tips |
Print SEAL tips contact and template |
--branch main\|develop— target branch (default: main)--json— output JSON--limit <n>— max search results--open— open Telegram link (opt-in)--source release\|raw— update source--ref <commit\|branch>— raw source ref
- Zero runtime dependencies (standard library only)
- Read-only by default
- No postinstall scripts or install-time network access
- Checksum verification via manifest.json
seal updateis the only command that touches the network
CC BY-SA 4.0