Is adarshdigievo/python safe?
https://github.com/openclaw/skills/tree/main/skills/adarshdigievo/python
This is a benign Python coding guidelines skill that provides PEP 8 style conventions, standard development tooling commands (pytest, ruff, black, uv), and idiomatic Python patterns. No prompt injection, data exfiltration, or malicious behavior was detected. All monitoring signals (network, filesystem, process execution, canary files) show only expected system activity during installation.
Category Scores
Findings (4)
LOW Auto-fix linting command modifies files -4 ▶
The 'Before Committing' section includes 'ruff check . --fix' which automatically modifies source files to fix linting issues. While this is standard Python developer tooling, it does modify files without explicit user confirmation per-change.
LOW Generic package install templates -4 ▶
The dependency management section includes 'uv pip install
INFO Skill prescribes pre-commit workflow -4 ▶
The skill instructs the agent to run syntax checks, tests, and formatting before every commit. This adds agent behavior but is entirely expected and beneficial for a coding guidelines skill.
INFO Lock file references unrelated skill -4 ▶
The .clawhub/lock.json file references 'academic-research-hub' skill. This appears to be a ClawHub installation tracking artifact rather than a functional dependency. It does not affect this skill's behavior.