每日穿衣指南

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

Overview

This skill runs a bundled Python script to generate daily feng shui color suggestions and shows no evidence of credential use, data access, persistence, or network activity.

This appears safe for its stated purpose. Before installing, note that it runs the included attire.py script with python3, but the script only calculates dates and color suggestions and does not request credentials or access private data.

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

The agent will run a local script to calculate the daily recommendation, but the provided script is limited to date and color calculations.

Why it was flagged

The skill directs the agent to execute a bundled local Python script. This is purpose-aligned and fixed-scope, but users should still notice that using the skill involves local code execution.

Skill content
python3 "{baseDir}/attire.py" advice
Recommendation

Use as intended if you are comfortable running the included script; no credentials or special permissions are needed.