| Block |
 |
Network access: nuget system.security.permissions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.security.permissions@10.0.10
ℹ Read more on: This package | This alert | What is network access?
Next steps: 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@socket.dev.
Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.security.permissions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
System shell access: nuget system.security.permissions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.security.permissions@10.0.10
ℹ Read more on: This package | This alert | What is shell access?
Next steps: 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@socket.dev.
Suggestion: Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.security.permissions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
Dynamic code execution: nuget system.security.permissions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.security.permissions@10.0.10
ℹ Read more on: This package | This alert | What is dynamic code execution?
Next steps: 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@socket.dev.
Suggestion: Avoid packages that use dynamic code execution like eval(), since this could potentially execute any code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.security.permissions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
Network access: nuget system.windows.extensions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.windows.extensions@10.0.10
ℹ Read more on: This package | This alert | What is network access?
Next steps: 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@socket.dev.
Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.windows.extensions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
System shell access: nuget system.windows.extensions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.windows.extensions@10.0.10
ℹ Read more on: This package | This alert | What is shell access?
Next steps: 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@socket.dev.
Suggestion: Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.windows.extensions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
Dynamic code execution: nuget system.windows.extensions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.windows.extensions@10.0.10
ℹ Read more on: This package | This alert | What is dynamic code execution?
Next steps: 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@socket.dev.
Suggestion: Avoid packages that use dynamic code execution like eval(), since this could potentially execute any code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.windows.extensions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
Potential code anomaly (AI signal): nuget crispywaffle is 65.0% likely to have a medium risk anomaly
Notes: Overall risk is driven by XmlTemplateRender: it loads and transforms XSLT directly from the provided template string with XslCompiledTransform.Load/Transform, which is a high-risk sink if templates are user-influenced (XSLT injection / unsafe transformation execution). Additionally, the library performs an outbound network request to https://api.ipify.org to obtain external IP, which is a privacy/egress concern. Other components (DynamicSerialization, filesystem save/logging, and assembly auto-loading) add general security considerations but are not definitive malware indicators from this snippet alone.
Confidence: 0.65
Severity: 0.68
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12
ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?
Next steps: 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@socket.dev.
Suggestion: 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.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/crispywaffle@10.2.12. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|
| Block |
 |
Filesystem access: nuget system.windows.extensions
Location: Package overview
From: Src/Sankhya/Sankhya.csproj → nuget/crispywaffle@10.2.12 → nuget/system.windows.extensions@10.0.10
ℹ Read more on: This package | This alert | What is filesystem access?
Next steps: 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@socket.dev.
Suggestion: If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore nuget/system.windows.extensions@10.0.10. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
|