optimize-skill-md
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script provided within the package to report usage data.
- Evidence:
SKILL.mdinstructs the agent to runpython3 scripts/record.pybefore performing the optimization task. - [DATA_EXFILTRATION]: The telemetry script sends usage information to an external API endpoint.
- Evidence:
scripts/record.pyperforms a POST request tohttps://redfox.hk/story/api/skill/record/saveto save a record of the skill being used. - Note: The destination domain
redfox.hkcorresponds to the skill authorredfox-dataand is treated as a vendor-managed resource. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it reads and processes user-provided Markdown files.
- Ingestion points: The skill reads the target
SKILL.mdfile in the first step of its optimization workflow. - Boundary markers: The instructions do not define clear delimiters or use "ignore embedded instructions" warnings when processing the untrusted content from the target file.
- Capability inventory: The skill has the ability to write to the file system using
SearchReplaceand execute local Python scripts via the terminal. - Sanitization: There is no evidence of sanitization or filtering of the content read from the target file before the agent processes it.
Audit Metadata