Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Svelte App #1

Merged
merged 4 commits into from
Dec 14, 2024
Merged

Add Svelte App #1

merged 4 commits into from
Dec 14, 2024

Conversation

Philix27
Copy link
Contributor

@Philix27 Philix27 commented Dec 13, 2024

@viral-sangani
This PR adds the Svelte template app. This template is linked to the Celo coposer code gen.

issue request

Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sveltejs/[email protected] environment +1 84.9 kB svelte-admin
npm/@sveltejs/[email protected] environment, eval Transitive: filesystem +18 1.65 MB svelte-admin
npm/@sveltejs/[email protected] Transitive: environment +8 851 kB conduitry, dominik_g, rich_harris, ...1 more
npm/@tailwindcss/[email protected] None +1 60.6 kB thecrypticace
npm/@tailwindcss/[email protected] None +6 382 kB adamwathan
npm/@tanstack/[email protected] None +1 2.54 MB nksaraf, tannerlinsley
npm/@types/[email protected] None +2 253 kB types
npm/@types/[email protected] None +1 2.37 MB types
npm/@typescript-eslint/[email protected] Transitive: environment, filesystem +38 7.84 MB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, filesystem +30 2.91 MB
npm/@wagmi/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +340 100 MB awkweb
npm/@wagmi/[email protected] Transitive: environment +5 4.08 MB awkweb
npm/@web3modal/[email protected] None 0 5.97 MB iljadoesdev
npm/@web3modal/[email protected] Transitive: environment, filesystem, network +51 8.27 MB iljadoesdev
npm/@web3modal/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +245 61.9 MB zoruka
npm/[email protected] environment Transitive: filesystem, shell +10 2.75 MB ai
npm/[email protected] None +1 30.6 kB joebell93
npm/[email protected] None 0 20.8 kB lydell
npm/[email protected] filesystem, unsafe Transitive: environment +22 3.34 MB ota-meshi
npm/[email protected] environment Transitive: eval, filesystem, shell, unsafe +84 12.6 MB eslintbot
npm/[email protected] network Transitive: environment +11 19.3 MB ricmoo
npm/[email protected] environment, filesystem +3 404 kB ai
npm/[email protected] environment 0 1.5 MB dummdidumm
npm/[email protected] None 0 7.83 MB prettier-bot
npm/[email protected] Transitive: environment, filesystem +10 5.65 MB svelte-language-tools-deploy
npm/[email protected] None 0 71.4 kB wobsoriano
npm/[email protected] None +17 4.76 MB svelte-admin
npm/[email protected] Transitive: environment, filesystem, network, shell, unsafe +101 14.7 MB adamwathan, malfaitrobin, reinink
npm/[email protected] None 0 90.4 kB typescript-bot
npm/[email protected] None 0 32 MB typescript-bot
npm/[email protected] Transitive: environment, network +22 28.9 MB awkweb, jmoxey
npm/[email protected] Transitive: environment, eval, filesystem, network, unsafe +124 10.6 MB davidmyersdev
npm/[email protected] Transitive: environment, filesystem, shell +15 638 kB cokakoala
npm/[email protected] environment, eval, filesystem, network, shell, unsafe +8 20.1 MB vitebot
npm/[email protected] environment, eval Transitive: filesystem, shell, unsafe +33 4.37 MB vitestbot

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Native code npm/[email protected] 🚫
Native code npm/[email protected] 🚫
Native code npm/[email protected] 🚫
AI-detected potential code anomaly npm/[email protected]
  • Notes: The code appears to have risky practices such as downloading and executing binaries without validation and potential code execution via execSync. It does not contain obvious malware, but there is a risk associated with executing downloaded binaries and scripts without proper validation or integrity checks.
  • Confidence: 1.00
  • Severity: 0.60
🚫
Install scripts npm/[email protected] 🚫
Native code npm/@parcel/[email protected] 🚫
Install scripts npm/@parcel/[email protected]
  • Install script: install
  • Source: node scripts/build-from-source.js
🚫
Install scripts npm/@sveltejs/[email protected]
  • Install script: postinstall
  • Source: node postinstall.js
🚫

View full report↗︎

Next steps

Why is native code a concern?

Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.

Verify that the inclusion of native code is expected and necessary for this package's functionality. If it is unnecessary or unexpected, consider using alternative packages without native code to mitigate potential risks.

What is an AI-detected potential code anomaly?

AI has identified unusual behaviors that may pose a security risk.

An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@viral-sangani viral-sangani merged commit 358ad57 into celo-org:main Dec 14, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants