condition-based-waiting
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill provides legitimate instructions for improving test reliability. No patterns targeting agent behavioral overrides or safety filter bypasses were found.
- [DATA_EXFILTRATION]: No network operations, hardcoded credentials, or access to sensitive local file paths (e.g., SSH keys, AWS credentials) were detected.
- [OBFUSCATION]: The skill's content and code in
example.tsare written in plain, human-readable text. No Base64, zero-width characters, Unicode tag characters, or homoglyphs were found. - [REMOTE_CODE_EXECUTION]: The skill does not perform any remote package installations or script executions via
curl,wget, or similar tools. - [DYNAMIC_EXECUTION]: The provided TypeScript utilities in
example.tsuse standardsetTimeoutpolling for condition checking. No use ofeval(),exec(), or dynamic runtime code generation from untrusted sources was found. - [INDIRECT_PROMPT_INJECTION]: While the
waitForEventMatchfunction inexample.tsprocesses event data, it is designed for logical comparison during test execution and does not interpolate data into agent prompts or instruction streams. - [DYNAMIC_CONTEXT_INJECTION]: The skill does not use the
!commandsyntax for executing shell commands at skill load time.
Audit Metadata