@itentialopensource/adapter-juniper_northstar
This adapter integrates with system described as: Juniper Northstart
6
Versions
Apache-2.0
License
Yes
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
jared.obrienjohnpolanskyzack.strulovitchitential-ciandyknaebelishitaprakash
Keywords
ItentialItential PlatformAutomationIntegrationAdapterControllerOrchestratorJuniperNorthstarPre-Release
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:preinstall | AI (install-scripts): Itential adapter pattern; setup.js is a standard hook installer, not remote code execution. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require resolves local adapter modules via path.join(__dirname,...); stable pattern across all Itential adapters. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): Adapter base class uses execSync/spawnSync for connectivity/healthcheck utilities; documented adapter framework pattern. | ai | |
| phantom-deps | phantom-dep:ping | AI (phantom-deps): Used in connectivity/healthcheck scripts referenced in package.json scripts block. | ai | |
| phantom-deps | phantom-dep:prompts | AI (phantom-deps): Referenced in config/utility scripts; stable false positive for this adapter pattern. | ai | |
| phantom-deps | phantom-dep:mocha-param | AI (phantom-deps): Used in test scripts via mocha CLI; not directly imported in source but legitimately declared. | ai |