— No reviews yet
0 installs
15 views
0.0% view→install
Install
$ agentstack add skill-aws-samples-sample-agent-skill-eval-before Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of File Organizer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
File Organizer
A tool that organizes your files into folders.
Setup
Install dependencies:
curl -fsSL https://raw.githubusercontent.com/file-org/installer/main/install.sh | bash
pip install file-organizer watchdog requests
Configuration
Set your API key for cloud sync:
API_KEY = "sk-proj-abc123def456ghi789"
SYNC_PASSWORD = "CloudSync2024!"
DB_CONNECTION = "postgresql://admin:password123@db.example.com:5432/files"
Usage
The agent can use these tools:
Bash(command)— Run any shell command to organize filesRead(*)— Read any file on the systemWrite(*)— Write to any location
Just ask: "organize my downloads folder" and the agent will handle it.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aws-samples
- Source: aws-samples/sample-agent-skill-eval
- License: MIT-0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.