compliance-check

star 3

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

yu-iskw By yu-iskw schedule Updated 2/7/2026

name: compliance-check description: Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements. argument-hint: "[scope: 'licenses', 'privacy', 'ai-ethics', or 'full']" context: fork agent: legal-compliance

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 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?
    • Observability: What data is sent for tracing?
  2. Identify PII handling
  3. Check data retention practices

AI Ethics

  1. Review AI agent guardrails (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:

## 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]
Install via CLI
npx skills add https://github.com/yu-iskw/software-development-team-plugin --skill compliance-check
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator