telemetry-instrumentation
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [Secure Data Handling]: The skill explicitly includes instructions and utility functions (e.g.,
maskSensitiveValuesInTelemetry) to ensure that sensitive information like connection strings, tokens, and passwords are masked before being sent to telemetry services. - [Trusted Library Usage]: The instrumentation patterns rely on
@microsoft/vscode-azext-utils, an official library from a well-known organization, for managing telemetry events and error handling. - [Standard Telemetry Patterns]: The captured data (durations, results, and counts) represents standard operational metrics used for analytics and debugging, with no evidence of unauthorized data collection or exfiltration attempts.
- [Error Handling Best Practices]: The skill encourages the use of standardized wrappers that automatically manage success and failure states, reducing the risk of improper error reporting or swallowed exceptions.
Audit Metadata