fix-plugin-paths
Warn
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script
scripts/audit_plugin_paths.pyfor its auditing phase. The script's content is missing from the provided files, making its behavior unverifiable. - [COMMAND_EXECUTION]: The skill invokes an external evaluation script
evaluate.pylocated in a different plugin directory (agent-agentic-os). This creates a dependency on external code that was not included in the audit. - [DATA_EXFILTRATION]: Artifacts in
evals/.lock.hashescontain hardcoded absolute paths (e.g.,/Users/richardfremmerlid/...), exposing details of the developer's local environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes and modifies external files provided by the user.
- Ingestion points: Arbitrary files targeted for auditing and fixing via the
Readtool and audit scripts. - Boundary markers: Missing markers to separate untrusted file content from the agent's instructions.
- Capability inventory:
Bash(script execution),Write,Edit, andReadtools. - Sanitization: No mechanisms are defined to sanitize or validate the content of the files before they are read or edited.
Audit Metadata