Prose Optimize

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

Overview

This instruction-only skill is coherently focused on helping optimize .prose workflows and reduce unnecessary LLM calls, with only purpose-aligned local command examples.

This skill appears safe to install as an instruction-only helper for optimizing .prose files. Before applying its advice, review any Python scripts you run and verify that workflow changes do not remove needed context or validation steps.

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.

What this means

If followed, the agent or user may run local Python scripts while refactoring a workflow, so the safety depends on the scripts being reviewed and trusted.

Why it was flagged

The skill documents local Python script execution and shell piping as part of optimizing .prose workflows. This is aligned with the stated purpose, but it still involves running local scripts.

Skill content
python3 ./src/script1.py --json | python3 ./src/script2.py --from-json
Recommendation

Only run or pipe scripts you trust, keep paths scoped to the project, and review generated workflow changes before using them.