Postcss Config Validator

Security checks across malware telemetry and agentic risk

Overview

This skill appears limited to running a local Python validator against PostCSS configuration files, with no credentials or network behavior, though its public source provenance is not linked.

This appears safe for its stated purpose: validating local PostCSS configuration files. Before installing, note that it runs a local Python script and the registry does not provide a source repository or homepage, so use it on intended project files and review the included code if your project is sensitive.

VirusTotal

66/66 vendors flagged this skill as clean.

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
Info
What this means

If run on the wrong path, it may read a local file outside the intended PostCSS config scope, though the artifacts do not show file modification or external transmission.

Why it was flagged

The validator reads the local file path it is asked to validate. This is expected for a config validator, but users should point it only at intended project configuration files.

Skill content
text = p.read_text(encoding="utf-8").strip()
Recommendation

Run the commands only against PostCSS config files or package.json files you intentionally choose.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Users have less external context for verifying the publisher or independently auditing the package history.

Why it was flagged

The package does not link to a public source repository or homepage, which limits provenance verification. The artifacts also show no external dependency install path.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included files and publisher identity before relying on the skill in sensitive projects.

#
ASI05: Unexpected Code Execution
Info
What this means

Installing or invoking the skill runs local Python code, but the documented commands are limited to validation-style operations.

Why it was flagged

The skill is intended to execute a local Python validation script. This is purpose-aligned and disclosed in the command examples.

Skill content
python3 scripts/postcss_config_validator.py validate .postcssrc
Recommendation

Invoke it deliberately and review the script if your environment has sensitive project files.