dt-obs-ios-sdk
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several shell commands and scripts to automate the iOS project setup. This includes using
grepto check deployment targets,xcodebuildfor project verification and building, andxcrun simctlto manage the iOS simulator and verify the installation. These are standard operations for a developer tool. - [EXTERNAL_DOWNLOADS]: The skill integrates the Dynatrace Swift Mobile SDK via Swift Package Manager from the official vendor repository (github.com/Dynatrace/swift-mobile-sdk.git). It also requires the
xcodeprojRuby gem, which is a standard library for Xcode project manipulation. These downloads are from trusted or well-known sources associated with the skill's purpose. - [DATA_EXPOSURE]: The skill handles application identification keys (DTXApplicationID and DTXBeaconURL) provided by the user. These are used to configure the SDK within the app's Dynatrace.plist. There is no evidence of these keys being exfiltrated to unauthorized third parties.
Audit Metadata