Versioned security assessment

Report ID: SA-3037A277

5/21/2026, 9:19:16 AM

pexoai-agent security assessment v53

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
pexoai-agent
Version
v53
Maintainer
pexoai
Coverage
13 Files scanned · 2,110 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.

All 534 static analysis findings are FALSE POSITIVES. This is a legitimate CLI tool that integrates with the Pexo AI video API. The external commands, network calls, filesystem access, and env var reads are all expected behaviors for a CLI tool that calls an authenticated REST API. No evidence of malicious intent, data exfiltration, credential theft, or obfuscation was found. The scripts are transparent, well-structured, and use safe coding patterns (set -euo pipefail, temp file cleanup, credential masking in output). Safe to publish with documentation about access patterns.

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

13 Files scanned · 2,110 Lines analyzed

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

Filesystem access

May read or write local files.

Observed in 7 evidence locations

Env variables

May read values from the process environment.

Observed in 7 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 9 evidence locations

Capability review items (5)
Low
Shell command execution in bash scripts
349 instances of shell commands (curl, jq, mktemp, sed, awk) flagged as external_commands. All are standard CLI tool operations with hardcoded or variable-controlled arguments. No user-supplied command injection vector exists. These are expected for a shell-based API client.
Low
Network calls to pexo.ai API
27 instances of hardcoded URLs and network operations. All URLs point to pexo.ai (the legitimate service being integrated) or its CDN (aliyuncs.com). No data exfiltration to unknown endpoints. Expected for an API-integrated tool.
Low
Filesystem access (config and temp files)
79 instances flagged for filesystem access. Scripts read ~/.pexo/config (own config file), create temp files via mktemp with proper cleanup, and access /dev/null for output suppression. All operations are transparent and expected for a CLI tool that needs configuration and temporary storage.
Low
Environment variable access for API credentials
25 instances of env_access flagged. Scripts access PEXO_API_KEY and PEXO_BASE_URL which are documented required environment variables. Credentials are used only for Bearer token authentication to pexo.ai API. The pexo-doctor.sh script includes a mask_secret function that safely masks the key when displaying it in output.
Low
Heuristic: Dangerous combination of code+network+credentials
Static analyzer flagged the combination of shell execution, network calls, and credential access as suspicious. This combination is NECESSARY for any CLI tool that integrates with an authenticated REST API. All network calls target pexo.ai only. No evidence of exfiltration or misuse.

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: claude

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
False positive: Weak cryptographic algorithm
Static analyzer flagged sk- prefix checks and timestamp commands as weak cryptographic algorithms. Scripts check for sk- prefix as basic API key format validation (not cryptography). Date +%s000 generates timestamps for API requests. Neither is a cryptographic operation.
Low
False positive: Windows SAM database reference
Static analyzer flagged SKILL.md line 43 as referencing the Windows SAM database. Line 43 contains the text 'This is non-negotiable.' (part of the language matching instruction). No actual SAM database reference exists. Static analyzer pattern-matching error.

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