@itentialopensource/adapter-onepassword_connect
This adapter integrates with system described as: 1passwordConnect.
3
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 PlatformAutomationIntegrationAdapter1PasswordConnectPre-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): Standard Itential adapter setup hook; runs node utils/setup.js for git hook installation, consistent across all @itentialopensource adapters. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require in adapter.js loads adapterBase.js via path.join(__dirname,...) — deterministic path, not user-controlled. Stable pattern across Itential adapters. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used in adapterBase.js for adapter framework utilities; consistent with the @itentialopensource adapter-utils base class pattern. | ai | |
| phantom-deps | phantom-dep:ping | AI (phantom-deps): ping is used in connectivity/troubleshoot scripts referenced in config, not directly imported in main code. False positive for this adapter pattern. | ai | |
| phantom-deps | phantom-dep:prompts | AI (phantom-deps): prompts used in utility scripts (tbScript.js etc.), not main adapter code. False positive for this adapter pattern. | ai | |
| phantom-deps | phantom-dep:mocha-param | AI (phantom-deps): mocha-param is a test dependency referenced in test config files; not imported in main code. False positive. | ai |