ci-cd-security
Audit GitHub Actions Workflows
GitHub Actions workflows can expose credentials, repositories, and releases through subtle configuration errors. This skill applies a structured security review and proposes concrete fixes.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "ci-cd-security" from https://skillstore.io/skills/superagent-ai-ci-cd-security.md and its manifest at https://skillstore.io/api/skills/superagent-ai-ci-cd-security/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„ci-cd-security“ wird verwendet. Review a pull request workflow that places the pull request title directly in a shell step.
Erwartetes Ergebnis:
- P0: The pull request title is attacker-controlled and enters the shell command.
- Impact: A crafted title can execute commands with the job permissions.
- Recommendation: Pass the title through an environment variable and quote it in the shell.
„ci-cd-security“ wird verwendet. Audit a package release workflow that uses a repository token and dependency caching.
Erwartetes Ergebnis:
- P0: Dependency caching can carry poisoned content into the release path.
- P2: A long-lived registry token increases credential exposure.
- Recommendation: Remove release caching and use trusted publishing with a protected environment.
„ci-cd-security“ wird verwendet. Check a pull request test workflow with read-only permissions and commit-pinned actions.
Erwartetes Ergebnis:
No findings against the standard rule set. Repository settings, action source behavior, and dependency runtime behavior were not verified.
Sicherheitsaudit
SicherAll 65 static findings are false positives caused by security terminology, Markdown backticks, or illustrative workflow snippets. The skill performs read-only YAML review, requests no credentials, and contains no prompt injection or hidden execution intent.
Risikofaktoren
🔑 Umgebungsvariablen (4)
⚙️ Externe Befehle (50)
🌐 Netzwerkzugriff (3)
📁 Dateisystemzugriff (2)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/superagent-ai-ci-cd-security/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/superagent-ai-ci-cd-security?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/superagent-ai-ci-cd-security?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/superagent-ai-ci-cd-security/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/superagent-ai-ci-cd-security.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
superagent-ai. (2026). ci-cd-security security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/superagent-ai-ci-cd-security/audits/1BibTeX-Zitat
@techreport{superagent-ai-superagent-ai-ci-cd-security-2026,
author = {superagent-ai},
title = {ci-cd-security security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/superagent-ai-ci-cd-security/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "ci-cd-security security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "superagent-ai"
date-released: "2026-09-08"
url: "https://skillstore.io/skills/superagent-ai-ci-cd-security/audits/1"
identifiers:
- type: other
value: "skillstore:superagent-ai-ci-cd-security:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Review a pull request workflow
Find unsafe triggers, shell interpolation, and token permissions before a workflow change merges.
Harden release automation
Assess publishing workflows for long-lived tokens, cache poisoning, missing environments, and absent provenance.
Triage workflow risk at scale
Apply a consistent severity model across workflow findings and prioritize the most exploitable paths.
Diese Prompts ausprobieren
Review this GitHub Actions workflow for security issues. Group findings by severity and explain each recommended change.
Inspect this workflow for attacker-controlled values entering shell steps, environment files, outputs, artifacts, or checkout references.
Audit this release workflow for permissions, token usage, environments, cache poisoning, action pinning, attestations, and tag protections.
Trace trust boundaries across these linked workflows. Identify privileged paths from fork input, artifacts, caches, metadata, and self-hosted runners.
Bewährte Praktiken
- Provide complete workflow files so triggers, permissions, and job relationships remain visible.
- Include linked workflows when artifacts, caches, or workflow_run events cross trust boundaries.
- Verify suggested commit pins and repository settings through trusted administrative sources.
Vermeiden
- Do not treat a clean YAML scan as proof that the complete CI/CD system is secure.
- Do not hide attacker-controlled workflow values behind quoting without separating them from shell source.
- Do not grant broad permissions to simplify remediation for a single workflow step.
Häufig gestellte Fragen
Does this skill run external scanners?
Can it review multiple connected workflows?
Does it verify action commit hashes?
Can it inspect GitHub organization settings?
What does a P0 finding mean?
Does a clean result guarantee security?
Entwicklerdetails
Autor
superagent-aiLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
d9e5ab86dafd32a1ddde9b8b4fde177589b55b95
Aktualität der Wartung
8.9.2026
Nutzung
1 Downloads · 0 Aufrufe
Dateistruktur