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 the pg_durable framework, 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 $name for 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 the pg_durable extension is configured with appropriate network access controls.
  • [Database Interaction]: The skill provides examples of INSERT, UPDATE, and DELETE operations. These are typical for SQL-based workflows and operate within the permissions granted to the executing database user.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 4, 2026, 08:07 AM
Security Audit — agent-trust-hub — pg-durable-sql