Professional Patent Agents

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a purpose-aligned patent drafting and conversion skill, but it may send invention details to search services and run local document-conversion tools.

Before installing, decide whether you are comfortable sharing invention details with search providers, install conversion dependencies from trusted sources, run the converter as a non-root user, and verify patent/legal recommendations with a qualified professional. Review any omitted continuous-learning files before using the skill with confidential IP.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Unfiled invention details or trade secrets could be exposed to third-party search services during normal use.

Why it was flagged

Prior-art research is central to the skill, but it may transmit patent keywords or invention details to external search providers or websites.

Skill content
Step 2: Multi-channel Search ... Tavily ... AMiner ... Google Patents ... GitHub ... Tech blogs
Recommendation

Use only information you are comfortable sending to search providers, or ask the agent to confirm and minimize search queries before performing external searches.

#
ASI05: Unexpected Code Execution
Medium
What this means

Converting documents can execute local conversion tools and a browser-based renderer, which is riskier if run as root or on untrusted Markdown diagrams.

Why it was flagged

The converter runs local binaries to render Mermaid diagrams, and when run as root it disables Chromium sandboxing. This is disclosed and purpose-aligned, but it affects local execution safety.

Skill content
cmd = ['mmdc', '-i', mmd_path, '-o', output_path, ...]; ... "args": ["--no-sandbox", "--disable-setuid-sandbox"]; result = subprocess.run(cmd, ...)
Recommendation

Run the converter as a non-root user, preferably in an isolated workspace, and avoid converting untrusted Markdown content.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing global or system packages can affect the local machine and depends on the trustworthiness of package sources.

Why it was flagged

The skill relies on user-installed system, npm, and Python packages. These setup steps are expected for document conversion but introduce normal package provenance and environment-change risk.

Skill content
sudo apt install pandoc ... npm install -g @mermaid-js/mermaid-cli ... pip install python-docx
Recommendation

Install dependencies from official repositories, avoid unnecessary sudo use, and consider using a virtual environment or container.

#
ASI09: Human-Agent Trust Exploitation
Low
What this means

Users may rely too heavily on generated patent strategy, grant-rate predictions, or abandon/file recommendations.

Why it was flagged

The agent persona uses strong professional authority and success-rate claims, which may encourage users to over-trust legal or filing recommendations.

Skill content
a senior patent attorney ... filed 500+ patents with a 92% grant rate
Recommendation

Treat outputs as drafting and research assistance; have a qualified patent professional review important filings and business decisions.