Ae1
High
- Category
- analysis-evasion
- Content
node src/index.js track PW123456789BR
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This is a straightforward Correios package-tracking skill, with some dependency and local-history caveats but no hidden or malicious behavior found.
Use this only if you want a Portuguese/Brazil-focused Correios tracker and are comfortable providing a Correios API key through CORREIOS_API_KEY. Before installing, update or audit the npm dependencies, and remember that tracking codes and favorites are saved locally in the skill directory.
node src/index.js track PW123456789BR
node src/index.js track PW123456789BR
node src/index.js track PW123456789BR
node src/index.js track PW123456789BR
node src/index.js track PW123456789BR
const BASE_URL = 'https://api.correios.com.br';
const DATA_FILE = path.join(__dirname, 'data.json');
// Get API key from environment
function getApiKey() {
return process.env.CORREIOS_API_KEY;
}"start": "node src/index.js"
},
"dependencies": {
"axios": "^1.6.0"
}
}Detected: suspicious.env_credential_access, suspicious.exposed_secret_literal