acc-getting-started-template
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- SAFE (SAFE): Static analysis of the skill reveals no malicious patterns, prompt injection, or unauthorized data access. The skill primarily consists of markdown templates for documentation generation.
- LOW (COMMAND_EXECUTION): The templates include standard shell commands for environment verification (
php -v,composer -V) and dependency management (composer require). These are typical for developer tools and do not pose a security risk in this context. - INFO (EXTERNAL_DOWNLOADS): The templates reference standard package installation via Composer (
composer require vendor/package). These are placeholders for the user's project and do not point to malicious or untrusted sources.
Audit Metadata