svg-icon-best-practice
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the creation of a specific directory for component storage using standard shell commands.
- Evidence: The instruction
mkdir -p src/components/iconsinSKILL.mdis a benign operation used to set up the project structure. - [SAFE]: The agent is instructed to perform local code analysis to identify refactoring targets.
- Evidence: The use of
glob_fileandgrep_fileto locate<svg>tags in.tsxand.jsxfiles is a safe, read-only search operation on the local codebase. - [SAFE]: No network operations, external downloads, or remote code execution patterns were detected. The skill is entirely self-contained and operates within the local project environment.
- [SAFE]: No indicators of prompt injection, obfuscation, or credential harvesting were found. The metadata and instructional content are consistent with the stated purpose of code modernization.
Audit Metadata