Shipkit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Shipkit (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.
MCP server for shipping iOS apps. Wraps XcodeBuildMCP and App Store Connect API.
| Tool | Description |
|---|---|
screenshot | Take a screenshot of the iOS app running in the Simulator via xcrun simctl |
metadata | Get or update App Store Connect metadata (title, subtitle, description, keywords, whatsNew) |
submit-review | Submit an app version for App Store review |
npm install
npm run buildFor metadata and submit-review tools, set the following:
export ASC_KEY_ID="your-key-id"
export ASC_ISSUER_ID="your-issuer-id"
export ASC_PRIVATE_KEY="$(cat path/to/AuthKey_XXXXXX.p8)"Generate these in App Store Connect > Users and Access > Integrations > App Store Connect API.
{
"mcpServers": {
"shipkit": {
"command": "node",
"args": ["/path/to/shipkit/dist/index.js"],
"env": {
"ASC_KEY_ID": "your-key-id",
"ASC_ISSUER_ID": "your-issuer-id",
"ASC_PRIVATE_KEY": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
}
}
}
}npm run dev # watch mode with tsx
npm run inspect # open MCP inspector~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.