Governance Rule Playbooks
18 governance rules across 7 categories, each with severity rating, detection scope, and step-by-step remediation guidance. Rules are applied automatically on every workflow upload.
Hardcoded Values
1 ruleSelector Quality
1 ruleError Handling
6 rulesANL-003ANL-003: Missing Retry Scope
Activity has no surrounding Retry Scope.
ANL-004ANL-004: Unguarded Ui Action
UI interaction activity lacks error handling.
ERR-001ERR-001: Missing Try Catch External
External HTTP/API call has no surrounding Try/Catch block
ERR-005ERR-005: Exception Swallowed
Catch block exists but does not log or rethrow the exception
ERR-007ERR-007: Infinite Retry No Limit
RetryScope or retry loop has no maximum retry count set
PA-001PA-001: Pa Unguarded Http
HTTP or connector action has no downstream failure handler (runAfter: Failed/TimedOut).
Maintainability
2 rulesObservability
1 ruleCredentials & Secrets
4 rulesCRED-001CRED-001: Hardcoded Connection String
Hardcoded database connection string with embedded credentials
CRED-001CRED-001: Hardcoded Connection String
Hardcoded database connection string with embedded credentials
CRED-002CRED-002: Hardcoded Api Key
API key or token stored as plaintext workflow variable
CRED-002CRED-002: Hardcoded Api Key
API key or token stored as plaintext workflow variable
PII Handling
3 rulesPII-001PII-001: Pii No Audit Log
PII field (SSN/DOB/email/phone) accessed without surrounding log activity
PII-003PII-003: Financial Data No Audit
Financial account number or card data accessed without audit logging
PII-002PII-002: Pii Unmasked Log
PII field value written directly to log output
Rules are applied automatically when you upload a workflow. No configuration required on Starter. Policy packs let you override severity thresholds and add exemptions on Growth and above.