open-prose
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill features a dependency management system in
deps.mdthat enables the fetching and execution of code from Git repositories viaprose install. This is a primary function of the framework and adheres to standard development practices, including using aprose.lockfile for version pinning.- [DATA_EXFILTRATION]: No unauthorized data exfiltration patterns were found. The skill includes explicit security instructions inSKILL.mdandstate/postgres.mdto prevent the exposure of secrets, connection strings, or environment variables in logs or artifacts.- [COMMAND_EXECUTION]: The skill coordinates subagents using ProseScript choreography. These capabilities are governed by 'Shape' constraints (e.g.,Shape.prohibited) that define strict behavioral boundaries for services, as detailed inguidance/authoring.md.- [PROMPT_INJECTION]: The skill processes untrusted external data, such as GitHub webhooks and incident reports, creating a surface for indirect prompt injection. However, the architecture mitigates this through subagent context isolation and the 'copy-on-return' protocol, which ensures that only declared outputs are passed between services.
Audit Metadata