corppass-legacy

corppass-legacy is a skill for Claude Code from kyleoliveiro/sg-gov-skills. It costs 221 tokens per session (2,367 once invoked), scanned A, original, MIT.

Maintenance and migration guidance for older Corppass integrations. Corppass is Singapore's business identity and authorization service; this covers its pre-FAPI 2.0 authorization API and Myinfo Business versions 1 and 2.

In plain words
What is it for?
Use it to debug or maintain a legacy Corppass integration, or migrate its Authorization API or Myinfo Business v1/v2 implementation.
Why use it?
It helps keep existing legacy integrations working while they are moved to newer interfaces before their stated deprecation deadlines. It also documents the older tokens, claims, endpoints, and migration mappings.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the national-digital-identity plugin — 4 skills shipped together

Good fit Use it to debug or maintain a legacy Corppass integration, or migrate its Authorization API or Myinfo Business v1/v2 implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kyleoliveiro/sg-gov-skills/corppass-legacy
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 kyleoliveiro/sg-gov-skills --skill corppass-legacy
Clone the repo
git clone --depth 1 https://github.com/kyleoliveiro/sg-gov-skills

Made for: Claude Code.

Or install national-digital-identity, the plugin that ships this one along with the rest of its 4 skills.

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 corppass-legacy

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyleoliveiro/sg-gov-skills/corppass-legacy/github.svg)](https://agentmods.dev/skills/kyleoliveiro/sg-gov-skills/corppass-legacy)
Your own site
<a href="https://agentmods.dev/skills/kyleoliveiro/sg-gov-skills/corppass-legacy"><img src="https://agentmods.dev/badge/skills/kyleoliveiro/sg-gov-skills/corppass-legacy/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 corppass-legacy

Your own site · 80×15
<a href="https://agentmods.dev/skills/kyleoliveiro/sg-gov-skills/corppass-legacy"><img src="https://agentmods.dev/badge/skills/kyleoliveiro/sg-gov-skills/corppass-legacy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,367 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.
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.00221 $0.02367
Opus 5 $0.00111 $0.01184
Sonnet 5 $0.00044 $0.00473
Haiku 4.5 $0.00022 $0.00237

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

Security

Grade A, and why

corppass-legacy 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (evals/files/token-handler.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/corppass-legacy/SKILL.md · 144 lines

How it starts

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

Corppass legacy: maintain and migrate pre-FAPI 2.0 integrations

Every Corppass integration onboarded before 23 March 2026 runs on the legacy Corppass Authorization API. It still works, but it is on a countdown:

What you have Deadline After that
Legacy Corppass Authorization API migrate by 31 March 2027 legacy security profile deprecated 1 April 2027
Myinfo Business v1/v2 migrate to v3 by 31 May 2027 v1/v2 deprecated

Submit your migration plan (current progress + target date) at https://go.gov.sg/cp-fapi-migration-plan. New services cannot choose legacy — for anything greenfield, use the corppass skill. This skill exists for two jobs: keeping an existing legacy integration healthy until it migrates, and executing the migration correctly.

Source and currency

Embedded from https://docs.corppass.gov.sg as of 2026-07-23 (legacy API spec + migration guides). Append .md to any live docs page URL for markdown; index at https://docs.corppass.gov.sg/llms.txt. Read references/legacy-api-and-migration.md for the full legacy wire formats, the verbatim claim-mapping table, and both migration checklists.

The legacy shape (what you are maintaining)

Same hosts as FAPI 2.0 (stg-id.corppass.gov.sg / id.corppass.gov.sg), different mechanics:

  • Front-channel authorization: GET /mga/sps/oauth/oauth20/authorize with scope, response_type=code, client_id, redirect_uri, state, nonce, PKCE challenge, and (deprecated) esrvcID — all in the browser URL. Redirects during Singpass login use HTTP 303 (since v2.0).
  • Scopes: only openid, authinfo, tpauthinfo.
  • Token endpoint returns token_type: "Bearer" (not DPoP), a JWE ID token, and a Bearer-used JWS access token (10 minutes).
  • Legacy ID token is flat, and its sub is the user, as a comma-separated string: "s=S1234567P,uuid=0f14a2fc-...,u=CP192,c=SG" — key order not guaranteed since v2.1; parse by key, never by position. Entity data sits in the entityInfo claim (CPEntID, CPEnt_TYPE, CPEnt_Status, CPNonUEN_*), user metadata in userInfo (CPAccType — Administrator/Sub-Administrator/User/Enquiry User, CPUID_FullName, ISSPHOLDER).
  • Authorization data comes from GET /authorization-info with Authorization: Bearer <token> — a JWS (signed, not encrypted) whose payload carries PascalCase AuthInfo / TPAuthInfo (same Result_Set row shapes as the FAPI auth_info).
  • Crypto: private_key_jwt client assertions (ES256-family), PKCE S256, JWE ID tokens (ECDH-ES+A128KW/A192KW/A256KW + A256CBC-HS512). No PAR, no DPoP.
  • Legacy JWKS responses include x5c/x5t/x5t#S256 — deprecated; do not build on them. SSO support was removed in v2.0 (May 2024). The email/email_verified ID-token claims were a restricted beta and are deprecated — do not adopt them.
  • Myinfo Business v1/v2 is a different API family entirely: https://api.myinfo.gov.sg/biz/[v1|v2] with /authorise, /token (client_secret!), and /entity-person/{uen}/{uuid} — the uen/uuid taken from the decoded access token, which v3 forbids.

Read the full file on GitHub · 144 lines

Files

What ships with it

5 files 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. 11d ago First seen · 144 lines · 221 tokens per session scan A 5844e89935a7

Subscribe to this mod's changes

corppass-legacy is a skill published in the GitHub repository kyleoliveiro/sg-gov-skills (16 stars, last pushed 1mo ago), licensed MIT. It adds 221 tokens to every session and 2,367 once invoked, about $0.0011 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

jsonapi

Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.

prowler-cloud/prowler · 34 tokens

validating-us-core

Validate FHIR R4 resources and Bundles against US Core / USCDI profiles with the official HL7 FHIR validator before submitting to an EHR. Covers running validatorcli.jar (or the public validator.fhir.org), declaring meta.profile, must-support elements, common conformance gaps (missing code/category/status), and…

maziyarpanahi/openmed · 134 tokens

telnyx-10dlc-curl

10DLC brand and campaign registration for US A2P messaging compliance. Assign phone numbers to campaigns.

team-telnyx/ai · 31 tokens

adding-activity-logging

Adds or changes activity logging (the audit trail) for a Django model in PostHog. Use when a model's writes must show in the Activity side panel or the advanced activity logs, when adding ModelActivityMixin, an ActivityScope, a modelactivitysignal receiver, an activity describer, or field exclusions, when auditing…

PostHog/posthog · 153 tokens

806-regulations-eu-data-act

Use when reviewing, designing, or modifying Java enterprise systems that expose, exchange, store, process, export, or port data across users, businesses, connected products, cloud providers, APIs, event streams, AI data pipelines, data spaces, or SaaS platforms and need EU Data Act engineering controls. This should…

jabrena/plinth · 139 tokens

clio-webhooks

Receive and verify Clio (Clio Manage) webhooks. Use when setting up Clio webhook handlers, debugging X-Hook-Signature verification, completing the X-Hook-Secret handshake, or handling legal practice events like matter.created, contact.updated, activity.created, or bill events.

hookdeck/webhook-skills · 64 tokens