← Home

@pi-unipi/unipi

All-in-one extension suite for Pi coding agent

11
Versions
MIT
License
No
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

neuron-mr-white

Keywords

pi-packagepi-extensionpi-coding-agentunipi

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
phantom-deps phantom-dep:@pi-unipi/compactor AI (phantom-deps): Used via pi extension manifest, not a direct import. ai
publish-pattern new-deps-added AI (publish-pattern): All new deps are first-party @pi-unipi sibling packages. ai
dependencies unvetted-dep:@pi-unipi/notify AI (dependencies): Same-org sibling package within the unipi monorepo, not a third-party dep. ai
phantom-deps phantom-dep:@pi-unipi/subagents AI (phantom-deps): Same-org monorepo workspace package, indirect usage expected. ai
semgrep semgrep:shady-links-exfil-services AI (semgrep): Telegram Bot API is the notify plugin's documented destination, not exfil. ai
phantom-deps phantom-dep:@pi-unipi/web-api AI (phantom-deps): Same-org monorepo workspace package, indirect usage expected. ai
semgrep semgrep:eval-usage AI (semgrep): eval() appears in a test file parsing a known string literal, not in production code paths. ai
semgrep semgrep:env-spread AI (semgrep): env-spread is used to override TMPDIR in a subprocess call, not to exfiltrate secrets. ai

Versions (showing 11 of 11)

Version Deps Published
2.1.2 20 / 7
2.1.1 20 / 7
0.1.16 19 / 3
0.1.12 16 / 3
0.1.9 14 / 3
0.1.6 8 / 2
0.1.5 8 / 2
0.1.4 8 / 2
0.1.3 8 / 2
0.1.2 7 / 2
0.1.1 7 / 2

v2.1.2

3 findings
HIGH shady-links-exfil-services: packages/notify/platforms/telegram.ts:16 semgrep

URL pointing to known exfiltration/tunneling service Source: https://github.com/Neuron-Mr-White/unipi/blob/9a648496bd4ac0cb1c5ef1a8bcc09aa952ea34fc/packages/notify/platforms/telegram.ts#L16 14 | ): Promise<void> { 15 | const text = `*${escapeMarkdown(title)}*\n${escapeMarkdown(message)}`; > 16 | const url = `https://api.telegram.org/bot${botToken}/sendMessage`; 17 | 18 | const response = await fetch(url, {

HIGH shady-links-exfil-services: packages/notify/platforms/telegram.ts:44 semgrep

URL pointing to known exfiltration/tunneling service Source: https://github.com/Neuron-Mr-White/unipi/blob/9a648496bd4ac0cb1c5ef1a8bcc09aa952ea34fc/packages/notify/platforms/telegram.ts#L44 42 | signal?: AbortSignal 43 | ): Promise<string | null> { > 44 | const url = `https://api.telegram.org/bot${botToken}/getUpdates?allowed_updates=["message"]`; 45 | 46 | try {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v2.1.1

3 findings
HIGH shady-links-exfil-services: packages/notify/platforms/telegram.ts:16 semgrep

URL pointing to known exfiltration/tunneling service Source: https://github.com/Neuron-Mr-White/unipi/blob/a6e3984fb0ac9b84cdb236b57db61c2b9e10d2c6/packages/notify/platforms/telegram.ts#L16 14 | ): Promise<void> { 15 | const text = `*${escapeMarkdown(title)}*\n${escapeMarkdown(message)}`; > 16 | const url = `https://api.telegram.org/bot${botToken}/sendMessage`; 17 | 18 | const response = await fetch(url, {

HIGH shady-links-exfil-services: packages/notify/platforms/telegram.ts:44 semgrep

URL pointing to known exfiltration/tunneling service Source: https://github.com/Neuron-Mr-White/unipi/blob/a6e3984fb0ac9b84cdb236b57db61c2b9e10d2c6/packages/notify/platforms/telegram.ts#L44 42 | signal?: AbortSignal 43 | ): Promise<string | null> { > 44 | const url = `https://api.telegram.org/bot${botToken}/getUpdates?allowed_updates=["message"]`; 45 | 46 | try {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.