formal-verify
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/install-deps.shscript downloads the Apalache model checker from its official GitHub repository to handle behavioral state-machine verification. - [REMOTE_CODE_EXECUTION]: The
scripts/verify-behavioral.pyscript dynamically loads and executes Python modules from the project's.verifier/specs/directory usingimportlib, allowing user-defined Z3Py specifications to run during the verification process. - [COMMAND_EXECUTION]: Multiple components use the
subprocessmodule to execute system commands for source code fact extraction (Git), complexity auditing (Radon), and running the Apalache model checker. - [PROMPT_INJECTION]: The skill processes untrusted source code and specification files from a project directory, creating a surface for indirect prompt injection if the agent is instructed to process a malicious repository.
Audit Metadata