Skip to main content

naruto-author

Facilitates the creation of Naruto fanfiction through natural language commands, ensuring plot consistency and character integrity.

Install this skill

or
85/100

Security score

The naruto-author skill was audited on Jun 10, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 118

Access to .env file

SourceSKILL.md
118- 当遇到复杂的中文语境设定、忍术推演、或需要查阅模糊设定的资料时,可通过项目根目录 `.env` 中的 `DEEPSEEK_API_KEY` 调用 DeepSeek 进行快速质询和灵感发散。
medium line 119

Access to .env file

SourceSKILL.md
119- `.env` 必须被 `.gitignore` 忽略;只提交 `.env.example` 模板。禁止把 API key 写入 Skill 文件、脚本、prompt 或正文产物。
medium line 120

Access to .env file

SourceSKILL.md
120- 代码使用 `python-dotenv` 读取 `.env`。若环境缺少该库,先安装:`pip install python-dotenv`。
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →