dust-temporal
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were detected.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network operations were identified. The code snippets use internal logging and resource libraries.
- [Obfuscation] (SAFE): The content is clear and does not use Base64, zero-width characters, or any other form of encoding to hide malicious intent.
- [Unverifiable Dependencies] (SAFE): The skill references standard, well-known packages from the Temporal SDK (@temporalio/client, @temporalio/worker, etc.) which are necessary for the described functionality.
- [Dynamic Execution] (SAFE): While the worker setup uses
require.resolveto locate workflow files, this is a standard pattern for the Temporal framework and does not involve executing untrusted or dynamically generated strings.
Audit Metadata