copyright-docs
Generates CPCC-compliant software design documents with Mermaid diagrams for copyright registration and intellectual property protection.
Install this skill
or
80/100
Security score
The copyright-docs skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 92
Template literal with variable interpolation in command context
SourceSKILL.md
| 92 | const dir = `.workflow/.scratchpad/copyright-${timestamp}`; |
medium line 95
Template literal with variable interpolation in command context
SourceSKILL.md
| 95 | Bash(`mkdir "${dir}\\sections"`); |
medium line 96
Template literal with variable interpolation in command context
SourceSKILL.md
| 96 | Bash(`mkdir "${dir}\\iterations"`); |
medium line 99
Template literal with variable interpolation in command context
SourceSKILL.md
| 99 | // Bash(`mkdir -p "${dir}/sections" "${dir}/iterations"`); |
Scanned on Feb 9, 2026
View Security Dashboard