Versioned security assessment

Report ID: SA-0B76090B

7/5/2026, 3:20:51 AM

sbom-syft security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
sbom-syft
Version
v7
Maintainer
AgentSecOps
Coverage
5 Files scanned · 2,012 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, reference links, or defensive security templates. The CI template contains a confirmed remote installer piped to bash and unpinned scanner installation guidance that should be hardened before publication.

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

5 Files scanned · 2,012 Lines analyzed

3 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 2 evidence locations

Network access

May connect to external services.

Observed in 24 evidence locations

Filesystem access

May read or write local files.

Observed in 3 evidence locations

Env variables

May read values from the process environment.

Observed in 18 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 79 evidence locations

Capability review items (1)
High
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The URL is used to download an installer from the master branch and pipe it into bash. The network dependency is unpinned and directly executable.

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 https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The template uses curl piped directly into bash to execute a remote installer in CI. This is unverified remote-code execution if users copy the workflow.
RISK-002 Medium
Unpinned CI Security Tool Installation
The CI template installs security scanners with unpinned package names and a GitHub action pinned to master. Users who copy it inherit supply chain risk from moving upstream releases.
The cited CI lines install scanners without versions or use an action at master. This is a clear template-level supply chain weakness, although exploitation depends on users copying the template.

Remediation

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

  1. FIX-001
    Critical
    Remote installer is piped directly to bash in the CI template.
    Replace curl pipe-to-shell installation with a pinned release, checksum verification, or a maintained pinned GitHub Action.
  2. FIX-002
    Medium
    Security scanners are installed without pinned versions.
    Pin package versions and action revisions for Semgrep, Safety, TruffleHog, Trivy, Checkov, tfsec, and related tools.
  3. FIX-003
    Low
    Documentation includes placeholder credentials in Syft configuration examples.
    Clarify that registry credentials must come from a secret manager or CI secret store, not committed configuration files.

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 (2)
High
C2 keywords
- **T1041**: Exfiltration Over C2 Channel
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.

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