tuist-workspace-navigator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tuist-workspace-navigator (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.
Use this skill for day-to-day development in projects where Tuist owns the Xcode workspace.
tuist generate --no-openxcodebuild against the generated workspace.changes.
tuist install before generation when package dependencies changed.Prefer smaller generated graphs when working on one feature or target:
tuist generate AppFeature AppFeatureTests --no-open
tuist generate tag:feature:payments --no-openUse target tags consistently for teams, layers, and features so agents can scope generation and testing without guessing target names.
keep paths aligned with the real source tree.
dependencies.
.intentdefinition as source and avoid double-including localizationfiles such as .xcstrings, .strings, and .stringsdict.
dynamic can hide linker problems and hurt launch time.
xcodebuild build \
-workspace App.xcworkspace \
-scheme App \
-destination "platform=iOS Simulator,name=<available iPhone simulator>,OS=latest"Prefer narrow xcodebuild test selectors for iteration:
xcodebuild test \
-workspace App.xcworkspace \
-scheme AppTests \
-only-testing AppTests/MySuite/testExampleIf a narrow selector runs zero tests, broaden to the suite or target and report that the selector did not match.
tuist install, then regenerate.-ObjC or targeted -force_load where theconsuming target needs it.
Report the generated workspace path, scheme, command, and final build/test result.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.