Versioned security assessment

Report ID: SA-D46E6208

7/7/2026, 10:01:13 PM

sca-blackduck security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
sca-blackduck
Version
v8
Maintainer
AgentSecOps
Coverage
15 Files scanned · 4,881 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Critical

3 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

AI review confirmed unsafe remote installer execution in CI and user-facing guidance, plus repository token exposure in third-party CI actions. Most remaining alerts are false positives from Markdown syntax, educational vulnerability examples, scanner exclusion paths, and reference URLs. No prompt injection evidence was found.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

15 Files scanned · 4,881 Lines analyzed

18 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Observed in 4 evidence locations

Network access

May connect to external services.

Observed in 54 evidence locations

Filesystem access

May read or write local files.

Observed in 5 evidence locations

Env variables

May read values from the process environment.

Observed in 25 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 62 evidence locations

Capability review items (15)
Critical
Hardcoded URL
curl -s -L https://detect.synopsys.com/detect.sh | bash -- \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
High
Git platform tokens
github-token: ${{ secrets.GITHUB_TOKEN }}
The workflow exposes a repository-scoped GitHub token to a third-party CI action. This is common in CI, but a compromised or mutable action could misuse the token under the declared permissions.
High
Git platform tokens
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
The workflow exposes a repository-scoped GitHub token to a third-party CI action. This is common in CI, but a compromised or mutable action could misuse the token under the declared permissions.

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (3)

RISK-001 Critical
Pipe to shell pattern
curl -s -L https://detect.synopsys.com/detect.sh | bash -- \
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
RISK-002 Critical
Pipe to shell pattern
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
This CI or user-facing command downloads a remote installer and immediately executes it with bash without a pinned version or checksum. That creates supply-chain code execution risk if the source or delivery path is compromised.
RISK-003 High
Unpinned CI Action References
CI templates reference mutable action tags such as synopsys-sig/detect-action@v1, gitleaks/gitleaks-action@v2, and aquasecurity/trivy-action@master. Copied workflows could execute changed upstream code with repository permissions.
The runnable CI templates use mutable action refs, including a master branch reference. The risk depends on users copying the templates, but the supply chain pattern is clear.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    Critical
    Remote installer scripts are executed directly with bash in CI templates and user guidance.
    Use pinned Black Duck tooling or download installers to a file, verify checksums or signatures, and execute only reviewed versions.
  2. FIX-002
    High
    Third-party GitHub Actions use mutable version tags, including a master branch reference.
    Pin all third-party actions to reviewed commit SHAs and schedule periodic dependency review for action updates.
  3. FIX-003
    High
    Repository-scoped GitHub tokens are passed to third-party CI actions.
    Restrict workflow permissions per job, avoid write scopes unless required, and prefer scoped tokens for external integrations.
  4. FIX-004
    Medium
    Reference files include dangerous attack examples that can trigger scanners or be copied without context.
    Label examples as non-executable training material and keep dangerous snippets minimal, inert, and clearly separated from templates.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable