telemetry
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- Standard Logging Practices: The skill correctly recommends using Apple's official
OSLogframework andLoggerAPI, which is the industry standard for secure and efficient logging on macOS. - Sensitive Data Protection: The instructions explicitly include a security guardrail advising users not to log secrets, authentication tokens, personal data, or raw document contents.
- Native Tooling Integration: The verification steps utilize standard system tools such as
Console.appand thelogcommand-line utility for viewing telemetry, which does not involve any external dependencies or remote code execution. - Privacy Considerations: The provided Swift code example demonstrates the use of
privacy: .publicfor non-sensitive identifiers, adhering to Apple's privacy-preserving logging best practices.
Audit Metadata