ci-cd-patterns
Warn
Audited by Snyk on Apr 7, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The GitHub Actions referenced in the workflows (e.g. actions/checkout -> https://github.com/actions/checkout and codecov/codecov-action -> https://github.com/codecov/codecov-action) are fetched and executed at workflow runtime and are required dependencies for the CI jobs, so they constitute external code executed during skill runtime.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The prompt includes commands that require elevated privileges and modify system state (notably "sudo xcode-select -s ..." plus keychain creation/import and provisioning profile installation), which push an agent to perform privileged system changes.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata