project-fingerprinting
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a series of shell commands in the 'Quick Commands for Fingerprinting' section. These commands are used for local project analysis and do not involve remote execution or system-wide modifications. Specifically, they use common tools like
cat,ls,git,find, andwcto gather project metadata. - [DATA_EXPOSURE_&_EXFILTRATION]: While the skill reads project configuration files such as
package.jsonandtsconfig.json, it does so locally to generate a project profile. There are no network operations detected that would exfiltrate this data to an external server. - [INDIRECT_PROMPT_INJECTION]: The skill processes project structure and configuration files which could theoretically contain malicious instructions. However, the skill treats this data as structured input for classification purposes rather than executing it as instructions.
- Ingestion points: Files like
package.json,tsconfig.json, and directory listings vials(SKILL.md). - Boundary markers: None explicitly defined in the provided markdown.
- Capability inventory: Uses
cat,ls,find, andgitfor data gathering (SKILL.md). - Sanitization: None detected, but the data is consumed for fingerprinting, not shell execution.
Audit Metadata