Is alexwoo-awso/vbnet-coder-en safe?

https://github.com/openclaw/skills/tree/main/skills/alexwoo-awso/vbnet-coder-en

97
SAFE

This skill is a clean, well-structured VB.NET coding reference guide for AI coding agents. It contains no prompt injection, no data exfiltration vectors, no executable code, and no suspicious installation behavior. All content is legitimate programming documentation covering VB.NET conventions, patterns, and best practices.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 100/100 · 20%
Clone Behavior 95/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 95/100 · 5%

Findings (3)

INFO Agent-directed coding instructions present -5

The SKILL.md file contains a 15-item 'AGENT-SPECIFIC GUIDANCE' section that directs agent behavior when generating VB.NET code. All directives are legitimate coding best practices (Option Strict On, async/await for I/O, Using for IDisposable, etc.) and are entirely within the expected scope of a coding skill.

INFO Standard network activity during installation -5

Network connections observed during clone/install were limited to expected infrastructure: GitHub for repository access, Ubuntu archives for system package management, and local DNS resolution. No unexpected or suspicious destinations.

INFO Skill is purely educational reference material -5

The entire skill consists of VB.NET coding documentation across 7 doc files covering types, control flow, async patterns, error handling, LINQ, strings/collections, and class design. All content is standard programming reference material with no executable components or behavioral manipulation.