Repository Analysis

nektos/act

Run your GitHub Actions locally 🚀

0.5 Likely human-written View on GitHub
0.5
Adjusted Score
0.5
Raw Score
100%
Time Factor
2026-05-19
Last Push
70,548
Stars
Go
Language
43,551
Lines of Code
381
Files
21
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 21

Pattern Findings

21 matches across 4 categories. Click a row to expand file-level details.

Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippet
LOWpkg/artifacts/artifacts_v4.go1// Copyright 2024 The Gitea Authors. All rights reserved.
LOWpkg/artifacts/artifacts_v4.go21// "signedUploadUrl": "http://localhost:3000/twirp/github.actions.results.api.v1.ArtifactService/UploadArtifact?sig=
LOWpkg/artifacts/artifacts_v4.go41// "ok": true,
LOWpkg/artifacts/artifacts_v4.go61// "size": "2093",
LOWpkg/artifactcache/doc.go1// Package artifactcache provides a cache handler for the runner.
LOWpkg/runner/hashfiles/index.js3361 if (pattern.length > MAX_PATTERN_LENGTH) {
LOWpkg/runner/hashfiles/index.js3901 // a/b/x/b/x/c
LOWpkg/runner/hashfiles/index.js3981 } else {
LOWpkg/exprparser/interpreter_test.go401 // {"-Infinity && Infinity", math.Inf(1), "neg-inf-and"},
Fake / Example Data9 hits · 9 pts
SeverityFileLineSnippet
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml33 echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml33 echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml114 if [ "$(cat $file)" != "Lorem ipsum dolor sit amet" ] ; then
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml114 if [ "$(cat $file)" != "Lorem ipsum dolor sit amet" ] ; then
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml134 if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml134 if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml173 if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then
LOW…g/artifacts/testdata/upload-and-download/artifacts.yml173 if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then
LOWpkg/common/git/git_test.go227 if err = gitCmd("config", "--global", "user.email", "test@test.com"); err != nil {
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippet
LOWinstall.sh130 # Check if force install flag is set
LOWinstall.sh136 # Check if the binary exists
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWpkg/runner/hashfiles/index.js1558function safeTrimTrailingSeparator(p) {