Versioned security assessment

Report ID: SA-1FFA7643

7/9/2026, 3:58:17 AM

policy-opa security assessment v12

Skill Security Certification Report

Audit History
Audit model: claude Latest published report
Skill name
policy-opa
Version
v0.1.0
Maintainer
AgentSecOps
Coverage
15 Files scanned · 3,731 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

4 confirmed security findings require attention.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

The skill is a legitimate OPA policy-as-code guide with many static false positives caused by Markdown code blocks, Rego keywords, and examples that intentionally detect insecure infrastructure patterns. Confirmed residual risks are limited to unpinned external download or apply commands and CI examples that evaluate Terraform plan JSON, which can contain sensitive values if users print or archive outputs carelessly.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

15 Files scanned · 3,731 Lines analyzed

7 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

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  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.

Not recorded by this audit

Network access

May connect to external services.

Observed in 20 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 50 evidence locations

Capability review items (3)
Low
Hardcoded URL
- curl -L -o /usr/local/bin/opa https://openpolicyagent.org/downloads/latest/opa_linux_amd64
This is a user-visible install or deployment example that downloads or applies content from an external URL. It is legitimate OPA usage, but users should pin versions and verify sources before executing it.
Low
Hardcoded URL
curl -L -o opa https://openpolicyagent.org/downloads/latest/opa_linux_amd64
This is a user-visible install or deployment example that downloads or applies content from an external URL. It is legitimate OPA usage, but users should pin versions and verify sources before executing it.
Low
Hardcoded URL
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/master/deploy/gateke
This is a user-visible install or deployment example that downloads or applies content from an external URL. It is legitimate OPA usage, but users should pin versions and verify sources before executing it.

Risk findings

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

Confirmed security concerns (4)

RISK-001 High
Terraform state (may contain secrets)
--format pretty 'data.terraform.security.deny' \
The example evaluates Terraform plan JSON, which can include sensitive values depending on provider output. No exfiltration is shown, but CI logs and generated reports should avoid printing secrets.
RISK-002 High
Terraform state (may contain secrets)
- opa eval --data policies/terraform/ --input tfplan.json 'data.terraform.security.deny'
The example evaluates Terraform plan JSON, which can include sensitive values depending on provider output. No exfiltration is shown, but CI logs and generated reports should avoid printing secrets.
RISK-003 High
Terraform state (may contain secrets)
--format pretty 'data.terraform.deny' > violations.txt
The example evaluates Terraform plan JSON, which can include sensitive values depending on provider output. No exfiltration is shown, but CI logs and generated reports should avoid printing secrets.
RISK-004 High
Terraform state (may contain secrets)
- opa eval --data policies/ --input tfplan.json 'data.terraform.deny'
The example evaluates Terraform plan JSON, which can include sensitive values depending on provider output. No exfiltration is shown, but CI logs and generated reports should avoid printing secrets.

Remediation

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

  1. FIX-001
    High
    Terraform plan JSON may include sensitive values
    Warn users not to print full plan-derived outputs in CI logs and to redact or restrict artifacts created from Terraform plan evaluation.
  2. FIX-002
    Medium
    Documentation examples rely on local shell and cluster commands
    State that commands should be run only in authorized repositories, clusters, and CI environments with least-privilege credentials.
  3. FIX-003
    Low
    Unpinned remote install and deployment examples
    Pin OPA and Gatekeeper versions, prefer official setup actions, and document checksum or signature verification for downloaded binaries and manifests.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
1ffa7643651792ccb4bd3b15d924d2c97edff755
Content hash
bc107c143166724ccae318bc80891a60e8559f7b1fa09be9d064f24a8326014b
Tree hash
5be64a0a357d1aa175e683438d877743bcb21446c461b4175d8fdef902078888
Skill path
skills/agentsecops/policy-opa
Audit payload hash
486fe5905cb5556aee4b70d7fec4e21d

Analysis metadata

Audit model: claude

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