nudocs
Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents".
[](https://agentverus.ai/skill/ed8dfd4d-723c-430a-9f2f-6826e014755a)Category Scores
Findings (7)
Found credential access pattern: "API_KEY"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
Found system modification pattern: "npm install"
→ Skills should not modify system configuration or install packages. Bundle required dependencies.
The skill references both credential/secret access patterns and network endpoints, suggesting a possible data exfiltration flow.
→ Separate credential access from network operations. If both are needed, declare them explicitly and justify.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
The skill does not include explicit safety boundaries defining what it should NOT do.
→ Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).
The skill includes error handling instructions for graceful failure.
→ Keep these error handling instructions.