Versioned security assessment

Report ID: SA-D46E6208

7/7/2026, 8:32:01 PM

dast-nuclei security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
dast-nuclei
Version
v8
Maintainer
AgentSecOps
Coverage
12 Files scanned · 4,325 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.

Most static hits are expected Nuclei commands, reference URLs, and educational vulnerability examples. One CI template includes an unpinned remote install script piped to bash. The skill should publish only after CI supply-chain examples and credential-handling guidance are hardened.

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

12 Files scanned · 4,325 Lines analyzed

4 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 150 evidence locations

Filesystem access

May read or write local files.

Observed in 4 evidence locations

Env variables

May read values from the process environment.

Observed in 34 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 105 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 points to an unpinned remote installer that is piped to bash. If upstream content changes, CI executes that code automatically.

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 https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The CI template pipes a remote install script directly to bash without pinning or verification. This is a real supply-chain code execution risk.
RISK-002 High
Mutable CI Action References
The CI examples use projectdiscovery/nuclei-action@main and aquasecurity/trivy-action@master. Mutable action refs can change without review in user pipelines.
The files directly reference @main and @master action versions. These are mutable refs and create a clear CI supply-chain risk.
RISK-003 Medium
Credentials Passed Through CLI Headers
Authenticated scan examples place bearer tokens and session cookies in command-line header arguments. Process lists or verbose logs can expose those values.
The examples directly pass secrets inside command arguments. This is common for scanners, but it can leak through process inspection or logs.

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-to-bash with a pinned package, pinned action, checksum verification, or vendored installer instructions.
  2. FIX-002
    High
    CI examples use mutable action refs such as @main and @master.
    Pin third-party GitHub Actions to immutable commit SHAs or reviewed release tags.
  3. FIX-003
    Medium
    Authenticated scan examples pass tokens and cookies through command-line headers.
    Prefer Nuclei config files, CI secret injection, short-lived tokens, masked logs, and clear cleanup guidance.

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