Skip to main content

dbos-python

Enables resilient, failure-recoverable applications in Python with durable workflows and transactions using the DBOS framework.

Install this skill

or
97/100

Security score

The dbos-python skill was audited on Mar 1, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 160

Webhook reference - potential data exfiltration

SourceSKILL.md
160def payment_webhook(workflow_id: str, status: str):
low line 35

External URL reference

SourceSKILL.md
35response = requests.post("https://api.example.com", json={"data": data})
low line 320

External URL reference

SourceSKILL.md
320processor = DataProcessor("https://api.example.com/data")
Scanned on Mar 1, 2026
View Security Dashboard