fireseed-novel
Analysis
This instruction-only skill is coherently aimed at publishing and managing novels on Fireseed, but users should notice that it uses a Fireseed token to create, edit, publish, and delete account content.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
commands: “发布单章或批量上传 MD 文件”, “修改已发布的章节”, “删除/恢复小说”
The skill documents API actions that can publish, modify, bulk upload, and delete Fireseed account content. This matches the stated publishing purpose, but these are high-impact actions the user should intentionally approve.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
POST /api/auth/token ... {"username":"你的用户名","password":"你的密码"} ... “Token 有效期 7 天”The skill uses Fireseed credentials or a token to authenticate API requests. This is expected for the integration, but the token grants account-level publishing and management authority for its lifetime.
