Versioned security assessment

Report ID: SA-94BFAC44

7/5/2026, 2:11:29 AM

dast-nuclei security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
dast-nuclei
Version
v7
Maintainer
AgentSecOps
Coverage
11 Files scanned · 4,315 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Critical

4 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 documentation examples, placeholders, or expected Nuclei scanning guidance and were dismissed as false positives. One critical issue remains: a CI template installs tfsec with a remote curl-to-bash pipeline. Additional risks include mutable GitHub Action references and sensitive data handling in authenticated scans and extractors.

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

11 Files scanned · 4,315 Lines analyzed

5 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 hardcoded URL is part of a remote installer that is executed by the shell. The network dependency is risky because the script is not pinned or verified.

Risk findings

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

Confirmed security concerns (4)

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 installer directly into bash. This is a real supply-chain execution risk if the template is used as written.
RISK-002 High
Mutable GitHub Action Reference
The workflow template uses projectdiscovery/nuclei-action@main. A mutable branch can change CI behavior without review.
The workflow directly references a third-party action on the main branch. This is a clear supply-chain risk in CI templates.
RISK-003 High
Sensitive Value Extraction Requires Guardrails
Example templates extract API keys, database URLs, JWT secrets, and exposed configuration values from target responses. Reports should record evidence without storing secret values.
The templates intentionally match and extract sensitive values from HTTP responses. This is legitimate DAST behavior, but it creates data-handling risk if outputs are retained or shared.
RISK-004 Medium
Authenticated Scan Artifacts May Expose Sensitive Data
The authenticated scan uses API tokens and session cookies, then uploads raw results as an artifact. Results can contain sensitive URLs or response evidence.
The file shows secrets passed as scan headers and authenticated results uploaded with retention. Nuclei output may not include headers, so confidence is high but not absolute.

Remediation

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

  1. FIX-001
    Critical
    Remote installer piped to shell
    Replace curl-to-bash with a pinned release, checksum verification, or a trusted package manager installation step.
  2. FIX-002
    High
    Mutable GitHub Action reference
    Pin third-party GitHub Actions to immutable commit SHAs and review updates through normal dependency management.
  3. FIX-003
    High
    Sensitive value extraction in templates
    Prefer presence-based evidence or masked extractors instead of storing full API keys, tokens, database URLs, or secrets.
  4. FIX-004
    Medium
    Authenticated scan artifact exposure
    Redact sensitive evidence, reduce artifact retention, and restrict artifact access for authenticated scan results.
  5. FIX-005
    Medium
    Operational scan scope risk
    Require explicit target allowlists, written authorization, conservative rate limits, and production exclusions in reusable workflows.

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 (4)
Critical
[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access
This combination is common in credential stealers and RATs
Force-confirmed obfuscation/critical static finding; AI dismissal overridden.
High
C2 keywords
- **T1041**: Exfiltration Over C2 Channel
Force-confirmed blocker/high static finding; AI dismissal overridden.
High
Weak cryptographic algorithm
- **Weak Cipher Suites**: RC4, DES, 3DES in use
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