Versioned security assessment

Report ID: SA-FCAB480A

7/10/2026, 12:00:55 AM

integration-tests security assessment v1

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
integration-tests
Version
v1
Maintainer
internet-court
Coverage
2 Files scanned · 152 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

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.

Most external command alerts are Markdown formatting false positives. Confirmed risks remain for gltest setup commands, scoped cache deletion, private-key environment variables, real web or LLM calls, and funded testnet transactions. No evidence of prompt injection was found.

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

2 Files scanned · 152 Lines analyzed

9 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.

Not recorded by this audit

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 2 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 25 evidence locations

Capability review items (7)
High
Generic API/secret keys
- "${ACCOUNT_PRIVATE_KEY_1}"
Line 94 references ACCOUNT_PRIVATE_KEY_1 in a testnet account configuration. Private keys are sensitive secrets, even when read from environment variables.
High
Generic API/secret keys
- "${ACCOUNT_PRIVATE_KEY_2}"
Line 95 references ACCOUNT_PRIVATE_KEY_2 in the same testnet account configuration. This confirms the skill may require handling private keys for funded accounts.
Medium
Ruby/shell backtick execution
```bash
Lines 17-25 show gltest shell commands that can run tests against local, hosted, or testnet networks. The commands are legitimate but still execute external tooling and may submit transactions.
Medium
Ruby/shell backtick execution
- **GLSim** (`pip install genlayer-test[sim]`, `glsim --port 4000 --validators 5`) — lightweight, no
Line 111 includes pip install and glsim shell commands. Installing packages and starting local services are legitimate setup steps but require user confirmation.
Medium
Ruby/shell backtick execution
- **Studio local** (`genlayer up`) — full GenVM, real consensus, Docker required. Validates runtime
Line 112 instructs running genlayer up, which starts a local Studio environment and may invoke Docker. This is expected but is real external command execution.
Medium
Ruby/shell backtick execution
Clear cache: `rm -rf .gltest_cache`
Line 128 recommends rm -rf .gltest_cache to clear cached state. The path is scoped, but it is still a destructive filesystem command.
Medium
Ruby/shell backtick execution
```bash
Lines 132-134 show a gltest command for running a specific test. It is legitimate testing guidance, but it executes local tooling and may contact configured networks.

Risk findings

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

Confirmed security concerns (2)

RISK-001 Medium
Real External Web and LLM Calls in Tests
The skill states integration tests use real web and LLM calls instead of mocks. Test data may leave the local environment or incur provider cost.
The file explicitly contrasts mocks with real web and LLM calls and lists this as an integration-test use case.
RISK-002 Medium
Funded Testnet Transaction Risk
The skill supports transact calls against Testnet Bradbury and notes that funded accounts are required. Running tests can submit real testnet transactions.
The documentation shows .transact() usage and separately identifies Testnet Bradbury as a real network requiring funded accounts.

Remediation

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

  1. FIX-001
    High
    Private keys appear in testnet configuration examples.
    Use throwaway funded accounts, avoid logging secrets, and require explicit approval before reading private-key environment variables.
  2. FIX-002
    Medium
    The skill recommends running local shell commands and cleanup commands.
    Ask for user confirmation before gltest, pip install, genlayer up, or rm -rf commands, and show the exact command first.
  3. FIX-003
    Medium
    Integration tests may make real web, LLM, hosted Studio, or testnet calls.
    Default to GLSim or local Studio for routine tests, and warn users before hosted or funded testnet runs.

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