chinese-copyright-application
Fail
Audited by Snyk on Jul 29, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to extract and include full source code and configuration files (e.g., project.config.json/app.json) in generated documents, which would force the LLM to reproduce any embedded credentials or app IDs verbatim in its output.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). SKILL 的运行路径是 scripts/generate_copyright_docs.py 在 analyze_project() 中直接读取用户提交项目目录里的 README.md 与配置/代码文件内容(例如读取 README.md 并抽取功能特性、遍历并写入源代码),这些文件可能包含外部作者的任意文本并被写入生成文档。
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata