vgs-collect-ios-guide

vgs-collect-ios-guide is a skill for Claude Code, Codex from verygoodsecurity/vgs-collect-ios. It costs 45 tokens per session (1,428 once invoked), scanned A, original, MIT.

A version-aware guide for VGS Collect iOS SDK, a toolkit for securely collecting payment and other sensitive information in iPhone and iPad apps. It covers setup, feature work, migration, troubleshooting, and review.

In plain words
What is it for?
Use it when integrating secure fields, validation, submission, tokenization, aliases, cards, file uploads, or card scanning, and when investigating version-specific problems.
Why use it?
It helps match implementation advice to the SDK version actually being used and avoids relying on outdated or deprecated guidance. It also routes different payment-data flows to the relevant instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when integrating secure fields, validation, submission, tokenization, aliases, cards, file uploads, or card scanning, and when investigating version-specific problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add verygoodsecurity/vgs-collect-ios --skill vgs-collect-ios-guide
Clone the repo
git clone --depth 1 https://github.com/verygoodsecurity/vgs-collect-ios

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vgs-collect-ios-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide/github.svg)](https://agentmods.dev/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide)
Your own site
<a href="https://agentmods.dev/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide"><img src="https://agentmods.dev/badge/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vgs-collect-ios-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide"><img src="https://agentmods.dev/badge/skills/verygoodsecurity/vgs-collect-ios/vgs-collect-ios-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 43
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 44
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 115
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01428
Opus 5 $0.00023 $0.00714
Sonnet 5 $0.00009 $0.00286
Haiku 4.5 $0.00005 $0.00143

Measured 8d ago against content hash ed4d25fe0300, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

vgs-collect-ios-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vgs-collect-ios-guide/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

VGS Collect iOS Guide

Single public skill entrypoint for VGSCollectSDK work in customer iOS apps.

When to use

  • First-time VGSCollectSDK integration
  • Feature work touching collector setup, secure fields, validation, submit, tokenization, alias creation, card creation or update, file upload, or card scanning
  • Version migrations or replacement of deprecated usage
  • Troubleshooting integration bugs or version-specific regressions
  • Code review of app code that uses VGSCollectSDK

References

Topic File
SDK policy, security rules, flow selection, versioned guidance references/AGENTS.md

Bundled snapshot and version freshness

references/AGENTS.md carries an **SDK Version: x.y.z** header. It is the only instruction snapshot bundled with this skill. Load it completely and do not download, execute, or reload agent instructions from repositories, tags, CDNs, documentation sites, or other runtime URLs.

Resolve the installed SDK version, in order:

  1. dependency lockfiles (Package.resolved, CocoaPods Podfile.lock)
  2. build manifests with exact pins (Package.swift, Podfile)
  3. vendored dependency metadata or generated dependency graphs
  4. user-provided dependency snippets, stated version, or build logs

Compare it with the bundled snapshot version:

  • If they match, use the bundled guidance.
  • If they differ, say that the installed skill covers a different SDK version and may be outdated. Do not fetch replacement instructions or silently reinstall the skill.
  • Show the user these commands and ask them to update the skill before relying on version-sensitive guidance:
npx skills check
npx skills update

The update CLI may print a source-specific refresh command for installations that cannot be updated in place. The user should run that command themselves. Continue only with clearly version-independent guidance, label version-sensitive claims as unverified, or wait for the refreshed skill.

If the SDK version cannot be determined, disclose that the bundled snapshot version is being used; do not claim it is the latest available version.

Read the full file on GitHub · 119 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · -14 lines ed4d25fe0300
  2. 12d ago First seen · 133 lines · 45 tokens per session scan A 6adb0852ace5

Subscribe to this mod's changes

vgs-collect-ios-guide is a skill published in the GitHub repository verygoodsecurity/vgs-collect-ios (23 stars, last pushed 11d ago), licensed MIT. It adds 45 tokens to every session and 1,428 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

ui-enhancer-radar

Systematic iOS/SwiftUI UI audit with design intent interview, 14-domain analysis (including Color Audit with adaptive Color Profile, iPad Sheet Sizing caller-side audit, Button Hit Region three-factor interaction audit, and Silent Picker menu-presentation audit), element compaction, cross-view consistency checks…

Terryc21/radar-suite · 148 tokens

ui-path-radar

UI path tracer for SwiftUI/UIKit apps. 5-layer audit with 34 issue categories and 19 automated checks: discover entry points, trace flows, detect dead ends and broken promises, evaluate UX impact, verify data wiring. Supports targeted trace, diff against previous audits, and handoff to planning skills. Triggers…

Terryc21/radar-suite · 86 tokens

capstone-radar

Unified A-F grading and ship/no-ship decisions for the 6-skill radar family (5 companions + capstone). Aggregates handoffs from data-model, ui-path, roundtrip, time-bomb, and ui-enhancer; owns 5 grep-reliable domains; tracks velocity; celebrates improvements. Triggers: "capstone radar", "can I ship", "grade codebase"…

Terryc21/radar-suite · 91 tokens

ios-agent-skill

Expert iOS/Swift developer behavior for AI coding agents. Use when writing, reviewing, or refactoring Swift, SwiftUI, UIKit, or SwiftData code; when designing iOS app architecture (MVVM, Clean Architecture, coordinators, routing); when building UI that must meet Apple's Human Interface Guidelines, contrast, dark-mode…

Nagarjuna2997/ios-agent-skill · 167 tokens