Authors
Trusted to modify source code in the auctus-agent repository.
Current authors:
@ddjiang327 (David Jiang).
Trust & Security
This page documents how Leyou Studio builds, signs and distributes its desktop applications. It is published in fulfilment of the SignPath Foundation conditions for open source projects and as a transparency commitment to our users.
Attribution
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
The private signing key is generated and stored on SignPath's Hardware Security Module (HSM). Leyou Studio does not have direct access to the private key — every signing operation is performed on SignPath infrastructure, requiring explicit approval by an authorised team member.
Scope
The following binaries are covered by this policy:
Auctus-Agent-win-standalone-v*.zip, distributed from the official download page.Binaries for macOS are currently distributed unsigned. Apple Developer ID signing for macOS is tracked as a separate workstream and is not covered by SignPath Foundation.
We only sign binaries we built ourselves from source code in our public repository. We do not re-sign third-party binaries.
Team Roles
Auctus Agent is currently a single-maintainer project. All three SignPath roles are held by the same person, which is permitted under the SignPath Foundation terms for small projects. The maintainer uses multi-factor authentication for both GitHub and SignPath.
Trusted to modify source code in the auctus-agent repository.
Current authors:
@ddjiang327 (David Jiang).
Review and approve pull requests from non-committers. As a single-maintainer project, external
contributions are reviewed by the maintainer before merging.
Current reviewers: @ddjiang327.
Authorise each individual signing request inside SignPath before a signed binary is produced.
Current approvers: @ddjiang327.
When additional maintainers join the project, this page will be updated within seven days of the change.
Build & Signing
Signed releases are produced exclusively by an automated GitHub Actions pipeline. No release artifact is built on a developer's local machine and then signed.
v0.1.x on the main branch of
github.com/ddjiang327/auctus-agent..exe.signpath/github-action-submit-signing-request action./assets/downloads/ path.
The exact workflow file lives at
.github/workflows/release.yml in the public repository and is reviewable on GitHub.
Privacy
This program will not transfer any information to other networked systems unless specifically requested by the user.
Auctus Agent runs entirely on the user's computer. It does not collect telemetry, analytics, or crash reports by default. Network requests are only made when:
The installer and launcher do not display third-party advertisements, do not bundle additional software, and do not modify system configuration without user consent. Uninstallation is performed by removing the extracted folder.
Verification
You can verify the signature on a downloaded build before running it:
Windows (PowerShell):
Get-AuthenticodeSignature .\Auctus-Agent.exe | Format-List
A valid signature shows Status: Valid and a SignerCertificate issued by
SignPath Foundation. If the status is anything other than Valid,
do not run the binary and report the issue to the contact address below.
You can also right-click the .exe → Properties → Digital Signatures
tab to inspect the certificate chain visually.
Contact
If you suspect a Leyou Studio binary has been tampered with, distributed from an unofficial source, or signed without authorisation, please contact us immediately:
You may also report abuse of a SignPath Foundation certificate directly to SignPath at support@signpath.io.
Compliance