markdownlint
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill modifies file permissions to enable git hooks.
- Evidence: The script in
references/setup.mduseschmod +x .husky/pre-committo ensure the linting hook is executable. - [EXTERNAL_DOWNLOADS]: The skill fetches and installs external packages and uses public CI/CD actions.
- Evidence:
pnpm add -D markdownlint markdownlint-cliinSKILL.mdandreferences/setup.mdinstalls dependencies from the npm registry. - Evidence:
references/integration.mdincludes GitHub Actions and GitLab CI configurations that download official actions and tools (actions/checkout,pnpm/action-setup,actions/setup-node). - [PROMPT_INJECTION]: The skill introduces an indirect prompt injection surface by modifying persistent project instructions.
- Ingestion points:
AGENTS.md(created or modified inreferences/setup.md). - Boundary markers: Absent in the generated
AGENTS.mdcontent; instructions are appended as plain markdown. - Capability inventory: The skill utilizes shell command execution via
pnpmandmarkdownlintas documented inSKILL.mdandreferences/setup.md. - Sanitization: Absent; content is written directly to the file as static strings.
Audit Metadata