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.
git clone --depth 1 https://github.com/kousthubha-sky/indian-law-pluginWrote 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.
[](https://agentmods.dev/commands/kousthubha-sky/indian-law-plugin/india-audit)<a href="https://agentmods.dev/commands/kousthubha-sky/indian-law-plugin/india-audit"><img src="https://agentmods.dev/badge/commands/kousthubha-sky/indian-law-plugin/india-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.
<a href="https://agentmods.dev/commands/kousthubha-sky/indian-law-plugin/india-audit"><img src="https://agentmods.dev/badge/commands/kousthubha-sky/indian-law-plugin/india-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00594 |
| Opus 5 | $0.00014 | $0.00297 |
| Sonnet 5 | $0.00005 | $0.00119 |
| Haiku 4.5 | $0.00003 | $0.00059 |
Grade A, and why
india-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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/india-audit
Run an Indian-law compliance audit on the current project (or a specified path).
Usage
/india-audit
/india-audit all
/india-audit <area>
/india-audit <area> <path>
Area arguments
| Area | Law packs audited |
|---|---|
(none) / all |
Everything applicable to the detected app profile |
dpdp |
DPDP Act 2023 + DPDP Rules 2025 |
children |
DPDP children's data obligations |
it-act |
IT Act 2000 key sections |
spdi |
SPDI Rules 2011 |
cert-in |
CERT-In Directions 2022 |
security |
Security safeguards (cross-statute) |
accessibility |
RPwD Act, IS 17802, WCAG 2.1 AA |
rbi |
RBI payment data, digital lending, KYC |
ecommerce |
Consumer Protection Act + E-Commerce Rules |
aadhaar |
Aadhaar Act + UIDAI requirements |
health |
ABDM, Telemedicine Guidelines, EHR |
intermediary |
IT Intermediary Rules 2021 |
business |
GST, TDS, Companies Act (informational checklist) |
What this command does
Invokes the india-compliance-audit skill (SKILL.md) which:
- Detects the app's profile (ecommerce / fintech / health / ugc / children / generic).
- Selects applicable law packs from the rules directory.
- Runs
detectors/run-detectors.mjsfor deterministic findings. - Performs AI reasoning over the codebase against each obligation.
- Writes
india-compliance-report.mdto the project root. - Prints a summary of findings.
Examples
# Full audit of current directory
/india-audit
# Only check DPDP compliance
/india-audit dpdp
# Audit a different project path
/india-audit all /path/to/my-startup-app
# Only check accessibility
/india-audit accessibility
Output
india-compliance-report.mdwritten to the audited project root.- Terminal summary with posture levels and finding counts.
- Manual review checklist for items that cannot be verified from code.
Disclaimer
This audit flags technical signals against published Indian law. It is NOT legal advice. Consult a qualified legal professional for compliance decisions. Verify current law status at meity.gov.in, cert-in.org.in, rbi.org.in, indiacode.nic.in.
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.
- 11d ago First seen · 75 lines · 27 tokens per session scan A 08b0b0b30caa
india-audit is a command published in the GitHub repository kousthubha-sky/indian-law-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 594 once invoked, about $0.0001 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.
Other commands, from other repositories
ai-act-scan
Scan a codebase for EU AI Act compliance evidence and gaps. Produces a dimension-scored report with per-file findings, architecture graph, and prioritized recommendations.
ai-act-article
Show which analyzers, compliance dimensions, and current findings in this codebase map to a specific EU AI Act article.
service-auditor-prep
Generate complete auditor-ready evidence package for SOC 2.
soa-generator
Generate ISO 27001 Statement of Applicability (SOA) with control selection justifications.
overlay-apply
Apply NIST 800-53 overlays (FedRAMP, DoD, Privacy, etc.) to existing baselines.
ssp-section-generate
Generate System Security Plan (SSP) sections for NIST 800-53 controls.