database-schema-documentation
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill consists of static documentation templates, SQL schema examples, and a placeholder shell script for database validation. No evidence of obfuscation, remote code execution, or unauthorized data access was found.
- [INDIRECT_PROMPT_INJECTION]: While the skill is designed to process database schema definitions (SQL), which could theoretically contain malicious instructions in comments, the skill lacks the high-risk capabilities (such as network exfiltration or unrestricted command execution) required to exploit such a surface. The risk is assessed as negligible.
- [COMMAND_EXECUTION]: The skill contains a shell script (
scripts/validate-schema.sh), but its contents are limited to safe environmental settings (set -euo pipefail) and informative messages. It contains no destructive commands or unauthorized network operations.
Audit Metadata