ios-intents-architect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ios-intents-architect (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
Expose the smallest useful action and entity surface to the system. Start with verbs and objects users need outside the app, then route cleanly back into the app when needed.
AppEntity types the system must understand. Keep them narrower than persistence models. Add EntityQuery when suggestions or disambiguation are useful.openAppWhenRun or open-style intent when the user should land in an app workflowAppShortcutsProvider for the first useful set. Keep titles, phrases, and symbols direct and task-oriented.AppEnum for fixed choices such as tabs, modes, or visibility before creating entities.Read only what is needed:
references/first-pass-checklist.md: choose the first intent/entity surface.references/example-patterns.md: copyable patterns.references/code-templates.md: generalized code templates.references/system-surfaces.md: Shortcuts, Siri, Spotlight, widgets, and controls.Use current Apple Developer docs when APIs or platform behavior may have changed:
https://developer.apple.com/documentation/appintents/making-actions-and-content-discoverable-and-widely-availablehttps://developer.apple.com/documentation/appintents/creating-your-first-app-intenthttps://developer.apple.com/documentation/appintents/adopting-app-intents-to-support-system-experiencesOutput the exposed actions, backing entities, invocation mode, app handoff path, and validation result.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.