india-compliance-audit

india-compliance-audit is a skill for Claude Code from kousthubha-sky/indian-law-plugin. It costs 43 tokens per session (1,556 once invoked), scanned A, original, MIT.

A software-project audit for Indian privacy, security, financial, accessibility, health, e-commerce, identity, child-safety, and intermediary rules. It uses fixed checks and AI review, and is not legal advice.

In plain words
What is it for?
Use it to audit a whole project or check one area, such as the DPDP privacy law, CERT-In security requirements, RBI rules, or accessibility.
Why use it?
It helps find technical signals that may conflict with Indian laws before a legal review. It also points to published legal sources instead of relying only on memory.

Skill for Claude Code

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

Part of the indian-law-compliance plugin — 1 skill, 2 commands shipped together

Good fit Use it to audit a whole project or check one area, such as the DPDP privacy law, CERT-In security requirements, RBI rules, or accessibility.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kousthubha-sky/indian-law-plugin/india-compliance-audit
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 kousthubha-sky/indian-law-plugin --skill india-compliance-audit
Clone the repo
git clone --depth 1 https://github.com/kousthubha-sky/indian-law-plugin

Made for: Claude Code.

Or install indian-law-compliance, the plugin that ships this one along with the rest of its 1 skill, 2 commands.

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 india-compliance-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit/github.svg)](https://agentmods.dev/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit)
Your own site
<a href="https://agentmods.dev/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit"><img src="https://agentmods.dev/badge/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit/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 india-compliance-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit"><img src="https://agentmods.dev/badge/skills/kousthubha-sky/indian-law-plugin/india-compliance-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,556 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.00043 $0.01556
Opus 5 $0.00022 $0.00778
Sonnet 5 $0.00009 $0.00311
Haiku 4.5 $0.00004 $0.00156

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

Security

Grade A, and why

india-compliance-audit 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 12d 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/india-compliance-audit/SKILL.md · 142 lines

How it starts

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

india-compliance-audit

Audits a project against applicable Indian laws and regulations using a hybrid engine: deterministic detectors find hard signals; AI reasoning examines context and writes the compliance report.

IMPORTANT — NOT LEGAL ADVICE. This skill flags technical compliance signals and cites published law. It does not constitute legal advice. Cite primary sources in findings; never invent statutory obligations or specific penalty figures from memory — read the rule files. Always recommend the user verify current law status with a qualified legal professional and at official sources (meity.gov.in, cert-in.org.in, rbi.org.in, indiacode.nic.in).


Invocation

Triggered by /india-audit [area].

  • No area argument or all → full audit (all applicable packs).
  • Named area → only that pack: dpdp, cert-in, rbi, accessibility, health, ecommerce, aadhaar, children, security, intermediary.

Hybrid audit workflow (follow in order)

Step 1 — Identify project root

If the user did not specify a path, assume the current working directory is the project root. Confirm the path is a software project (has source files, not just config).

Step 2 — Detect app type & profiles

Read references/app-type-detection.md. Then:

  1. Read package.json / pom.xml / requirements.txt / Cargo.toml / build.gradle for dependencies and tech stack.
  2. Glob for route files: **/*routes*, **/*controller*, **/pages/**, **/api/**.
  3. Grep for profile-indicating keywords (payment, aadhaar, patient, student, cart, etc.).
  4. Assign all matching profiles. Always include generic.
  5. Note: if children-profile signals are found (student, minor, age-check, parental), include children — DPDP children's provisions are the harshest.

Step 3 — Select applicable law packs

Read rules/_index.md. Map detected profiles to the pack list. For a scoped run, use only the named pack.

Step 4 — Run deterministic detectors

Run the Node.js detector script (zero dependencies):

Read the full file on GitHub · 142 lines

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. 12d ago First seen · 142 lines · 43 tokens per session scan A 6cd774aa98d1

Subscribe to this mod's changes

india-compliance-audit is a skill published in the GitHub repository kousthubha-sky/indian-law-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 1,556 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-31.

Related

Other skills, from other repositories

implementing-gdpr-data-protection-controls

The General Data Protection Regulation (EU) 2016/679 (GDPR) is the EU's comprehensive data protection law governing the collection, processing, storage, and transfer of personal data. This skill cover.

xalgorix/xalgorix · 52 tokens

gdpr-expert

Expert in GDPR compliance, data protection, privacy by design, consent management, DPO responsibilities, and EU data regulations. Use when the user mentions privacy, data protection, compliance, consent, a DPO, or eu regulation, or when the task involves GDPR Fundamentals, Key Principles, Data Subject Rights, or…

personamanagmentlayer/pcl · 71 tokens

servicenow-irm-grc

ServiceNow Integrated Risk Management / GRC — the ServiceNow equivalent of RSA Archer (GRC) and OneTrust (privacy). Covers Risk Management, Policy & Compliance, Audit Management, Vendor / Third-Party Risk (TPRM), and Privacy Management. Use when the agent must list open risks, roll up compliance by control state, list…

Knuckles-Team/servicenow-api · 204 tokens

gdpr-data-handling-note

Drafts a plain-language data handling notice for a journalistic or media production project that involves collecting, storing, or processing personal data — structured to meet GDPR transparency requirements while remaining understandable to non-lawyers.

ur-grue/autopunk-media-skills · 48 tokens

gdpr-note-writer

Drafts a GDPR compliance note for a specific piece of journalistic content or data collection activity — documenting the lawful basis for processing personal data, what data is held, how long it is retained, and who has access.

ur-grue/autopunk-media-skills · 50 tokens

implementing-gdpr-data-subject-access-request

Automates GDPR Data Subject Access Request (DSAR) workflows including identity verification, PII discovery across databases and files using regex and NER, data mapping, response templating per Article 15 requirements, deadline tracking, and audit logging. Covers ICO/EDPB guidance compliance, exemption handling, and…

ThomasMoreAI/legal-skills-open · 90 tokens