Emacs Ecosystem
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides configuration patterns that fetch packages from authoritative Emacs package repositories including MELPA (melpa.org), GNU ELPA (elpa.gnu.org), and NonGNU ELPA (elpa.nongnu.org).
- [EXTERNAL_DOWNLOADS]: Includes a bootstrap snippet for the
straight.elpackage manager that downloads an installation script from theradian-softwarepublic repository on GitHub. - [EXTERNAL_DOWNLOADS]: Provides instructions for installing Tree-sitter grammars from official
tree-sitterproject repositories on GitHub. - [REMOTE_CODE_EXECUTION]: The
straight.elinstallation example uses the standard community pattern of fetching a remote script viaurl-retrieve-synchronouslyand executing it witheval-print-last-sexp. - [COMMAND_EXECUTION]: Documents the use of batch Emacs commands (
emacs --batch) to automate technical tasks such as running ERT unit tests and performing byte-compilation verification.
Audit Metadata