pre_publish_audit
Scans the Nervous System source code itself before publishing. Catches hardcoded secrets, personal data, non-portable paths, and internal naming that should not ship to clients. RUN THIS BEFORE EVERY npm publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_file | No | Path to the NS source file to audit. Defaults to own index.js |