ISOLATE
Isolate original package
Preserve original hash; no install, no execution, no placement into enabled Skill directory.
- Deliverables
- Original package and source record
- Confirmation point
- No passive loading in environment

SECURITY & LICENSING
Third-party Skills may contain scripts, network, install hooks, credential reads, or hidden instructions. The review goal is to make behavior, capabilities, and legal boundaries visible.

FIVE GATES
Static scanning is only the first technical check. Packages with scripts, dependencies, network, process, or write capabilities must be manually read even if zero alarms.
ISOLATE
Preserve original hash; no install, no execution, no placement into enabled Skill directory.
INVENTORY
Reject path traversal, links, special files, zip bombs, binaries, and encrypted nested packages.
STATIC
Checks installation hooks, destructive commands, credentials, obfuscation, prompt injection, network, and dependency risks.
HUMAN & LICENSE
Confirm file-by-file that behavior matches description; verify author, license, source, and redistribution rights.
CLEAN RELEASE
Repackage with fixed versions, commits, licenses, capability statements, SBOM, and SHA-256.
Paths and archives, binaries, auto-execution, destructive commands, credentials, obfuscation, prompt injection, undeclared capabilities, network, dependencies, text deception, and licenses - any of these can change the release decision.
Path traversal, symbolic links, case conflicts, special files, and zip bombs are directly blocked.
Installation hooks, Git hooks, auto-loading, shell concatenation, and execute-after-download are directly blocked.
Credentials, browser cookies, wallets, cloud metadata, private networks, short links, and undeclared uploads are directly blocked.
Unlocked dependencies, URL dependencies, install scripts, missing licenses, or disallowed redistribution mean the package cannot be listed as-is.
REVIEW STATUS
The scanner itself must include detection samples of dangerous patterns and executable Python, so it cannot self-certify safety with a “pure documentation, zero alerts” threshold. Downloads will open after independent source review, malicious fixture testing, and a fixed release.
No reviewed version is currently available to download for this resource. Read the guidance published on this page or provide related documentation you are authorized to use; do not assume a package or teaching sample exists.
You can also select the text to copy directly; read it first before executing.
Methods and rules are public; scanner source code still requires independent code review and malicious archive fixture validation; currently for learning only, no executable package download.
Only learning content is open now; no executable package download.

Provide original source, fixed version, license, and intended use. We do an isolated review first, then decide between blocking, restricted use, or clean rebuild.