claudemd-auditor
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes inline JavaScript via
node -eto parsepackage.jsonand extract a list of scripts and dependencies for auditing purposes. - [DATA_EXFILTRATION]: Accesses metadata of sensitive configuration files (
.env*) usingls -la. While file contents are not read, exposing the existence and presence of environment files is flagged as metadata exposure. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection because it ingests untrusted data from
CLAUDE.mdand uses that context to suggest or apply code changes via theEdittool. - Ingestion points: Reads
CLAUDE.md,package.json, and directory structures during the audit process (SKILL.md). - Boundary markers: Absent; no delimiters or explicit instructions to ignore embedded commands are used when reading external file content.
- Capability inventory:
Bash,Edit,Read,Glob,Grep, andAskUserQuestiontools are enabled. - Sanitization: Absent; the skill does not validate or sanitize file content before incorporating it into the audit logic or using it to suggest edits.
Audit Metadata