ia-python-services

Security checks across malware telemetry and agentic risk

Overview

The provided artifacts describe a documentation-only Python development guidance skill with no install step, code execution, credentials, or hidden data access.

This appears safe to install as a documentation-only Python development skill. Treat its suggested `uv` and `ruff` commands like normal development operations: run them only in the intended project and review file changes afterward.

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If followed, the agent may suggest or run commands that edit Python project files, lockfiles, or formatted source code.

Why it was flagged

These are explicit project-maintenance commands that can change dependency files or modify source formatting. This is expected for a Python services/CLI guidance skill, but it is still user-visible local mutation.

Skill content
`uv add <pkg>`, `uv add --group dev <pkg>` ... `ruff check --fix . && ruff format .`
Recommendation

Review dependency and formatting diffs before committing or accepting generated changes.