string-handling

Pass

Audited by Gen Agent Trust Hub on Jul 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill acts as a documentation resource for developers using the NVIDIA ovstage SDK, covering the usage of specific C/C++ types like ovx_string_t and their Python equivalents.
  • [SAFE]: No suspicious network operations, unauthorized file access, or credential exposure patterns were found. The tool permissions (Read, Grep) are consistent with the skill's purpose of referencing repository code.
  • [SAFE]: The provided code snippets demonstrate secure coding practices, specifically instructing the use of length-limited string operations (%.*s, memcmp, std::string_view) to prevent buffer overflow issues common with non-null-terminated strings.
  • [SAFE]: No obfuscation techniques, hidden commands, or persistence mechanisms were detected in the instructions or metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 27, 2026, 09:11 PM
Security Audit — agent-trust-hub — string-handling