Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
This skill is a scoped research-and-reporting workflow that uses disclosed evidence sources and a local Word-report generator without hidden or destructive behavior.
Before installing, confirm you are comfortable with a workflow that may use authorized web/PatSnap research services and produces local report files. Use reviewed JSON inputs, avoid placing confidential evidence in outputs unless intended, and verify patent/legal or engineering conclusions with qualified specialists as the skill itself advises.
### Step 6 — Generate deliverables Prepare a concise executive summary plus methods, evidence tables, limitations and appendices. Generate Word only from a reviewed JSON evidence package using `scripts/generate_word_report.py`. A web/HTML report may be produced only when requested; the source package contains no HTML generator, so do not add one to this package without approval. ### Step 7 — Review
def write_schema(path: Path, force: bool) -> None:
if path.exists() and not force:
raise ValueError(f"Refusing to replace existing file without --force: {path}")
path.parent.mkdir(parents=True, exist_ok=True)
path.write_text(json.dumps(SCHEMA_EXAMPLE, ensure_ascii=False, indent=2) + "\n", encoding="utf-8")63/63 vendors flagged this skill as clean.
No suspicious patterns detected.