René's URL Explorer Experiment


Title: Warden weekly sweep · Issue #436 · getsentry/XcodeBuildMCP · GitHub

Open Graph Title: Warden weekly sweep · Issue #436 · getsentry/XcodeBuildMCP

X Title: Warden weekly sweep · Issue #436 · getsentry/XcodeBuildMCP

Description: Warden Scheduled Scan Results Run: 2026-07-06T07:35:35.389Z Commit: db7e055 Summary Severity Count High 3 Low 2 Findings src/utils/template-manager.ts MK3-624 process.chdir() race condition corrupts cwd for concurrent scaffold requests (...

Open Graph Description: Warden Scheduled Scan Results Run: 2026-07-06T07:35:35.389Z Commit: db7e055 Summary Severity Count High 3 Low 2 Findings src/utils/template-manager.ts MK3-624 process.chdir() race condition corrupt...

X Description: Warden Scheduled Scan Results Run: 2026-07-06T07:35:35.389Z Commit: db7e055 Summary Severity Count High 3 Low 2 Findings src/utils/template-manager.ts MK3-624 process.chdir() race condition corrupt...

Opengraph URL: https://github.com/getsentry/XcodeBuildMCP/issues/436

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Warden weekly sweep","articleBody":"## Warden Scheduled Scan Results\n\n**Run:** 2026-07-06T07:35:35.389Z\n**Commit:** `db7e055`\n\n### Summary\n\n| Severity | Count |\n|----------|-------|\n| High | 3 |\n| Low | 2 |\n\n### Findings\n\n#### [`src/utils/template-manager.ts`](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/template-manager.ts)\n\n- `MK3-624` **process.chdir() race condition corrupts cwd for concurrent scaffold requests** ([L101-L113](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/template-manager.ts#L101-L113)) · high\n  Using `process.chdir()` to set the extraction directory is process-global state; concurrent calls to `downloadTemplate` (e.g., two simultaneous scaffold tool invocations via the daemon) will race on `process.cwd()`, causing one or both to extract into the wrong directory or corrupt each other's state. Pass `-d tempDir` to `unzip` instead.\n\n#### [`src/utils/xcodebuild-domain-results.ts`](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodebuild-domain-results.ts)\n\n- `QDW-KRS` **Import uses `.ts` extension instead of `.js`, breaking the build** ([L31](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodebuild-domain-results.ts#L31)) · high\n  This import uses a `.ts` extension, which is inconsistent with all other imports in the file (which use `.js`) and will fail compilation under `tsconfig.build.json`, which sets `allowImportingTsExtensions: false`.\n  *Suggested fix:* Change the import extension from `.ts` to `.js` to match the convention used by all other imports in this file and satisfy the build tsconfig.\n\n#### [`src/utils/xcodemake.ts`](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodemake.ts)\n\n- `AAX-FZV` **Remote script downloaded and executed without integrity verification** ([L63-L80](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodemake.ts#L63-L80)) · high\n  The `installXcodemake` function fetches a shell script from a mutable GitHub raw URL (`main` branch) and executes it without any hash or signature check, making every build that triggers auto-install vulnerable to supply-chain compromise if the upstream repo is taken over or the branch is force-pushed.\n\n#### [`src/mcp/tools/device/list_devices.ts`](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/mcp/tools/device/list_devices.ts)\n\n- `BPP-Z9J` **Test sentinel '123' hardcoded into production timestamp when pathDeps.join is injected** ([L130-L133](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/mcp/tools/device/list_devices.ts#L130-L133)) · low\n  In `discoverDevices` (src/mcp/tools/device/list_devices.ts:130), the timestamp used for the temp JSON path is set to the string `'123'` whenever `pathDeps.join` is provided, otherwise to `Date.now()`. This couples path-join dependency injection to a fixed test sentinel that would leak into a real filesystem path (`devicectl-123.json`) if any non-test caller ever injects a `join`. In practice all production call sites at lines 303/324 pass `pathDeps` through from external callers, so the risk is latent rather than active, but the branch is a code smell: the DI seam should not alter timestamp semantics. Fix by always using `Date.now()` and only branching on `pathDeps.join` for the path composition itself.\n  *Suggested fix:* Separate the timestamp from the path-join injection so `Date.now()` is always used.\n\n#### [`src/utils/logger.ts`](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/logger.ts)\n\n- `523-8RW` **Log file receives all messages regardless of configured log level** ([L268-L274](https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/logger.ts#L268-L274)) · low\n  The file write guard (`clientLogLevel !== 'none'`) does not apply the severity threshold, so debug messages are written to the log file even when `clientLogLevel` is set to `error`, unlike stderr which correctly gates on `shouldLog(level)`.\n  *Suggested fix:* Replace the weaker file-write guard with the same `shouldLog` call used for stderr output.\n\n---\n*Generated by [Warden](https://github.com/getsentry/warden)*","author":{"url":"https://github.com/github-actions[bot]","@type":"Person","name":"github-actions[bot]"},"datePublished":"2026-06-01T07:50:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/436/XcodeBuildMCP/issues/436"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:bde69f5e-4587-94ef-562a-02030cc4265a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9642:13B1D:1414FD8:1C05EAD:6A4CAE4F
html-safe-nonce177ba2c58df44523630edeb02a203cfe911e6f671410fe96aa8f61d438bcc2d9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjQyOjEzQjFEOjE0MTRGRDg6MUMwNUVBRDo2QTRDQUU0RiIsInZpc2l0b3JfaWQiOiIyMjAzMDAwMTM1MDU4NTAxMjAwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca7ba7e72fbf1fbef746f3dc8afcdd478256aadc195e3144aded19b50b14d48a2
hovercard-subject-tagissue:4561315922
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/getsentry/XcodeBuildMCP/436/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8a2a654c63b9113f3ca07e9e65eb110d2cc68088a142fe410c19558cdf8e8c5d/getsentry/XcodeBuildMCP/issues/436
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8a2a654c63b9113f3ca07e9e65eb110d2cc68088a142fe410c19558cdf8e8c5d/getsentry/XcodeBuildMCP/issues/436
og:image:altWarden Scheduled Scan Results Run: 2026-07-06T07:35:35.389Z Commit: db7e055 Summary Severity Count High 3 Low 2 Findings src/utils/template-manager.ts MK3-624 process.chdir() race condition corrupt...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegithub-actions[bot]
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/getsentry/XcodeBuildMCP git https://github.com/getsentry/XcodeBuildMCP.git
octolytics-dimension-user_id1396951
octolytics-dimension-user_logingetsentry
octolytics-dimension-repository_id945551361
octolytics-dimension-repository_nwogetsentry/XcodeBuildMCP
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id945551361
octolytics-dimension-repository_network_root_nwogetsentry/XcodeBuildMCP
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseae90d426644ca15e89bacceb72e51f4e9dbf85f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/getsentry/XcodeBuildMCP/issues/436#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F436
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F436
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=getsentry%2FXcodeBuildMCP
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/436
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/436
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/436
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/436
getsentry https://github.com/getsentry
XcodeBuildMCPhttps://github.com/getsentry/XcodeBuildMCP
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/436
Notifications https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Fork 300 https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Star 6k https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Code https://github.com/getsentry/XcodeBuildMCP
Issues 14 https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests 8 https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality 0 https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Code https://github.com/getsentry/XcodeBuildMCP
Issues https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Warden weekly sweephttps://github.com/getsentry/XcodeBuildMCP/issues/436#top
https://github.com/apps/github-actions
github-actionshttps://github.com/apps/github-actions
on Jun 1, 2026https://github.com/getsentry/XcodeBuildMCP/issues/436#issue-4561315922
src/utils/template-manager.tshttps://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/template-manager.ts
L101-L113https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/template-manager.ts#L101-L113
src/utils/xcodebuild-domain-results.tshttps://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodebuild-domain-results.ts
L31https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodebuild-domain-results.ts#L31
src/utils/xcodemake.tshttps://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodemake.ts
L63-L80https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/xcodemake.ts#L63-L80
src/mcp/tools/device/list_devices.tshttps://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/mcp/tools/device/list_devices.ts
L130-L133https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/mcp/tools/device/list_devices.ts#L130-L133
src/utils/logger.tshttps://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/logger.ts
L268-L274https://github.com/getsentry/XcodeBuildMCP/blob/db7e055c39d4e2c23cbd030f14ac8bc8329f61d8/src/utils/logger.ts#L268-L274
Wardenhttps://github.com/getsentry/warden
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.