xcodebuildmcp-docs-release-review
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill acts as a documentation reviewer, requiring it to process external data sources such as project changelogs and README files.
- Ingestion points: Documentation content, README.md, and CHANGELOG.md files are read into the agent context.
- Boundary markers: No explicit delimiters are used to separate ingested content from instructions.
- Capability inventory: The skill references local validation commands such as
npm run buildandnpx skill-check. - Sanitization: Content is reviewed for consistency but not strictly sanitized for prompt directives.
- [COMMAND_EXECUTION]: The skill suggests running project-specific validation and build scripts as part of the documentation review lifecycle.
- Evidence: Commands include
npm run build,npm run docs:check, andnpx skill-check .agents/skills/xcodebuildmcp-docs-release-reviewwhich are standard project maintainer tasks.
Audit Metadata