Downloads:
11
Downloads of v 1.0.0:
11
Last Update:
06 Jul 2025
Published Date:
06 Jul 2025
Reviewed Date:
19 Jul 2025
Reviewer:
Package Maintainer(s):
Software Author(s):
- UNFAIR TEAM
Tags:
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Guts - Git in Rust
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
1.0.0 | Updated: 06 Jul 2025
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
11
Downloads of v 1.0.0:
11
Published:
06 Jul 2025
Reviewed:
19 Jul 2025
Reviewer:
Maintainer(s):
Software Author(s):
- UNFAIR TEAM
Guts - Git in Rust 1.0.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by UNFAIR TEAM. The inclusion of UNFAIR TEAM trademark(s), if any, upon this webpage is solely to identify UNFAIR TEAM goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Guts is an educational implementation of Git written in Rust. It provides a better understanding of the inner workings of Git, while remaining lightweight, fast and easy to use.
# This runs before upgrade or uninstall.
# Use this file to do things like stop services prior to upgrade or uninstall.
# NOTE: It is an anti-pattern to call chocolateyUninstall.ps1 from here. If you
# need to uninstall an MSI prior to upgrade, put the functionality in this
# file without calling the uninstall script. Make it idempotent in the
# uninstall script so that it doesn't fail when it is already uninstalled.
# NOTE: For upgrades - like the uninstall script, this script always runs from
# the currently installed version, not from the new upgraded package version.
$exeName = 'guts.exe'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$installDir = "$env:ChocolateyInstall\lib\guts-wpkg\tools"
Remove-Item -Path "$installDir\$exeName" -Force -ErrorAction SilentlyContinue
Remove-Item "$env:ProgramData\chocolatey\bin\guts.cmd" -Force -ErrorAction SilentlyContinue
Write-Host "Guts has been uninstalled, please come back and see us, we miss you already!"
md5: A73C948E392EED1452414EB24635E961 | sha1: 599C55DB0AC7D6605588F40A0128892FD08C3C76 | sha256: 4ECEAC2A8DA5D7B1B18B4A25A0027D94B39C47CE0947A46386E3E0A57490223F | sha512: E5BBABB5C826F667A9E555AD9092F608B847E8DC242ABB1C8E1EBDB40E3EBD271FC6AE162C0A3F93EC3CA81176C3114F49402FFDAD9BA2078F71C5C69BE7C346
MIT License
Copyright (c) 2025 UNFAIR TEAM
Permission is hereby granted, free of charge, to any person obtaining a copy...
The binary `guts.exe` was built from the source code at:
https://github.com/Jeck0v/Guts/release/tag/v1.0.0
To verify:
1. Download the binary from the above release URL
2. Compare the SHA256 checksum:
$certutil -hashfile guts.exe SHA256
Expected: 4ECEAC2A8DA5D7B1B18B4A25A0027D94B39C47CE0947A46386E3E0A57490223F
Log in or click on link to see number of positives.
- guts-wpkg.1.0.0.nupkg (0fcc11bd7a29) - ## / 67
- guts.exe (4eceac2a8da5) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
-
- chocolatey (= 2.3.0)
Ground Rules:
- This discussion is only about Guts - Git in Rust and the Guts - Git in Rust package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Guts - Git in Rust, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
Jecko (maintainer) on 06 Jul 2025 15:18:30 +00:00:
User 'Jecko' (maintainer) submitted package.
chocolatey-ops (reviewer) on 06 Jul 2025 15:54:08 +00:00:
guts-wpkg has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
Jecko (maintainer) on 06 Jul 2025 17:53:26 +00:00:
User 'Jecko' (maintainer) submitted package.
chocolatey-ops (reviewer) on 06 Jul 2025 18:27:47 +00:00:
guts-wpkg has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 06 Jul 2025 19:08:40 +00:00:
guts-wpkg has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/710ffe665c7083bc057c13637655b4a6 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 06 Jul 2025 19:22:37 +00:00:
guts-wpkg has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.
flcdrg (reviewer) on 19 Jul 2025 05:36:59 +00:00:
Please resolve these to allow this package to be approved:
tools\LICENSE.txt
should contain the full text of the software license. This must also permit redistribution for the software to be embedded in the package.tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David