kmp-interop-bridges — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kmp-interop-bridges (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use for KMP bridges, shared-native boundaries, Swift/native export reviews.
commonMain if no platform API needed.iosMain, for one shared implementation.expect/actual function or property if enough.expect/actual classes or generated interop only after 1-5 fail.Do not default to expect/actual for every platform dependency.
iosMain for Apple-family code covering iOS device/simulator.Review:
Flow, StateFlow, suspend functions.baseName.transitiveExport.SKIE can improve Swift ergonomics via wrappers for Flow, suspend functions, sealed hierarchies, enums, and default arguments. Optional: verify current docs, build impact, team acceptance, generated API before adding.
KMP-NativeCoroutines can expose flows to Swift; choose only after comparing current project needs, existing API shape, and docs.
.def, headers, package names, include directories, compiler/linker options, and architecture support.If host setup may be at fault, consider KDoctor on macOS. It checks KMP mobile readiness: OS, JDK/JAVA_HOME, Android Studio plugins, Xcode, Ruby, CocoaPods. Do not treat output as project architecture review.
Remote iOS:
Package.swift.spm()/cocoapods() mode, artifact hosting, versioning, consumer docs.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.