Versioned security assessment

Report ID: SA-DB242B3F

7/6/2026, 1:34:02 AM

webapp-nikto security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
webapp-nikto
Version
v7
Maintainer
AgentSecOps
Coverage
5 Files scanned · 1,962 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.

The audit confirms the CI template remote installer piped to bash as a critical supply-chain pattern and flags stealth guidance as a high-risk semantic issue. Most other static detections are false positives from Markdown examples, reference links, dummy credentials, and secure coding examples. No prompt injection attempt was found in the reviewed files.

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 · 1,962 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 65 evidence locations

Filesystem access

May read or write local files.

Observed in 1 evidence location

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 41 evidence locations

Capability review items (1)
Low
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The URL is used to fetch an installer during CI as part of a curl-to-bash sequence. Runtime network dependency on unverified remote code is a supply-chain risk.

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
Line 240 pipes a remote installer from raw.githubusercontent.com directly into bash. That allows upstream or transit compromise to execute code in CI without pinning or checksum verification.
RISK-002 High
Stealth and WAF Evasion Guidance
The skill includes explicit evasion and stealth commands for Nikto, including IDS evasion options and WAF-blocking workarounds. This can enable unauthorized scanning to avoid detection despite the authorization warning.
The cited sections use clear evasion language and concrete command options. The authorization caveat reduces certainty about malicious intent but not misuse potential.

Remediation

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

  1. FIX-001
    Critical
    Remote install script piped to shell in CI template
    Replace curl-to-bash with a pinned release, checksum verification, or a trusted GitHub Action version.
  2. FIX-002
    High
    Stealth and WAF evasion scan guidance
    Remove evasion examples or restrict them to approved defensive validation with explicit scope and logging requirements.
  3. FIX-003
    Low
    Placeholder credentials in authenticated scan examples
    Use neutral placeholders and warn users never to place real secrets in prompts or shared 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