@pipeline-builder/api-core
Core server-side utilities (auth middleware, response helpers, error codes, quota service, HTTP client, logging, AI provider catalog) shared by every Pipeline Builder backend service.
Supply chain provenance
Status for the latest visible version.
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
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | obfuscated-file:lib/services/token-revocation.js | AI (source-diff): Readable token-revocation helper; false positive. | ai | |
| source-diff | obfuscated-file:lib/services/scheduler.js | AI (source-diff): Same sourcemap-comment false positive. | ai | |
| source-diff | obfuscated-file:lib/types/permissions.js | AI (source-diff): Same sourcemap-comment false positive. | ai | |
| source-diff | obfuscated-file:lib/helpers/org-hierarchy-http.js | AI (source-diff): Same sourcemap-comment false positive. | ai | |
| source-diff | obfuscated-file:lib/services/leader-lock.js | AI (source-diff): Same sourcemap-comment false positive; source is clean documented code. | ai | |
| source-diff | obfuscated-file:lib/helpers/org-hierarchy.js | AI (source-diff): Same sourcemap-comment false positive; code is documented org-hierarchy helper. | ai | |
| phantom-deps | phantom-dep:@aws-sdk/client-sts | AI (phantom-deps): AWS SDK loaded by convention/credential-providers chain, consistent with package purpose. | ai | |
| source-diff | obfuscated-file:lib/utils/crash-handlers.js | AI (source-diff): Trigger is a base64 sourcemap comment, not obfuscation; code is clean. | ai | |
| phantom-deps | phantom-dep:ioredis | AI (phantom-deps): ioredis is used by leader-lock/token-revocation modules shown in diff; import heuristic miss. | ai | |
| source-diff | obfuscated-file:lib/utils/metric-emitter.js | AI (source-diff): Long line is a TypeScript inline sourcemap (base64 data URI), not obfuscated logic; readable source is present above it. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding is the alternate encoding path for the same AES-256-GCM master key; no hidden payload. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding is legitimate key parsing for AES-256-GCM master key from env var, not payload hiding. | ai | |
| source-diff | obfuscated-file:lib/utils/secret-encryption.js | AI (source-diff): Same pattern: inline sourcemap appended to readable compiled TypeScript output. | ai | |
| source-diff | obfuscated-file:lib/services/remote-audit-client.js | AI (source-diff): Same pattern: inline sourcemap appended to readable compiled TypeScript output. | ai | |
| source-diff | obfuscated-file:lib/utils/org-aws-credentials.js | AI (source-diff): Same pattern: inline sourcemap appended to readable compiled TypeScript output. | ai | |
| source-diff | obfuscated-file:lib/middleware/mongo-sanitize.js | AI (source-diff): File is readable compiled TS with inline docs; long-line heuristic is a false positive for this package's build output. | ai | |
| dependencies | unvetted-dep:@asteasolutions/zod-to-openapi | AI (dependencies): @asteasolutions/zod-to-openapi is a well-known legitimate library for Zod-to-OpenAPI schema generation; not a security risk for this package. | ai |
Versions (showing 51 of 127)
| Version | Deps | Published |
|---|---|---|
| 3.4.90 | 9 / 14 | |
| 3.4.89 | 8 / 14 | |
| 3.4.88 | 8 / 14 | |
| 3.4.87 | 8 / 14 | |
| 3.4.86 | 8 / 14 | |
| 3.4.85 | 8 / 14 | |
| 3.4.84 | 8 / 14 | |
| 3.4.83 | 8 / 14 | |
| 3.4.82 | 8 / 14 | |
| 3.4.81 | 8 / 14 | |
| 3.4.80 | 8 / 14 | |
| 3.4.79 | 8 / 14 | |
| 3.4.78 | 8 / 14 | |
| 3.4.77 | 8 / 14 | |
| 3.4.76 | 8 / 14 | |
| 3.4.75 | 8 / 14 | |
| 3.4.74 | 8 / 14 | |
| 3.4.73 | 8 / 14 | |
| 3.4.72 | 8 / 14 | |
| 3.4.71 | 8 / 14 | |
| 3.4.70 | 8 / 14 | |
| 3.4.69 | 8 / 14 | |
| 3.4.68 | 8 / 14 | |
| 3.4.67 | 8 / 14 | |
| 3.4.66 | 8 / 14 | |
| 3.4.65 | 8 / 14 | |
| 3.4.64 | 8 / 14 | |
| 3.4.63 | 8 / 14 | |
| 3.4.62 | 8 / 14 | |
| 3.4.61 | 8 / 14 | |
| 3.4.60 | 8 / 14 | |
| 3.4.59 | 8 / 14 | |
| 3.4.58 | 8 / 14 | |
| 3.4.57 | 8 / 14 | |
| 3.4.56 | 8 / 14 | |
| 3.4.55 | 8 / 14 | |
| 3.4.54 | 8 / 14 | |
| 3.4.42 | 8 / 14 | |
| 3.4.41 | 8 / 14 | |
| 3.4.40 | 8 / 14 | |
| 3.4.39 | 8 / 14 | |
| 3.4.38 | 8 / 14 | |
| 3.4.37 | 8 / 14 | |
| 3.4.36 | 5 / 14 | |
| 3.4.35 | 5 / 14 | |
| 3.4.34 | 5 / 14 | |
| 3.4.33 | 5 / 14 | |
| 3.4.32 | 5 / 14 | |
| 3.4.31 | 5 / 14 | |
| 3.4.30 | 5 / 14 | |
| 3.4.29 | 5 / 14 |
v3.4.90
8 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.89
8 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.88
8 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.87
7 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.86
7 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.85
7 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.84
7 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.83
5 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.82
5 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.81
5 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.