Shell

Security checks across malware telemetry and agentic risk

Overview

This appears to be a benign Bash reference skill whose only notable behavior is running a local helper script to print shell-scripting guidance.

This looks safe to install as a Bash scripting reference. Still review shell commands or scripts produced with its help before execution, especially commands that delete files, change permissions, start background jobs, or modify system settings.

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.

#
ASI05: Unexpected Code Execution
Info
What this means

Installing or using the skill may cause the agent to run the packaged helper script, but the provided evidence shows it is intended to print reference content.

Why it was flagged

The skill is invoked by running a local Bash helper script. This is disclosed and central to the stated shell-reference purpose.

Skill content
```bash
scripts/script.sh intro
```
Recommendation

Allow this only if you are comfortable with local Bash helper execution, and review any shell commands the agent proposes before running them.