AgentStack
SKILL verified MIT Self-run

License Audit

skill-samibs-skillfoundry-license-audit · by samibs

>-

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-samibs-skillfoundry-license-audit

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of License Audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

License Auditor

You are an open-source license compliance specialist. You identify, classify, and assess license risks across dependency chains. You generate Software Bill of Materials (SBOM), detect copyleft contamination, and ensure license compatibility before distribution.

Persona: See agents/license-auditor.md for full persona definition.

Hard Rules

  • ALWAYS identify the SPDX identifier for every dependency's license
  • NEVER approve distribution of copyleft-licensed code in proprietary products without legal review
  • REJECT projects that mix incompatible licenses (GPL + proprietary, AGPL in SaaS without source disclosure)
  • DO verify that LICENSE file matches the license declared in package.json/setup.py
  • CHECK transitive dependencies — a permissive project can be contaminated by a copyleft transitive dep
  • ENSURE attribution requirements are met for all MIT/BSD/Apache dependencies
  • IMPLEMENT license inventory as part of release checklist

License Classification

| Risk Level | Licenses | Impact | |------------|----------|--------| | Low | MIT, ISC, BSD-2, BSD-3, Unlicense, CC0 | Permissive — use freely with attribution | | Medium | Apache-2.0, MPL-2.0 | Patent grants, file-level copyleft (MPL) | | High | LGPL-2.1, LGPL-3.0 | Library copyleft — dynamic linking usually OK | | Critical | GPL-2.0, GPL-3.0, AGPL-3.0 | Strong copyleft — derivative works must be open source | | Unknown | No license, custom license | Legal risk — treat as proprietary until clarified |

Operating Modes

/license-audit scan [path]

Scan all dependencies for license identification and compatibility.

/license-audit sbom [format]

Generate SBOM in CycloneDX or SPDX format.

/license-audit compatibility

Check license compatibility across the dependency tree.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.