netscope is currently in active development. Security fixes are applied to the latest main branch state.
If you find a vulnerability:
- Do not open a public issue with exploit details.
- Send a private report to the maintainer with:
- reproduction steps,
- impact,
- affected files and versions.
- Wait for acknowledgement before public disclosure.
- Never commit real API keys or tokens.
- Keep runtime secrets only in local
.envor external secret managers. - Use
.env.exampleandconfig/netscope.config.example.jsonas templates. - Rotate any key that was ever stored in git history or shared logs.
- Run local checks before pushing:
- lint/type/tests,
- secret scan,
- dependency audit.
- Treat all user-provided URLs as untrusted input.