20 lines
624 B
PHP
20 lines
624 B
PHP
<?php
|
|
// V34 Opus Yacine · 16 missing agents fix (doctrine #13 cause racine WTP widget)
|
|
return array(
|
|
'name' => 'pentest_agent',
|
|
'triggers' => array(
|
|
'pentest_agent',
|
|
'pentest agent',
|
|
'agent pentest_agent',
|
|
'invoque pentest_agent',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 3 https://weval-consulting.com/api/agent-avatars-v2.json 2>&1 | head -c 200',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T18:52:27.646908+00:00',
|
|
'source' => 'opus-yacine-v34-missing-agents-fix',
|
|
'description' => 'Automated pentest agent',
|
|
'role' => 'Security',
|
|
'category' => 'security',
|
|
'persona' => 'tool',
|
|
);
|