ep_install_preflight
Evaluate a software entity against a trust policy to determine if installation is allowed, requires review, or is denied. Provides reasons covering publisher, permissions, provenance, and trust history.
Instructions
EP-SX: Should I install this plugin/app/package/extension? Evaluates a software entity against a software-specific trust policy with context. Returns allow/review/deny with specific reasons covering publisher, permissions, provenance, and trust history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Software entity ID (e.g. github_app:acme/code-helper) | |
| policy | No | Software policy: github_private_repo_safe_v1, npm_buildtime_safe_v1, browser_extension_safe_v1, mcp_server_safe_v1, or standard EP policies | |
| context | No | Install context: { host, install_scope, permission_class, data_sensitivity, execution_mode } |