Audit History
pexoai-agent - 59 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v59 Latest | Jul 6, 2026, 09:04 PM | 3 confirmed | 4 | No capability change |
| v58 | Jul 6, 2026, 09:04 PM | 3 confirmed | 4 | Contains scripts |
| v57 | Jun 30, 2026, 10:56 AM | 2 confirmed | 4 | No capability change |
| v56 | May 27, 2026, 09:20 AM | No confirmed findings | 6 | Contains scripts |
| v55 | May 25, 2026, 09:32 AM | No confirmed findings | 0 | No capability change |
| v54 | May 24, 2026, 09:00 AM | 1 confirmed | 5 | No capability change |
| v53 | May 21, 2026, 09:19 AM | No confirmed findings | 5 | No capability change |
| v52 | May 16, 2026, 08:42 AM | No confirmed findings | 2 | Contains scripts |
| v51 | May 15, 2026, 09:15 AM | 1 confirmed | 3 | Contains scripts |
| v50 | May 13, 2026, 09:13 AM | No confirmed findings | 4 | No capability change |
| v49 | May 12, 2026, 09:08 AM | No confirmed findings | 4 | No capability change |
| v48 | May 10, 2026, 08:45 AM | No confirmed findings | 2 | Contains scripts |
| v47 | May 9, 2026, 08:41 AM | No confirmed findings | 3 | Contains scripts |
| v46 | May 8, 2026, 08:42 AM | 1 confirmed | 3 | No capability change |
| v45 | May 7, 2026, 09:03 AM | 3 confirmed | 0 | No capability change |
| v44 | May 6, 2026, 08:59 AM | 2 confirmed | 4 | Contains scripts |
| v43 | May 5, 2026, 08:55 AM | No confirmed findings | 6 | Contains scripts |
| v42 | May 4, 2026, 08:59 AM | No confirmed findings | 2 | No capability change |
| v41 | May 3, 2026, 08:42 AM | 2 confirmed | 6 | External commands Contains scripts |
| v40 | May 2, 2026, 08:39 AM | 2 confirmed | 4 | Baseline |
Jul 6, 2026, 09:04 PM
Most static findings are expected for a shell-based Pexo API client and were dismissed where they are documentation-only, safely quoted helper commands, secure temp files, or masked diagnostics. Confirmed risks remain around credential transmission, local file upload to an external service, shell-sourced config, and prompt instruction priority claims.
Confirmed security concerns (3)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
🌐 Network access (21)
📁 Filesystem access (74)
🔑 Env variables (23)
⚙️ External commands (130)
Jul 6, 2026, 09:04 PM
Most static findings are expected for a shell-based Pexo API client and were dismissed where they are documentation-only, safely quoted helper commands, secure temp files, or masked diagnostics. Confirmed risks remain around credential transmission, local file upload to an external service, shell-sourced config, and prompt instruction priority claims.
Confirmed security concerns (3)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
🌐 Network access (21)
📁 Filesystem access (74)
🔑 Env variables (23)
⚙️ External commands (130)
Jun 30, 2026, 10:56 AM
The static alerts are partly true positives: the skill runs bash scripts, sources a user config file, sends bearer-token API calls, uploads local media, and downloads signed assets. Many command, weak-crypto, and Windows SAM alerts are false positives from documentation, markdown examples, or ordinary shell parsing. No confirmed malicious exfiltration was found, but publication should require manual review and clear user warnings.
Confirmed security concerns (2)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚡ Contains scripts (3)
🌐 Network access (4)
📁 Filesystem access (4)
🔑 Env variables (4)
Detected Patterns
May 27, 2026, 09:20 AM
This skill is a legitimate API client for the Pexo AI video generation service. It uses shell scripts to communicate with pexo.ai's REST API, requiring network access, API credentials, and local script execution. The static analyzer flagged a high number of findings (537) due to the combination of these risk factors, but most are expected patterns for a CLI API client. Key confirmed risks are: external API calls to a third-party service, credential access (PEXO_API_KEY), and local file operations. No evidence of malicious intent or obfuscation was found. The skill is safe to publish with MEDIUM risk level and appropriate user warnings.
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚡ Contains scripts (10)
⚙️ External commands (16)
🌐 Network access (12)
📁 Filesystem access (12)
Detected Patterns
May 25, 2026, 09:32 AM
Static analysis found 534 pattern matches across shell command execution, network calls, filesystem access, and env variable usage. All patterns are FALSE POSITIVES in context - they are legitimate operations for a shell-script-based video agent that wraps the Pexo API. The scripts execute curl commands to Pexo's official API endpoints, read a designated config file at ~/.pexo/config, and access required environment variables (PEXO_API_KEY, PEXO_BASE_URL). The associated heuristic detection of code-execution-plus-credential-access is expected behavior for an API-wrapping tool. The skill uses a mask_secret function to safely display API keys in diagnostic output. Risk level set to MEDIUM because the combination of external commands, network access, filesystem reads, and credential access creates a legitimate risk profile that users should understand, even though no malicious intent or data exfiltration patterns were detected.
Static false positives ignored (10)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (19)
🌐 Network access (15)
📁 Filesystem access (17)
🔑 Env variables (14)
Detected Patterns
May 24, 2026, 09:00 AM
Static analysis detected external commands, network, filesystem, and environment variable access across 13 files (2110 lines). After evaluation all findings are confirmed false positives for malicious intent. The skill legitimately uses shell scripts to call the Pexo video API, reads its own PEXO_API_KEY from environment variables, and accesses ~/.pexo/ for configuration and temp files. No obfuscation, data exfiltration, command injection, or prompt injection was found. Risk is MEDIUM because the skill requires elevated privileges (env access, network calls, shell execution) but these are used solely for legitimate video creation functionality.
Confirmed security concerns (1)
Capability review items (5)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (11)
🌐 Network access (8)
📁 Filesystem access (9)
Detected Patterns
May 21, 2026, 09:19 AM
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.
Capability review items (5)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (2)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (9)
🌐 Network access (5)
📁 Filesystem access (7)
May 16, 2026, 08:42 AM
All 534 static analysis findings have been evaluated and are dismissed as false positives for this legitimate API client CLI tool. The external_commands findings (349) reflect standard shell script patterns in a bash-based CLI tool. The network findings (27) reference the legitimate pexo.ai API endpoints. The filesystem findings (79) access the intended ~/.pexo config directory and standard temp files. The env_access findings (25) read the intentionally required PEXO_API_KEY and PEXO_BASE_URL variables. No malicious intent, obfuscation, or prompt injection was detected. The combined capabilities warrant MEDIUM risk classification due to elevated operational risk, but the skill is safe to publish with appropriate warnings.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (4)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (349)
🌐 Network access (27)
📁 Filesystem access (79)
🔑 Env variables (25)
Detected Patterns
May 15, 2026, 09:15 AM
Evaluated 534 static analysis findings across 13 files (2110 lines). All 349 external_command detections are false positives: standard bash $(...) substitutions in legitimate shell scripts and backtick code blocks in markdown documentation. All 27 network detections reference the documented pexo.ai API and service URLs. All 79 filesystem detections involve the expected config directory (~/.pexo/config) and temp storage (~/.pexo/tmp), both documented in the skill's setup guide. All 25 env_access detections reference PEXO_API_KEY and PEXO_BASE_URL, which are required and documented configuration variables. No prompt injection, data exfiltration, or malicious intent found. Risk level set to medium due to the inherent credential handling and network communication required by the skill's purpose — not due to confirmed threats.
Confirmed security concerns (1)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚡ Contains scripts (9)
🌐 Network access (8)
📁 Filesystem access (7)
🔑 Env variables (6)
Detected Patterns
May 13, 2026, 09:13 AM
This skill is a legitimate API client for the Pexo AI video creation service. All static findings are consistent with expected CLI tool behavior: shell scripts use command substitution for API calls, env vars store API credentials, and config files live in ~/.pexo/. No malicious intent, data exfiltration, or prompt injection detected. The script code is transparent and well-documented.
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (12)
🌐 Network access (6)
📁 Filesystem access (9)
May 12, 2026, 09:08 AM
This skill is a legitimate AI video creation agent that integrates with the Pexo API. Static analysis detected shell command patterns (349 locations) that are all legitimate CLI tool operations for configuration checks, dependency verification, and API communication. Network access is restricted to pexo.ai API only. No evidence of credential exfiltration, data harvesting, or malicious code patterns after semantic evaluation.
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (5)
🌐 Network access (4)
📁 Filesystem access (3)
🔑 Env variables (4)
May 10, 2026, 08:45 AM
This skill is a thin wrapper around the Pexo video creation API. All external commands are legitimate shell operations (curl, jq) for API calls and JSON parsing. Network access is limited to pexo.ai domain. No credential exfiltration, no command injection vectors, and no malicious patterns detected. The skill safely handles user files for upload and reads local config for API authentication.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (3)
🌐 Network access (2)
📁 Filesystem access (2)
🔑 Env variables (2)
May 9, 2026, 08:41 AM
All 534 static detections are false positives. The skill is a legitimate API client for the Pexo video creation service. Shell script patterns (349 external command detections) are standard bash scripting for API calls, not code injection. Network access is limited to Pexo's own API endpoints. Credential access is standard API key authentication. Filesystem access is limited to config files and temp directories for caching.
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚡ Contains scripts (5)
🌐 Network access (5)
📁 Filesystem access (4)
🔑 Env variables (4)
⚙️ External commands (4)
May 8, 2026, 08:42 AM
This skill is a legitimate video production tool that connects to the Pexo AI video API. All static findings are false positives. The tool uses shell scripts for local operations (file upload, project management) and makes API calls to a single trusted endpoint (pexo.ai). Credentials are only used for authenticating with the Pexo service. No malicious behavior, data exfiltration, or privilege escalation detected.
Confirmed security concerns (1)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (1)
🌐 Network access (1)
📁 Filesystem access (1)
🔑 Env variables (1)
Detected Patterns
May 7, 2026, 09:03 AM
The Pexo AI Video Agent is a legitimate video generation CLI tool. Static analysis detected 534 patterns including shell command usage, network access, and credential handling. All findings are legitimate API client behavior - the tool requires PEXO_API_KEY authentication and makes API calls to pexo.ai for video generation. The CRITICAL heuristic finding about dangerous combinations is a false positive - the combination of code execution, network access, and credential access is expected for any external API client. No malicious behavior detected.
Confirmed security concerns (3)
Static false positives ignored (2)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (1)
🌐 Network access (2)
📁 Filesystem access (1)
🔑 Env variables (1)
May 6, 2026, 08:59 AM
Evaluated 534 static findings across 13 files. All detected patterns are legitimate usage for video production functionality. Shell commands (curl) are intentional API communication mechanism. Environment access is required for PEXO_API_KEY authentication. Network requests target only the official pexo.ai API. Filesystem access is limited to user config directory ~/.pexo. No evidence of malicious behavior, credential exfiltration, or command injection vulnerabilities.
Confirmed security concerns (2)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (3)
🌐 Network access (3)
📁 Filesystem access (2)
🔑 Env variables (2)
Detected Patterns
May 5, 2026, 08:55 AM
Skill executes bash scripts to interact with Pexo AI video API. Static scanner detected external commands and env access patterns typical of API client scripts. Evaluation confirms these patterns are legitimate API client operations: scripts execute hardcoded commands with validated inputs, access config file for API credentials, and make network requests to Pexo API endpoints. Hidden file access (e.g., ~/.pexo/config) is standard practice for config management. No user input injection vectors found. High count of findings is due to documentation files (SETUP-CHECKLIST.md, TROUBLESHOOTING.md) containing shell examples, not executable code.
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚡ Contains scripts (3)
🌐 Network access (2)
📁 Filesystem access (2)
🔑 Env variables (2)
⚙️ External commands (2)
May 4, 2026, 08:59 AM
This is a legitimate AI video creation agent skill that uses shell scripts to communicate with the Pexo API. The static analysis detected common patterns in CLI tools (shell command substitutions, environment variable access, file configuration). After evaluation, all findings are FALSE POSITIVES - the skill is a standard API client that requires credentials, makes network requests to the Pexo service, and stores configuration locally. No malicious behavior, data exfiltration, or credential theft was detected. The skill is safe for publication with standard API integration warnings.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (3)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
⚙️ External commands (5)
🌐 Network access (2)
📁 Filesystem access (3)
🔑 Env variables (3)
May 3, 2026, 08:42 AM
This skill is a legitimate AI video generation API client that uses shell scripts to interact with the pexo.ai service. Static analysis detected 534 pattern matches primarily due to the intentional API client design (external commands for API calls, network access to pexo.ai, config file access). All detected patterns are documented features of this video generation service. No malicious intent, exfiltration patterns, or obfuscation was found. The skill's functionality requires external command execution and credential access to operate.
Confirmed security concerns (2)
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (6)
🌐 Network access (4)
📁 Filesystem access (3)
🔑 Env variables (3)
May 2, 2026, 08:39 AM
Static analysis detected 534 potential issues, but after human evaluation, all findings are false positives. The skill is a legitimate API client for the Pexo AI video service. External commands detected in documentation files are showing command syntax, not actual execution. Network access is limited to pexo.ai API endpoints. Environment access is for API authentication, not credential exfiltration. The skill uses shell scripts to wrap API calls, which is standard for CLI tools.
Confirmed security concerns (2)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.