pg-durable-sql
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Durable Workflow Management]: The skill documents the use of
df.start()and various SQL-based operators to manage database tasks. While these functions control execution flow within thepg_durableframework, they represent the core functionality of the extension rather than a security risk. - [Variable Substitution and Captures]: The skill details two variable systems:
{name}for pre-configured variables and$namefor capturing results. This is a standard feature for workflow automation to pass data between steps. - [HTTP Request Capability]: The documentation includes the
df.http()function for making network requests from within the database workflow. This is a common requirement for ETL and integration tasks; users should ensure that thepg_durableextension is configured with appropriate network access controls. - [Database Interaction]: The skill provides examples of
INSERT,UPDATE, andDELETEoperations. These are typical for SQL-based workflows and operate within the permissions granted to the executing database user.
Audit Metadata