Versioned security assessment

Report ID: SA-1B6EA943

6/30/2026, 12:58:23 PM

bazel-build-optimization security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
bazel-build-optimization
Version
v2
Maintainer
sickn33
Coverage
1 Files scanned · 398 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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.

Static analysis flagged command execution, network URLs, filesystem paths, weak crypto terms, and heuristic combinations. Context shows a Bazel markdown guide with legitimate examples, but the shell commands and remote cache settings can affect builds or upload artifacts if applied without review. No evidence found of prompt injection, credential theft, obfuscation, or malicious intent.

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

1 Files scanned · 398 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.

Not recorded by this audit

Network access

May connect to external services.

Observed in 3 evidence locations

Filesystem access

May read or write local files.

Observed in 1 evidence location

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

Capability review items (3)
Medium
Bazel and shell commands require review before execution
The skill includes bash examples for bazel query, dependency graph generation, build profiling, and execution logging. These are legitimate Bazel operations, but an AI agent should not run them automatically because they can consume resources, write output files, or behave unexpectedly in large repositories.
Actual shell command examples are present, including command substitution at line 305. The context is instructional Bazel usage, so this is operational risk rather than confirmed malicious execution.
Medium
Remote cache and execution settings can transmit build artifacts
The .bazelrc template includes remote cache, remote execution, and build event service endpoints with upload of local results enabled. The endpoints are placeholders, but applying similar settings to a real repository can send artifacts and build metadata to external services.
The network-related configuration is explicit and security relevant. The example uses placeholder domains, which lowers confidence that it indicates malicious behavior.
Low
Home cache paths are standard Bazel cache configuration
The hidden home directory references configure Bazel disk and repository caches. They do not read credentials or target sensitive files, but users should ensure cache permissions match their environment.
The exact lines configure .cache paths for Bazel caching. This is a common local build pattern and not credential access.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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)
Low
Hardcoded URLs are dependency and documentation examples
Static analysis flagged hardcoded URLs in repository rule examples and resource links. The URLs point to Bazel, rules_python, and rules_js documentation or release artifacts, with no evidence of data exfiltration.
The URLs appear in Bazel configuration and documentation sections. No code path sends secrets or local data to these URLs.
Low
Weak crypto and sensitive keyword detections are false positives
The weak cryptography and private key detections are caused by ordinary text or identifiers in the markdown guide. No evidence found of cryptographic implementation, key material, seed phrases, or credential handling.
The cited lines contain descriptive markdown or Bazel rule fields, not cryptographic code or secrets. The static labels do not match the semantic context.

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