# Compliance Check

> Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements. Use when this capability is needed.

- Skill: `tomevault-io/compliance-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/compliance-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/compliance-check/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/compliance-check

---


# Compliance Check

Perform a compliance check with the following scope:

$ARGUMENTS

## Compliance Checks

### License Compatibility

1. List all project dependencies and their licenses
2. Verify compatibility with the project's ISC license
3. Flag any copyleft (GPL, AGPL) or restrictive licenses
4. Check for attribution requirements

### Data Privacy

1. Trace user data flow through the application:
   - Frontend: What data is collected in forms?
   - Backend: What data is stored, logged, or forwarded?
   - Agents: What user data is sent to external AI APIs (Google Gemini)?
   - LangSmith: What data is sent for tracing/observability?
2. Identify PII handling
3. Check data retention practices

### AI Ethics

1. Review AI agent guardrails (secure_agent input/output sanitization)
2. Check for content filtering mechanisms
3. Verify transparency about AI-generated content
4. Review for potential bias in agent behavior

## Output

Produce a compliance report:

```text
## Summary: [PASS / NEEDS ATTENTION / FAIL]

### License Compliance: [PASS/FAIL]
[Details]

### Data Privacy: [PASS/FAIL]
[Details]

### AI Ethics: [PASS/FAIL]
[Details]

### Action Items
1. [Priority-ordered list of required changes]
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/yu-iskw) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

