Acrid's Skill Creator

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

Overview

This is a coherent instruction-only skill for scaffolding other skills, but users should review any generated code, tool use, and permissions before running it.

This appears safe to install as an instruction-only scaffolding skill, but review every generated skill before using it. Pay special attention to generated Bash commands, file writes, external API calls, credentials, dependencies, and any helper scripts.

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

A generated skill could later read or write files, call websites, or use shell commands if the requested workflow calls for it.

Why it was flagged

The skill may choose broad agent tools for generated skills. This is purpose-aligned for a skill creator, but users should review generated tool authority before using the output.

Skill content
Required tools (Bash, WebFetch, WebSearch, Read, Write, Grep, Glob, etc.)
Recommendation

Review each generated SKILL.md before installing or invoking it, especially any steps involving Bash, file writes, external APIs, account actions, or destructive changes.

What this means

Generated scripts could affect files, services, or accounts when later run by the agent or user.

Why it was flagged

The skill can generate runnable Python or Node.js helper scripts for advanced skills. The visible artifacts do not show automatic execution, so this is expected scaffolding rather than hidden code execution.

Skill content
**Generate helper scripts** (if complexity requires): **Python scripts must:** - Use `argparse` for CLI arguments
Recommendation

Inspect generated helper scripts and any dependencies before running them, and avoid running generated code with unnecessary privileges.

What this means

Users may over-trust generated skills and skip review or testing.

Why it was flagged

The README uses strong quality claims. The artifacts show instruction-based quality guidance, not an independent automated validator, so users should not treat generated skills as automatically production-safe.

Skill content
generates all files, runs quality gates, and delivers a ready-to-use skill
Recommendation

Treat generated skills as drafts until reviewed, tested, and checked for permissions, credentials, and safe failure handling.

What this means

Users have less registry-level provenance information for deciding whether to trust the publisher.

Why it was flagged

The registry metadata does not establish a source or homepage. Because there is no install script or executable dependency in the supplied artifacts, this is a provenance notice rather than evidence of unsafe installation behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the publisher, and prefer reviewing the full skill contents before using generated outputs.