Versioned security assessment

Report ID: SA-46E1C3D6

7/9/2026, 11:39:47 PM

altllm-portal-api-keys security assessment v1

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
altllm-portal-api-keys
Version
v1
Maintainer
internet-court
Coverage
2 Files scanned · 138 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

3 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 backtick execution and system reconnaissance alerts are Markdown false positives. The hardcoded URLs are confirmed low-risk external network references, and the parent-directory setup references are confirmed high-risk unreviewed instruction dependencies. Additional review found operational risks around API key confirmation, secret output handling, and production cleanup limits.

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 · 138 Lines analyzed

11 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 6 evidence locations

Filesystem access

May read or write local files.

Observed in 2 evidence locations

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

Capability review items (8)
High
Path traversal sequence
> - `../_shared/preflight.md`
The skill instructs agents to read ../_shared/preflight.md, which crosses out of the skill directory. This can pull unreviewed instructions into the trusted workflow.
High
Path traversal sequence
> - `../_shared/session-and-target.md`
The skill instructs agents to read ../_shared/session-and-target.md, which crosses out of the skill directory. This can pull unreviewed instructions into the trusted workflow.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai \
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai \
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai \
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai \
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.
Low
Hardcoded URL
--base-url https://platform-api.altllm.ai \
The reference command targets the production AltLLM Portal API at https://platform-api.altllm.ai. This is intended, but it causes external network requests for account and API key management.

Risk findings

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

Confirmed security concerns (3)

RISK-001 Medium
Credential Lifecycle Actions Lack Explicit Confirmation
The skill covers creating, updating, disabling, and permanently revoking Portal API keys. It warns that revoke is permanent, but it does not require explicit user confirmation before state-changing actions.
The command table and rules clearly describe state-changing credential operations. No reviewed line adds a confirmation gate before those operations.
RISK-002 Medium
Full API Key Output Can Expose Secrets
The reference output includes a full API key field, and the skill notes that the full key is returned only once. Agents could expose real secrets if they relay command output verbatim into chat or logs.
The reviewed files explicitly show and describe full key output. The sample value appears synthetic, but the workflow handles real one-time secrets.
RISK-003 Medium
Production Backend Limitation Can Leave Keys Without Cleanup
The skill says single-key routes for get, update, and revoke are broken in production. Creating temporary production keys while revoke is unavailable can leave credentials active without a tested cleanup path.
Both files describe the broken production routes and explicitly warn against temporary production smoke keys without cleanup. The risk follows directly from the documented limitation.

Remediation

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

  1. FIX-001
    High
    Parent-directory shared instruction files are referenced from SKILL.md.
    Inline the required setup guidance or vendor the shared files inside the skill package so reviewers can audit all instructions.
  2. FIX-002
    Medium
    API key create, update, disable, and revoke flows change credential state.
    Require explicit confirmation of the Portal account, target environment, action, and key ID before any state-changing command.
  3. FIX-003
    Medium
    Create responses can include full API key secrets.
    Redact full key values in chat and logs, and tell users to store the one-time secret outside the conversation.
  4. FIX-004
    Medium
    Single-key production routes are documented as broken.
    Mark get, update, and revoke as unavailable until fixed, and avoid creating temporary production keys without an approved cleanup path.
  5. FIX-005
    Low
    Reference commands use a hardcoded production API endpoint.
    Confirm the base URL and environment with the user before running networked Portal API commands.

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