local-action-verification
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: README.md Description: # Local Action Verification A bootstrapper skill that sets up a repository for local GitHub Actions verification using [nektos/act](https://github.com/nektos/act).
Malicious tool definition detected
Tool: SKILL.md Description: --- name: local-action-verification description: Set up a repository for local GitHub Actions verification using act, so Jules can validate CI before pushing allowed-tools: - "Bash" - "Read" - "Write" --- # Local Action Verification with act You are setting up a repository so that Jules (or any agent) can run GitHub Actions workflows locally using [act](https://github.com/nektos/act) to verify code changes pass CI before pushing.
Malicious tool definition detected
Tool: resources/troubleshooting.md Description: # Troubleshooting Local Action Verification ## Docker Hub Rate Limits **Symptoms:** `Too Many Requests`, `pull access denied`, or `unauthorized` errors in the log.
Malicious tool definition detected
Tool: scripts/install-act.sh Description: #!/bin/bash # Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
Malicious tool definition detected
Tool: scripts/run-act.sh Description: #!/bin/bash # Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.