Code Patent Scanner

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may read and summarize parts of your codebase while performing the scan.

Why it was flagged

The skill directs the agent to inspect local source files in the current directory or a provided path. This is purpose-aligned for code analysis, but source code may contain sensitive intellectual property or embedded secrets.

Skill content
First, understand the codebase structure: 1. Check if path is provided, otherwise use current directory ... Include: `.go`, `.py`, `.ts`, `.js`, `.rs`, `.java`, `.cpp`, `.c`, `.rb`, `.swift`
Recommendation

Run it only on repositories you intend to analyze, and avoid including files with secrets, credentials, or unrelated private data.