Gdb

Security checks across malware telemetry and agentic risk

Overview

This appears to be a benign gdb reference skill that only runs an included Bash helper to print static guidance, with no evidence of network access, credential use, file mutation, or persistence.

This skill looks safe for normal use as a lightweight reference helper. Be aware that its commands run an included Bash script, but the provided source only prints static guidance and does not access accounts, transmit data, or modify files.

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

Using the skill may run the included Bash helper, but the reviewed helper does not show network access, credential handling, file writes, or destructive actions.

Why it was flagged

The skill's documented interface invokes a local shell script. This is visible, purpose-aligned, and the provided script only prints static reference text, but it is still local command execution users should notice.

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

Install only if you are comfortable with a local Bash helper being run for these reference commands; review the included script if your environment restricts shell execution.