Nda Generator
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 154 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the deliverables: the SKILL.md plus scripts provide commands to generate mutual/unilateral/employee NDAs, review templates, and a small CLI-style utility. The declared requirements (no env vars, no binaries) align with the simple bash implementation.
Instruction Scope
SKILL.md instructs the agent to run the CLI and produce NDA text. The included scripts stick to generating text and basic CLI actions. Important: scripts write logs and data files locally (data.log, history.log); they do not read unrelated system files or call external endpoints, but they will persist any user input.
Install Mechanism
There is no install spec (instruction-only), and the code shipped is plain bash included in the skill bundle. No network downloads, package managers, or extraction from external URLs are used — low install risk.
Credentials
The skill requires no declared environment variables or credentials. The runtime scripts do read standard environment variables (HOME, XDG_DATA_HOME) and respect NDA_GENERATOR_DIR if set — reasonable for locating a data directory. Be aware that sensitive NDA contents may be written to disk.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. However, the scripts create and write files under a data directory (default: ${XDG_DATA_HOME:-$HOME/.local/share}/nda-generator) and log operations (history.log, data.log), so the skill has normal persistent presence in the user's home directory and can store user-provided confidential text.
Assessment
This skill appears to do exactly what it claims — generate NDA documents locally via included bash scripts — and it does not perform network access or require credentials. Before installing or using it: 1) review the scripts (they are small and readable) to confirm they meet your policies; 2) be aware generated NDA text (and anything you paste) will be stored under your data directory (default: ~/.local/share/nda-generator) in files like data.log and history.log — if you don't want local persistence, set NDA_GENERATOR_DIR to a safe or ephemeral path or avoid entering real secrets; 3) verify file permissions on the data directory to prevent unintended access; 4) remember the disclaimer — this is a template generator, not legal advice, so consult counsel before signing.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.6
Download ziplatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
NDA Generator
保密协议生成器。双向/单向NDA、员工保密、审查、模板库。NDA generator with mutual, unilateral, employee versions. 保密协议、NDA。
推荐工作流
需求分析 → 选择命令 → 输入描述 → 获取结果 → 调整优化
可用命令
- create — create
- mutual — mutual
- unilateral — unilateral
- employee — employee
- review — review
- template — template
NDA Generator by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
- Run
nda-generator helpfor all commands
Commands
Run nda-generator help to see all available commands.
When to Use
- when you need quick nda generator from the command line
- to automate nda tasks in your workflow
Output
Returns formatted output to stdout. Redirect to a file with nda-generator run > output.txt.
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
